01KB10T5ETTHHXCPWHF2RPFMN9: build-and-test / illumos

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

Buildomat Job: 01KB10TG6CFGGHRH4YDXE5S4VF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-11-26T21:24:51.963Zjob assigned to worker 01KB10TKZTMDMN12S7XTE7QCN5 [factory aws, i-0921a3b64885cc55e] (queued for 52 s)
 
22025-11-26T21:25:00.446Zstarting task 0: "setup"
32025-11-26T21:25:00.452Z++ uname -s
42025-11-26T21:25:00.455Z+ kern=SunOS
52025-11-26T21:25:00.455Z+ build_user=build
62025-11-26T21:25:00.455Z+ build_uid=12345
72025-11-26T21:25:00.455Z+ work_dir=/work
82025-11-26T21:25:00.455Z+ input_dir=/input
92025-11-26T21:25:00.455Z+ [[ 0 == 12345 ]]
102025-11-26T21:25:00.455Z+ case "$kern" in
112025-11-26T21:25:00.455Z+ groupadd -g 12345 build
122025-11-26T21:25:00.455Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-11-26T21:25:02.464Z+ zfs create -o mountpoint=/work rpool/work
142025-11-26T21:25:02.591Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-11-26T21:25:02.594Z+ home_fs=zfs
162025-11-26T21:25:02.594Z+ [[ zfs == autofs ]]
172025-11-26T21:25:02.594Z+ mkdir -p /home/build
182025-11-26T21:25:02.597Z+ chown build:build /home/build /work
192025-11-26T21:25:04.598Z+ chmod 0700 /home/build /work
202025-11-26T21:25:04.602Zprocess exited: duration 4157 ms, exit code 0
 
212025-11-26T21:25:04.609Zstarting task 1: "rust-toolchain"
222025-11-26T21:25:04.614Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-11-26T21:25:04.614Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-11-26T21:25:04.614Z * rust toolchain channel = "stable"
252025-11-26T21:25:04.614Z * rust toolchain profile = "default"
262025-11-26T21:25:04.617Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-11-26T21:25:04.617Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-11-26T21:25:04.617Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-11-26T21:25:04.617Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-11-26T21:25:04.758Zinfo: downloading installer
312025-11-26T21:25:06.294Zwarn: It looks like you have an existing installation of Rust at:
322025-11-26T21:25:06.294Zwarn: /opt/ooce/bin
332025-11-26T21:25:06.294Zwarn: It is recommended that rustup be the primary Rust installation.
342025-11-26T21:25:06.295Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-11-26T21:25:06.295Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-11-26T21:25:06.295Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-11-26T21:25:06.295Zwarn: or pass `-y' to ignore all ignorable checks.
382025-11-26T21:25:06.295Zerror: cannot install while Rust is installed
392025-11-26T21:25:06.295Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-11-26T21:25:06.308Zinfo: profile set to 'default'
412025-11-26T21:25:06.308Zinfo: default host triple is x86_64-unknown-illumos
422025-11-26T21:25:06.311Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-11-26T21:25:06.501Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442025-11-26T21:25:06.501Zinfo: downloading component 'cargo'
452025-11-26T21:25:07.351Zinfo: downloading component 'clippy'
462025-11-26T21:25:07.686Zinfo: downloading component 'rust-docs'
472025-11-26T21:25:09.177Zinfo: downloading component 'rust-std'
482025-11-26T21:25:10.775Zinfo: downloading component 'rustc'
492025-11-26T21:25:17.160Zinfo: downloading component 'rustfmt'
502025-11-26T21:25:17.403Zinfo: installing component 'cargo'
512025-11-26T21:25:18.312Zinfo: installing component 'clippy'
522025-11-26T21:25:18.706Zinfo: installing component 'rust-docs'
532025-11-26T21:25:20.653Zinfo: installing component 'rust-std'
542025-11-26T21:25:22.458Zinfo: installing component 'rustc'
552025-11-26T21:25:29.128Zinfo: installing component 'rustfmt'
562025-11-26T21:25:29.470Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-11-26T21:25:29.470Z
582025-11-26T21:25:29.939Z stable-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592025-11-26T21:25:29.939Z
602025-11-26T21:25:29.942Z
612025-11-26T21:25:29.942ZRust is installed now. Great!
622025-11-26T21:25:29.942Z
632025-11-26T21:25:29.942ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-11-26T21:25:29.942Zenvironment variable. This has not been done automatically.
652025-11-26T21:25:29.942Z
662025-11-26T21:25:29.942ZTo configure your current shell, you need to source
672025-11-26T21:25:29.942Zthe corresponding env file under $HOME/.cargo.
682025-11-26T21:25:29.942Z
692025-11-26T21:25:29.942ZThis is usually done by running one of the following (note the leading DOT):
702025-11-26T21:25:29.942Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-11-26T21:25:29.942Zsource "$HOME/.cargo/env.fish" # For fish
722025-11-26T21:25:29.942Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-11-26T21:25:30.073Z+ rustup --version
742025-11-26T21:25:30.088Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-11-26T21:25:30.091Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-11-26T21:25:30.182Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772025-11-26T21:25:30.185Z+ cargo --version
782025-11-26T21:25:30.257Zcargo 1.91.1 (ea2d97820 2025-10-10)
792025-11-26T21:25:30.260Z+ rustc --version
802025-11-26T21:25:30.335Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812025-11-26T21:25:30.338Zprocess exited: duration 25724 ms, exit code 0
 
822025-11-26T21:25:30.345Zstarting task 2: "authentication"
832025-11-26T21:25:30.368Zprocess exited: duration 22 ms, exit code 0
 
842025-11-26T21:25:30.375Zstarting task 3: "clone repository"
852025-11-26T21:25:30.380Z+ mkdir -p /work/oxidecomputer/dropshot
862025-11-26T21:25:30.383Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872025-11-26T21:25:30.423ZCloning into '/work/oxidecomputer/dropshot'...
882025-11-26T21:25:33.555Z+ cd /work/oxidecomputer/dropshot
892025-11-26T21:25:33.558Z+ git fetch origin b35c144290bc4b0399874329cd73c6ac91e8ca2c
902025-11-26T21:25:34.049ZFrom https://github.com/oxidecomputer/dropshot
912025-11-26T21:25:34.049Z * branch b35c144290bc4b0399874329cd73c6ac91e8ca2c -> FETCH_HEAD
922025-11-26T21:25:34.057Z+ [[ -n gzip ]]
932025-11-26T21:25:34.060Z++ git branch --show-current
942025-11-26T21:25:34.063Z+ current=main
952025-11-26T21:25:34.063Z+ [[ main != gzip ]]
962025-11-26T21:25:34.063Z+ git branch -f gzip b35c144290bc4b0399874329cd73c6ac91e8ca2c
972025-11-26T21:25:34.066Z+ git checkout -f gzip
982025-11-26T21:25:34.086ZSwitched to branch 'gzip'
992025-11-26T21:25:34.089Z+ git reset --hard b35c144290bc4b0399874329cd73c6ac91e8ca2c
1002025-11-26T21:25:34.094ZHEAD is now at b35c144 adam review: changelog, enum config, shorter comment
1012025-11-26T21:25:34.097Zprocess exited: duration 3719 ms, exit code 0
 
1022025-11-26T21:25:34.104Zstarting task 4: "build"
1032025-11-26T21:25:34.109Z+ cargo --version
1042025-11-26T21:25:34.116Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
1052025-11-26T21:25:34.306Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
1062025-11-26T21:25:34.309Zinfo: downloading component 'cargo'
1072025-11-26T21:25:35.154Zinfo: downloading component 'clippy'
1082025-11-26T21:25:35.485Zinfo: downloading component 'rust-docs'
1092025-11-26T21:25:36.747Zinfo: downloading component 'rust-std'
1102025-11-26T21:25:38.335Zinfo: downloading component 'rustc'
1112025-11-26T21:25:44.527Zinfo: downloading component 'rustfmt'
1122025-11-26T21:25:44.771Zinfo: installing component 'cargo'
1132025-11-26T21:25:45.688Zinfo: installing component 'clippy'
1142025-11-26T21:25:46.087Zinfo: installing component 'rust-docs'
1152025-11-26T21:25:48.013Zinfo: installing component 'rust-std'
1162025-11-26T21:25:49.800Zinfo: installing component 'rustc'
1172025-11-26T21:25:56.491Zinfo: installing component 'rustfmt'
1182025-11-26T21:25:56.942Zcargo 1.91.1 (ea2d97820 2025-10-10)
1192025-11-26T21:25:56.945Z+ rustc --version
1202025-11-26T21:25:57.028Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1212025-11-26T21:25:57.032Z+ banner build
1222025-11-26T21:25:57.035Z
1232025-11-26T21:25:57.035Z ##### # # # # #####
1242025-11-26T21:25:57.035Z # # # # # # # #
1252025-11-26T21:25:57.035Z ##### # # # # # #
1262025-11-26T21:25:57.035Z # # # # # # # #
1272025-11-26T21:25:57.035Z # # # # # # # #
1282025-11-26T21:25:57.035Z ##### #### # ###### #####
1292025-11-26T21:25:57.035Z
1302025-11-26T21:25:57.035Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1312025-11-26T21:25:57.186Z Updating crates.io index
1322025-11-26T21:25:57.988Z Downloading crates ...
1332025-11-26T21:25:58.059Z Downloaded adler2 v2.0.1
1342025-11-26T21:25:58.063Z Downloaded concurrent-queue v2.5.0
1352025-11-26T21:25:58.068Z Downloaded atomic-waker v1.1.2
1362025-11-26T21:25:58.071Z Downloaded async-channel v2.5.0
1372025-11-26T21:25:58.071Z Downloaded anyhow v1.0.100
1382025-11-26T21:25:58.074Z Downloaded iana-time-zone v0.1.47
1392025-11-26T21:25:58.077Z Downloaded async-compression v0.4.32
1402025-11-26T21:25:58.082Z Downloaded dtrace-parser v0.3.0
1412025-11-26T21:25:58.086Z Downloaded num-conv v0.1.0
1422025-11-26T21:25:58.086Z Downloaded openssl-macros v0.1.1
1432025-11-26T21:25:58.089Z Downloaded dof v0.4.0
1442025-11-26T21:25:58.089Z Downloaded paste v1.0.15
1452025-11-26T21:25:58.092Z Downloaded futures-executor v0.3.31
1462025-11-26T21:25:58.095Z Downloaded deranged v0.3.11
1472025-11-26T21:25:58.105Z Downloaded stable_deref_trait v1.2.0
1482025-11-26T21:25:58.109Z Downloaded parking_lot_core v0.9.4
1492025-11-26T21:25:58.112Z Downloaded serde_tokenstream v0.2.2
1502025-11-26T21:25:58.112Z Downloaded rustc-hash v2.0.0
1512025-11-26T21:25:58.116Z Downloaded erased-serde v0.3.31
1522025-11-26T21:25:58.119Z Downloaded icu_normalizer v1.5.0
1532025-11-26T21:25:58.123Z Downloaded rustversion v1.0.22
1542025-11-26T21:25:58.126Z Downloaded slog-json v2.6.1
1552025-11-26T21:25:58.126Z Downloaded crc32fast v1.5.0
1562025-11-26T21:25:58.129Z Downloaded pest_derive v2.8.1
1572025-11-26T21:25:58.133Z Downloaded thread-id v5.0.0
1582025-11-26T21:25:58.136Z Downloaded log v0.4.17
1592025-11-26T21:25:58.136Z Downloaded socket2 v0.5.9
1602025-11-26T21:25:58.139Z Downloaded rand v0.8.4
1612025-11-26T21:25:58.143Z Downloaded http-range v0.1.4
1622025-11-26T21:25:58.146Z Downloaded foreign-types v0.3.2
1632025-11-26T21:25:58.146Z Downloaded camino v1.2.1
1642025-11-26T21:25:58.149Z Downloaded errno v0.3.10
1652025-11-26T21:25:58.149Z Downloaded pem v3.0.6
1662025-11-26T21:25:58.153Z Downloaded parking_lot v0.12.1
1672025-11-26T21:25:58.156Z Downloaded thread_local v1.1.4
1682025-11-26T21:25:58.156Z Downloaded sha2 v0.10.8
1692025-11-26T21:25:58.159Z Downloaded form_urlencoded v1.2.2
1702025-11-26T21:25:58.162Z Downloaded base64 v0.22.1
1712025-11-26T21:25:58.165Z Downloaded scroll_derive v0.13.1
1722025-11-26T21:25:58.168Z Downloaded async-stream-impl v0.3.6
1732025-11-26T21:25:58.168Z Downloaded schema-derive v0.1.0
1742025-11-26T21:25:58.169Z Downloaded newline-converter v0.3.0
1752025-11-26T21:25:58.172Z Downloaded http-body v1.0.1
1762025-11-26T21:25:58.172Z Downloaded shlex v1.3.0
1772025-11-26T21:25:58.175Z Downloaded futures-sink v0.3.31
1782025-11-26T21:25:58.175Z Downloaded atomicwrites v0.4.4
1792025-11-26T21:25:58.175Z Downloaded async-stream v0.3.6
1802025-11-26T21:25:58.179Z Downloaded console v0.15.7
1812025-11-26T21:25:58.182Z Downloaded is-terminal v0.4.12
1822025-11-26T21:25:58.182Z Downloaded block-buffer v0.10.2
1832025-11-26T21:25:58.182Z Downloaded cpufeatures v0.2.2
1842025-11-26T21:25:58.185Z Downloaded pretty-hex v0.4.1
1852025-11-26T21:25:58.185Z Downloaded pin-project-lite v0.2.12
1862025-11-26T21:25:58.189Z Downloaded tower-layer v0.3.3
1872025-11-26T21:25:58.192Z Downloaded serde_spanned v1.0.3
1882025-11-26T21:25:58.192Z Downloaded slab v0.4.9
1892025-11-26T21:25:58.196Z Downloaded foreign-types-shared v0.1.1
1902025-11-26T21:25:58.197Z Downloaded serde_path_to_error v0.1.20
1912025-11-26T21:25:58.199Z Downloaded tokio-macros v2.6.0
1922025-11-26T21:25:58.200Z Downloaded take_mut v0.2.2
1932025-11-26T21:25:58.200Z Downloaded sync_wrapper v1.0.1
1942025-11-26T21:25:58.200Z Downloaded target-triple v1.0.0
1952025-11-26T21:25:58.203Z Downloaded rustls-native-certs v0.7.0
1962025-11-26T21:25:58.203Z Downloaded time-core v0.1.2
1972025-11-26T21:25:58.206Z Downloaded hyper-tls v0.6.0
1982025-11-26T21:25:58.206Z Downloaded fastrand v2.1.1
1992025-11-26T21:25:58.209Z Downloaded event-listener-strategy v0.5.4
2002025-11-26T21:25:58.209Z Downloaded serde_urlencoded v0.7.1
2012025-11-26T21:25:58.212Z Downloaded futures-task v0.3.31
2022025-11-26T21:25:58.212Z Downloaded crypto-common v0.1.6
2032025-11-26T21:25:58.212Z Downloaded cfg-if v1.0.0
2042025-11-26T21:25:58.215Z Downloaded scroll v0.13.0
2052025-11-26T21:25:58.215Z Downloaded icu_provider_macros v1.5.0
2062025-11-26T21:25:58.215Z Downloaded heck v0.5.0
2072025-11-26T21:25:58.218Z Downloaded autocfg v1.1.0
2082025-11-26T21:25:58.218Z Downloaded httpdate v1.0.1
2092025-11-26T21:25:58.222Z Downloaded http-body-util v0.1.3
2102025-11-26T21:25:58.222Z Downloaded futures-macro v0.3.31
2112025-11-26T21:25:58.225Z Downloaded lazy_static v1.5.0
2122025-11-26T21:25:58.225Z Downloaded hostname v0.4.0
2132025-11-26T21:25:58.228Z Downloaded untrusted v0.9.0
2142025-11-26T21:25:58.228Z Downloaded fnv v1.0.7
2152025-11-26T21:25:58.231Z Downloaded flate2 v1.1.4
2162025-11-26T21:25:58.234Z Downloaded tinyvec_macros v0.1.0
2172025-11-26T21:25:58.234Z Downloaded slog-bunyan v2.5.0
2182025-11-26T21:25:58.238Z Downloaded plain v0.2.3
2192025-11-26T21:25:58.238Z Downloaded hostname v0.3.1
2202025-11-26T21:25:58.241Z Downloaded ppv-lite86 v0.2.15
2212025-11-26T21:25:58.241Z Downloaded futures-io v0.3.31
2222025-11-26T21:25:58.241Z Downloaded futures-core v0.3.31
2232025-11-26T21:25:58.244Z Downloaded rand_chacha v0.3.1
2242025-11-26T21:25:58.244Z Downloaded once_cell v1.20.1
2252025-11-26T21:25:58.247Z Downloaded mime_guess v2.0.5
2262025-11-26T21:25:58.247Z Downloaded powerfmt v0.2.0
2272025-11-26T21:25:58.250Z Downloaded percent-encoding v2.3.2
2282025-11-26T21:25:58.250Z Downloaded utf8_iter v1.0.4
2292025-11-26T21:25:58.253Z Downloaded num_threads v0.1.3
2302025-11-26T21:25:58.253Z Downloaded byteorder v1.4.3
2312025-11-26T21:25:58.253Z Downloaded hyper-rustls v0.26.0
2322025-11-26T21:25:58.257Z Downloaded synstructure v0.13.1
2332025-11-26T21:25:58.257Z Downloaded simple-mermaid v0.2.0
2342025-11-26T21:25:58.260Z Downloaded itoa v1.0.1
2352025-11-26T21:25:58.260Z Downloaded subtle v2.5.0
2362025-11-26T21:25:58.260Z Downloaded slog-async v2.8.0
2372025-11-26T21:25:58.263Z Downloaded async-trait v0.1.89
2382025-11-26T21:25:58.267Z Downloaded thiserror-impl v2.0.17
2392025-11-26T21:25:58.267Z Downloaded thiserror v1.0.69
2402025-11-26T21:25:58.271Z Downloaded write16 v1.0.0
2412025-11-26T21:25:58.274Z Downloaded want v0.3.0
2422025-11-26T21:25:58.274Z Downloaded waitgroup v0.1.2
2432025-11-26T21:25:58.274Z Downloaded event-listener v5.0.0
2442025-11-26T21:25:58.289Z Downloaded toml_datetime v0.7.3
2452025-11-26T21:25:58.289Z Downloaded tokio-native-tls v0.3.1
2462025-11-26T21:25:58.289Z Downloaded glob v0.3.0
2472025-11-26T21:25:58.289Z Downloaded tokio-tungstenite v0.24.0
2482025-11-26T21:25:58.289Z Downloaded serde_derive_internals v0.29.0
2492025-11-26T21:25:58.289Z Downloaded quote v1.0.42
2502025-11-26T21:25:58.290Z Downloaded buf-list v1.1.2
2512025-11-26T21:25:58.294Z Downloaded tower-service v0.3.3
2522025-11-26T21:25:58.294Z Downloaded generic-array v0.14.5
2532025-11-26T21:25:58.294Z Downloaded zerofrom v0.1.5
2542025-11-26T21:25:58.297Z Downloaded termcolor v1.1.2
2552025-11-26T21:25:58.297Z Downloaded spin v0.9.8
2562025-11-26T21:25:58.300Z Downloaded utf16_iter v1.0.5
2572025-11-26T21:25:58.300Z Downloaded crossbeam-channel v0.5.1
2582025-11-26T21:25:58.304Z Downloaded ryu v1.0.5
2592025-11-26T21:25:58.307Z Downloaded memmap2 v0.9.8
2602025-11-26T21:25:58.310Z Downloaded yoke-derive v0.7.5
2612025-11-26T21:25:58.310Z Downloaded schemars_derive v0.8.22
2622025-11-26T21:25:58.313Z Downloaded serde v1.0.228
2632025-11-26T21:25:58.317Z Downloaded usdt-macro v0.6.0
2642025-11-26T21:25:58.317Z Downloaded slog-term v2.9.2
2652025-11-26T21:25:58.320Z Downloaded bitflags v2.4.0
2662025-11-26T21:25:58.321Z Downloaded parking v2.2.0
2672025-11-26T21:25:58.324Z Downloaded utf-8 v0.7.6
2682025-11-26T21:25:58.324Z Downloaded tinystr v0.7.6
2692025-11-26T21:25:58.327Z Downloaded time-macros v0.2.18
2702025-11-26T21:25:58.327Z Downloaded writeable v0.5.5
2712025-11-26T21:25:58.330Z Downloaded icu_normalizer_data v1.5.0
2722025-11-26T21:25:58.334Z Downloaded version_check v0.9.5
2732025-11-26T21:25:58.334Z Downloaded tokio-rustls v0.25.0
2742025-11-26T21:25:58.334Z Downloaded thiserror v2.0.17
2752025-11-26T21:25:58.340Z Downloaded thiserror-impl v1.0.69
2762025-11-26T21:25:58.343Z Downloaded rand_core v0.6.3
2772025-11-26T21:25:58.343Z Downloaded quinn-udp v0.5.5
2782025-11-26T21:25:58.346Z Downloaded usdt-attr-macro v0.6.0
2792025-11-26T21:25:58.346Z Downloaded unicase v2.6.0
2802025-11-26T21:25:58.349Z Downloaded toml_writer v1.0.4
2812025-11-26T21:25:58.349Z Downloaded toml_parser v1.0.4
2822025-11-26T21:25:58.352Z Downloaded pin-utils v0.1.0
2832025-11-26T21:25:58.352Z Downloaded pest_generator v2.8.1
2842025-11-26T21:25:58.355Z Downloaded zerovec-derive v0.10.3
2852025-11-26T21:25:58.355Z Downloaded pest_meta v2.8.1
2862025-11-26T21:25:58.356Z Downloaded typenum v1.14.0
2872025-11-26T21:25:58.359Z Downloaded schemars v0.8.22
2882025-11-26T21:25:58.369Z Downloaded term v1.1.0
2892025-11-26T21:25:58.372Z Downloaded yoke v0.7.5
2902025-11-26T21:25:58.375Z Downloaded yasna v0.5.2
2912025-11-26T21:25:58.378Z Downloaded icu_provider v1.5.0
2922025-11-26T21:25:58.381Z Downloaded smallvec v1.13.2
2932025-11-26T21:25:58.382Z Downloaded semver v1.0.27
2942025-11-26T21:25:58.384Z Downloaded zerofrom-derive v0.1.5
2952025-11-26T21:25:58.387Z Downloaded ucd-trie v0.1.6
2962025-11-26T21:25:58.387Z Downloaded miniz_oxide v0.8.9
2972025-11-26T21:25:58.390Z Downloaded similar v2.2.1
2982025-11-26T21:25:58.394Z Downloaded tokio-rustls v0.26.0
2992025-11-26T21:25:58.396Z Downloaded unicode-ident v1.0.12
3002025-11-26T21:25:58.399Z Downloaded socket2 v0.6.0
3012025-11-26T21:25:58.403Z Downloaded slog v2.8.2
3022025-11-26T21:25:58.406Z Downloaded icu_collections v1.5.0
3032025-11-26T21:25:58.409Z Downloaded tungstenite v0.24.0
3042025-11-26T21:25:58.413Z Downloaded bytes v1.11.0
3052025-11-26T21:25:58.417Z Downloaded rcgen v0.14.5
3062025-11-26T21:25:58.420Z Downloaded icu_properties v1.5.1
3072025-11-26T21:25:58.423Z Downloaded tracing-core v0.1.32
3082025-11-26T21:25:58.426Z Downloaded cc v1.2.16
3092025-11-26T21:25:58.429Z Downloaded usdt-impl v0.6.0
3102025-11-26T21:25:58.432Z Downloaded subprocess v0.2.9
3112025-11-26T21:25:58.432Z Downloaded url v2.5.4
3122025-11-26T21:25:58.436Z Downloaded serde_derive v1.0.228
3132025-11-26T21:25:58.439Z Downloaded rustls-pki-types v1.13.0
3142025-11-26T21:25:58.443Z Downloaded uuid v1.18.1
3152025-11-26T21:25:58.446Z Downloaded proc-macro2 v1.0.103
3162025-11-26T21:25:58.449Z Downloaded http v1.3.1
3172025-11-26T21:25:58.453Z Downloaded zerocopy-derive v0.8.27
3182025-11-26T21:25:58.457Z Downloaded tracing v0.1.40
3192025-11-26T21:25:58.461Z Downloaded tower v0.5.2
3202025-11-26T21:25:58.470Z Downloaded unicode-segmentation v1.10.0
3212025-11-26T21:25:58.473Z Downloaded mio v1.0.3
3222025-11-26T21:25:58.477Z Downloaded tower-http v0.6.5
3232025-11-26T21:25:58.484Z Downloaded idna v1.0.3
3242025-11-26T21:25:58.488Z Downloaded iri-string v0.7.8
3252025-11-26T21:25:58.495Z Downloaded h2 v0.4.6
3262025-11-26T21:25:58.500Z Downloaded hyper v1.8.1
3272025-11-26T21:25:58.506Z Downloaded hashbrown v0.16.0
3282025-11-26T21:25:58.511Z Downloaded icu_properties_data v1.5.0
3292025-11-26T21:25:58.520Z Downloaded time v0.3.36
3302025-11-26T21:25:58.527Z Downloaded tokio-util v0.7.7
3312025-11-26T21:25:58.532Z Downloaded zerovec v0.10.4
3322025-11-26T21:25:58.537Z Downloaded vcpkg v0.2.15
3332025-11-26T21:25:58.572Z Downloaded rustls-webpki v0.102.8
3342025-11-26T21:25:58.589Z Downloaded portable-atomic v1.9.0
3352025-11-26T21:25:58.594Z Downloaded syn v2.0.110
3362025-11-26T21:25:58.604Z Downloaded pest v2.8.1
3372025-11-26T21:25:58.609Z Downloaded winnow v0.7.13
3382025-11-26T21:25:58.616Z Downloaded rustls v0.22.4
3392025-11-26T21:25:58.629Z Downloaded quinn-proto v0.11.8
3402025-11-26T21:25:58.633Z Downloaded serde_json v1.0.145
3412025-11-26T21:25:58.639Z Downloaded goblin v0.10.1
3422025-11-26T21:25:58.645Z Downloaded chrono v0.4.42
3432025-11-26T21:25:58.651Z Downloaded rustls v0.23.13
3442025-11-26T21:25:58.661Z Downloaded webpki-roots v0.26.5
3452025-11-26T21:25:58.664Z Downloaded openssl v0.10.72
3462025-11-26T21:25:58.671Z Downloaded zerocopy v0.8.27
3472025-11-26T21:25:58.691Z Downloaded webpki-roots v1.0.0
3482025-11-26T21:25:58.694Z Downloaded reqwest v0.12.24
3492025-11-26T21:25:58.698Z Downloaded openssl-sys v0.9.107
3502025-11-26T21:25:58.703Z Downloaded memchr v2.6.0
3512025-11-26T21:25:58.707Z Downloaded quinn v0.11.4
3522025-11-26T21:25:58.710Z Downloaded indexmap v2.12.0
3532025-11-26T21:25:58.713Z Downloaded futures-util v0.3.31
3542025-11-26T21:25:58.722Z Downloaded hyper-util v0.1.18
3552025-11-26T21:25:58.727Z Downloaded rustix v1.0.2
3562025-11-26T21:25:58.747Z Downloaded rustix v0.38.44
3572025-11-26T21:25:58.766Z Downloaded openapiv3 v2.2.0
3582025-11-26T21:25:58.774Z Downloaded expectorate v1.2.0
3592025-11-26T21:25:58.778Z Downloaded prettyplease v0.2.37
3602025-11-26T21:25:59.784Z Downloaded trybuild v1.0.114
3612025-11-26T21:25:59.790Z Downloaded toml v0.9.8
3622025-11-26T21:25:59.790Z Downloaded tempfile v3.23.0
3632025-11-26T21:25:59.790Z Downloaded zeroize v1.7.0
3642025-11-26T21:25:59.790Z Downloaded tinyvec v1.5.1
3652025-11-26T21:25:59.790Z Downloaded num-traits v0.2.14
3662025-11-26T21:25:59.790Z Downloaded ipnet v2.10.0
3672025-11-26T21:25:59.791Z Downloaded getrandom v0.3.1
3682025-11-26T21:25:59.791Z Downloaded pkg-config v0.3.31
3692025-11-26T21:25:59.791Z Downloaded idna_adapter v1.2.0
3702025-11-26T21:25:59.791Z Downloaded hyper-staticfile v0.10.1
3712025-11-26T21:25:59.791Z Downloaded usdt v0.6.0
3722025-11-26T21:25:59.791Z Downloaded serde_core v1.0.228
3732025-11-26T21:25:59.791Z Downloaded scopeguard v1.2.0
3742025-11-26T21:25:59.791Z Downloaded libc v0.2.177
3752025-11-26T21:25:59.791Z Downloaded mime v0.3.16
3762025-11-26T21:25:59.791Z Downloaded futures v0.3.31
3772025-11-26T21:25:59.791Z Downloaded unicode-width v0.1.9
3782025-11-26T21:25:59.791Z Downloaded httparse v1.10.0
3792025-11-26T21:25:59.791Z Downloaded simd-adler32 v0.3.7
3802025-11-26T21:25:59.791Z Downloaded sha1 v0.10.6
3812025-11-26T21:25:59.791Z Downloaded icu_locid v1.5.0
3822025-11-26T21:25:59.791Z Downloaded getrandom v0.2.11
3832025-11-26T21:25:59.791Z Downloaded futures-channel v0.3.31
3842025-11-26T21:25:59.791Z Downloaded hyper-rustls v0.27.3
3852025-11-26T21:25:59.791Z Downloaded native-tls v0.2.12
3862025-11-26T21:25:59.791Z Downloaded signal-hook-registry v1.4.0
3872025-11-26T21:25:59.791Z Downloaded try-lock v0.2.3
3882025-11-26T21:25:59.791Z Downloaded openssl-probe v0.1.4
3892025-11-26T21:25:59.791Z Downloaded multer v3.1.0
3902025-11-26T21:25:59.791Z Downloaded rustls-pemfile v2.2.0
3912025-11-26T21:25:59.791Z Downloaded litemap v0.7.4
3922025-11-26T21:25:59.791Z Downloaded equivalent v1.0.0
3932025-11-26T21:25:59.791Z Downloaded digest v0.10.7
3942025-11-26T21:25:59.791Z Downloaded compression-codecs v0.4.31
3952025-11-26T21:25:59.791Z Downloaded match_cfg v0.1.0
3962025-11-26T21:25:59.791Z Downloaded lock_api v0.4.6
3972025-11-26T21:25:59.791Z Downloaded icu_locid_transform v1.5.0
3982025-11-26T21:25:59.791Z Downloaded schema v0.1.0
3992025-11-26T21:25:59.791Z Downloaded icu_locid_transform_data v1.5.0
4002025-11-26T21:25:59.791Z Downloaded displaydoc v0.2.5
4012025-11-26T21:25:59.791Z Downloaded debug-ignore v1.0.5
4022025-11-26T21:25:59.791Z Downloaded data-encoding v2.4.0
4032025-11-26T21:25:59.791Z Downloaded dyn-clone v1.0.4
4042025-11-26T21:25:59.792Z Downloaded crossbeam-utils v0.8.15
4052025-11-26T21:25:59.792Z Downloaded tokio v1.48.0
4062025-11-26T21:25:59.792Z Downloaded compression-core v0.4.29
4072025-11-26T21:25:59.792Z Downloaded encoding_rs v0.8.32
4082025-11-26T21:25:59.792Z Downloaded ring v0.17.13
4092025-11-26T21:25:59.792Z Compiling proc-macro2 v1.0.103
4102025-11-26T21:25:59.792Z Compiling quote v1.0.42
4112025-11-26T21:25:59.792Z Compiling unicode-ident v1.0.12
4122025-11-26T21:25:59.792Z Compiling libc v0.2.177
4132025-11-26T21:25:59.792Z Compiling cfg-if v1.0.0
4142025-11-26T21:25:59.792Z Compiling itoa v1.0.1
4152025-11-26T21:25:59.792Z Compiling memchr v2.6.0
4162025-11-26T21:25:59.792Z Compiling serde_core v1.0.228
4172025-11-26T21:25:59.792Z Running `/home/build/.rustup/toolchains/1.91.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.103/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=d7b7189a2f89d299 -C extra-filename=-d82c45b1f12f5f01 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d82c45b1f12f5f01 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182025-11-26T21:25:59.792Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/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=098d8b35a97b8eab -C extra-filename=-9d1ef44d4a678e0e --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-9d1ef44d4a678e0e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192025-11-26T21:25:59.792Z Running `/home/build/.rustup/toolchains/1.91.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=762448a42dffcf03 -C extra-filename=-044f1f3e5d817345 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202025-11-26T21:25:59.792Z Running `/home/build/.rustup/toolchains/1.91.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.177/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=51ac86b25c31c3b1 -C extra-filename=-059e04911016ea5c --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-059e04911016ea5c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212025-11-26T21:25:59.792Z Running `/home/build/.rustup/toolchains/1.91.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=83fabeb513e17fcc -C extra-filename=-5824e583f4765369 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-5824e583f4765369 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222025-11-26T21:25:59.792Z Running `/home/build/.rustup/toolchains/1.91.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=ec343bff41622f21 -C extra-filename=-6fe1fb831d3e7f01 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232025-11-26T21:25:59.792Z Running `/home/build/.rustup/toolchains/1.91.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=33ec1c28f20fc645 -C extra-filename=-855d6d1a09341a0d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242025-11-26T21:25:59.792Z Running `/home/build/.rustup/toolchains/1.91.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=a369beccf33377f2 -C extra-filename=-72f4fafa4c0ce37c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252025-11-26T21:25:59.792Z Compiling pin-project-lite v0.2.12
4262025-11-26T21:25:59.792Z Running `/home/build/.rustup/toolchains/1.91.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=5292a0cd1546b9cf -C extra-filename=-5ee55914ce347c78 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272025-11-26T21:25:59.792Z Compiling autocfg v1.1.0
4282025-11-26T21:25:59.792Z Running `/home/build/.rustup/toolchains/1.91.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=3e3a16da52bdaa73 -C extra-filename=-8c209a0341cbc044 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292025-11-26T21:25:59.792Z Compiling shlex v1.3.0
4302025-11-26T21:25:59.792Z Running `/home/build/.rustup/toolchains/1.91.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=308604c9c9155891 -C extra-filename=-e34782df00581ad1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312025-11-26T21:25:59.793Z Compiling smallvec v1.13.2
4322025-11-26T21:25:59.793Z Running `/home/build/.rustup/toolchains/1.91.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=f2e21ddc7eaabf86 -C extra-filename=-f9bcd4c331c3a1ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332025-11-26T21:25:59.796Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-9d1ef44d4a678e0e/build-script-build`
4342025-11-26T21:25:59.796Z Compiling cc v1.2.16
4352025-11-26T21:25:59.801Z Running `/home/build/.rustup/toolchains/1.91.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=c045d9fa4deb8d54 -C extra-filename=-3a5a85a2a830c098 --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-e34782df00581ad1.rmeta --cap-lints allow`
4362025-11-26T21:25:59.825Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d82c45b1f12f5f01/build-script-build`
4372025-11-26T21:25:59.828Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-5824e583f4765369/build-script-build`
4382025-11-26T21:25:59.837Z Compiling bytes v1.11.0
4392025-11-26T21:25:59.837Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.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(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=aa97a9805617c44c -C extra-filename=-d0ecd21b5655874f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4402025-11-26T21:25:59.857Z Compiling futures-core v0.3.31
4412025-11-26T21:25:59.860Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=ac50556af2d33cd0 -C extra-filename=-edf9477fc919c34c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422025-11-26T21:25:59.895Z Running `/home/build/.rustup/toolchains/1.91.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=23c0c9ff6ec1d053 -C extra-filename=-c10c58938fec5a7b --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)'`
4432025-11-26T21:25:59.928Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-059e04911016ea5c/build-script-build`
4442025-11-26T21:25:59.996Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/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=e6023ab2a95e22b8 -C extra-filename=-dc971b134920b59f --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(libc_thread_local)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4452025-11-26T21:26:00.008Z Compiling once_cell v1.20.1
4462025-11-26T21:26:00.012Z Running `/home/build/.rustup/toolchains/1.91.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=0f70df227f78726c -C extra-filename=-76508579263b8ecb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472025-11-26T21:26:00.094Z Compiling version_check v0.9.5
4482025-11-26T21:26:00.097Z Running `/home/build/.rustup/toolchains/1.91.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=1712e37f06fad7cc -C extra-filename=-308ff8f5d31f660d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492025-11-26T21:26:00.378Z Compiling parking_lot_core v0.9.4
4502025-11-26T21:26:00.383Z Running `/home/build/.rustup/toolchains/1.91.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=8a879b04adcd77d7 -C extra-filename=-ca8eede9d4e46ad3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ca8eede9d4e46ad3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4512025-11-26T21:26:00.390Z Running `/home/build/.rustup/toolchains/1.91.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.103/src/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=e6bfe7d7cafd65b0 -C extra-filename=-9b646baac2281965 --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-044f1f3e5d817345.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)'`
4522025-11-26T21:26:00.643Z Compiling log v0.4.17
4532025-11-26T21:26:00.647Z Running `/home/build/.rustup/toolchains/1.91.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=47669db933c28a1b -C extra-filename=-2d885f98f901caae --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-2d885f98f901caae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4542025-11-26T21:26:00.831Z Compiling scopeguard v1.2.0
4552025-11-26T21:26:00.835Z Running `/home/build/.rustup/toolchains/1.91.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=1f319be45b5b9462 -C extra-filename=-4364801528792ad3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562025-11-26T21:26:00.854Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ca8eede9d4e46ad3/build-script-build`
4572025-11-26T21:26:00.861Z Compiling serde v1.0.228
4582025-11-26T21:26:00.864Z Running `/home/build/.rustup/toolchains/1.91.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=c9d2a99ce6d610b6 -C extra-filename=-d948bf9c5c0099ca --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-d948bf9c5c0099ca -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4592025-11-26T21:26:00.997Z Compiling lock_api v0.4.6
4602025-11-26T21:26:01.001Z Running `/home/build/.rustup/toolchains/1.91.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=2a9b311a0f65347d -C extra-filename=-9118bfa5ef27d176 --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-4364801528792ad3.rmeta --cap-lints allow`
4612025-11-26T21:26:01.057Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-2d885f98f901caae/build-script-build`
4622025-11-26T21:26:01.086Z Running `/home/build/.rustup/toolchains/1.91.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=ed5e4200998914f1 -C extra-filename=-89eb3d8bcb302712 --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-855d6d1a09341a0d.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4632025-11-26T21:26:01.246Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/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=0ae785ff8de7bccf -C extra-filename=-dac98621041a8266 --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-9b646baac2281965.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4642025-11-26T21:26:01.355Z Running `/home/build/.rustup/toolchains/1.91.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=0d3636d3032da30f -C extra-filename=-8a88f9456e43048e --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-855d6d1a09341a0d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f9bcd4c331c3a1ab.rmeta --cap-lints allow`
4652025-11-26T21:26:01.409Z Compiling ryu v1.0.5
4662025-11-26T21:26:01.420Z Running `/home/build/.rustup/toolchains/1.91.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=a8e383fa960ef52d -C extra-filename=-831ad3af6bb87f04 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-831ad3af6bb87f04 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672025-11-26T21:26:01.423Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-d948bf9c5c0099ca/build-script-build`
4682025-11-26T21:26:01.458Z Compiling mio v1.0.3
4692025-11-26T21:26:01.461Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-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 --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=e6edc45fefc9f561 -C extra-filename=-b826fa17f02ad97e --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-dc971b134920b59f.rmeta --cap-lints allow`
4702025-11-26T21:26:01.478Z Compiling socket2 v0.6.0
4712025-11-26T21:26:01.490Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=b5bba927d4890000 -C extra-filename=-b0c6bf44e3032758 --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-dc971b134920b59f.rmeta --cap-lints allow`
4722025-11-26T21:26:01.873Z Compiling syn v2.0.110
4732025-11-26T21:26:01.877Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/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=ea3d60d86a309e6f -C extra-filename=-2b624bb3181a6707 --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-9b646baac2281965.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-044f1f3e5d817345.rmeta --cap-lints allow`
4742025-11-26T21:26:01.927Z Compiling parking_lot v0.12.1
4752025-11-26T21:26:01.930Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-831ad3af6bb87f04/build-script-build`
4762025-11-26T21:26:01.930Z Running `/home/build/.rustup/toolchains/1.91.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=2d57cab685861995 -C extra-filename=-14cddf5b42c39b16 --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-9118bfa5ef27d176.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-8a88f9456e43048e.rmeta --cap-lints allow`
4772025-11-26T21:26:01.978Z Compiling signal-hook-registry v1.4.0
4782025-11-26T21:26:01.981Z Running `/home/build/.rustup/toolchains/1.91.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=b3ccb2ec66aea036 -C extra-filename=-4bcb5bd868b3bbc0 --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-dc971b134920b59f.rmeta --cap-lints allow`
4792025-11-26T21:26:01.995Z Compiling slab v0.4.9
4802025-11-26T21:26:01.999Z Running `/home/build/.rustup/toolchains/1.91.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=69062d6f1823ef16 -C extra-filename=-d09d8e8024e886fa --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-d09d8e8024e886fa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-8c209a0341cbc044.rlib --cap-lints allow`
4812025-11-26T21:26:02.458Z Compiling futures-sink v0.3.31
4822025-11-26T21:26:02.462Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=74f59c6e3c00c45b -C extra-filename=-22f9ebf1876aa9f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4832025-11-26T21:26:02.478Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-d09d8e8024e886fa/build-script-build`
4842025-11-26T21:26:02.558Z Running `/home/build/.rustup/toolchains/1.91.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=20b7b02467e51ac4 -C extra-filename=-8083d01144c769bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4852025-11-26T21:26:02.613Z Compiling getrandom v0.2.11
4862025-11-26T21:26:02.617Z Running `/home/build/.rustup/toolchains/1.91.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=c6f5c8bec2569c85 -C extra-filename=-93b86809526a3266 --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-855d6d1a09341a0d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --cap-lints allow`
4872025-11-26T21:26:02.626Z Compiling serde_json v1.0.145
4882025-11-26T21:26:02.640Z Running `/home/build/.rustup/toolchains/1.91.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.145/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=9fd21eb8cc51486c -C extra-filename=-5b7e5c5a738f6ebe --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-5b7e5c5a738f6ebe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4892025-11-26T21:26:02.662Z Running `/home/build/.rustup/toolchains/1.91.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=bfabb60836e48d78 -C extra-filename=-c2ef197796584401 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4902025-11-26T21:26:02.769Z Compiling fnv v1.0.7
4912025-11-26T21:26:02.779Z Running `/home/build/.rustup/toolchains/1.91.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=185a951923ee54e1 -C extra-filename=-cb482ec50f78f70c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922025-11-26T21:26:02.859Z Compiling futures-channel v0.3.31
4932025-11-26T21:26:02.863Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=70b7ef34a1fc1f37 -C extra-filename=-05816225d881268a --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-edf9477fc919c34c.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-22f9ebf1876aa9f9.rmeta --cap-lints allow`
4942025-11-26T21:26:02.901Z Compiling http v1.3.1
4952025-11-26T21:26:02.905Z Compiling pin-utils v0.1.0
4962025-11-26T21:26:02.905Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=aa7ec177feeffde0 -C extra-filename=-33d4cad5b4d120e8 --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-d0ecd21b5655874f.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-cb482ec50f78f70c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-72f4fafa4c0ce37c.rmeta --cap-lints allow`
4972025-11-26T21:26:02.905Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d6cfbe35805ab10 -C extra-filename=-231156a29b16c736 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4982025-11-26T21:26:02.943Z Compiling zeroize v1.7.0
4992025-11-26T21:26:02.948Z Running `/home/build/.rustup/toolchains/1.91.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=85b0a442a5fa84e8 -C extra-filename=-45c3461d766eaa22 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5002025-11-26T21:26:02.997Z Compiling thiserror v2.0.17
5012025-11-26T21:26:03.009Z Running `/home/build/.rustup/toolchains/1.91.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.17/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=351037967668f7fb -C extra-filename=-5493e3abf2889b25 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-5493e3abf2889b25 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5022025-11-26T21:26:03.012Z Compiling bitflags v2.4.0
5032025-11-26T21:26:03.012Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=cbb1c8b39d7a563d -C extra-filename=-446cd5d6b9e81412 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042025-11-26T21:26:03.021Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-5b7e5c5a738f6ebe/build-script-build`
5052025-11-26T21:26:03.039Z Compiling ring v0.17.13
5062025-11-26T21:26:03.050Z Running `/home/build/.rustup/toolchains/1.91.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=355bcfa6b17f6f7d -C extra-filename=-f1aa6626bfc9c1e2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-f1aa6626bfc9c1e2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-3a5a85a2a830c098.rlib --cap-lints allow`
5072025-11-26T21:26:03.256Z Compiling rustls-pki-types v1.13.0
5082025-11-26T21:26:03.260Z Running `/home/build/.rustup/toolchains/1.91.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.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="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=c26095314e0574d3 -C extra-filename=-cbbfdb7651bffa26 --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-45c3461d766eaa22.rmeta --cap-lints allow`
5092025-11-26T21:26:03.269Z Compiling futures-io v0.3.31
5102025-11-26T21:26:03.273Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=5715ab14dc821115 -C extra-filename=-b546c8bcde620615 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112025-11-26T21:26:03.447Z Compiling futures-task v0.3.31
5122025-11-26T21:26:03.451Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=dabf9ca193244f69 -C extra-filename=-131138efe667a795 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132025-11-26T21:26:03.553Z Compiling stable_deref_trait v1.2.0
5142025-11-26T21:26:03.553Z Running `/home/build/.rustup/toolchains/1.91.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=217e11f0f5217f39 -C extra-filename=-27fb20d54f6f3d4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5152025-11-26T21:26:03.669Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-5493e3abf2889b25/build-script-build`
5162025-11-26T21:26:03.693Z Running `/home/build/.rustup/toolchains/1.91.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=5069c6fbca6782c4 -C extra-filename=-6621d75e7d7b403b --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-6621d75e7d7b403b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172025-11-26T21:26:03.769Z Compiling httparse v1.10.0
5182025-11-26T21:26:03.772Z Running `/home/build/.rustup/toolchains/1.91.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=d84c391b68f94f31 -C extra-filename=-651b27c7f7aa7907 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-651b27c7f7aa7907 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192025-11-26T21:26:04.058Z Compiling getrandom v0.3.1
5202025-11-26T21:26:04.061Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.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=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=351e441f6eb63d10 -C extra-filename=-e93bc2cc2706cf25 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-e93bc2cc2706cf25 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212025-11-26T21:26:04.114Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-f1aa6626bfc9c1e2/build-script-build`
5222025-11-26T21:26:04.282Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-6621d75e7d7b403b/build-script-build`
5232025-11-26T21:26:04.325Z Compiling tracing-core v0.1.32
5242025-11-26T21:26:04.329Z Running `/home/build/.rustup/toolchains/1.91.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=8d92b799dc7c2599 -C extra-filename=-f6c1beaf17037ab2 --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-76508579263b8ecb.rmeta --cap-lints allow`
5252025-11-26T21:26:04.342Z Running `/home/build/.rustup/toolchains/1.91.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=fe90191f825cb627 -C extra-filename=-1340b3a9800bd562 --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)'`
5262025-11-26T21:26:04.439Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-651b27c7f7aa7907/build-script-build`
5272025-11-26T21:26:04.497Z Running `/home/build/.rustup/toolchains/1.91.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=48139331b7fd8248 -C extra-filename=-56edab7b0a3e9369 --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`
5282025-11-26T21:26:04.516Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-e93bc2cc2706cf25/build-script-build`
5292025-11-26T21:26:04.534Z Compiling untrusted v0.9.0
5302025-11-26T21:26:04.537Z Running `/home/build/.rustup/toolchains/1.91.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=5a00808b00b03e1e -C extra-filename=-cb17bd7dbb786a1e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312025-11-26T21:26:04.689Z Compiling ucd-trie v0.1.6
5322025-11-26T21:26:04.693Z Running `/home/build/.rustup/toolchains/1.91.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=6929972c871fd0fe -C extra-filename=-0ba72db44e3acec1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5332025-11-26T21:26:04.716Z Compiling equivalent v1.0.0
5342025-11-26T21:26:04.727Z Running `/home/build/.rustup/toolchains/1.91.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=58bdf8f31dc77138 -C extra-filename=-2933f310a4f6eae8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5352025-11-26T21:26:04.843Z Compiling hashbrown v0.16.0
5362025-11-26T21:26:04.846Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.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", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=3f6e6869d4063e0b -C extra-filename=-70c05ffb8bf5f390 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372025-11-26T21:26:05.104Z Running `/home/build/.rustup/toolchains/1.91.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=ca9a14aaa1fb9dd3 -C extra-filename=-6e21a390f131e9f6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-6e21a390f131e9f6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5382025-11-26T21:26:05.234Z Compiling tracing v0.1.40
5392025-11-26T21:26:05.246Z Running `/home/build/.rustup/toolchains/1.91.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=b01249b03ea1a543 -C extra-filename=-a825e34c5f0576b2 --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-5ee55914ce347c78.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-f6c1beaf17037ab2.rmeta --cap-lints allow`
5402025-11-26T21:26:05.261Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=a6028e9c302e1059 -C extra-filename=-7267af5beee12260 --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-855d6d1a09341a0d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --cap-lints allow`
5412025-11-26T21:26:05.530Z Running `/home/build/.rustup/toolchains/1.91.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.145/src/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=24c0272c7e8d7e65 -C extra-filename=-d59e25633936a302 --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-72f4fafa4c0ce37c.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6fe1fb831d3e7f01.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-8083d01144c769bb.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c10c58938fec5a7b.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5422025-11-26T21:26:05.606Z Compiling http-body v1.0.1
5432025-11-26T21:26:05.610Z Running `/home/build/.rustup/toolchains/1.91.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=90067c5ed95d424f -C extra-filename=-521d7da041ebd4f8 --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-d0ecd21b5655874f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --cap-lints allow`
5442025-11-26T21:26:05.634Z Compiling vcpkg v0.2.15
5452025-11-26T21:26:05.645Z Running `/home/build/.rustup/toolchains/1.91.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=efd4a506a84daaa0 -C extra-filename=-accc92cc1613df26 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5462025-11-26T21:26:05.701Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-6e21a390f131e9f6/build-script-build`
5472025-11-26T21:26:05.758Z Compiling percent-encoding v2.3.2
5482025-11-26T21:26:05.761Z Running `/home/build/.rustup/toolchains/1.91.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=a27a09015bbc8d80 -C extra-filename=-111c3ed2151100bc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492025-11-26T21:26:05.851Z Compiling litemap v0.7.4
5502025-11-26T21:26:05.856Z Running `/home/build/.rustup/toolchains/1.91.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=e2e4fe34f59770a4 -C extra-filename=-49e01a10b7a64494 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5512025-11-26T21:26:05.980Z Compiling indexmap v2.12.0
5522025-11-26T21:26:05.984Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --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=ae8b948b047d5f5e -C extra-filename=-9fe3ee5bda89c3aa --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-2933f310a4f6eae8.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-70c05ffb8bf5f390.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c10c58938fec5a7b.rmeta --cap-lints allow`
5532025-11-26T21:26:06.107Z Compiling writeable v0.5.5
5542025-11-26T21:26:06.111Z Running `/home/build/.rustup/toolchains/1.91.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=1ff80c8bda274504 -C extra-filename=-07b449ddd8d1f39e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552025-11-26T21:26:06.237Z Compiling typenum v1.14.0
5562025-11-26T21:26:06.241Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/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("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=628fd4136af2c44b -C extra-filename=-cc1e22607bdfa82a --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-cc1e22607bdfa82a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572025-11-26T21:26:06.701Z Compiling zerocopy v0.8.27
5582025-11-26T21:26:06.706Z Running `/home/build/.rustup/toolchains/1.91.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=b1cf034f09602a7a -C extra-filename=-837386e9aae7bae9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-837386e9aae7bae9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5592025-11-26T21:26:06.949Z Compiling atomic-waker v1.1.2
5602025-11-26T21:26:06.953Z Running `/home/build/.rustup/toolchains/1.91.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=0f9292d960cf437d -C extra-filename=-ea92e9999b153c47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612025-11-26T21:26:07.120Z Running `/home/build/.rustup/toolchains/1.91.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=5e49599cc11f88aa -C extra-filename=-2fe058faafa34295 --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-855d6d1a09341a0d.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-93b86809526a3266.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-cb17bd7dbb786a1e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5622025-11-26T21:26:07.145Z Compiling rustversion v1.0.22
5632025-11-26T21:26:07.145Z Running `/home/build/.rustup/toolchains/1.91.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=6913c09c63a4794e -C extra-filename=-54c8f069988196a4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-54c8f069988196a4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5642025-11-26T21:26:07.158Z Compiling pkg-config v0.3.31
5652025-11-26T21:26:07.169Z Running `/home/build/.rustup/toolchains/1.91.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=3786d89f7a1df106 -C extra-filename=-f203609aab88b293 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662025-11-26T21:26:07.406Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-cc1e22607bdfa82a/build-script-main`
5672025-11-26T21:26:07.444Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-837386e9aae7bae9/build-script-build`
5682025-11-26T21:26:07.506Z Compiling errno v0.3.10
5692025-11-26T21:26:07.510Z Running `/home/build/.rustup/toolchains/1.91.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=e7f3f3a750cd2f35 -C extra-filename=-c031f30d8f208126 --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-dc971b134920b59f.rmeta --cap-lints allow`
5702025-11-26T21:26:07.579Z Compiling generic-array v0.14.5
5712025-11-26T21:26:07.583Z Running `/home/build/.rustup/toolchains/1.91.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=87afa9482c498891 -C extra-filename=-45813daa26451fae --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-45813daa26451fae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-308ff8f5d31f660d.rlib --cap-lints allow`
5722025-11-26T21:26:07.765Z Compiling try-lock v0.2.3
5732025-11-26T21:26:07.778Z Running `/home/build/.rustup/toolchains/1.91.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=eb048862a4647713 -C extra-filename=-d9c1aee7b81299b2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742025-11-26T21:26:07.862Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-54c8f069988196a4/build-script-build`
5752025-11-26T21:26:07.924Z Compiling crossbeam-utils v0.8.15
5762025-11-26T21:26:07.928Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d9ede550ff8f3bd5 -C extra-filename=-0da493c3bc922f0a --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-0da493c3bc922f0a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772025-11-26T21:26:07.936Z Compiling rustix v1.0.2
5782025-11-26T21:26:07.948Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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(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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --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", "compiler_builtins", "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=0bfced8ccb2c0758 -C extra-filename=-03fa44df4b814c31 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-03fa44df4b814c31 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5792025-11-26T21:26:07.975Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-45813daa26451fae/build-script-build`
5802025-11-26T21:26:08.037Z Running `/home/build/.rustup/toolchains/1.91.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=309ce3d59cfa6da3 -C extra-filename=-686a67905df6be74 --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"))'`
5812025-11-26T21:26:08.182Z Compiling openssl-sys v0.9.107
5822025-11-26T21:26:08.186Z Running `/home/build/.rustup/toolchains/1.91.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=2118fa097e5e52c4 -C extra-filename=-acba06b79bad2612 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-acba06b79bad2612 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-3a5a85a2a830c098.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-f203609aab88b293.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-accc92cc1613df26.rlib --cap-lints allow`
5832025-11-26T21:26:08.257Z Compiling want v0.3.0
5842025-11-26T21:26:08.268Z Running `/home/build/.rustup/toolchains/1.91.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=affedf1ed8ab1f75 -C extra-filename=-5846b97cd7f4f5e0 --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-89eb3d8bcb302712.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-d9c1aee7b81299b2.rmeta --cap-lints allow`
5852025-11-26T21:26:08.428Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-0da493c3bc922f0a/build-script-build`
5862025-11-26T21:26:08.456Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=31e4532f8d3c8003 -C extra-filename=-9db1468a3b28ef4b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5872025-11-26T21:26:08.554Z Compiling subtle v2.5.0
5882025-11-26T21:26:08.557Z Running `/home/build/.rustup/toolchains/1.91.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=02f59cea56592119 -C extra-filename=-2238e074cc12aee7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5892025-11-26T21:26:08.610Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-03fa44df4b814c31/build-script-build`
5902025-11-26T21:26:08.743Z Compiling byteorder v1.4.3
5912025-11-26T21:26:08.746Z Running `/home/build/.rustup/toolchains/1.91.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=1fadc74342e5c1a0 -C extra-filename=-298fc57ee25d89d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5922025-11-26T21:26:08.823Z Compiling httpdate v1.0.1
5932025-11-26T21:26:08.827Z Running `/home/build/.rustup/toolchains/1.91.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=1370fc4edc9650d9 -C extra-filename=-20a93ebecfda7358 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5942025-11-26T21:26:08.953Z Compiling synstructure v0.13.1
5952025-11-26T21:26:08.957Z Running `/home/build/.rustup/toolchains/1.91.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=de85d02201da997b -C extra-filename=-41fb8eb6a1eb33bd --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-9b646baac2281965.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rmeta --cap-lints allow`
5962025-11-26T21:26:09.142Z Compiling powerfmt v0.2.0
5972025-11-26T21:26:09.167Z Running `/home/build/.rustup/toolchains/1.91.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=dba3af11d303ce80 -C extra-filename=-c324851f2dc06082 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5982025-11-26T21:26:09.171Z Compiling icu_locid_transform_data v1.5.0
5992025-11-26T21:26:09.171Z Running `/home/build/.rustup/toolchains/1.91.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=cdc168884f5ffe69 -C extra-filename=-87af21accb1f2a76 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6002025-11-26T21:26:09.227Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-acba06b79bad2612/build-script-main`
6012025-11-26T21:26:09.260Z Compiling num-conv v0.1.0
6022025-11-26T21:26:09.260Z Running `/home/build/.rustup/toolchains/1.91.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.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=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=b045944bcfb3af86 -C extra-filename=-87ee1e138d59a40a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6032025-11-26T21:26:09.272Z Compiling time-core v0.1.2
6042025-11-26T21:26:09.284Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-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=773b195cc7c86c97 -C extra-filename=-9d33a265b14c3a68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6052025-11-26T21:26:09.297Z Compiling base64 v0.22.1
6062025-11-26T21:26:09.308Z Running `/home/build/.rustup/toolchains/1.91.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=90575520438fd6f4 -C extra-filename=-f8f43c82fa62478e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6072025-11-26T21:26:09.452Z Compiling tower-service v0.3.3
6082025-11-26T21:26:09.455Z Running `/home/build/.rustup/toolchains/1.91.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=4f696eda617d8eb7 -C extra-filename=-bdc553dcec2ca50c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092025-11-26T21:26:09.543Z Compiling time-macros v0.2.18
6102025-11-26T21:26:09.547Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.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 --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 --warn=unused --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=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=3ac8631d41bfeaea -C extra-filename=-d030476100136123 --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-87ee1e138d59a40a.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-9d33a265b14c3a68.rlib --extern proc_macro --cap-lints allow`
6112025-11-26T21:26:09.547Z Running `/home/build/.rustup/toolchains/1.91.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=261ea83564551063 -C extra-filename=-1738fa59190c70c0 --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-9db1468a3b28ef4b.rmeta --cap-lints allow --cfg relaxed_coherence`
6122025-11-26T21:26:09.567Z Compiling deranged v0.3.11
6132025-11-26T21:26:09.570Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.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="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=f0b1f2387f46ab19 -C extra-filename=-0265028752d02d30 --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-c324851f2dc06082.rmeta --cap-lints allow`
6142025-11-26T21:26:09.591Z Compiling rustls-webpki v0.102.8
6152025-11-26T21:26:09.594Z Running `/home/build/.rustup/toolchains/1.91.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=3bd25ca46332d3a1 -C extra-filename=-21f86bf9c41aa2be --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-2fe058faafa34295.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-cb17bd7dbb786a1e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out`
6162025-11-26T21:26:09.984Z Compiling slog v2.8.2
6172025-11-26T21:26:09.995Z Running `/home/build/.rustup/toolchains/1.91.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=7db98664591e4be8 -C extra-filename=-8ffccbbaf6b51d22 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-8ffccbbaf6b51d22 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-686a67905df6be74.so --cap-lints allow`
6182025-11-26T21:26:10.103Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-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 --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(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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --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", "compiler_builtins", "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=2f09092b1de4fad2 -C extra-filename=-e8acfdef5146bf70 --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-446cd5d6b9e81412.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-c031f30d8f208126.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6192025-11-26T21:26:10.377Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=edd844e6c98deb4b -C extra-filename=-9166acacfa50b135 --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-855d6d1a09341a0d.rmeta --cap-lints allow`
6202025-11-26T21:26:10.735Z Compiling num_threads v0.1.3
6212025-11-26T21:26:10.740Z Running `/home/build/.rustup/toolchains/1.91.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=8e586a3f62bd74f2 -C extra-filename=-76684f44b73d50da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6222025-11-26T21:26:10.879Z Compiling icu_properties_data v1.5.0
6232025-11-26T21:26:10.883Z Running `/home/build/.rustup/toolchains/1.91.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=1e5dfc86909004ae -C extra-filename=-2d2e968d09f94022 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6242025-11-26T21:26:10.978Z Compiling rustix v0.38.44
6252025-11-26T21:26:10.981Z Running `/home/build/.rustup/toolchains/1.91.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=b1d785ee3fbfb3c3 -C extra-filename=-a5e736fd27c8a711 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-a5e736fd27c8a711 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6262025-11-26T21:26:11.119Z Compiling fastrand v2.1.1
6272025-11-26T21:26:11.123Z Running `/home/build/.rustup/toolchains/1.91.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=745270477c3da0dc -C extra-filename=-21d59d5c49560d0a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6282025-11-26T21:26:11.329Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-8ffccbbaf6b51d22/build-script-build`
6292025-11-26T21:26:11.347Z Running `/home/build/.rustup/toolchains/1.91.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.145/src/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=bd033c312a951f81 -C extra-filename=-952240bb390b5e9c --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-72f4fafa4c0ce37c.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6fe1fb831d3e7f01.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-8083d01144c769bb.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-1340b3a9800bd562.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6302025-11-26T21:26:11.587Z Compiling thread-id v5.0.0
6312025-11-26T21:26:11.597Z Running `/home/build/.rustup/toolchains/1.91.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=fc643b5988b42753 -C extra-filename=-bdeef854c233f415 --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-dc971b134920b59f.rmeta --cap-lints allow`
6322025-11-26T21:26:11.627Z Compiling unicase v2.6.0
6332025-11-26T21:26:11.630Z Running `/home/build/.rustup/toolchains/1.91.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=ae7c652b3dbe4e29 -C extra-filename=-ee0797c3230e2e66 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-ee0797c3230e2e66 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-308ff8f5d31f660d.rlib --cap-lints allow`
6342025-11-26T21:26:11.645Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-a5e736fd27c8a711/build-script-build`
6352025-11-26T21:26:11.680Z Compiling num-traits v0.2.14
6362025-11-26T21:26:11.684Z Running `/home/build/.rustup/toolchains/1.91.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=97d84f5bc6103854 -C extra-filename=-3e77fc224b848660 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-3e77fc224b848660 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-8c209a0341cbc044.rlib --cap-lints allow`
6372025-11-26T21:26:11.693Z Compiling openssl-probe v0.1.4
6382025-11-26T21:26:11.697Z Running `/home/build/.rustup/toolchains/1.91.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=698e087acfc08cd3 -C extra-filename=-da4ef9e58c8dbd00 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6392025-11-26T21:26:11.767Z Compiling utf16_iter v1.0.5
6402025-11-26T21:26:11.771Z Running `/home/build/.rustup/toolchains/1.91.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=ce5aa9333ac85aed -C extra-filename=-7adc8c12c5424b5f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6412025-11-26T21:26:11.965Z Compiling crc32fast v1.5.0
6422025-11-26T21:26:11.969Z Running `/home/build/.rustup/toolchains/1.91.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=40dadb7ff6f7961c -C extra-filename=-05e5f3828d2d483e --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-05e5f3828d2d483e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6432025-11-26T21:26:12.006Z Compiling time v0.3.36
6442025-11-26T21:26:12.017Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/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=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 --warn=unused --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=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --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", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=59c4685a2c232ef8 -C extra-filename=-cf66d3fdfc6aa760 --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-0265028752d02d30.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-72f4fafa4c0ce37c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-87ee1e138d59a40a.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-76684f44b73d50da.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-c324851f2dc06082.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-9d33a265b14c3a68.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-d030476100136123.so --cap-lints allow`
6452025-11-26T21:26:12.023Z Compiling ipnet v2.10.0
6462025-11-26T21:26:12.023Z Running `/home/build/.rustup/toolchains/1.91.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=126c6ab118364a65 -C extra-filename=-20172b0dcf2c6c87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6472025-11-26T21:26:12.023Z Compiling usdt-impl v0.6.0
6482025-11-26T21:26:12.031Z Running `/home/build/.rustup/toolchains/1.91.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=47047d3cfd84cf3b -C extra-filename=-d1c90a0f42304b80 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-d1c90a0f42304b80 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6492025-11-26T21:26:12.044Z Compiling icu_normalizer_data v1.5.0
6502025-11-26T21:26:12.048Z Running `/home/build/.rustup/toolchains/1.91.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=0a9fbabe942d4eb7 -C extra-filename=-c2fb85bad0f4e61b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6512025-11-26T21:26:12.150Z Compiling utf8_iter v1.0.4
6522025-11-26T21:26:12.161Z Running `/home/build/.rustup/toolchains/1.91.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=eb34351b8f28c711 -C extra-filename=-b4801d085ba53f16 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6532025-11-26T21:26:12.317Z Compiling write16 v1.0.0
6542025-11-26T21:26:12.317Z Running `/home/build/.rustup/toolchains/1.91.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=1afb092306e0e5d0 -C extra-filename=-ea0b72f67721a0fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6552025-11-26T21:26:12.451Z Compiling openssl v0.10.72
6562025-11-26T21:26:12.455Z Running `/home/build/.rustup/toolchains/1.91.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=5778a38170318d8e -C extra-filename=-99ea2f1ac624a4f7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-99ea2f1ac624a4f7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6572025-11-26T21:26:12.464Z Compiling paste v1.0.15
6582025-11-26T21:26:12.467Z Running `/home/build/.rustup/toolchains/1.91.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=9188e82bac535d98 -C extra-filename=-d056e7adb67e0e10 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-d056e7adb67e0e10 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6592025-11-26T21:26:12.477Z Compiling foreign-types-shared v0.1.1
6602025-11-26T21:26:12.481Z Running `/home/build/.rustup/toolchains/1.91.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=9a3a39416ed12a37 -C extra-filename=-789aeedcda960c97 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6612025-11-26T21:26:12.541Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-05e5f3828d2d483e/build-script-build`
6622025-11-26T21:26:12.589Z Compiling foreign-types v0.3.2
6632025-11-26T21:26:12.593Z Running `/home/build/.rustup/toolchains/1.91.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=e9d0ad32fe6b5ec8 -C extra-filename=-f4ea808f86e9328b --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-789aeedcda960c97.rmeta --cap-lints allow`
6642025-11-26T21:26:12.603Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-d1c90a0f42304b80/build-script-build`
6652025-11-26T21:26:12.631Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-3e77fc224b848660/build-script-build`
6662025-11-26T21:26:12.681Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-ee0797c3230e2e66/build-script-build`
6672025-11-26T21:26:12.694Z Compiling serde_derive v1.0.228
6682025-11-26T21:26:12.698Z Running `/home/build/.rustup/toolchains/1.91.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=efca7d25854037f0 -C extra-filename=-83bffd7aaee27cca --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
6692025-11-26T21:26:12.866Z Compiling tokio-macros v2.6.0
6702025-11-26T21:26:12.870Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=e3d7961c4fd489ae -C extra-filename=-ad4df9f0528a4277 --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
6712025-11-26T21:26:12.943Z Compiling zerofrom-derive v0.1.5
6722025-11-26T21:26:12.947Z Compiling yoke-derive v0.7.5
6732025-11-26T21:26:12.947Z Running `/home/build/.rustup/toolchains/1.91.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=13b2727a98e0bb39 -C extra-filename=-47ffeae8b5475310 --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-41fb8eb6a1eb33bd.rlib --extern proc_macro --cap-lints allow`
6742025-11-26T21:26:12.956Z Running `/home/build/.rustup/toolchains/1.91.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=e6bc8f7af34ac20d -C extra-filename=-28abf7ebabb22755 --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-41fb8eb6a1eb33bd.rlib --extern proc_macro --cap-lints allow`
6752025-11-26T21:26:12.993Z Compiling futures-macro v0.3.31
6762025-11-26T21:26:13.006Z Running `/home/build/.rustup/toolchains/1.91.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.31/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=f18ce8c0deae16de -C extra-filename=-9432ccca9b408f92 --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
6772025-11-26T21:26:13.240Z Compiling thiserror-impl v2.0.17
6782025-11-26T21:26:13.245Z Running `/home/build/.rustup/toolchains/1.91.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.17/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=e6efb56b36124c29 -C extra-filename=-0b38b159d64e50b8 --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
6792025-11-26T21:26:14.100Z Compiling zerovec-derive v0.10.3
6802025-11-26T21:26:14.108Z Running `/home/build/.rustup/toolchains/1.91.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=f7257075a988606e -C extra-filename=-feb3654bc4dfaffd --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
6812025-11-26T21:26:14.424Z Compiling tokio v1.48.0
6822025-11-26T21:26:14.428Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.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(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=6b6c9315c62faa06 -C extra-filename=-b6fae64ca134b656 --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-d0ecd21b5655874f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-b826fa17f02ad97e.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-14cddf5b42c39b16.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-4bcb5bd868b3bbc0.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-b0c6bf44e3032758.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-ad4df9f0528a4277.so --cap-lints allow`
6832025-11-26T21:26:14.811Z Compiling futures-util v0.3.31
6842025-11-26T21:26:14.815Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=740fff39ff3dd50b -C extra-filename=-f238c332a122699f --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-05816225d881268a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-edf9477fc919c34c.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-b546c8bcde620615.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-9432ccca9b408f92.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-22f9ebf1876aa9f9.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-131138efe667a795.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6fe1fb831d3e7f01.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-231156a29b16c736.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-c2ef197796584401.rmeta --cap-lints allow`
6852025-11-26T21:26:15.299Z Compiling displaydoc v0.2.5
6862025-11-26T21:26:15.303Z Running `/home/build/.rustup/toolchains/1.91.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=2fce20bab5a9f155 -C extra-filename=-fa7ceea89a05a12d --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
6872025-11-26T21:26:15.472Z Compiling icu_provider_macros v1.5.0
6882025-11-26T21:26:15.472Z Running `/home/build/.rustup/toolchains/1.91.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=d97ebfd4c1a56bb3 -C extra-filename=-f5c1455b1611ca38 --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
6892025-11-26T21:26:15.742Z Compiling zerofrom v0.1.5
6902025-11-26T21:26:15.746Z Running `/home/build/.rustup/toolchains/1.91.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=218111e784078240 -C extra-filename=-3b60b2089bd94abf --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-47ffeae8b5475310.so --cap-lints allow`
6912025-11-26T21:26:15.973Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8627a8ac9d501eac -C extra-filename=-26415a9177930c14 --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-0b38b159d64e50b8.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6922025-11-26T21:26:15.985Z Compiling yoke v0.7.5
6932025-11-26T21:26:15.988Z Running `/home/build/.rustup/toolchains/1.91.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=ddb077814545ee0d -C extra-filename=-956c553f159cf0f9 --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-27fb20d54f6f3d4f.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-28abf7ebabb22755.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-3b60b2089bd94abf.rmeta --cap-lints allow`
6942025-11-26T21:26:16.122Z Compiling pest v2.8.1
6952025-11-26T21:26:16.125Z Running `/home/build/.rustup/toolchains/1.91.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=01cc49d4c98042d5 -C extra-filename=-f60b11d44a639a38 --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-6fe1fb831d3e7f01.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-0ba72db44e3acec1.rmeta --cap-lints allow`
6962025-11-26T21:26:16.275Z Compiling zerocopy-derive v0.8.27
6972025-11-26T21:26:16.287Z Running `/home/build/.rustup/toolchains/1.91.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=e8a8aa2aa4c83cbe -C extra-filename=-5f2161f01fabdd7a --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
6982025-11-26T21:26:16.344Z Compiling zerovec v0.10.4
6992025-11-26T21:26:16.348Z Running `/home/build/.rustup/toolchains/1.91.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=3cab192cae7a7f86 -C extra-filename=-7772952be6753058 --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-956c553f159cf0f9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-3b60b2089bd94abf.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-feb3654bc4dfaffd.so --cap-lints allow`
7002025-11-26T21:26:16.500Z Compiling scroll_derive v0.13.1
7012025-11-26T21:26:16.503Z Running `/home/build/.rustup/toolchains/1.91.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=f77e9e766e9d7a97 -C extra-filename=-c9806a326c2930ec --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
7022025-11-26T21:26:16.791Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-d056e7adb67e0e10/build-script-build`
7032025-11-26T21:26:16.863Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-99ea2f1ac624a4f7/build-script-build`
7042025-11-26T21:26:16.872Z Compiling openssl-macros v0.1.1
7052025-11-26T21:26:16.875Z Running `/home/build/.rustup/toolchains/1.91.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=4bbc2f4b39abe491 -C extra-filename=-3bf5d5d3298a3a40 --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
7062025-11-26T21:26:17.795Z Running `/home/build/.rustup/toolchains/1.91.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=afef054d000dba88 -C extra-filename=-76c7e021c9933480 --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-446cd5d6b9e81412.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-c031f30d8f208126.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7072025-11-26T21:26:18.366Z Compiling tinystr v0.7.6
7082025-11-26T21:26:18.370Z Running `/home/build/.rustup/toolchains/1.91.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=b3d456ba61ced65f -C extra-filename=-239838e5112f5ff4 --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-fa7ceea89a05a12d.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-7772952be6753058.rmeta --cap-lints allow`
7092025-11-26T21:26:18.391Z Compiling icu_collections v1.5.0
7102025-11-26T21:26:18.395Z Running `/home/build/.rustup/toolchains/1.91.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=b067a1dbcb039bea -C extra-filename=-63806fb80aed24f1 --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-fa7ceea89a05a12d.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-956c553f159cf0f9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-3b60b2089bd94abf.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-7772952be6753058.rmeta --cap-lints allow`
7112025-11-26T21:26:18.711Z Compiling icu_locid v1.5.0
7122025-11-26T21:26:18.739Z Running `/home/build/.rustup/toolchains/1.91.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=41d3616b95fc516f -C extra-filename=-cec9b31cc7847c95 --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-fa7ceea89a05a12d.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-49e01a10b7a64494.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-239838e5112f5ff4.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-07b449ddd8d1f39e.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-7772952be6753058.rmeta --cap-lints allow`
7132025-11-26T21:26:19.233Z Compiling pest_meta v2.8.1
7142025-11-26T21:26:19.236Z Running `/home/build/.rustup/toolchains/1.91.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=be961dba9ec9ab4d -C extra-filename=-f0a0eebfd4685080 --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-f60b11d44a639a38.rmeta --cap-lints allow`
7152025-11-26T21:26:19.264Z Running `/home/build/.rustup/toolchains/1.91.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=3115bc84fae36553 -C extra-filename=-db1981436c30f7b7 --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-5f2161f01fabdd7a.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)'`
7162025-11-26T21:26:19.287Z Running `/home/build/.rustup/toolchains/1.91.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=33cee57cda9f1f90 -C extra-filename=-d49e8175c61defec --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-c10c58938fec5a7b.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-83bffd7aaee27cca.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)'`
7172025-11-26T21:26:19.762Z Running `/home/build/.rustup/toolchains/1.91.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=def5fae5e858a8e7 -C extra-filename=-8e7a12f218a80b3c --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-1340b3a9800bd562.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-83bffd7aaee27cca.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)'`
7182025-11-26T21:26:19.946Z Compiling icu_provider v1.5.0
7192025-11-26T21:26:19.958Z Running `/home/build/.rustup/toolchains/1.91.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=c3798d5192f25103 -C extra-filename=-3ed3bc67fb382c49 --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-fa7ceea89a05a12d.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-cec9b31cc7847c95.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-f5c1455b1611ca38.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-27fb20d54f6f3d4f.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-239838e5112f5ff4.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-07b449ddd8d1f39e.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-956c553f159cf0f9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-3b60b2089bd94abf.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-7772952be6753058.rmeta --cap-lints allow`
7202025-11-26T21:26:20.039Z Compiling scroll v0.13.0
7212025-11-26T21:26:20.047Z Running `/home/build/.rustup/toolchains/1.91.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=f64b6c9e423469a0 -C extra-filename=-a8b611c49b59c026 --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-c9806a326c2930ec.so --cap-lints allow`
7222025-11-26T21:26:20.561Z Compiling pest_generator v2.8.1
7232025-11-26T21:26:20.575Z Running `/home/build/.rustup/toolchains/1.91.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=6ddad94a42a9f703 -C extra-filename=-30fcf63979ee6f5a --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-f60b11d44a639a38.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-f0a0eebfd4685080.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-9b646baac2281965.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rmeta --cap-lints allow`
7242025-11-26T21:26:20.593Z Compiling erased-serde v0.3.31
7252025-11-26T21:26:20.596Z Running `/home/build/.rustup/toolchains/1.91.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=db94fc90227fc7e2 -C extra-filename=-9940f104c810a14d --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-d49e8175c61defec.rmeta --cap-lints allow`
7262025-11-26T21:26:20.814Z Compiling icu_locid_transform v1.5.0
7272025-11-26T21:26:20.817Z Running `/home/build/.rustup/toolchains/1.91.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=3ea17426771584f8 -C extra-filename=-2ec61202c03bf295 --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-fa7ceea89a05a12d.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-cec9b31cc7847c95.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-87af21accb1f2a76.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-3ed3bc67fb382c49.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-239838e5112f5ff4.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-7772952be6753058.rmeta --cap-lints allow`
7282025-11-26T21:26:20.946Z Compiling serde_tokenstream v0.2.2
7292025-11-26T21:26:20.949Z Running `/home/build/.rustup/toolchains/1.91.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a49c04fbfd094e75 -C extra-filename=-07a822423b48e2bb --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-9b646baac2281965.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8e7a12f218a80b3c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rmeta --cap-lints allow`
7302025-11-26T21:26:20.959Z Compiling crypto-common v0.1.6
7312025-11-26T21:26:20.970Z Running `/home/build/.rustup/toolchains/1.91.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=c5e6064a403b4aea -C extra-filename=-972f569a3178e567 --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-1738fa59190c70c0.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-9db1468a3b28ef4b.rmeta --cap-lints allow`
7322025-11-26T21:26:21.149Z Compiling block-buffer v0.10.2
7332025-11-26T21:26:21.160Z Running `/home/build/.rustup/toolchains/1.91.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=ac326e92fb42e34f -C extra-filename=-bca03160bab68458 --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-1738fa59190c70c0.rmeta --cap-lints allow`
7342025-11-26T21:26:21.382Z Running `/home/build/.rustup/toolchains/1.91.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=3ce95b69c1892018 -C extra-filename=-ab1a552daee44ec3 --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-dc971b134920b59f.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)'`
7352025-11-26T21:26:21.469Z Compiling form_urlencoded v1.2.2
7362025-11-26T21:26:21.473Z Running `/home/build/.rustup/toolchains/1.91.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=21fc059d3ab1fcd4 -C extra-filename=-4eb6bb8306b3f9ab --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-111c3ed2151100bc.rmeta --cap-lints allow`
7372025-11-26T21:26:21.797Z Running `/home/build/.rustup/toolchains/1.91.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=75609b5701722c4e -C extra-filename=-822ba67ca4b3d5ae --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-9940f104c810a14d.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c10c58938fec5a7b.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7382025-11-26T21:26:21.887Z Compiling rand_core v0.6.3
7392025-11-26T21:26:21.898Z Running `/home/build/.rustup/toolchains/1.91.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=3917c1aa5ecadf5b -C extra-filename=-c906982be90f0bd1 --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-93b86809526a3266.rmeta --cap-lints allow`
7402025-11-26T21:26:22.059Z Compiling icu_properties v1.5.1
7412025-11-26T21:26:22.062Z Running `/home/build/.rustup/toolchains/1.91.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=577c732878a52c38 -C extra-filename=-b67c04377a1d29e4 --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-fa7ceea89a05a12d.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-63806fb80aed24f1.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-2ec61202c03bf295.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-2d2e968d09f94022.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-3ed3bc67fb382c49.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-239838e5112f5ff4.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-7772952be6753058.rmeta --cap-lints allow`
7422025-11-26T21:26:22.288Z Compiling tokio-util v0.7.7
7432025-11-26T21:26:22.355Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=5c2cce3a19d509e7 -C extra-filename=-85d14a92c498cb64 --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-d0ecd21b5655874f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-edf9477fc919c34c.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-22f9ebf1876aa9f9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-a825e34c5f0576b2.rmeta --cap-lints allow`
7442025-11-26T21:26:22.662Z Compiling plain v0.2.3
7452025-11-26T21:26:22.666Z Running `/home/build/.rustup/toolchains/1.91.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=253d0b0fe971b7e5 -C extra-filename=-af07f4f5302abbcf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7462025-11-26T21:26:22.693Z Compiling simd-adler32 v0.3.7
7472025-11-26T21:26:22.697Z Running `/home/build/.rustup/toolchains/1.91.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=f1d91940d832e5ef -C extra-filename=-439de433bc94c0bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7482025-11-26T21:26:22.754Z Compiling pest_derive v2.8.1
7492025-11-26T21:26:22.760Z Running `/home/build/.rustup/toolchains/1.91.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=fc2b3f0bbbcbd496 -C extra-filename=-2fe85fd48327b022 --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-f60b11d44a639a38.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-30fcf63979ee6f5a.rlib --extern proc_macro --cap-lints allow`
7502025-11-26T21:26:22.827Z Compiling mime v0.3.16
7512025-11-26T21:26:22.830Z Running `/home/build/.rustup/toolchains/1.91.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=55a2ca7c6984dde7 -C extra-filename=-eecf565e3a9668fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7522025-11-26T21:26:23.068Z Compiling dof v0.4.0
7532025-11-26T21:26:23.072Z Running `/home/build/.rustup/toolchains/1.91.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=badae1d39766227b -C extra-filename=-f004c34aeda4f66b --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-8e7a12f218a80b3c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-952240bb390b5e9c.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-db1981436c30f7b7.rmeta --cap-lints allow`
7542025-11-26T21:26:23.140Z Compiling rustls v0.23.13
7552025-11-26T21:26:23.143Z Running `/home/build/.rustup/toolchains/1.91.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=433ea17963e168c4 -C extra-filename=-f75605e7c4c55c44 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-f75605e7c4c55c44 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7562025-11-26T21:26:23.365Z Compiling h2 v0.4.6
7572025-11-26T21:26:23.370Z Running `/home/build/.rustup/toolchains/1.91.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=af43c8fa4cffae83 -C extra-filename=-30ed90f90acb8224 --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-ea92e9999b153c47.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-cb482ec50f78f70c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-edf9477fc919c34c.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-22f9ebf1876aa9f9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-c2ef197796584401.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-a825e34c5f0576b2.rmeta --cap-lints allow`
7582025-11-26T21:26:23.438Z Compiling rustls v0.22.4
7592025-11-26T21:26:23.441Z Running `/home/build/.rustup/toolchains/1.91.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=ca6754325a2368f7 -C extra-filename=-1b314fdccf351f0e --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-1b314fdccf351f0e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7602025-11-26T21:26:23.501Z Compiling native-tls v0.2.12
7612025-11-26T21:26:23.513Z Running `/home/build/.rustup/toolchains/1.91.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=d9b67726fc8fd916 -C extra-filename=-259898c8e98d265c --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-259898c8e98d265c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7622025-11-26T21:26:23.545Z Compiling adler2 v2.0.1
7632025-11-26T21:26:23.549Z Running `/home/build/.rustup/toolchains/1.91.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=dd3122a534cf3a15 -C extra-filename=-f4771d46cf403794 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7642025-11-26T21:26:23.715Z Compiling dtrace-parser v0.3.0
7652025-11-26T21:26:23.718Z Running `/home/build/.rustup/toolchains/1.91.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=0268070712817ee5 -C extra-filename=-007d3e42f1d28f7c --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-f60b11d44a639a38.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-2fe85fd48327b022.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rmeta --cap-lints allow`
7662025-11-26T21:26:23.760Z Compiling ppv-lite86 v0.2.15
7672025-11-26T21:26:23.763Z Running `/home/build/.rustup/toolchains/1.91.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=46c94790e11ebf96 -C extra-filename=-d2d985720f0834bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682025-11-26T21:26:23.814Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-1b314fdccf351f0e/build-script-build`
7692025-11-26T21:26:23.833Z Compiling miniz_oxide v0.8.9
7702025-11-26T21:26:23.836Z Running `/home/build/.rustup/toolchains/1.91.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=4d6c6d2b0b42734c -C extra-filename=-1e4d842b07b60d26 --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-f4771d46cf403794.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-439de433bc94c0bf.rmeta --cap-lints allow`
7712025-11-26T21:26:23.924Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-259898c8e98d265c/build-script-build`
7722025-11-26T21:26:23.956Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-f75605e7c4c55c44/build-script-build`
7732025-11-26T21:26:23.961Z Compiling goblin v0.10.1
7742025-11-26T21:26:23.964Z Running `/home/build/.rustup/toolchains/1.91.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=5d866c0e79ea99b2 -C extra-filename=-7191e3d6507363d7 --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-89eb3d8bcb302712.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-af07f4f5302abbcf.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-a8b611c49b59c026.rmeta --cap-lints allow`
7752025-11-26T21:26:24.098Z Running `/home/build/.rustup/toolchains/1.91.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=46f3a9b149158572 -C extra-filename=-ed4080a2a937f64c --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-446cd5d6b9e81412.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-855d6d1a09341a0d.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-f4ea808f86e9328b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-76508579263b8ecb.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-3bf5d5d3298a3a40.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-ab1a552daee44ec3.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)'`
7762025-11-26T21:26:24.466Z Compiling rand_chacha v0.3.1
7772025-11-26T21:26:24.469Z Running `/home/build/.rustup/toolchains/1.91.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=aeb86d71d5f25a75 -C extra-filename=-b766fd5991624e7c --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-d2d985720f0834bb.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c906982be90f0bd1.rmeta --cap-lints allow`
7782025-11-26T21:26:25.395Z Running `/home/build/.rustup/toolchains/1.91.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=ff7e00e1b62d9f6a -C extra-filename=-3c133edb40a87244 --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-298fc57ee25d89d9.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-f004c34aeda4f66b.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-007d3e42f1d28f7c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-9b646baac2281965.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8e7a12f218a80b3c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-952240bb390b5e9c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-bdeef854c233f415.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)'`
7792025-11-26T21:26:25.454Z Compiling digest v0.10.7
7802025-11-26T21:26:25.457Z Running `/home/build/.rustup/toolchains/1.91.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=245552b2ac935ea6 -C extra-filename=-1e5c7ac0fb00c26a --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-bca03160bab68458.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-972f569a3178e567.rmeta --cap-lints allow`
7812025-11-26T21:26:25.808Z Compiling icu_normalizer v1.5.0
7822025-11-26T21:26:25.812Z Running `/home/build/.rustup/toolchains/1.91.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=22ea906d0ecbbbbc -C extra-filename=-334a9fda09403214 --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-fa7ceea89a05a12d.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-63806fb80aed24f1.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-c2fb85bad0f4e61b.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-b67c04377a1d29e4.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-3ed3bc67fb382c49.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f9bcd4c331c3a1ab.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-7adc8c12c5424b5f.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-b4801d085ba53f16.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-ea0b72f67721a0fc.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-7772952be6753058.rmeta --cap-lints allow`
7832025-11-26T21:26:25.854Z Running `/home/build/.rustup/toolchains/1.91.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=a4447404e887b6f7 -C extra-filename=-e9b616aebb9049c3 --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"))'`
7842025-11-26T21:26:26.552Z Running `/home/build/.rustup/toolchains/1.91.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=71ec3d016ca549ed -C extra-filename=-311868a9d60342c9 --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`
7852025-11-26T21:26:26.914Z Compiling idna_adapter v1.2.0
7862025-11-26T21:26:26.918Z Running `/home/build/.rustup/toolchains/1.91.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=5cb515d03b1c3ad1 -C extra-filename=-4971d3f8af7ede25 --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-334a9fda09403214.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-b67c04377a1d29e4.rmeta --cap-lints allow`
7872025-11-26T21:26:26.918Z Running `/home/build/.rustup/toolchains/1.91.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=102c31ac84772a82 -C extra-filename=-a6fe4250949a2aa2 --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`
7882025-11-26T21:26:27.152Z Running `/home/build/.rustup/toolchains/1.91.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=04020afb4040b836 -C extra-filename=-7d1d946980b98b28 --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-855d6d1a09341a0d.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7892025-11-26T21:26:27.314Z Compiling thiserror v1.0.69
7902025-11-26T21:26:27.314Z Running `/home/build/.rustup/toolchains/1.91.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=9faa530266a009ca -C extra-filename=-d10b427db610091f --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-d10b427db610091f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7912025-11-26T21:26:27.518Z Compiling lazy_static v1.5.0
7922025-11-26T21:26:27.521Z Running `/home/build/.rustup/toolchains/1.91.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=6cc4f475bbe0b508 -C extra-filename=-25a19d4b74dced51 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7932025-11-26T21:26:27.678Z Compiling cpufeatures v0.2.2
7942025-11-26T21:26:27.681Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-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=d83e3355cf989b4c -C extra-filename=-158002af8081c775 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7952025-11-26T21:26:27.747Z Running `/home/build/.rustup/toolchains/1.91.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=54ab7a0d062e40fd -C extra-filename=-2d2fd0671d448116 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-2d2fd0671d448116 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7962025-11-26T21:26:27.776Z Compiling unicode-segmentation v1.10.0
7972025-11-26T21:26:27.780Z Running `/home/build/.rustup/toolchains/1.91.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=34774d771a16fa9a -C extra-filename=-ee19bc5001879747 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7982025-11-26T21:26:27.906Z Compiling unicode-width v0.1.9
7992025-11-26T21:26:27.909Z Running `/home/build/.rustup/toolchains/1.91.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=0643372d751d5ffb -C extra-filename=-0a6f93b3e019e4fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8002025-11-26T21:26:27.945Z Compiling winnow v0.7.13
8012025-11-26T21:26:27.948Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=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_to_string' '--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_enum' '--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", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c19311c6c07390af -C extra-filename=-1e14e004f49e564b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8022025-11-26T21:26:28.075Z Compiling hyper v1.8.1
8032025-11-26T21:26:28.087Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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 --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=c85ba2da46d78e8b -C extra-filename=-16d0a10eff2b5857 --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-ea92e9999b153c47.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-05816225d881268a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-edf9477fc919c34c.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-30ed90f90acb8224.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-521d7da041ebd4f8.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-56edab7b0a3e9369.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-20a93ebecfda7358.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-72f4fafa4c0ce37c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-231156a29b16c736.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f9bcd4c331c3a1ab.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-5846b97cd7f4f5e0.rmeta --cap-lints allow`
8042025-11-26T21:26:28.184Z Compiling pretty-hex v0.4.1
8052025-11-26T21:26:28.187Z Running `/home/build/.rustup/toolchains/1.91.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=c9828e0c1ed823a3 -C extra-filename=-bcc71306b06c61c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8062025-11-26T21:26:28.405Z Compiling iana-time-zone v0.1.47
8072025-11-26T21:26:28.408Z Running `/home/build/.rustup/toolchains/1.91.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=aed8518a6ba8ca78 -C extra-filename=-0c68aebb260ca1c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8082025-11-26T21:26:28.526Z Compiling newline-converter v0.3.0
8092025-11-26T21:26:28.529Z Running `/home/build/.rustup/toolchains/1.91.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=5ee60991cd60b884 -C extra-filename=-0d49dc3fec488c28 --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-ee19bc5001879747.rmeta --cap-lints allow`
8102025-11-26T21:26:28.706Z Compiling chrono v0.4.42
8112025-11-26T21:26:28.710Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42/src/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", "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=1b4f94230c917671 -C extra-filename=-b6a3e0b94a41bde8 --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-0c68aebb260ca1c0.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-311868a9d60342c9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --cap-lints allow`
8122025-11-26T21:26:28.750Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-2d2fd0671d448116/build-script-build`
8132025-11-26T21:26:28.769Z Compiling console v0.15.7
8142025-11-26T21:26:28.769Z Running `/home/build/.rustup/toolchains/1.91.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=58b2003686261fc5 -C extra-filename=-eac991f2f4cf9be6 --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-25a19d4b74dced51.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-0a6f93b3e019e4fa.rmeta --cap-lints allow`
8152025-11-26T21:26:28.820Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-d10b427db610091f/build-script-build`
8162025-11-26T21:26:29.165Z Compiling sha1 v0.10.6
8172025-11-26T21:26:29.169Z Running `/home/build/.rustup/toolchains/1.91.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=fd68f90f3c7d9e2b -C extra-filename=-4405d54dbb492661 --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-855d6d1a09341a0d.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-158002af8081c775.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-1e5c7ac0fb00c26a.rmeta --cap-lints allow`
8182025-11-26T21:26:29.587Z Running `/home/build/.rustup/toolchains/1.91.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=5cb924733a6fc78b -C extra-filename=-a183fe169e11ceeb --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-89eb3d8bcb302712.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-ed4080a2a937f64c.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-da4ef9e58c8dbd00.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-ab1a552daee44ec3.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8192025-11-26T21:26:30.130Z Compiling flate2 v1.1.4
8202025-11-26T21:26:30.133Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-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 --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_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=23dc0581b77b63c6 -C extra-filename=-95f2451a8bf64c7f --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-7d1d946980b98b28.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-1e4d842b07b60d26.rmeta --cap-lints allow`
8212025-11-26T21:26:30.165Z Compiling mime_guess v2.0.5
8222025-11-26T21:26:30.169Z Running `/home/build/.rustup/toolchains/1.91.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=af8943af78678a32 -C extra-filename=-d1a432ecc17daaf5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-d1a432ecc17daaf5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-a6fe4250949a2aa2.rlib --cap-lints allow`
8232025-11-26T21:26:30.427Z Compiling hyper-util v0.1.18
8242025-11-26T21:26:30.431Z Running `/home/build/.rustup/toolchains/1.91.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.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="client"' --cfg 'feature="client-legacy"' --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-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=eaf71c6d3ae2cf9d -C extra-filename=-76e8eae0ad4e25d7 --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-f8f43c82fa62478e.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-05816225d881268a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-edf9477fc919c34c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f238c332a122699f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-521d7da041ebd4f8.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-20172b0dcf2c6c87.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-b0c6bf44e3032758.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-bdc553dcec2ca50c.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-a825e34c5f0576b2.rmeta --cap-lints allow`
8252025-11-26T21:26:31.049Z Compiling toml_parser v1.0.4
8262025-11-26T21:26:31.052Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-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 --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_to_string' '--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_enum' '--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=c9b4037f84f9e621 -C extra-filename=-0fd24d320e568a24 --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-1e14e004f49e564b.rmeta --cap-lints allow`
8272025-11-26T21:26:31.062Z Running `/home/build/.rustup/toolchains/1.91.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=bbaf9039dafac310 -C extra-filename=-3b36997da1d37a64 --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-7191e3d6507363d7.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-bcc71306b06c61c7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-db1981436c30f7b7.rmeta --cap-lints allow`
8282025-11-26T21:26:31.163Z Compiling idna v1.0.3
8292025-11-26T21:26:31.167Z Running `/home/build/.rustup/toolchains/1.91.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=b24d7e317b5b333e -C extra-filename=-875e86a9cbbdd270 --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-4971d3f8af7ede25.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f9bcd4c331c3a1ab.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-b4801d085ba53f16.rmeta --cap-lints allow`
8302025-11-26T21:26:31.891Z Compiling rand v0.8.4
8312025-11-26T21:26:31.895Z Running `/home/build/.rustup/toolchains/1.91.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=45655cb5ce50adf0 -C extra-filename=-b365d68ff63df777 --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-dc971b134920b59f.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-b766fd5991624e7c.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c906982be90f0bd1.rmeta --cap-lints allow`
8322025-11-26T21:26:31.959Z Running `/home/build/.rustup/toolchains/1.91.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=a20698f0d2f9a33e -C extra-filename=-012c611f2834d98b --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-76508579263b8ecb.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-2fe058faafa34295.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-21f86bf9c41aa2be.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-2238e074cc12aee7.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-45c3461d766eaa22.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8332025-11-26T21:26:32.145Z Running `/home/build/.rustup/toolchains/1.91.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=73520432dac93ff9 -C extra-filename=-fca64a08936af270 --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-89eb3d8bcb302712.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-2fe058faafa34295.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-21f86bf9c41aa2be.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-2238e074cc12aee7.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-45c3461d766eaa22.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out`
8342025-11-26T21:26:32.711Z Compiling thiserror-impl v1.0.69
8352025-11-26T21:26:32.714Z Running `/home/build/.rustup/toolchains/1.91.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=c8358e97b7c3060a -C extra-filename=-08b67e723cb20fea --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
8362025-11-26T21:26:32.843Z Compiling concurrent-queue v2.5.0
8372025-11-26T21:26:32.846Z Running `/home/build/.rustup/toolchains/1.91.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=0d34da5a3dcc3558 -C extra-filename=-be3fc86fc4aab7d7 --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-9166acacfa50b135.rmeta --cap-lints allow`
8382025-11-26T21:26:33.224Z Compiling serde_derive_internals v0.29.0
8392025-11-26T21:26:33.235Z Running `/home/build/.rustup/toolchains/1.91.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=5f46a377c2d87c16 -C extra-filename=-260c1f67902d1f89 --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-9b646baac2281965.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rmeta --cap-lints allow`
8402025-11-26T21:26:33.443Z Compiling http-body-util v0.1.3
8412025-11-26T21:26:33.446Z Running `/home/build/.rustup/toolchains/1.91.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=1ac63cf37de8ceb5 -C extra-filename=-5b3cab55e8008ad3 --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-d0ecd21b5655874f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-edf9477fc919c34c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-521d7da041ebd4f8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --cap-lints allow`
8422025-11-26T21:26:33.651Z Compiling serde_spanned v1.0.3
8432025-11-26T21:26:33.669Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-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 --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_to_string' '--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_enum' '--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=295d70c9a4a448bb -C extra-filename=-e282b16fc95f94c6 --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-c10c58938fec5a7b.rmeta --cap-lints allow`
8442025-11-26T21:26:33.902Z Compiling toml_datetime v0.7.3
8452025-11-26T21:26:33.905Z Compiling rustls-pemfile v2.2.0
8462025-11-26T21:26:33.905Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.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 --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_to_string' '--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_enum' '--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=cd1b41fbf568c111 -C extra-filename=-1446c94dca902930 --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-c10c58938fec5a7b.rmeta --cap-lints allow`
8472025-11-26T21:26:33.918Z Running `/home/build/.rustup/toolchains/1.91.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=5541065f670d641d -C extra-filename=-8b2ba8ec514e5d5a --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-cbbfdb7651bffa26.rmeta --cap-lints allow`
8482025-11-26T21:26:33.964Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/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=c2906da02e9d0dba -C extra-filename=-83be475799dbb697 --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-9b646baac2281965.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-044f1f3e5d817345.rmeta --cap-lints allow`
8492025-11-26T21:26:34.262Z Compiling multer v3.1.0
8502025-11-26T21:26:34.265Z Running `/home/build/.rustup/toolchains/1.91.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=c4ba14ff3baf4e2c -C extra-filename=-50af0b0a0fa159b9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-50af0b0a0fa159b9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-308ff8f5d31f660d.rlib --cap-lints allow`
8512025-11-26T21:26:34.526Z Compiling thread_local v1.1.4
8522025-11-26T21:26:34.529Z Running `/home/build/.rustup/toolchains/1.91.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=04ab12296caca530 -C extra-filename=-6bf3ccaba1cb2461 --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-76508579263b8ecb.rmeta --cap-lints allow`
8532025-11-26T21:26:34.653Z Compiling sync_wrapper v1.0.1
8542025-11-26T21:26:34.664Z Running `/home/build/.rustup/toolchains/1.91.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=2bb9957658f0b97d -C extra-filename=-967ea1b60ad9e55f --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-edf9477fc919c34c.rmeta --cap-lints allow`
8552025-11-26T21:26:34.806Z Compiling encoding_rs v0.8.32
8562025-11-26T21:26:34.810Z Running `/home/build/.rustup/toolchains/1.91.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=de06d75be13b9a99 -C extra-filename=-309f8e7be9a2a579 --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-855d6d1a09341a0d.rmeta --cap-lints allow`
8572025-11-26T21:26:34.982Z Compiling match_cfg v0.1.0
8582025-11-26T21:26:35.023Z Running `/home/build/.rustup/toolchains/1.91.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=38c3b58bb02527c7 -C extra-filename=-0eb35510c186dc6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8592025-11-26T21:26:35.026Z Compiling target-triple v1.0.0
8602025-11-26T21:26:35.026Z Running `/home/build/.rustup/toolchains/1.91.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=46c6c1b166041598 -C extra-filename=-84af05bfcd9a5bd2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-84af05bfcd9a5bd2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8612025-11-26T21:26:35.082Z Compiling slog-async v2.8.0
8622025-11-26T21:26:35.086Z Running `/home/build/.rustup/toolchains/1.91.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=2e021e6b97a895d2 -C extra-filename=-ad88087a20d27d3f --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-ad88087a20d27d3f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8632025-11-26T21:26:35.323Z Compiling camino v1.2.1
8642025-11-26T21:26:35.326Z Running `/home/build/.rustup/toolchains/1.91.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.1/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=28813b385cce38c3 -C extra-filename=-4a213a1c8157f062 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-4a213a1c8157f062 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8652025-11-26T21:26:35.560Z Compiling similar v2.2.1
8662025-11-26T21:26:35.563Z Running `/home/build/.rustup/toolchains/1.91.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=064d82bb40c18102 -C extra-filename=-d45783828e37f7b0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8672025-11-26T21:26:35.583Z Compiling heck v0.5.0
8682025-11-26T21:26:35.583Z Running `/home/build/.rustup/toolchains/1.91.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=b6bb431a9f5e6d48 -C extra-filename=-aec17a7dcfeb6177 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8692025-11-26T21:26:35.618Z Compiling toml_writer v1.0.4
8702025-11-26T21:26:35.621Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-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 --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_to_string' '--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_enum' '--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=7a46e23356f24109 -C extra-filename=-eb57e1afc0088265 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8712025-11-26T21:26:35.915Z Compiling compression-core v0.4.29
8722025-11-26T21:26:35.918Z Running `/home/build/.rustup/toolchains/1.91.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.29/src/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=86c00754b6d3b06c -C extra-filename=-da4fc0ee3ae0371e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8732025-11-26T21:26:35.997Z Compiling semver v1.0.27
8742025-11-26T21:26:36.001Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d6a44f6d309a0651 -C extra-filename=-61e0599bfbc9d11d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8752025-11-26T21:26:36.025Z Compiling tower-layer v0.3.3
8762025-11-26T21:26:36.037Z Running `/home/build/.rustup/toolchains/1.91.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=9724664e2cb4bf0f -C extra-filename=-5d06391d5f49fcfb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8772025-11-26T21:26:36.090Z Compiling parking v2.2.0
8782025-11-26T21:26:36.096Z Running `/home/build/.rustup/toolchains/1.91.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=50931c518e6a9958 -C extra-filename=-5a9733bcc1d8c5fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8792025-11-26T21:26:36.311Z Compiling schemars v0.8.22
8802025-11-26T21:26:36.314Z Running `/home/build/.rustup/toolchains/1.91.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=9343d47042ea0d33 -C extra-filename=-cdd297a9a9c0b544 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-cdd297a9a9c0b544 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8812025-11-26T21:26:36.430Z Compiling event-listener v5.0.0
8822025-11-26T21:26:36.434Z Running `/home/build/.rustup/toolchains/1.91.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=f6eb11b1e23f673b -C extra-filename=-8f97af3fc7a2ae83 --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-be3fc86fc4aab7d7.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-5a9733bcc1d8c5fb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --cap-lints allow`
8832025-11-26T21:26:36.681Z Compiling tower v0.5.2
8842025-11-26T21:26:36.686Z Running `/home/build/.rustup/toolchains/1.91.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=82ab9e8d34aacfe1 -C extra-filename=-cc76d82a1590be5a --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-edf9477fc919c34c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f238c332a122699f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-967ea1b60ad9e55f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5d06391d5f49fcfb.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-bdc553dcec2ca50c.rmeta --cap-lints allow`
8852025-11-26T21:26:36.757Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-cdd297a9a9c0b544/build-script-build`
8862025-11-26T21:26:36.761Z Compiling tokio-rustls v0.25.0
8872025-11-26T21:26:36.761Z Running `/home/build/.rustup/toolchains/1.91.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=7216461ee387942e -C extra-filename=-a1840ad704bf01eb --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-fca64a08936af270.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out`
8882025-11-26T21:26:36.974Z Compiling compression-codecs v0.4.31
8892025-11-26T21:26:36.985Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=8e30d9e7b60ca821 -C extra-filename=-570d1b15332792f2 --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-da4fc0ee3ae0371e.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6fe1fb831d3e7f01.rmeta --cap-lints allow`
8902025-11-26T21:26:37.176Z Compiling toml v0.9.8
8912025-11-26T21:26:37.179Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-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 --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_to_string' '--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_enum' '--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=6048b3a0a8b3f52b -C extra-filename=-7ab1d7e7954270fb --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-c10c58938fec5a7b.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-e282b16fc95f94c6.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-1446c94dca902930.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-0fd24d320e568a24.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-eb57e1afc0088265.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-1e14e004f49e564b.rmeta --cap-lints allow`
8922025-11-26T21:26:37.397Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-4a213a1c8157f062/build-script-build`
8932025-11-26T21:26:37.458Z Compiling tokio-rustls v0.26.0
8942025-11-26T21:26:37.470Z Running `/home/build/.rustup/toolchains/1.91.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=77b6b25164ce9806 -C extra-filename=-8d711a5462ed8e05 --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-012c611f2834d98b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out`
8952025-11-26T21:26:37.684Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-ad88087a20d27d3f/build-script-build`
8962025-11-26T21:26:37.699Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-84af05bfcd9a5bd2/build-script-build`
8972025-11-26T21:26:37.716Z Running `/home/build/.rustup/toolchains/1.91.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=0c3950d2c00e2eb5 -C extra-filename=-a99001813ed4972f --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-08b67e723cb20fea.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8982025-11-26T21:26:37.745Z Compiling hostname v0.3.1
8992025-11-26T21:26:37.756Z Running `/home/build/.rustup/toolchains/1.91.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=04d90edefbec0e5a -C extra-filename=-09629388b861aae8 --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-dc971b134920b59f.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-0eb35510c186dc6c.rmeta --cap-lints allow`
9002025-11-26T21:26:37.870Z Compiling schemars_derive v0.8.22
9012025-11-26T21:26:37.873Z Running `/home/build/.rustup/toolchains/1.91.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=edbd93e229d175c5 -C extra-filename=-dc44f8112ae10e99 --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-260c1f67902d1f89.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
9022025-11-26T21:26:37.917Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-50af0b0a0fa159b9/build-script-build`
9032025-11-26T21:26:37.972Z Compiling url v2.5.4
9042025-11-26T21:26:37.982Z Running `/home/build/.rustup/toolchains/1.91.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=e1c3045de0084d2d -C extra-filename=-946e91bb71cd65c6 --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-4eb6bb8306b3f9ab.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-875e86a9cbbdd270.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rmeta --cap-lints allow`
9052025-11-26T21:26:37.985Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-d1a432ecc17daaf5/build-script-build`
9062025-11-26T21:26:38.016Z Compiling tokio-native-tls v0.3.1
9072025-11-26T21:26:38.020Z Running `/home/build/.rustup/toolchains/1.91.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=d85937e53130810d -C extra-filename=-a01dc46413af8d11 --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-a183fe169e11ceeb.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9082025-11-26T21:26:38.307Z Compiling usdt-attr-macro v0.6.0
9092025-11-26T21:26:38.313Z Running `/home/build/.rustup/toolchains/1.91.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=721055d30751c8f9 -C extra-filename=-f50d8ab00337aa64 --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-007d3e42f1d28f7c.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-07a822423b48e2bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-3c133edb40a87244.rlib --extern proc_macro --cap-lints allow`
9102025-11-26T21:26:38.721Z Compiling usdt-macro v0.6.0
9112025-11-26T21:26:38.732Z Running `/home/build/.rustup/toolchains/1.91.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=5bdcdf1ab2148842 -C extra-filename=-0929148aef8893da --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-007d3e42f1d28f7c.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-07a822423b48e2bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-3c133edb40a87244.rlib --extern proc_macro --cap-lints allow`
9122025-11-26T21:26:39.733Z Compiling slog-json v2.6.1
9132025-11-26T21:26:39.749Z Running `/home/build/.rustup/toolchains/1.91.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=8771e5046571b2b4 -C extra-filename=-67fd7c0347d2783a --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-d49e8175c61defec.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-cf66d3fdfc6aa760.rmeta --cap-lints allow`
9142025-11-26T21:26:39.882Z Compiling serde_urlencoded v0.7.1
9152025-11-26T21:26:39.886Z Running `/home/build/.rustup/toolchains/1.91.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=6fb459c39f7e81e8 -C extra-filename=-05f4ed0d93de07d4 --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-4eb6bb8306b3f9ab.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-72f4fafa4c0ce37c.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-8083d01144c769bb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --cap-lints allow`
9162025-11-26T21:26:40.077Z Running `/home/build/.rustup/toolchains/1.91.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=076c229190c81694 -C extra-filename=-d5f7b6389025cb37 --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-298fc57ee25d89d9.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-3b36997da1d37a64.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-007d3e42f1d28f7c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-9b646baac2281965.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-83be475799dbb697.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-bdeef854c233f415.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)'`
9172025-11-26T21:26:40.154Z Compiling uuid v1.18.1
9182025-11-26T21:26:40.157Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.18.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 --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=1825e089c00da54a -C extra-filename=-2b5f193e18ee21b0 --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-7267af5beee12260.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --cap-lints allow`
9192025-11-26T21:26:40.385Z Compiling futures-executor v0.3.31
9202025-11-26T21:26:40.388Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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", "num_cpus", "std", "thread-pool"))' -C metadata=cb5e6f73642c03ea -C extra-filename=-78c2666e77356a26 --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-edf9477fc919c34c.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-131138efe667a795.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f238c332a122699f.rmeta --cap-lints allow`
9212025-11-26T21:26:40.582Z Compiling async-stream-impl v0.3.6
9222025-11-26T21:26:40.613Z Running `/home/build/.rustup/toolchains/1.91.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=d4ee0237bb72c500 -C extra-filename=-f7cca000e5478ed1 --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
9232025-11-26T21:26:40.826Z Compiling tempfile v3.23.0
9242025-11-26T21:26:40.830Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=e2ed4a7f3c3cc09c -C extra-filename=-de7e09c105fbfaa5 --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-21d59d5c49560d0a.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-7267af5beee12260.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-76508579263b8ecb.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-e8acfdef5146bf70.rmeta --cap-lints allow`
9252025-11-26T21:26:40.909Z Compiling crossbeam-channel v0.5.1
9262025-11-26T21:26:40.912Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.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="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=8fccaa991b56b69c -C extra-filename=-2807fa56840971f6 --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-855d6d1a09341a0d.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-9166acacfa50b135.rmeta --cap-lints allow`
9272025-11-26T21:26:40.988Z Compiling webpki-roots v0.26.5
9282025-11-26T21:26:40.991Z Running `/home/build/.rustup/toolchains/1.91.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=5a098e37f39261ef -C extra-filename=-f32fb1bf6148424b --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-cbbfdb7651bffa26.rmeta --cap-lints allow`
9292025-11-26T21:26:41.201Z Compiling is-terminal v0.4.12
9302025-11-26T21:26:41.205Z Running `/home/build/.rustup/toolchains/1.91.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=1eb489c8053d1abd -C extra-filename=-3d80c112b5c4d2fb --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-dc971b134920b59f.rmeta --cap-lints allow`
9312025-11-26T21:26:41.337Z Compiling memmap2 v0.9.8
9322025-11-26T21:26:41.341Z Running `/home/build/.rustup/toolchains/1.91.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=d6c3031d9e5e7dca -C extra-filename=-8ccdadcf08d5fb76 --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-dc971b134920b59f.rmeta --cap-lints allow`
9332025-11-26T21:26:41.579Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
9342025-11-26T21:26:41.582Z Running `/home/build/.rustup/toolchains/1.91.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=edbe472cc621ff6b -C extra-filename=-e9a78b7184e3b8cb --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-e9a78b7184e3b8cb -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-308ff8f5d31f660d.rlib`
9352025-11-26T21:26:41.616Z Compiling term v1.1.0
9362025-11-26T21:26:41.619Z Running `/home/build/.rustup/toolchains/1.91.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=a60a7d1f93b5b72d -C extra-filename=-b0d534765fbb2c01 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9372025-11-26T21:26:41.666Z Compiling data-encoding v2.4.0
9382025-11-26T21:26:41.669Z Running `/home/build/.rustup/toolchains/1.91.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=456bffe64e9d849d -C extra-filename=-01c82cd418004c77 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9392025-11-26T21:26:41.728Z Compiling spin v0.9.8
9402025-11-26T21:26:41.732Z Running `/home/build/.rustup/toolchains/1.91.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=a040b92bcac3b85d -C extra-filename=-ce6e0419a895da0c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9412025-11-26T21:26:41.865Z Compiling anyhow v1.0.100
9422025-11-26T21:26:41.869Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/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=9fe5b1989d38ed0d -C extra-filename=-398937c4625e182b --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-398937c4625e182b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9432025-11-26T21:26:41.884Z Compiling utf-8 v0.7.6
9442025-11-26T21:26:41.892Z Running `/home/build/.rustup/toolchains/1.91.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=15dc854083164c42 -C extra-filename=-13eb56fa3be887d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9452025-11-26T21:26:41.916Z Compiling dyn-clone v1.0.4
9462025-11-26T21:26:41.920Z Running `/home/build/.rustup/toolchains/1.91.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=ed0debc3c9b7ba20 -C extra-filename=-62a18240b296fb51 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9472025-11-26T21:26:41.987Z Compiling take_mut v0.2.2
9482025-11-26T21:26:42.001Z Running `/home/build/.rustup/toolchains/1.91.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=43dbb83b250bb7da -C extra-filename=-7f09cc3b6d6bbdc0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9492025-11-26T21:26:42.060Z Compiling iri-string v0.7.8
9502025-11-26T21:26:42.063Z Running `/home/build/.rustup/toolchains/1.91.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=8d4e20cb3985f900 -C extra-filename=-9f9b50345bf12c63 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9512025-11-26T21:26:42.157Z Compiling slog-term v2.9.2
9522025-11-26T21:26:42.160Z Running `/home/build/.rustup/toolchains/1.91.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=d87e4d2e1f523070 -C extra-filename=-5b5c0868262a1071 --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-b6a3e0b94a41bde8.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-3d80c112b5c4d2fb.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-b0d534765fbb2c01.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6bf3ccaba1cb2461.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-cf66d3fdfc6aa760.rmeta --cap-lints allow`
9532025-11-26T21:26:42.198Z Running `/home/build/.rustup/toolchains/1.91.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=9ed2539c2ee555c5 -C extra-filename=-bd25172ed5e91995 --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-2807fa56840971f6.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-7f09cc3b6d6bbdc0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6bf3ccaba1cb2461.rmeta --cap-lints allow --cfg integer128`
9542025-11-26T21:26:42.491Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-398937c4625e182b/build-script-build`
9552025-11-26T21:26:42.897Z Compiling tungstenite v0.24.0
9562025-11-26T21:26:42.900Z Running `/home/build/.rustup/toolchains/1.91.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=ce0f8f16aa9c01f9 -C extra-filename=-d5f57810ee47b99f --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-298fc57ee25d89d9.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-01c82cd418004c77.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-56edab7b0a3e9369.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-89eb3d8bcb302712.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-b365d68ff63df777.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a99001813ed4972f.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-13eb56fa3be887d0.rmeta --cap-lints allow`
9572025-11-26T21:26:43.146Z Running `/home/build/.rustup/toolchains/1.91.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=4db0569655f52a6a -C extra-filename=-d3b295db949c2a95 --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-b6a3e0b94a41bde8.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-62a18240b296fb51.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-dc44f8112ae10e99.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9582025-11-26T21:26:43.402Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-e9a78b7184e3b8cb/build-script-build`
9592025-11-26T21:26:43.449Z Running `/home/build/.rustup/toolchains/1.91.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=5d057eba68e0d369 -C extra-filename=-6e6fa5a683d82884 --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-d0ecd21b5655874f.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-309f8e7be9a2a579.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f238c332a122699f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-56edab7b0a3e9369.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6fe1fb831d3e7f01.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-eecf565e3a9668fc.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-ce6e0419a895da0c.rmeta --cap-lints allow`
9602025-11-26T21:26:43.463Z Compiling async-stream v0.3.6
9612025-11-26T21:26:43.466Z Running `/home/build/.rustup/toolchains/1.91.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=bfa51d72b12f06ec -C extra-filename=-5a81fdd5da676ccd --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-f7cca000e5478ed1.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-edf9477fc919c34c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --cap-lints allow`
9622025-11-26T21:26:43.618Z Compiling usdt v0.6.0
9632025-11-26T21:26:43.621Z Running `/home/build/.rustup/toolchains/1.91.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=6eb629737000ea56 -C extra-filename=-6864f87eb1ec7dc9 --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-3b36997da1d37a64.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-7191e3d6507363d7.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-8ccdadcf08d5fb76.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-f50d8ab00337aa64.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-d5f7b6389025cb37.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-0929148aef8893da.so --cap-lints allow`
9642025-11-26T21:26:43.745Z Compiling atomicwrites v0.4.4
9652025-11-26T21:26:43.749Z Running `/home/build/.rustup/toolchains/1.91.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=cdf8f07244dbdb13 -C extra-filename=-744cc34346cac63b --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-76c7e021c9933480.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rmeta --cap-lints allow`
9662025-11-26T21:26:44.093Z Compiling hyper-rustls v0.27.3
9672025-11-26T21:26:44.093Z Running `/home/build/.rustup/toolchains/1.91.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=c48f20390f4fa277 -C extra-filename=-91d1ae0c9a41e86a --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-f238c332a122699f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-012c611f2834d98b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d711a5462ed8e05.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-bdc553dcec2ca50c.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-f32fb1bf6148424b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out`
9682025-11-26T21:26:44.110Z Compiling futures v0.3.31
9692025-11-26T21:26:44.114Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-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 --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", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=9eda4860461bbc31 -C extra-filename=-f0a4e4e07fe97e91 --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-05816225d881268a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-edf9477fc919c34c.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-78c2666e77356a26.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-b546c8bcde620615.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-22f9ebf1876aa9f9.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-131138efe667a795.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f238c332a122699f.rmeta --cap-lints allow`
9702025-11-26T21:26:44.226Z Compiling slog-bunyan v2.5.0
9712025-11-26T21:26:44.230Z Running `/home/build/.rustup/toolchains/1.91.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=97a369605bf7f07a -C extra-filename=-a955a4a7c3e328cd --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-09629388b861aae8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-cf66d3fdfc6aa760.rmeta --cap-lints allow`
9722025-11-26T21:26:44.264Z Compiling hyper-tls v0.6.0
9732025-11-26T21:26:44.268Z Running `/home/build/.rustup/toolchains/1.91.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=ca34f40b5526f20e -C extra-filename=-60ed997df9b5b793 --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-d0ecd21b5655874f.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-a183fe169e11ceeb.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-a01dc46413af8d11.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-bdc553dcec2ca50c.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9742025-11-26T21:26:44.449Z Running `/home/build/.rustup/toolchains/1.91.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=4d40164264426bf1 -C extra-filename=-fc390886a94824e8 --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-eecf565e3a9668fc.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-a6fe4250949a2aa2.rmeta --cap-lints allow`
9752025-11-26T21:26:44.505Z Running `/home/build/.rustup/toolchains/1.91.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=03cc5bd82009f3cd -C extra-filename=-e14c18a97b576a65 --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"))'`
9762025-11-26T21:26:44.609Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=05802c6518edb4d6 -C extra-filename=-2a48da1626615439 --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-c10c58938fec5a7b.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 --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)'`
9772025-11-26T21:26:44.641Z Compiling async-compression v0.4.32
9782025-11-26T21:26:44.654Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=8f348a524a5ede49 -C extra-filename=-76ba34c01a136f79 --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-570d1b15332792f2.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-da4fc0ee3ae0371e.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-edf9477fc919c34c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --cap-lints allow`
9792025-11-26T21:26:44.696Z Compiling event-listener-strategy v0.5.4
9802025-11-26T21:26:44.699Z Running `/home/build/.rustup/toolchains/1.91.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=7bd273d90e799511 -C extra-filename=-2c13339f9e2156f1 --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-8f97af3fc7a2ae83.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --cap-lints allow`
9812025-11-26T21:26:44.923Z Compiling tower-http v0.6.5
9822025-11-26T21:26:44.934Z Running `/home/build/.rustup/toolchains/1.91.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.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="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=37978d0820981fa6 -C extra-filename=-89a4426b8c2de2bd --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-446cd5d6b9e81412.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f238c332a122699f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-521d7da041ebd4f8.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-9f9b50345bf12c63.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-cc76d82a1590be5a.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5d06391d5f49fcfb.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-bdc553dcec2ca50c.rmeta --cap-lints allow`
9832025-11-26T21:26:45.057Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9842025-11-26T21:26:45.060Z Running `/home/build/.rustup/toolchains/1.91.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=0c398e5ac685937b -C extra-filename=-2bfb99d14bb9bf08 --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-aec17a7dcfeb6177.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8e7a12f218a80b3c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-07a822423b48e2bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro`
9852025-11-26T21:26:45.124Z Compiling rustls-native-certs v0.7.0
9862025-11-26T21:26:45.138Z Running `/home/build/.rustup/toolchains/1.91.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=aec24f25b246664e -C extra-filename=-21259b803474e8f7 --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-da4ef9e58c8dbd00.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rmeta --cap-lints allow`
9872025-11-26T21:26:45.395Z Compiling openapiv3 v2.2.0
9882025-11-26T21:26:45.398Z Running `/home/build/.rustup/toolchains/1.91.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=4953c37c2295942b -C extra-filename=-7b374b8f03a7c581 --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-9fe3ee5bda89c3aa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rmeta --cap-lints allow`
9892025-11-26T21:26:45.526Z Compiling yasna v0.5.2
9902025-11-26T21:26:45.530Z Running `/home/build/.rustup/toolchains/1.91.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=c52b62b2ba446ee2 -C extra-filename=-500e42d1a708c782 --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-cf66d3fdfc6aa760.rmeta --cap-lints allow`
9912025-11-26T21:26:45.539Z Compiling async-trait v0.1.89
9922025-11-26T21:26:45.542Z Running `/home/build/.rustup/toolchains/1.91.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=2ab215d0029ee866 -C extra-filename=-6fb29d598b16236c --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-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
9932025-11-26T21:26:45.776Z Compiling pem v3.0.6
9942025-11-26T21:26:45.779Z Running `/home/build/.rustup/toolchains/1.91.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=c17875a48c291129 -C extra-filename=-344d8252d6a46e23 --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-f8f43c82fa62478e.rmeta --cap-lints allow`
9952025-11-26T21:26:46.042Z Compiling waitgroup v0.1.2
9962025-11-26T21:26:46.054Z Running `/home/build/.rustup/toolchains/1.91.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=eeba98a9f26017c1 -C extra-filename=-ea50081157b635fc --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-ea92e9999b153c47.rmeta --cap-lints allow`
9972025-11-26T21:26:46.132Z Compiling serde_path_to_error v0.1.20
9982025-11-26T21:26:46.135Z Running `/home/build/.rustup/toolchains/1.91.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=49497603a212dd3c -C extra-filename=-ea8a561417cca350 --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-72f4fafa4c0ce37c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c10c58938fec5a7b.rmeta --cap-lints allow`
9992025-11-26T21:26:46.266Z Compiling webpki-roots v1.0.0
10002025-11-26T21:26:46.269Z Running `/home/build/.rustup/toolchains/1.91.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=1af9b28665857aa5 -C extra-filename=-883b167ded39afe7 --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-cbbfdb7651bffa26.rmeta --cap-lints allow`
10012025-11-26T21:26:46.474Z Compiling hostname v0.4.0
10022025-11-26T21:26:46.477Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=0e2c130050ae0876 -C extra-filename=-5f3893d81dacb145 --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-855d6d1a09341a0d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rmeta --cap-lints allow`
10032025-11-26T21:26:46.534Z Compiling termcolor v1.1.2
10042025-11-26T21:26:46.537Z Running `/home/build/.rustup/toolchains/1.91.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=e7b01e85c90b6027 -C extra-filename=-8ed45eba10a7a008 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10052025-11-26T21:26:46.667Z Compiling simple-mermaid v0.2.0
10062025-11-26T21:26:46.670Z Running `/home/build/.rustup/toolchains/1.91.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=54ce95dfcbe4dd34 -C extra-filename=-08e15108181ede15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10072025-11-26T21:26:46.700Z Compiling debug-ignore v1.0.5
10082025-11-26T21:26:46.713Z Running `/home/build/.rustup/toolchains/1.91.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=9ffdd43618b0c2ef -C extra-filename=-67b358472f34e1ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10092025-11-26T21:26:46.765Z Compiling http-range v0.1.4
10102025-11-26T21:26:46.768Z Running `/home/build/.rustup/toolchains/1.91.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=aceed2921cadb36a -C extra-filename=-3eb781f6a50d8b2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10112025-11-26T21:26:46.864Z Compiling glob v0.3.0
10122025-11-26T21:26:46.875Z Running `/home/build/.rustup/toolchains/1.91.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=5ced163797f9fff6 -C extra-filename=-c2b79429a3069b8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10132025-11-26T21:26:46.905Z Compiling reqwest v0.12.24
10142025-11-26T21:26:46.908Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.24/src/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=345de262625914a1 -C extra-filename=-8046b197ecbbbb12 --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-f8f43c82fa62478e.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-309f8e7be9a2a579.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-edf9477fc919c34c.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-30ed90f90acb8224.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-521d7da041ebd4f8.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-91d1ae0c9a41e86a.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-60ed997df9b5b793.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-89eb3d8bcb302712.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-eecf565e3a9668fc.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-a183fe169e11ceeb.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-012c611f2834d98b.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-967ea1b60ad9e55f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-a01dc46413af8d11.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8d711a5462ed8e05.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-cc76d82a1590be5a.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-89a4426b8c2de2bd.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-bdc553dcec2ca50c.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-946e91bb71cd65c6.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-883b167ded39afe7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10152025-11-26T21:26:47.028Z Compiling hyper-staticfile v0.10.1
10162025-11-26T21:26:47.032Z Running `/home/build/.rustup/toolchains/1.91.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=8969ef47b88495a9 -C extra-filename=-a7dd1b767e2738f6 --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-f238c332a122699f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-3eb781f6a50d8b2a.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-20a93ebecfda7358.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-b365d68ff63df777.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-946e91bb71cd65c6.rmeta --cap-lints allow`
10172025-11-26T21:26:47.101Z Compiling rcgen v0.14.5
10182025-11-26T21:26:47.105Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-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="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=46a5c11dc3cd840b -C extra-filename=-a4b274f978ea7d4f --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-344d8252d6a46e23.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-2fe058faafa34295.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-cf66d3fdfc6aa760.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-500e42d1a708c782.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out`
10192025-11-26T21:26:47.251Z Compiling trybuild v1.0.114
10202025-11-26T21:26:47.255Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.114/src/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=a64b79241644f993 -C extra-filename=-64ef2cc62e1a313c --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-c2b79429a3069b8a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-83bffd7aaee27cca.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-e14c18a97b576a65.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-8ed45eba10a7a008.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rmeta --cap-lints allow`
10212025-11-26T21:26:47.821Z Compiling hyper-rustls v0.26.0
10222025-11-26T21:26:47.825Z Running `/home/build/.rustup/toolchains/1.91.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=7202b43307e131ad -C extra-filename=-cd7f2eb8851a9b3e --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-f238c332a122699f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-89eb3d8bcb302712.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-21259b803474e8f7.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-bdc553dcec2ca50c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out`
10232025-11-26T21:26:47.833Z Compiling async-channel v2.5.0
10242025-11-26T21:26:47.837Z Running `/home/build/.rustup/toolchains/1.91.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=98afe2279bce7030 -C extra-filename=-91461ec1270ce1c8 --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-be3fc86fc4aab7d7.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-2c13339f9e2156f1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-edf9477fc919c34c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-5ee55914ce347c78.rmeta --cap-lints allow`
10252025-11-26T21:26:48.134Z Compiling tokio-tungstenite v0.24.0
10262025-11-26T21:26:48.137Z Running `/home/build/.rustup/toolchains/1.91.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=042beb579dd3a370 -C extra-filename=-7485b75b89beb32b --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-f238c332a122699f.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-89eb3d8bcb302712.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-d5f57810ee47b99f.rmeta --cap-lints allow`
10272025-11-26T21:26:48.210Z Compiling expectorate v1.2.0
10282025-11-26T21:26:48.222Z Running `/home/build/.rustup/toolchains/1.91.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=180b7c2a4846f06d -C extra-filename=-692db9c6647c6632 --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-744cc34346cac63b.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-eac991f2f4cf9be6.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-0d49dc3fec488c28.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-d45783828e37f7b0.rmeta --cap-lints allow`
10292025-11-26T21:26:48.333Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/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=5557ea9c3400cae8 -C extra-filename=-b3a6bf4516601967 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --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(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
10302025-11-26T21:26:48.437Z Compiling subprocess v0.2.9
10312025-11-26T21:26:48.440Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52d8fa4c1fd7a50e -C extra-filename=-6c50bdd1bbd142d8 --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-dc971b134920b59f.rmeta --cap-lints allow`
10322025-11-26T21:26:48.660Z Compiling buf-list v1.1.2
10332025-11-26T21:26:48.664Z Running `/home/build/.rustup/toolchains/1.91.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=b63e09a63a283134 -C extra-filename=-a25016f69e22ad2d --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-d0ecd21b5655874f.rmeta --cap-lints allow`
10342025-11-26T21:26:49.165Z Running `/home/build/.rustup/toolchains/1.91.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=466340d541feebb1 -C extra-filename=-de50f21fe539e6e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10352025-11-26T21:26:49.189Z Compiling prettyplease v0.2.37
10362025-11-26T21:26:49.193Z Running `/home/build/.rustup/toolchains/1.91.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=135767100c7f43d0 -C extra-filename=-57c37e96b0cd2ce4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-57c37e96b0cd2ce4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10372025-11-26T21:26:49.264Z Compiling schema-derive v0.1.0
10382025-11-26T21:26:49.269Z Running `/home/build/.rustup/toolchains/1.91.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=f87b53ee037f8128 -C extra-filename=-4cd59df4c010dd19 --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-e9b616aebb9049c3.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro --cap-lints allow`
10392025-11-26T21:26:49.513Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=9625cbdd74cccde0 -C extra-filename=-d3af21decb0abab3 --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-21d59d5c49560d0a.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-7267af5beee12260.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-de50f21fe539e6e7.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-e8acfdef5146bf70.rmeta --cap-lints allow`
10402025-11-26T21:26:49.607Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-57c37e96b0cd2ce4/build-script-build`
10412025-11-26T21:26:49.629Z Running `/home/build/.rustup/toolchains/1.91.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=c8fc8c9c1200e31d -C extra-filename=-683a54ead154eadf --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-9b646baac2281965.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10422025-11-26T21:26:50.134Z Running `/home/build/.rustup/toolchains/1.91.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=efce7d0412324b9a -C extra-filename=-b44101d5dc180f76 --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-76c7e021c9933480.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d3af21decb0abab3.rmeta --cap-lints allow`
10432025-11-26T21:26:50.357Z Running `/home/build/.rustup/toolchains/1.91.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=3e7a9f3602e6572f -C extra-filename=-4468a68732d106b2 --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-b44101d5dc180f76.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-eac991f2f4cf9be6.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-0d49dc3fec488c28.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-d45783828e37f7b0.rmeta --cap-lints allow`
10442025-11-26T21:26:51.325Z Compiling schema v0.1.0
10452025-11-26T21:26:51.329Z Running `/home/build/.rustup/toolchains/1.91.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=a358e2f3cdf847df -C extra-filename=-2ea1f068fdcd5539 --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-9b646baac2281965.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-4cd59df4c010dd19.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rmeta --cap-lints allow`
10462025-11-26T21:26:51.457Z Running `/home/build/.rustup/toolchains/1.91.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=f4a44b633814cda1 -C extra-filename=-dbfd4765b8e66750 --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-4468a68732d106b2.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-aec17a7dcfeb6177.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-683a54ead154eadf.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-2ea1f068fdcd5539.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8e7a12f218a80b3c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-07a822423b48e2bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro`
10472025-11-26T21:26:51.705Z Running `/home/build/.rustup/toolchains/1.91.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=de5c0a2e3ac3dc5f -C extra-filename=-8cb4df61cd427b16 --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-76ba34c01a136f79.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out`
10482025-11-26T21:26:52.909Z Running `/home/build/.rustup/toolchains/1.91.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=e2c8b3b41c8ce8b4 -C extra-filename=-3993b4350c71b15a --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10492025-11-26T21:27:00.313Z Running `/home/build/.rustup/toolchains/1.91.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=42739706af0775a3 -C extra-filename=-306ca9e082c358e2 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10502025-11-26T21:27:00.313Z Running `/home/build/.rustup/toolchains/1.91.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=884d1072fd4f6fc6 -C extra-filename=-eaca7c130ad50d00 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10512025-11-26T21:27:00.319Z Running `/home/build/.rustup/toolchains/1.91.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=3b275754f68e2153 -C extra-filename=-e603ed70f3db9a20 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10522025-11-26T21:27:00.319Z Running `/home/build/.rustup/toolchains/1.91.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=e0c346195e110cb0 -C extra-filename=-91eb394757480e28 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10532025-11-26T21:27:00.319Z Running `/home/build/.rustup/toolchains/1.91.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=1365066249fa0535 -C extra-filename=-6717b880df349cc2 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10542025-11-26T21:27:00.333Z Running `/home/build/.rustup/toolchains/1.91.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=d810ef15d5cbbad3 -C extra-filename=-4443f937cdcaf7b0 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10552025-11-26T21:27:00.333Z Running `/home/build/.rustup/toolchains/1.91.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=21a0970282b9db37 -C extra-filename=-e7c0f4ddc95b055d --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10562025-11-26T21:27:14.445Z Running `/home/build/.rustup/toolchains/1.91.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=56af317adb1ef28a -C extra-filename=-ea632bd6ef75a427 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10572025-11-26T21:27:18.448Z Running `/home/build/.rustup/toolchains/1.91.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=50f2e149e05fb338 -C extra-filename=-8e114afbec14aaa2 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10582025-11-26T21:27:19.158Z Running `/home/build/.rustup/toolchains/1.91.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=cf92751296f12e26 -C extra-filename=-c3aecbf44b655322 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10592025-11-26T21:27:19.713Z Running `/home/build/.rustup/toolchains/1.91.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=85da3bfd0c8515e0 -C extra-filename=-c969ccfd0a76ee1e --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10602025-11-26T21:27:19.910Z Running `/home/build/.rustup/toolchains/1.91.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=894b216f64c0e629 -C extra-filename=-d7ef65f0d20ff70c --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10612025-11-26T21:27:22.571Z Running `/home/build/.rustup/toolchains/1.91.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=ac216670f2dcec43 -C extra-filename=-af17ecec8742e271 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10622025-11-26T21:27:37.033Z Running `/home/build/.rustup/toolchains/1.91.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=a69a4424238c2791 -C extra-filename=-918a0153a2c74bbe --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10632025-11-26T21:27:37.996Z Running `/home/build/.rustup/toolchains/1.91.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=e2deb9b4b222df54 -C extra-filename=-05eddda7bcd2c858 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10642025-11-26T21:27:38.142Z Running `/home/build/.rustup/toolchains/1.91.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=9b3ec70684ee4b9e -C extra-filename=-097b54f12b3fd19d --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10652025-11-26T21:27:40.997Z Running `/home/build/.rustup/toolchains/1.91.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=baac76a378a4d762 -C extra-filename=-3dfe1e551899515a --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10662025-11-26T21:27:41.507Z Running `/home/build/.rustup/toolchains/1.91.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=2d1d908c0dae8255 -C extra-filename=-6218cb78aed35635 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10672025-11-26T21:27:42.635Z Running `/home/build/.rustup/toolchains/1.91.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=3681ce69bd92fd81 -C extra-filename=-fedf26d5b31c2cfb --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10682025-11-26T21:27:44.704Z Running `/home/build/.rustup/toolchains/1.91.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=0c03d2cc758d3f23 -C extra-filename=-4b9914d01626c246 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10692025-11-26T21:27:55.963Z Running `/home/build/.rustup/toolchains/1.91.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=ee5f051ad63430b5 -C extra-filename=-6b0f4d45058f8664 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10702025-11-26T21:27:57.205Z Running `/home/build/.rustup/toolchains/1.91.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=3ce0ac6c1581c01c -C extra-filename=-acffb2a897bcec54 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10712025-11-26T21:27:59.653Z Running `/home/build/.rustup/toolchains/1.91.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=36139f72b2b70540 -C extra-filename=-eca741ffa9c3b771 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10722025-11-26T21:27:59.786Z Running `/home/build/.rustup/toolchains/1.91.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=6383b6978a9dbfba -C extra-filename=-b66fe18e1519f15b --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8cb4df61cd427b16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2bfb99d14bb9bf08.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
10732025-11-26T21:28:13.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
10742025-11-26T21:28:14.062Z
10752025-11-26T21:28:14.062Zreal 2:16.970490662
10762025-11-26T21:28:14.062Zuser 14:19.711489976
10772025-11-26T21:28:14.062Zsys 1:49.655436923
10782025-11-26T21:28:14.066Ztrap 0.735972644
10792025-11-26T21:28:14.066Ztflt 0.418675963
10802025-11-26T21:28:14.066Zdflt 0.303632578
10812025-11-26T21:28:14.066Zkflt 0.005622465
10822025-11-26T21:28:14.066Zlock 43:41.468976914
10832025-11-26T21:28:14.066Zslp 1:06:13.489073382
10842025-11-26T21:28:14.066Zlat 46.814026359
10852025-11-26T21:28:14.066Zstop 1:13.533877090
10862025-11-26T21:28:14.066Z+ banner test
10872025-11-26T21:28:14.066Z
10882025-11-26T21:28:14.066Z ##### ###### #### #####
10892025-11-26T21:28:14.066Z # # # #
10902025-11-26T21:28:14.066Z # ##### #### #
10912025-11-26T21:28:14.066Z # # # #
10922025-11-26T21:28:14.066Z # # # # #
10932025-11-26T21:28:14.066Z # ###### #### #
10942025-11-26T21:28:14.066Z
10952025-11-26T21:28:14.066Z+ ptime -m cargo test --all-features --locked --verbose
10962025-11-26T21:28:14.364Z Fresh unicode-ident v1.0.12
10972025-11-26T21:28:14.364Z Fresh cfg-if v1.0.0
10982025-11-26T21:28:14.364Z Fresh itoa v1.0.1
10992025-11-26T21:28:14.365Z Fresh memchr v2.6.0
11002025-11-26T21:28:14.369Z Fresh proc-macro2 v1.0.103
11012025-11-26T21:28:14.370Z Fresh pin-project-lite v0.2.12
11022025-11-26T21:28:14.370Z Fresh autocfg v1.1.0
11032025-11-26T21:28:14.370Z Fresh shlex v1.3.0
11042025-11-26T21:28:14.370Z Fresh smallvec v1.13.2
11052025-11-26T21:28:14.370Z Fresh quote v1.0.42
11062025-11-26T21:28:14.370Z Fresh libc v0.2.177
11072025-11-26T21:28:14.370Z Fresh cc v1.2.16
11082025-11-26T21:28:14.370Z Fresh bytes v1.11.0
11092025-11-26T21:28:14.370Z Fresh futures-core v0.3.31
11102025-11-26T21:28:14.370Z Fresh version_check v0.9.5
11112025-11-26T21:28:14.370Z Fresh scopeguard v1.2.0
11122025-11-26T21:28:14.370Z Fresh socket2 v0.6.0
11132025-11-26T21:28:14.370Z Fresh mio v1.0.3
11142025-11-26T21:28:14.370Z Fresh serde_derive v1.0.228
11152025-11-26T21:28:14.370Z Fresh lock_api v0.4.6
11162025-11-26T21:28:14.370Z Fresh tokio-macros v2.6.0
11172025-11-26T21:28:14.370Z Fresh signal-hook-registry v1.4.0
11182025-11-26T21:28:14.370Z Fresh log v0.4.17
11192025-11-26T21:28:14.370Z Fresh parking_lot_core v0.9.4
11202025-11-26T21:28:14.370Z Fresh futures-sink v0.3.31
11212025-11-26T21:28:14.370Z Fresh ryu v1.0.5
11222025-11-26T21:28:14.370Z Fresh synstructure v0.13.1
11232025-11-26T21:28:14.370Z Fresh getrandom v0.2.11
11242025-11-26T21:28:14.370Z Fresh parking_lot v0.12.1
11252025-11-26T21:28:14.370Z Fresh fnv v1.0.7
11262025-11-26T21:28:14.370Z Fresh bitflags v2.4.0
11272025-11-26T21:28:14.370Z Fresh futures-channel v0.3.31
11282025-11-26T21:28:14.370Z Fresh zerofrom-derive v0.1.5
11292025-11-26T21:28:14.371Z Fresh zeroize v1.7.0
11302025-11-26T21:28:14.371Z Fresh tokio v1.48.0
11312025-11-26T21:28:14.371Z Fresh slab v0.4.9
11322025-11-26T21:28:14.371Z Fresh http v1.3.1
11332025-11-26T21:28:14.371Z Fresh pin-utils v0.1.0
11342025-11-26T21:28:14.371Z Fresh zerofrom v0.1.5
11352025-11-26T21:28:14.371Z Fresh rustls-pki-types v1.13.0
11362025-11-26T21:28:14.371Z Fresh yoke-derive v0.7.5
11372025-11-26T21:28:14.371Z Fresh futures-macro v0.3.31
11382025-11-26T21:28:14.371Z Fresh thiserror-impl v2.0.17
11392025-11-26T21:28:14.371Z Fresh futures-io v0.3.31
11402025-11-26T21:28:14.371Z Fresh futures-task v0.3.31
11412025-11-26T21:28:14.371Z Fresh stable_deref_trait v1.2.0
11422025-11-26T21:28:14.371Z Fresh futures-util v0.3.31
11432025-11-26T21:28:14.371Z Fresh thiserror v2.0.17
11442025-11-26T21:28:14.371Z Fresh zerovec-derive v0.10.3
11452025-11-26T21:28:14.371Z Fresh yoke v0.7.5
11462025-11-26T21:28:14.371Z Fresh serde_core v1.0.228
11472025-11-26T21:28:14.371Z Fresh displaydoc v0.2.5
11482025-11-26T21:28:14.371Z Fresh tracing-core v0.1.32
11492025-11-26T21:28:14.371Z Fresh untrusted v0.9.0
11502025-11-26T21:28:14.371Z Fresh zerovec v0.10.4
11512025-11-26T21:28:14.371Z Fresh httparse v1.10.0
11522025-11-26T21:28:14.371Z Fresh getrandom v0.3.1
11532025-11-26T21:28:14.371Z Fresh equivalent v1.0.0
11542025-11-26T21:28:14.371Z Fresh hashbrown v0.16.0
11552025-11-26T21:28:14.372Z Fresh ucd-trie v0.1.6
11562025-11-26T21:28:14.372Z Fresh tracing v0.1.40
11572025-11-26T21:28:14.372Z Fresh pest v2.8.1
11582025-11-26T21:28:14.372Z Fresh serde v1.0.228
11592025-11-26T21:28:14.372Z Fresh tinystr v0.7.6
11602025-11-26T21:28:14.372Z Fresh indexmap v2.12.0
11612025-11-26T21:28:14.372Z Fresh ring v0.17.13
11622025-11-26T21:28:14.372Z Fresh http-body v1.0.1
11632025-11-26T21:28:14.372Z Fresh errno v0.3.10
11642025-11-26T21:28:14.372Z Fresh writeable v0.5.5
11652025-11-26T21:28:14.372Z Fresh litemap v0.7.4
11662025-11-26T21:28:14.372Z Fresh atomic-waker v1.1.2
11672025-11-26T21:28:14.372Z Fresh percent-encoding v2.3.2
11682025-11-26T21:28:14.372Z Fresh vcpkg v0.2.15
11692025-11-26T21:28:14.372Z Fresh pkg-config v0.3.31
11702025-11-26T21:28:14.372Z Fresh icu_locid v1.5.0
11712025-11-26T21:28:14.372Z Fresh pest_meta v2.8.1
11722025-11-26T21:28:14.372Z Fresh tokio-util v0.7.7
11732025-11-26T21:28:14.372Z Fresh zerocopy-derive v0.8.27
11742025-11-26T21:28:14.372Z Fresh icu_provider_macros v1.5.0
11752025-11-26T21:28:14.372Z Fresh try-lock v0.2.3
11762025-11-26T21:28:14.372Z Fresh typenum v1.14.0
11772025-11-26T21:28:14.372Z Fresh icu_provider v1.5.0
11782025-11-26T21:28:14.372Z Fresh zerocopy v0.8.27
11792025-11-26T21:28:14.372Z Fresh want v0.3.0
11802025-11-26T21:28:14.373Z Fresh rustversion v1.0.22
11812025-11-26T21:28:14.373Z Fresh rustix v1.0.2
11822025-11-26T21:28:14.373Z Fresh h2 v0.4.6
11832025-11-26T21:28:14.373Z Fresh pest_generator v2.8.1
11842025-11-26T21:28:14.373Z Fresh rustls-webpki v0.102.8
11852025-11-26T21:28:14.373Z Fresh num-conv v0.1.0
11862025-11-26T21:28:14.373Z Fresh tower-service v0.3.3
11872025-11-26T21:28:14.373Z Fresh httpdate v1.0.1
11882025-11-26T21:28:14.373Z Fresh base64 v0.22.1
11892025-11-26T21:28:14.373Z Fresh byteorder v1.4.3
11902025-11-26T21:28:14.373Z Fresh fastrand v2.1.1
11912025-11-26T21:28:14.373Z Fresh powerfmt v0.2.0
11922025-11-26T21:28:14.373Z Fresh subtle v2.5.0
11932025-11-26T21:28:14.373Z Fresh icu_locid_transform_data v1.5.0
11942025-11-26T21:28:14.373Z Fresh time-core v0.1.2
11952025-11-26T21:28:14.373Z Fresh pest_derive v2.8.1
11962025-11-26T21:28:14.373Z Fresh deranged v0.3.11
11972025-11-26T21:28:14.373Z Fresh icu_locid_transform v1.5.0
11982025-11-26T21:28:14.373Z Fresh time-macros v0.2.18
11992025-11-26T21:28:14.373Z Fresh hyper v1.8.1
12002025-11-26T21:28:14.378Z Fresh crossbeam-utils v0.8.15
12012025-11-26T21:28:14.378Z Fresh generic-array v0.14.5
12022025-11-26T21:28:14.378Z Fresh serde_tokenstream v0.2.2
12032025-11-26T21:28:14.378Z Fresh icu_collections v1.5.0
12042025-11-26T21:28:14.378Z Fresh icu_properties_data v1.5.0
12052025-11-26T21:28:14.378Z Fresh num_threads v0.1.3
12062025-11-26T21:28:14.378Z Fresh dtrace-parser v0.3.0
12072025-11-26T21:28:14.378Z Fresh rustix v0.38.44
12082025-11-26T21:28:14.378Z Fresh serde_json v1.0.145
12092025-11-26T21:28:14.378Z Fresh icu_properties v1.5.1
12102025-11-26T21:28:14.378Z Fresh time v0.3.36
12112025-11-26T21:28:14.378Z Fresh erased-serde v0.3.31
12122025-11-26T21:28:14.378Z Fresh scroll_derive v0.13.1
12132025-11-26T21:28:14.378Z Fresh thread-id v5.0.0
12142025-11-26T21:28:14.379Z Fresh write16 v1.0.0
12152025-11-26T21:28:14.379Z Fresh utf8_iter v1.0.4
12162025-11-26T21:28:14.379Z Fresh ipnet v2.10.0
12172025-11-26T21:28:14.379Z Fresh openssl-probe v0.1.4
12182025-11-26T21:28:14.379Z Fresh foreign-types-shared v0.1.1
12192025-11-26T21:28:14.379Z Fresh utf16_iter v1.0.5
12202025-11-26T21:28:14.379Z Fresh icu_normalizer_data v1.5.0
12212025-11-26T21:28:14.379Z Fresh hyper-util v0.1.18
12222025-11-26T21:28:14.379Z Fresh foreign-types v0.3.2
12232025-11-26T21:28:14.379Z Fresh scroll v0.13.0
12242025-11-26T21:28:14.379Z Fresh icu_normalizer v1.5.0
12252025-11-26T21:28:14.379Z Fresh slog v2.8.2
12262025-11-26T21:28:14.379Z Fresh paste v1.0.15
12272025-11-26T21:28:14.379Z Fresh block-buffer v0.10.2
12282025-11-26T21:28:14.379Z Fresh crypto-common v0.1.6
12292025-11-26T21:28:14.379Z Fresh openssl-sys v0.9.107
12302025-11-26T21:28:14.379Z Fresh form_urlencoded v1.2.2
12312025-11-26T21:28:14.379Z Fresh rand_core v0.6.3
12322025-11-26T21:28:14.379Z Fresh openssl-macros v0.1.1
12332025-11-26T21:28:14.379Z Fresh unicode-segmentation v1.10.0
12342025-11-26T21:28:14.379Z Fresh simd-adler32 v0.3.7
12352025-11-26T21:28:14.379Z Fresh unicode-width v0.1.9
12362025-11-26T21:28:14.379Z Fresh ppv-lite86 v0.2.15
12372025-11-26T21:28:14.379Z Fresh adler2 v2.0.1
12382025-11-26T21:28:14.379Z Fresh lazy_static v1.5.0
12392025-11-26T21:28:14.379Z Fresh mime v0.3.16
12402025-11-26T21:28:14.380Z Fresh plain v0.2.3
12412025-11-26T21:28:14.380Z Fresh newline-converter v0.3.0
12422025-11-26T21:28:14.380Z Fresh rand_chacha v0.3.1
12432025-11-26T21:28:14.380Z Fresh goblin v0.10.1
12442025-11-26T21:28:14.380Z Fresh miniz_oxide v0.8.9
12452025-11-26T21:28:14.380Z Fresh console v0.15.7
12462025-11-26T21:28:14.380Z Fresh openssl v0.10.72
12472025-11-26T21:28:14.380Z Fresh idna_adapter v1.2.0
12482025-11-26T21:28:14.380Z Fresh num-traits v0.2.14
12492025-11-26T21:28:14.380Z Fresh digest v0.10.7
12502025-11-26T21:28:14.380Z Fresh unicase v2.6.0
12512025-11-26T21:28:14.380Z Fresh crc32fast v1.5.0
12522025-11-26T21:28:14.380Z Fresh pretty-hex v0.4.1
12532025-11-26T21:28:14.380Z Fresh heck v0.5.0
12542025-11-26T21:28:14.380Z Fresh winnow v0.7.13
12552025-11-26T21:28:14.380Z Fresh similar v2.2.1
12562025-11-26T21:28:14.380Z Fresh cpufeatures v0.2.2
12572025-11-26T21:28:14.380Z Fresh semver v1.0.27
12582025-11-26T21:28:14.380Z Fresh iana-time-zone v0.1.47
12592025-11-26T21:28:14.380Z Fresh idna v1.0.3
12602025-11-26T21:28:14.380Z Fresh chrono v0.4.42
12612025-11-26T21:28:14.380Z Fresh sha1 v0.10.6
12622025-11-26T21:28:14.380Z Fresh toml_parser v1.0.4
12632025-11-26T21:28:14.380Z Fresh flate2 v1.1.4
12642025-11-26T21:28:14.380Z Fresh dof v0.4.0
12652025-11-26T21:28:14.380Z Fresh rand v0.8.4
12662025-11-26T21:28:14.381Z Fresh native-tls v0.2.12
12672025-11-26T21:28:14.381Z Fresh rustls v0.23.13
12682025-11-26T21:28:14.381Z Fresh rustls v0.22.4
12692025-11-26T21:28:14.381Z Fresh concurrent-queue v2.5.0
12702025-11-26T21:28:14.381Z Fresh http-body-util v0.1.3
12712025-11-26T21:28:14.381Z Fresh rustls-pemfile v2.2.0
12722025-11-26T21:28:14.381Z Fresh serde_derive_internals v0.29.0
12732025-11-26T21:28:14.381Z Fresh thiserror-impl v1.0.69
12742025-11-26T21:28:14.381Z Fresh serde_spanned v1.0.3
12752025-11-26T21:28:14.381Z Fresh toml_datetime v0.7.3
12762025-11-26T21:28:14.381Z Fresh syn v2.0.110
12772025-11-26T21:28:14.381Z Fresh thread_local v1.1.4
12782025-11-26T21:28:14.381Z Fresh sync_wrapper v1.0.1
12792025-11-26T21:28:14.381Z Fresh encoding_rs v0.8.32
12802025-11-26T21:28:14.381Z Fresh toml_writer v1.0.4
12812025-11-26T21:28:14.381Z Fresh parking v2.2.0
12822025-11-26T21:28:14.381Z Fresh compression-core v0.4.29
12832025-11-26T21:28:14.381Z Fresh tower-layer v0.3.3
12842025-11-26T21:28:14.381Z Fresh match_cfg v0.1.0
12852025-11-26T21:28:14.381Z Fresh toml v0.9.8
12862025-11-26T21:28:14.381Z Fresh tower v0.5.2
12872025-11-26T21:28:14.381Z Fresh event-listener v5.0.0
12882025-11-26T21:28:14.381Z Fresh hostname v0.3.1
12892025-11-26T21:28:14.381Z Fresh compression-codecs v0.4.31
12902025-11-26T21:28:14.381Z Fresh thiserror v1.0.69
12912025-11-26T21:28:14.382Z Fresh usdt-impl v0.6.0
12922025-11-26T21:28:14.382Z Fresh tokio-rustls v0.25.0
12932025-11-26T21:28:14.382Z Fresh tokio-native-tls v0.3.1
12942025-11-26T21:28:14.382Z Fresh tokio-rustls v0.26.0
12952025-11-26T21:28:14.382Z Fresh schemars_derive v0.8.22
12962025-11-26T21:28:14.382Z Fresh url v2.5.4
12972025-11-26T21:28:14.382Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12982025-11-26T21:28:14.382Z Fresh usdt-macro v0.6.0
12992025-11-26T21:28:14.382Z Fresh usdt-attr-macro v0.6.0
13002025-11-26T21:28:14.386Z Fresh serde_urlencoded v0.7.1
13012025-11-26T21:28:14.386Z Fresh slog-json v2.6.1
13022025-11-26T21:28:14.386Z Fresh crossbeam-channel v0.5.1
13032025-11-26T21:28:14.386Z Fresh uuid v1.18.1
13042025-11-26T21:28:14.386Z Fresh futures-executor v0.3.31
13052025-11-26T21:28:14.386Z Fresh webpki-roots v0.26.5
13062025-11-26T21:28:14.386Z Fresh async-stream-impl v0.3.6
13072025-11-26T21:28:14.386Z Fresh is-terminal v0.4.12
13082025-11-26T21:28:14.386Z Running `/home/build/.rustup/toolchains/1.91.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=3319fa3062e29ca5 -C extra-filename=-cba04c270c3a0530 --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-aec17a7dcfeb6177.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8e7a12f218a80b3c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-07a822423b48e2bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro`
13092025-11-26T21:28:14.386Z Fresh memmap2 v0.9.8
13102025-11-26T21:28:14.386Z Fresh data-encoding v2.4.0
13112025-11-26T21:28:14.386Z Fresh spin v0.9.8
13122025-11-26T21:28:14.412Z Fresh iri-string v0.7.8
13132025-11-26T21:28:14.415Z Fresh dyn-clone v1.0.4
13142025-11-26T21:28:14.415Z Fresh take_mut v0.2.2
13152025-11-26T21:28:14.415Z Fresh term v1.1.0
13162025-11-26T21:28:14.416Z Fresh utf-8 v0.7.6
13172025-11-26T21:28:14.416Z Fresh slog-async v2.8.0
13182025-11-26T21:28:14.416Z Fresh tower-http v0.6.5
13192025-11-26T21:28:14.416Z Fresh schemars v0.8.22
13202025-11-26T21:28:14.416Z Fresh multer v3.1.0
13212025-11-26T21:28:14.416Z Fresh tungstenite v0.24.0
13222025-11-26T21:28:14.416Z Fresh slog-term v2.9.2
13232025-11-26T21:28:14.416Z Fresh usdt v0.6.0
13242025-11-26T21:28:14.416Z Fresh futures v0.3.31
13252025-11-26T21:28:14.416Z Fresh async-stream v0.3.6
13262025-11-26T21:28:14.416Z Fresh hyper-rustls v0.27.3
13272025-11-26T21:28:14.416Z Fresh slog-bunyan v2.5.0
13282025-11-26T21:28:14.416Z Fresh mime_guess v2.0.5
13292025-11-26T21:28:14.416Z Fresh async-compression v0.4.32
13302025-11-26T21:28:14.416Z Fresh hyper-tls v0.6.0
13312025-11-26T21:28:14.416Z Fresh event-listener-strategy v0.5.4
13322025-11-26T21:28:14.416Z Fresh target-triple v1.0.0
13332025-11-26T21:28:14.416Z Fresh camino v1.2.1
13342025-11-26T21:28:14.416Z Fresh rustls-native-certs v0.7.0
13352025-11-26T21:28:14.416Z Fresh yasna v0.5.2
13362025-11-26T21:28:14.416Z Fresh pem v3.0.6
13372025-11-26T21:28:14.416Z Fresh waitgroup v0.1.2
13382025-11-26T21:28:14.416Z Fresh openapiv3 v2.2.0
13392025-11-26T21:28:14.416Z Fresh webpki-roots v1.0.0
13402025-11-26T21:28:14.416Z Fresh async-trait v0.1.89
13412025-11-26T21:28:14.416Z Fresh serde_path_to_error v0.1.20
13422025-11-26T21:28:14.416Z Fresh hostname v0.4.0
13432025-11-26T21:28:14.416Z Fresh simple-mermaid v0.2.0
13442025-11-26T21:28:14.416Z Fresh termcolor v1.1.2
13452025-11-26T21:28:14.416Z Fresh http-range v0.1.4
13462025-11-26T21:28:14.416Z Fresh glob v0.3.0
13472025-11-26T21:28:14.416Z Fresh debug-ignore v1.0.5
13482025-11-26T21:28:14.416Z Fresh hyper-staticfile v0.10.1
13492025-11-26T21:28:14.416Z Fresh reqwest v0.12.24
13502025-11-26T21:28:14.416Z Fresh hyper-rustls v0.26.0
13512025-11-26T21:28:14.416Z Fresh rcgen v0.14.5
13522025-11-26T21:28:14.416Z Fresh async-channel v2.5.0
13532025-11-26T21:28:14.416Z Fresh trybuild v1.0.114
13542025-11-26T21:28:14.417Z Fresh tokio-tungstenite v0.24.0
13552025-11-26T21:28:14.417Z Fresh anyhow v1.0.100
13562025-11-26T21:28:14.417Z Fresh subprocess v0.2.9
13572025-11-26T21:28:14.417Z Fresh buf-list v1.1.2
13582025-11-26T21:28:14.417Z Fresh once_cell v1.20.1
13592025-11-26T21:28:14.417Z Fresh tempfile v3.23.0
13602025-11-26T21:28:14.417Z Fresh schema-derive v0.1.0
13612025-11-26T21:28:14.417Z Fresh atomicwrites v0.4.4
13622025-11-26T21:28:14.417Z Fresh schema v0.1.0
13632025-11-26T21:28:14.417Z Fresh expectorate v1.2.0
13642025-11-26T21:28:14.417Z Fresh prettyplease v0.2.37
13652025-11-26T21:28:16.467Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
13662025-11-26T21:28:16.472Z Running `/home/build/.rustup/toolchains/1.91.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=649d56835d11ed57 -C extra-filename=-6a5a167710cec410 --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-76ba34c01a136f79.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out`
13672025-11-26T21:28:16.472Z Running `/home/build/.rustup/toolchains/1.91.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=39ba563c90a8735d -C extra-filename=-d4683d1cc224240c --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13682025-11-26T21:28:24.645Z Running `/home/build/.rustup/toolchains/1.91.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=fa4e372db0ad207b -C extra-filename=-d778682418273354 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13692025-11-26T21:28:24.651Z Running `/home/build/.rustup/toolchains/1.91.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=4ccd805f3a103f20 -C extra-filename=-12591646fcf88838 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13702025-11-26T21:28:24.651Z Running `/home/build/.rustup/toolchains/1.91.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=b30e2f35d728bf37 -C extra-filename=-cf88d0c28f8f02bd --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13712025-11-26T21:28:24.651Z Running `/home/build/.rustup/toolchains/1.91.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=f1731ad1ce517559 -C extra-filename=-c75de50cf1bbe3af --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13722025-11-26T21:28:24.655Z Running `/home/build/.rustup/toolchains/1.91.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=a68cdc71c355ea3e -C extra-filename=-bddd660789c32234 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13732025-11-26T21:28:24.655Z Running `/home/build/.rustup/toolchains/1.91.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=4b8e8f3bbc3f3053 -C extra-filename=-fc36e3318bcf2339 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13742025-11-26T21:28:24.943Z Running `/home/build/.rustup/toolchains/1.91.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=e144d150e94bfe3a -C extra-filename=-1610ef70602ffccd --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13752025-11-26T21:28:42.665Z Running `/home/build/.rustup/toolchains/1.91.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=c369efc77a2cec82 -C extra-filename=-aa7fba1b8ee23a97 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13762025-11-26T21:28:43.489Z Running `/home/build/.rustup/toolchains/1.91.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=bcdc1245b37768f9 -C extra-filename=-f95f7724b218ceb9 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13772025-11-26T21:28:43.751Z Running `/home/build/.rustup/toolchains/1.91.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=eecb101155789893 -C extra-filename=-85eed8eb94e410df --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13782025-11-26T21:28:43.858Z Running `/home/build/.rustup/toolchains/1.91.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=ef194689a16e886e -C extra-filename=-025722a7d9068669 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13792025-11-26T21:28:46.526Z Running `/home/build/.rustup/toolchains/1.91.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=03a9ac756902f32f -C extra-filename=-fe9b179518de72f4 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13802025-11-26T21:28:49.697Z Running `/home/build/.rustup/toolchains/1.91.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=6825003928a21562 -C extra-filename=-5de180e0343ad04f --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13812025-11-26T21:28:58.156Z Running `/home/build/.rustup/toolchains/1.91.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=7ab616b0783264cb -C extra-filename=-e010cec63e848ca6 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13822025-11-26T21:28:59.534Z Running `/home/build/.rustup/toolchains/1.91.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=f7a0faddf52b49e8 -C extra-filename=-5a4f03472312381c --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13832025-11-26T21:29:02.718Z Running `/home/build/.rustup/toolchains/1.91.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=6ef10caa3737afbb -C extra-filename=-7729803008d95fe9 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13842025-11-26T21:29:03.711Z Running `/home/build/.rustup/toolchains/1.91.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=96c36f7e64bed6b2 -C extra-filename=-7e01eb9c3869405b --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13852025-11-26T21:29:05.655Z Running `/home/build/.rustup/toolchains/1.91.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=04e6241c8219e8c4 -C extra-filename=-5ae53c1a9c5cbbea --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13862025-11-26T21:29:06.706Z Running `/home/build/.rustup/toolchains/1.91.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=0b01f9901be61c40 -C extra-filename=-e61fa4de18ad0ecc --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13872025-11-26T21:29:07.115Z Running `/home/build/.rustup/toolchains/1.91.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=75a073f37995da0c -C extra-filename=-b1467c0877ddc220 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13882025-11-26T21:29:10.101Z Running `/home/build/.rustup/toolchains/1.91.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=9afcc3bc754fcdfb -C extra-filename=-c4cf22de53f4a5c5 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13892025-11-26T21:29:17.989Z Running `/home/build/.rustup/toolchains/1.91.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=5047eef5443c4f3b -C extra-filename=-76af2002e26985be --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13902025-11-26T21:29:24.422Z Running `/home/build/.rustup/toolchains/1.91.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=6d7291d7455d38cb -C extra-filename=-10eb2c50206e29b5 --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13912025-11-26T21:29:24.533Z Running `/home/build/.rustup/toolchains/1.91.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=594414494069e1a3 -C extra-filename=-3d4536e9af11625b --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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/out -L native=/usr/ssl-3/lib/amd64`
13922025-11-26T21:29:38.421Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s
13932025-11-26T21:29:38.466Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-d4683d1cc224240c`
13942025-11-26T21:29:38.469Z
13952025-11-26T21:29:38.469Zrunning 138 tests
13962025-11-26T21:29:38.473Ztest api_description::test::test_endpoint_versions_range ... ok
13972025-11-26T21:29:38.473Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13982025-11-26T21:29:38.473Ztest api_description::test::test_endpoint_versions_matches ... ok
13992025-11-26T21:29:38.473Ztest api_description::test::test_badpath4 - should panic ... ok
14002025-11-26T21:29:38.473Ztest api_description::test::test_badpath3 ... ok
14012025-11-26T21:29:38.473Ztest api_description::test::test_dup_names ... ok
14022025-11-26T21:29:38.473Ztest api_description::test::test_badpath1 ... ok
14032025-11-26T21:29:38.473Ztest api_description::test::test_badpath2 ... ok
14042025-11-26T21:29:38.473Ztest api_description::test::test_tags_need_one ... ok
14052025-11-26T21:29:38.473Ztest api_description::test::test_tag_config_deserialize_old ... ok
14062025-11-26T21:29:38.473Ztest api_description::test::test_tags_too_many ... ok
14072025-11-26T21:29:38.474Ztest api_description::test::test_tags_just_right ... ok
14082025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
14092025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
14102025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
14112025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
14122025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
14132025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
14142025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
14152025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
14162025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
14172025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
14182025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
14192025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
14202025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
14212025-11-26T21:29:38.474Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
14222025-11-26T21:29:38.474Ztest compression::tests::test_should_compress_response_head_method ... ok
14232025-11-26T21:29:38.474Ztest compression::tests::test_should_compress_response_already_encoded ... ok
14242025-11-26T21:29:38.474Ztest compression::tests::test_should_compress_response_basic ... ok
14252025-11-26T21:29:38.477Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
14262025-11-26T21:29:38.477Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14272025-11-26T21:29:38.477Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14282025-11-26T21:29:38.478Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14292025-11-26T21:29:38.478Ztest compression::tests::test_should_compress_response_no_content ... ok
14302025-11-26T21:29:38.478Ztest compression::tests::test_should_compress_response_not_modified ... ok
14312025-11-26T21:29:38.478Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14322025-11-26T21:29:38.478Ztest compression::tests::test_should_compress_response_partial_content ... ok
14332025-11-26T21:29:38.478Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14342025-11-26T21:29:38.478Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14352025-11-26T21:29:38.478Ztest compression::tests::test_should_compress_response_sse ... ok
14362025-11-26T21:29:38.478Ztest error::test::test_serialize_error_response_body ... ok
14372025-11-26T21:29:38.478Ztest extractor::metadata::test::test_metadata_flattened ... ok
14382025-11-26T21:29:38.478Ztest extractor::header::tests::test_header_parsing ... ok
14392025-11-26T21:29:38.478Ztest extractor::metadata::test::test_metadata_simple ... ok
14402025-11-26T21:29:38.478Ztest from_map::test::test_case_insensitive ... ok
14412025-11-26T21:29:38.478Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14422025-11-26T21:29:38.478Ztest extractor::metadata::test::test_metadata_pagination ... ok
14432025-11-26T21:29:38.478Ztest from_map::test::test_lone_literal ... ok
14442025-11-26T21:29:38.478Ztest from_map::test::test_deep ... ok
14452025-11-26T21:29:38.478Ztest from_map::test::test_missing_data2 ... ok
14462025-11-26T21:29:38.478Ztest from_map::test::test_missing_data1 ... ok
14472025-11-26T21:29:38.478Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14482025-11-26T21:29:38.478Ztest from_map::test::test_types ... ok
14492025-11-26T21:29:38.478Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14502025-11-26T21:29:38.478Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14512025-11-26T21:29:38.478Ztest extractor::body::tests::test_content_plus_json ... ok
14522025-11-26T21:29:38.478Ztest logging::test::test_config_bad_file_no_file ... ok
14532025-11-26T21:29:38.478Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14542025-11-26T21:29:38.478Ztest logging::test::test_config_bad_file_no_level ... ok
14552025-11-26T21:29:38.478Ztest logging::test::test_config_bad_log_mode ... ok
14562025-11-26T21:29:38.478Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14572025-11-26T21:29:38.478Ztest logging::test::test_config_bad_terminal_no_level ... ok
14582025-11-26T21:29:38.478Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14592025-11-26T21:29:38.482Ztest router::test::test_bad_path_segment1 - should panic ... ok
14602025-11-26T21:29:38.482Ztest pagination::test::test_pagination_schema ... ok
14612025-11-26T21:29:38.482Ztest pagination::test::test_results_page ... ok
14622025-11-26T21:29:38.482Ztest pagination::test::test_page_token_serialization ... ok
14632025-11-26T21:29:38.482Ztest router::test::test_bad_path_segment2 - should panic ... ok
14642025-11-26T21:29:38.482Ztest pagination::test::test_pagparams_parsing ... ok
14652025-11-26T21:29:38.482Znote: configured to log to "/tmp/dropshot-d4683d1cc224240c.2154.file_dir/log.out"
14662025-11-26T21:29:38.482Ztest router::test::test_bad_path_segment3 - should panic ... ok
14672025-11-26T21:29:38.482Ztest router::test::test_bad_path_segment4 - should panic ... ok
14682025-11-26T21:29:38.482Ztest router::test::test_bogus_regex - should panic ... ok
14692025-11-26T21:29:38.482Ztest router::test::test_duplicate_route1 - should panic ... ok
14702025-11-26T21:29:38.483Ztest router::test::test_duplicate_route3 - should panic ... ok
14712025-11-26T21:29:38.483Ztest router::test::test_duplicate_route2 - should panic ... ok
14722025-11-26T21:29:38.483Ztest logging::test::test_config_stderr_terminal ... ok
14732025-11-26T21:29:38.483Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14742025-11-26T21:29:38.483Ztest router::test::test_duplicate_varname - should panic ... ok
14752025-11-26T21:29:38.483Ztest api_description::test::test_tags_set ... ok
14762025-11-26T21:29:38.483Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14772025-11-26T21:29:38.483Ztest router::test::test_embedded_non_variable ... ok
14782025-11-26T21:29:38.483Ztest router::test::test_empty_variable ... ok
14792025-11-26T21:29:38.483Ztest router::test::test_iter ... ok
14802025-11-26T21:29:38.483Ztest router::test::test_inconsistent_varname - should panic ... ok
14812025-11-26T21:29:38.483Ztest router::test::test_error_cases ... ok
14822025-11-26T21:29:38.483Ztest router::test::test_iter2 ... ok
14832025-11-26T21:29:38.483Ztest router::test::test_iter_null ... ok
14842025-11-26T21:29:38.483Ztest router::test::test_literal_after_regex - should panic ... ok
14852025-11-26T21:29:38.483Znote: configured to log to "/tmp/dropshot-d4683d1cc224240c.2154.file_dir/log.out"
14862025-11-26T21:29:38.483Ztest router::test::test_map_bad_value ... ok
14872025-11-26T21:29:38.483Ztest router::test::test_path_segment ... ok
14882025-11-26T21:29:38.483Ztest router::test::test_more_after_regex - should panic ... ok
14892025-11-26T21:29:38.483Ztest router::test::test_literal_after_variable - should panic ... ok
14902025-11-26T21:29:38.483Ztest router::test::test_map ... ok
14912025-11-26T21:29:38.483Ztest router::test::test_map_bad_seq ... ok
14922025-11-26T21:29:38.483Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14932025-11-26T21:29:38.483Ztest router::test::test_variable_name_bad_start - should panic ... ok
14942025-11-26T21:29:38.483Ztest router::test::test_router_versioned ... ok
14952025-11-26T21:29:38.483Ztest router::test::test_variable_after_literal - should panic ... ok
14962025-11-26T21:29:38.483Ztest router::test::test_variable_name_bad_end - should panic ... ok
14972025-11-26T21:29:38.483Ztest router::test::test_segments ... ok
14982025-11-26T21:29:38.483Ztest router::test::test_variable_name_empty - should panic ... ok
14992025-11-26T21:29:38.483Ztest router::test::test_variable_rename ... ok
15002025-11-26T21:29:38.483Znote: configured to log to "/tmp/dropshot-d4683d1cc224240c.2154.file_dir/log.out"
15012025-11-26T21:29:38.483Ztest router::test::test_router_basic ... ok
15022025-11-26T21:29:38.483Ztest router::test::test_variables_basic ... ok
15032025-11-26T21:29:38.483Ztest router::test::test_variables_multi ... ok
15042025-11-26T21:29:38.483Ztest router::test::test_variables_glob ... ok
15052025-11-26T21:29:38.483Ztest schema_util::test::test_additional_properties ... ok
15062025-11-26T21:29:38.483Ztest schema_util::test::test_empty_struct ... ok
15072025-11-26T21:29:38.483Ztest schema_util::test::test_nullable ... ok
15082025-11-26T21:29:38.483Ztest schema_util::test::test_extension_conversion ... ok
15092025-11-26T21:29:38.483Ztest logging::test::test_config_file ... ok
15102025-11-26T21:29:38.484Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
15112025-11-26T21:29:38.484Ztest schema_util::test::test_embedded_schema ... ok
15122025-11-26T21:29:38.487Ztest schema_util::test::test_two_types - should panic ... ok
15132025-11-26T21:29:38.487Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
15142025-11-26T21:29:38.487Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
15152025-11-26T21:29:38.487Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
15162025-11-26T21:29:38.487Ztest test_util::test::test_bunyan_easy_cases ... ok
15172025-11-26T21:29:38.487Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
15182025-11-26T21:29:38.487Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
15192025-11-26T21:29:38.487Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
15202025-11-26T21:29:38.488Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
15212025-11-26T21:29:38.488Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
15222025-11-26T21:29:38.488Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
15232025-11-26T21:29:38.488Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
15242025-11-26T21:29:38.488Ztest to_map::test::test_struct_with_options ... ok
15252025-11-26T21:29:38.488Ztest to_map::test::test_to_map_num ... ok
15262025-11-26T21:29:38.488Ztest to_map::test::test_to_map_enum ... ok
15272025-11-26T21:29:38.488Ztest to_map::test::test_to_map_seq ... ok
15282025-11-26T21:29:38.488Ztest to_map::test::test_to_map_valid ... ok
15292025-11-26T21:29:38.488Ztest to_map::test::test_to_map_vec ... ok
15302025-11-26T21:29:38.488Ztest type_util::tests::test_commented_ref ... ok
15312025-11-26T21:29:38.488Ztest type_util::tests::test_recursive_type - should panic ... ok
15322025-11-26T21:29:38.488Ztest type_util::tests::test_reflexive_type - should panic ... ok
15332025-11-26T21:29:38.488Ztest server::test::test_drop_server_without_close_okay ... ok
15342025-11-26T21:29:38.488Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15352025-11-26T21:29:38.488Ztest server::test::test_server_run_then_close ... ok
15362025-11-26T21:29:38.491Ztest server::test::test_http_acceptor_happy_path ... ok
15372025-11-26T21:29:38.491Z
15382025-11-26T21:29:38.492Ztest result: ok. 138 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
15392025-11-26T21:29:38.492Z
15402025-11-26T21:29:38.492Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-e010cec63e848ca6`
15412025-11-26T21:29:38.495Z
15422025-11-26T21:29:38.495Zrunning 1 test
15432025-11-26T21:29:38.869Z Compiling proc-macro2 v1.0.103
15442025-11-26T21:29:38.869Z Compiling quote v1.0.42
15452025-11-26T21:29:38.872Z Compiling unicode-ident v1.0.12
15462025-11-26T21:29:38.872Z Compiling libc v0.2.177
15472025-11-26T21:29:38.872Z Checking cfg-if v1.0.0
15482025-11-26T21:29:38.872Z Compiling serde_core v1.0.228
15492025-11-26T21:29:38.872Z Checking itoa v1.0.1
15502025-11-26T21:29:38.872Z Checking pin-project-lite v0.2.12
15512025-11-26T21:29:38.979Z Checking memchr v2.6.0
15522025-11-26T21:29:39.017Z Compiling autocfg v1.1.0
15532025-11-26T21:29:39.108Z Compiling shlex v1.3.0
15542025-11-26T21:29:39.123Z Checking bytes v1.11.0
15552025-11-26T21:29:39.475Z Compiling cc v1.2.16
15562025-11-26T21:29:39.569Z Checking smallvec v1.13.2
15572025-11-26T21:29:39.820Z Compiling version_check v0.9.5
15582025-11-26T21:29:39.844Z Checking futures-core v0.3.31
15592025-11-26T21:29:39.898Z Checking once_cell v1.20.1
15602025-11-26T21:29:40.026Z Compiling log v0.4.17
15612025-11-26T21:29:40.078Z Compiling parking_lot_core v0.9.4
15622025-11-26T21:29:40.181Z Compiling ryu v1.0.5
15632025-11-26T21:29:40.459Z Checking scopeguard v1.2.0
15642025-11-26T21:29:40.597Z Checking lock_api v0.4.6
15652025-11-26T21:29:40.618Z Compiling thiserror v2.0.17
15662025-11-26T21:29:40.800Z Compiling slab v0.4.9
15672025-11-26T21:29:40.817Z Checking futures-sink v0.3.31
15682025-11-26T21:29:40.979Z Checking mio v1.0.3
15692025-11-26T21:29:41.227Z Checking signal-hook-registry v1.4.0
15702025-11-26T21:29:41.365Z Checking parking_lot v0.12.1
15712025-11-26T21:29:41.649Z Compiling syn v2.0.110
15722025-11-26T21:29:41.688Z Checking socket2 v0.6.0
15732025-11-26T21:29:41.760Z Compiling serde v1.0.228
15742025-11-26T21:29:41.811Z Checking getrandom v0.2.11
15752025-11-26T21:29:41.862Z Compiling serde_json v1.0.145
15762025-11-26T21:29:42.055Z Checking fnv v1.0.7
15772025-11-26T21:29:42.166Z Checking futures-channel v0.3.31
15782025-11-26T21:29:42.169Z Checking pin-utils v0.1.0
15792025-11-26T21:29:42.183Z Checking http v1.3.1
15802025-11-26T21:29:42.251Z Checking zeroize v1.7.0
15812025-11-26T21:29:42.489Z Checking rustls-pki-types v1.13.0
15822025-11-26T21:29:42.505Z Checking futures-task v0.3.31
15832025-11-26T21:29:42.532Z Checking stable_deref_trait v1.2.0
15842025-11-26T21:29:42.665Z Checking futures-io v0.3.31
15852025-11-26T21:29:42.737Z Compiling httparse v1.10.0
15862025-11-26T21:29:42.922Z Compiling zerocopy v0.8.27
15872025-11-26T21:29:43.448Z Compiling ring v0.17.13
15882025-11-26T21:29:43.563Z Compiling ucd-trie v0.1.6
15892025-11-26T21:29:43.865Z Checking tracing-core v0.1.32
15902025-11-26T21:29:43.924Z Checking hashbrown v0.16.0
15912025-11-26T21:29:44.035Z Checking equivalent v1.0.0
15922025-11-26T21:29:44.038Z Checking untrusted v0.9.0
15932025-11-26T21:29:44.078Z Checking bitflags v2.4.0
15942025-11-26T21:29:44.184Z Checking http-body v1.0.1
15952025-11-26T21:29:44.216Z Checking atomic-waker v1.1.2
15962025-11-26T21:29:44.345Z Checking litemap v0.7.4
15972025-11-26T21:29:44.391Z Compiling vcpkg v0.2.15
15982025-11-26T21:29:44.512Z Checking tracing v0.1.40
15992025-11-26T21:29:44.684Z Compiling pkg-config v0.3.31
16002025-11-26T21:29:44.833Z Compiling rustversion v1.0.22
16012025-11-26T21:29:44.899Z Checking indexmap v2.12.0
16022025-11-26T21:29:45.061Z Compiling typenum v1.14.0
16032025-11-26T21:29:45.655Z Checking writeable v0.5.5
16042025-11-26T21:29:45.990Z Checking percent-encoding v2.3.2
16052025-11-26T21:29:46.209Z Compiling generic-array v0.14.5
16062025-11-26T21:29:46.218Z Compiling crossbeam-utils v0.8.15
16072025-11-26T21:29:46.376Z Checking try-lock v0.2.3
16082025-11-26T21:29:46.439Z Compiling openssl-sys v0.9.107
16092025-11-26T21:29:46.516Z Checking want v0.3.0
16102025-11-26T21:29:46.898Z Compiling unicase v2.6.0
16112025-11-26T21:29:47.315Z Checking tower-service v0.3.3
16122025-11-26T21:29:47.670Z Checking powerfmt v0.2.0
16132025-11-26T21:29:47.794Z Checking base64 v0.22.1
16142025-11-26T21:29:47.935Z Checking httpdate v1.0.1
16152025-11-26T21:29:47.943Z Compiling num-conv v0.1.0
16162025-11-26T21:29:48.188Z Compiling getrandom v0.3.1
16172025-11-26T21:29:48.197Z Checking icu_locid_transform_data v1.5.0
16182025-11-26T21:29:48.204Z Checking subtle v2.5.0
16192025-11-26T21:29:48.252Z Compiling time-core v0.1.2
16202025-11-26T21:29:48.289Z Compiling slog v2.8.2
16212025-11-26T21:29:48.387Z Checking deranged v0.3.11
16222025-11-26T21:29:48.426Z Compiling time-macros v0.2.18
16232025-11-26T21:29:48.746Z Compiling synstructure v0.13.1
16242025-11-26T21:29:49.598Z Checking num_threads v0.1.3
16252025-11-26T21:29:49.657Z Checking icu_properties_data v1.5.0
16262025-11-26T21:29:49.787Z Checking rustls-webpki v0.102.8
16272025-11-26T21:29:49.876Z Compiling num-traits v0.2.14
16282025-11-26T21:29:50.301Z Checking utf8_iter v1.0.4
16292025-11-26T21:29:50.498Z Checking openssl-probe v0.1.4
16302025-11-26T21:29:50.506Z Checking icu_normalizer_data v1.5.0
16312025-11-26T21:29:50.539Z Checking write16 v1.0.0
16322025-11-26T21:29:50.585Z Compiling usdt-impl v0.6.0
16332025-11-26T21:29:50.600Z Compiling crc32fast v1.5.0
16342025-11-26T21:29:50.653Z Compiling openssl v0.10.72
16352025-11-26T21:29:50.665Z Checking ipnet v2.10.0
16362025-11-26T21:29:50.674Z Checking utf16_iter v1.0.5
16372025-11-26T21:29:50.836Z Checking foreign-types-shared v0.1.1
16382025-11-26T21:29:50.957Z Checking foreign-types v0.3.2
16392025-11-26T21:29:51.050Z Compiling thread-id v5.0.0
16402025-11-26T21:29:51.159Z Checking crypto-common v0.1.6
16412025-11-26T21:29:51.167Z Checking block-buffer v0.10.2
16422025-11-26T21:29:51.404Z Checking form_urlencoded v1.2.2
16432025-11-26T21:29:51.500Z Checking rand_core v0.6.3
16442025-11-26T21:29:51.564Z Checking errno v0.3.10
16452025-11-26T21:29:51.661Z Compiling rustls v0.22.4
16462025-11-26T21:29:51.682Z Checking byteorder v1.4.3
16472025-11-26T21:29:51.685Z Checking time v0.3.36
16482025-11-26T21:29:51.748Z Checking adler2 v2.0.1
16492025-11-26T21:29:51.784Z Compiling native-tls v0.2.12
16502025-11-26T21:29:51.907Z Compiling rustls v0.23.13
16512025-11-26T21:29:52.039Z Checking mime v0.3.16
16522025-11-26T21:29:52.296Z Checking plain v0.2.3
16532025-11-26T21:29:52.336Z Checking ppv-lite86 v0.2.15
16542025-11-26T21:29:52.421Z Compiling rustix v1.0.2
16552025-11-26T21:29:52.436Z Checking simd-adler32 v0.3.7
16562025-11-26T21:29:52.710Z Checking miniz_oxide v0.8.9
16572025-11-26T21:29:52.826Z Checking digest v0.10.7
16582025-11-26T21:29:52.964Z Checking rand_chacha v0.3.1
16592025-11-26T21:29:53.090Z Checking cpufeatures v0.2.2
16602025-11-26T21:29:53.164Z Checking iana-time-zone v0.1.47
16612025-11-26T21:29:53.316Z Compiling thiserror v1.0.69
16622025-11-26T21:29:53.319Z Checking pretty-hex v0.4.1
16632025-11-26T21:29:53.379Z Compiling rustix v0.38.44
16642025-11-26T21:29:53.467Z Checking flate2 v1.1.4
16652025-11-26T21:29:53.496Z Checking rand v0.8.4
16662025-11-26T21:29:53.644Z Checking sha1 v0.10.6
16672025-11-26T21:29:53.692Z Compiling mime_guess v2.0.5
16682025-11-26T21:29:54.339Z Checking concurrent-queue v2.5.0
16692025-11-26T21:29:54.629Z Compiling serde_derive_internals v0.29.0
16702025-11-26T21:29:54.838Z Compiling serde_derive v1.0.228
16712025-11-26T21:29:54.879Z Compiling tokio-macros v2.6.0
16722025-11-26T21:29:54.891Z Compiling thiserror-impl v2.0.17
16732025-11-26T21:29:54.995Z Compiling zerofrom-derive v0.1.5
16742025-11-26T21:29:57.219Z Checking tokio v1.48.0
16752025-11-26T21:29:57.416Z Compiling futures-macro v0.3.31
16762025-11-26T21:29:57.444Z Compiling yoke-derive v0.7.5
16772025-11-26T21:29:58.779Z Compiling zerovec-derive v0.10.3
16782025-11-26T21:29:58.800Z Compiling displaydoc v0.2.5
16792025-11-26T21:29:59.483Z Compiling pest v2.8.1
16802025-11-26T21:29:59.827Z Checking zerofrom v0.1.5
16812025-11-26T21:29:59.913Z Checking futures-util v0.3.31
16822025-11-26T21:30:00.048Z Compiling zerocopy-derive v0.8.27
16832025-11-26T21:30:01.077Z Compiling icu_provider_macros v1.5.0
16842025-11-26T21:30:01.362Z Checking yoke v0.7.5
16852025-11-26T21:30:01.860Z Compiling scroll_derive v0.13.1
16862025-11-26T21:30:02.081Z Checking zerovec v0.10.4
16872025-11-26T21:30:02.550Z Compiling pest_meta v2.8.1
16882025-11-26T21:30:02.724Z Compiling openssl-macros v0.1.1
16892025-11-26T21:30:03.622Z Checking tinystr v0.7.6
16902025-11-26T21:30:03.936Z Compiling pest_generator v2.8.1
16912025-11-26T21:30:03.973Z Checking icu_locid v1.5.0
16922025-11-26T21:30:04.067Z Checking tokio-util v0.7.7
16932025-11-26T21:30:04.316Z Checking icu_collections v1.5.0
16942025-11-26T21:30:04.613Z Checking erased-serde v0.3.31
16952025-11-26T21:30:04.864Z Checking h2 v0.4.6
16962025-11-26T21:30:04.912Z Checking icu_provider v1.5.0
16972025-11-26T21:30:04.959Z Checking scroll v0.13.0
16982025-11-26T21:30:05.344Z Compiling serde_tokenstream v0.2.2
16992025-11-26T21:30:05.432Z Checking goblin v0.10.1
17002025-11-26T21:30:05.526Z Checking icu_locid_transform v1.5.0
17012025-11-26T21:30:06.594Z Checking icu_properties v1.5.1
17022025-11-26T21:30:07.499Z Compiling pest_derive v2.8.1
17032025-11-26T21:30:08.121Z Compiling dof v0.4.0
17042025-11-26T21:30:08.779Z Checking chrono v0.4.42
17052025-11-26T21:30:08.957Z Compiling dtrace-parser v0.3.0
17062025-11-26T21:30:09.026Z Checking hyper v1.8.1
17072025-11-26T21:30:09.415Z Compiling thiserror-impl v1.0.69
17082025-11-26T21:30:10.018Z Checking icu_normalizer v1.5.0
17092025-11-26T21:30:10.754Z Checking http-body-util v0.1.3
17102025-11-26T21:30:10.831Z Checking idna_adapter v1.2.0
17112025-11-26T21:30:10.981Z Checking hyper-util v0.1.18
17122025-11-26T21:30:11.020Z Checking idna v1.0.3
17132025-11-26T21:30:11.142Z Checking rustls-pemfile v2.2.0
17142025-11-26T21:30:11.211Z Compiling multer v3.1.0
17152025-11-26T21:30:11.265Z Checking thread_local v1.1.4
17162025-11-26T21:30:11.406Z Checking sync_wrapper v1.0.1
17172025-11-26T21:30:11.500Z Checking encoding_rs v0.8.32
17182025-11-26T21:30:11.525Z Compiling schemars v0.8.22
17192025-11-26T21:30:11.547Z Compiling slog-async v2.8.0
17202025-11-26T21:30:11.555Z Compiling paste v1.0.15
17212025-11-26T21:30:11.644Z Checking tower-layer v0.3.3
17222025-11-26T21:30:11.910Z Checking match_cfg v0.1.0
17232025-11-26T21:30:11.955Z Checking compression-core v0.4.29
17242025-11-26T21:30:12.003Z Checking parking v2.2.0
17252025-11-26T21:30:12.123Z Compiling camino v1.2.1
17262025-11-26T21:30:12.166Z Checking winnow v0.7.13
17272025-11-26T21:30:12.169Z Checking fastrand v2.1.1
17282025-11-26T21:30:12.238Z Checking event-listener v5.0.0
17292025-11-26T21:30:12.484Z Checking tempfile v3.23.0
17302025-11-26T21:30:12.701Z Checking compression-codecs v0.4.31
17312025-11-26T21:30:12.811Z Checking hostname v0.3.1
17322025-11-26T21:30:12.859Z Checking tower v0.5.2
17332025-11-26T21:30:12.947Z Checking url v2.5.4
17342025-11-26T21:30:12.965Z Compiling usdt-macro v0.6.0
17352025-11-26T21:30:12.975Z Compiling usdt-attr-macro v0.6.0
17362025-11-26T21:30:13.174Z Checking tokio-native-tls v0.3.1
17372025-11-26T21:30:13.427Z Checking slog-json v2.6.1
17382025-11-26T21:30:13.669Z Checking serde_urlencoded v0.7.1
17392025-11-26T21:30:13.678Z Checking uuid v1.18.1
17402025-11-26T21:30:13.687Z Checking futures-executor v0.3.31
17412025-11-26T21:30:13.690Z Checking tokio-rustls v0.25.0
17422025-11-26T21:30:13.740Z Checking tokio-rustls v0.26.0
17432025-11-26T21:30:13.913Z Compiling schemars_derive v0.8.22
17442025-11-26T21:30:14.057Z Compiling async-stream-impl v0.3.6
17452025-11-26T21:30:14.236Z Checking crossbeam-channel v0.5.1
17462025-11-26T21:30:14.299Z Checking serde_spanned v1.0.3
17472025-11-26T21:30:14.498Z Checking toml_datetime v0.7.3
17482025-11-26T21:30:14.767Z Checking toml_parser v1.0.4
17492025-11-26T21:30:14.849Z Checking webpki-roots v0.26.5
17502025-11-26T21:30:14.869Z Checking is-terminal v0.4.12
17512025-11-26T21:30:14.997Z Checking memmap2 v0.9.8
17522025-11-26T21:30:15.032Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
17532025-11-26T21:30:15.106Z Checking spin v0.9.8
17542025-11-26T21:30:15.206Z Checking dyn-clone v1.0.4
17552025-11-26T21:30:15.276Z Checking unicode-width v0.1.9
17562025-11-26T21:30:15.284Z Checking utf-8 v0.7.6
17572025-11-26T21:30:15.327Z Compiling heck v0.5.0
17582025-11-26T21:30:15.429Z Compiling anyhow v1.0.100
17592025-11-26T21:30:15.457Z Compiling semver v1.0.27
17602025-11-26T21:30:15.465Z Checking toml_writer v1.0.4
17612025-11-26T21:30:15.487Z Checking iri-string v0.7.8
17622025-11-26T21:30:15.529Z Checking data-encoding v2.4.0
17632025-11-26T21:30:15.808Z Checking lazy_static v1.5.0
17642025-11-26T21:30:15.854Z Checking take_mut v0.2.2
17652025-11-26T21:30:15.947Z Checking term v1.1.0
17662025-11-26T21:30:15.969Z Checking unicode-segmentation v1.10.0
17672025-11-26T21:30:16.028Z Checking tungstenite v0.24.0
17682025-11-26T21:30:16.136Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17692025-11-26T21:30:16.290Z Checking async-stream v0.3.6
17702025-11-26T21:30:16.420Z Checking slog-term v2.9.2
17712025-11-26T21:30:16.480Z Checking console v0.15.7
17722025-11-26T21:30:16.577Z Checking toml v0.9.8
17732025-11-26T21:30:16.606Z Checking newline-converter v0.3.0
17742025-11-26T21:30:16.771Z Checking atomicwrites v0.4.4
17752025-11-26T21:30:16.961Z Checking usdt v0.6.0
17762025-11-26T21:30:17.002Z Checking hyper-rustls v0.27.3
17772025-11-26T21:30:17.200Z Checking futures v0.3.31
17782025-11-26T21:30:17.307Z Checking slog-bunyan v2.5.0
17792025-11-26T21:30:17.316Z Checking hyper-tls v0.6.0
17802025-11-26T21:30:17.335Z Checking async-compression v0.4.32
17812025-11-26T21:30:17.564Z Checking event-listener-strategy v0.5.4
17822025-11-26T21:30:17.762Z Checking rustls-native-certs v0.7.0
17832025-11-26T21:30:17.772Z Checking openapiv3 v2.2.0
17842025-11-26T21:30:17.906Z Compiling async-trait v0.1.89
17852025-11-26T21:30:17.935Z Checking yasna v0.5.2
17862025-11-26T21:30:18.016Z Checking tower-http v0.6.5
17872025-11-26T21:30:18.025Z Checking pem v3.0.6
17882025-11-26T21:30:18.294Z Checking waitgroup v0.1.2
17892025-11-26T21:30:18.442Z Checking serde_path_to_error v0.1.20
17902025-11-26T21:30:18.548Z Checking webpki-roots v1.0.0
17912025-11-26T21:30:18.751Z Checking hostname v0.4.0
17922025-11-26T21:30:18.776Z Checking similar v2.2.1
17932025-11-26T21:30:19.007Z Checking http-range v0.1.4
17942025-11-26T21:30:19.019Z Checking debug-ignore v1.0.5
17952025-11-26T21:30:19.170Z Checking simple-mermaid v0.2.0
17962025-11-26T21:30:19.191Z Checking hyper-staticfile v0.10.1
17972025-11-26T21:30:19.263Z Checking rcgen v0.14.5
17982025-11-26T21:30:19.273Z Checking reqwest v0.12.24
17992025-11-26T21:30:19.456Z Checking expectorate v1.2.0
18002025-11-26T21:30:19.524Z Checking hyper-rustls v0.26.0
18012025-11-26T21:30:19.644Z Checking async-channel v2.5.0
18022025-11-26T21:30:19.688Z Checking tokio-tungstenite v0.24.0
18032025-11-26T21:30:19.985Z Checking subprocess v0.2.9
18042025-11-26T21:30:20.095Z Checking buf-list v1.1.2
18052025-11-26T21:30:23.638Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
18062025-11-26T21:30:23.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.16s
18072025-11-26T21:30:23.992Z
18082025-11-26T21:30:23.992Z
18092025-11-26T21:30:34.955Ztest tests/fail/bad_channel10.rs ... ok
18102025-11-26T21:30:34.955Ztest tests/fail/bad_channel11.rs ... ok
18112025-11-26T21:30:34.955Ztest tests/fail/bad_channel12.rs ... ok
18122025-11-26T21:30:34.962Ztest tests/fail/bad_channel13.rs ... ok
18132025-11-26T21:30:34.962Ztest tests/fail/bad_channel14.rs ... ok
18142025-11-26T21:30:34.962Ztest tests/fail/bad_channel15.rs ... ok
18152025-11-26T21:30:34.962Ztest tests/fail/bad_channel17.rs ... ok
18162025-11-26T21:30:34.962Ztest tests/fail/bad_channel18.rs ... ok
18172025-11-26T21:30:34.962Ztest tests/fail/bad_channel19.rs ... ok
18182025-11-26T21:30:34.962Ztest tests/fail/bad_channel1a.rs ... ok
18192025-11-26T21:30:34.963Ztest tests/fail/bad_channel1b.rs ... ok
18202025-11-26T21:30:34.963Ztest tests/fail/bad_channel2.rs ... ok
18212025-11-26T21:30:34.963Ztest tests/fail/bad_channel20.rs ... ok
18222025-11-26T21:30:34.963Ztest tests/fail/bad_channel21.rs ... ok
18232025-11-26T21:30:34.963Ztest tests/fail/bad_channel22.rs ... ok
18242025-11-26T21:30:34.963Ztest tests/fail/bad_channel23.rs ... ok
18252025-11-26T21:30:34.963Ztest tests/fail/bad_channel24.rs ... ok
18262025-11-26T21:30:34.963Ztest tests/fail/bad_channel25.rs ... ok
18272025-11-26T21:30:34.963Ztest tests/fail/bad_channel26.rs ... ok
18282025-11-26T21:30:34.963Ztest tests/fail/bad_channel27.rs ... ok
18292025-11-26T21:30:34.963Ztest tests/fail/bad_channel28.rs ... ok
18302025-11-26T21:30:34.963Ztest tests/fail/bad_channel3.rs ... ok
18312025-11-26T21:30:34.963Ztest tests/fail/bad_channel4.rs ... ok
18322025-11-26T21:30:34.963Ztest tests/fail/bad_channel5.rs ... ok
18332025-11-26T21:30:34.963Ztest tests/fail/bad_channel6.rs ... ok
18342025-11-26T21:30:34.963Ztest tests/fail/bad_channel8.rs ... ok
18352025-11-26T21:30:34.963Ztest tests/fail/bad_channel9.rs ... ok
18362025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint1.rs ... ok
18372025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint10.rs ... ok
18382025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint11.rs ... ok
18392025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint12.rs ... ok
18402025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint13.rs ... ok
18412025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint14.rs ... ok
18422025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint15.rs ... ok
18432025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint16.rs ... ok
18442025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint17.rs ... ok
18452025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint18.rs ... ok
18462025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint19.rs ... ok
18472025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint2.rs ... ok
18482025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint20.rs ... ok
18492025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint21.rs ... ok
18502025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint22.rs ... ok
18512025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint23.rs ... ok
18522025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint24.rs ... ok
18532025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint25.rs ... ok
18542025-11-26T21:30:34.963Ztest tests/fail/bad_endpoint26.rs ... ok
18552025-11-26T21:30:34.964Ztest tests/fail/bad_endpoint27.rs ... ok
18562025-11-26T21:30:34.964Ztest tests/fail/bad_endpoint28.rs ... ok
18572025-11-26T21:30:34.964Ztest tests/fail/bad_endpoint3.rs ... ok
18582025-11-26T21:30:34.964Ztest tests/fail/bad_endpoint4.rs ... ok
18592025-11-26T21:30:34.964Ztest tests/fail/bad_endpoint5.rs ... ok
18602025-11-26T21:30:34.964Ztest tests/fail/bad_endpoint6.rs ... ok
18612025-11-26T21:30:34.964Ztest tests/fail/bad_endpoint7.rs ... ok
18622025-11-26T21:30:34.964Ztest tests/fail/bad_endpoint8.rs ... ok
18632025-11-26T21:30:34.964Ztest tests/fail/bad_endpoint9.rs ... ok
18642025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel10.rs ... ok
18652025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel11.rs ... ok
18662025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel12.rs ... ok
18672025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel13.rs ... ok
18682025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel14.rs ... ok
18692025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel15.rs ... ok
18702025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel17.rs ... ok
18712025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel18.rs ... ok
18722025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel19.rs ... ok
18732025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel1a.rs ... ok
18742025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel1b.rs ... ok
18752025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel2.rs ... ok
18762025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel20.rs ... ok
18772025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel21.rs ... ok
18782025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel22.rs ... ok
18792025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel23.rs ... ok
18802025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel24.rs ... ok
18812025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel25.rs ... ok
18822025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel26.rs ... ok
18832025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel28.rs ... ok
18842025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel3.rs ... ok
18852025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel4.rs ... ok
18862025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel5.rs ... ok
18872025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel6.rs ... ok
18882025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel8.rs ... ok
18892025-11-26T21:30:34.964Ztest tests/fail/bad_trait_channel9.rs ... ok
18902025-11-26T21:30:34.964Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18912025-11-26T21:30:34.964Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18922025-11-26T21:30:34.964Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18932025-11-26T21:30:34.964Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18942025-11-26T21:30:34.964Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18952025-11-26T21:30:34.965Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18962025-11-26T21:30:34.965Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18972025-11-26T21:30:34.965Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18982025-11-26T21:30:34.965Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18992025-11-26T21:30:34.965Ztest tests/fail/bad_trait_endpoint18.rs ... ok
19002025-11-26T21:30:34.965Ztest tests/fail/bad_trait_endpoint19.rs ... ok
19012025-11-26T21:30:34.965Ztest tests/fail/bad_trait_endpoint2.rs ... ok
19022025-11-26T21:30:34.965Ztest tests/fail/bad_trait_endpoint20.rs ... ok
19032025-11-26T21:30:34.965Ztest tests/fail/bad_trait_endpoint21.rs ... ok
19042025-11-26T21:30:34.965Ztest tests/fail/bad_trait_endpoint22.rs ... ok
19052025-11-26T21:30:34.968Ztest tests/fail/bad_trait_endpoint23.rs ... ok
19062025-11-26T21:30:34.968Ztest tests/fail/bad_trait_endpoint24.rs ... ok
19072025-11-26T21:30:34.968Ztest tests/fail/bad_trait_endpoint25.rs ... ok
19082025-11-26T21:30:34.969Ztest tests/fail/bad_trait_endpoint26.rs ... ok
19092025-11-26T21:30:34.969Ztest tests/fail/bad_trait_endpoint27.rs ... ok
19102025-11-26T21:30:34.969Ztest tests/fail/bad_trait_endpoint28.rs ... ok
19112025-11-26T21:30:34.969Ztest tests/fail/bad_trait_endpoint3.rs ... ok
19122025-11-26T21:30:34.969Ztest tests/fail/bad_trait_endpoint4.rs ... ok
19132025-11-26T21:30:34.969Ztest tests/fail/bad_trait_endpoint5.rs ... ok
19142025-11-26T21:30:34.969Ztest tests/fail/bad_trait_endpoint6.rs ... ok
19152025-11-26T21:30:34.969Ztest tests/fail/bad_trait_endpoint7.rs ... ok
19162025-11-26T21:30:34.969Ztest tests/fail/bad_trait_endpoint8.rs ... ok
19172025-11-26T21:30:34.969Ztest tests/fail/bad_trait_endpoint9.rs ... ok
19182025-11-26T21:30:34.969Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
19192025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only1.rs ... ok
19202025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only10.rs ... ok
19212025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only11.rs ... ok
19222025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only12.rs ... ok
19232025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only13.rs ... ok
19242025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only14.rs ... ok
19252025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only15.rs ... ok
19262025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only16.rs ... ok
19272025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only17.rs ... ok
19282025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only18.rs ... ok
19292025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only19.rs ... ok
19302025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only2.rs ... ok
19312025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only20.rs ... ok
19322025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only21.rs ... ok
19332025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only22.rs ... ok
19342025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only3.rs ... ok
19352025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only4.rs ... ok
19362025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only5.rs ... ok
19372025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only6.rs ... ok
19382025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only7.rs ... ok
19392025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only8.rs ... ok
19402025-11-26T21:30:34.969Ztest tests/fail/bad_trait_only9.rs ... ok
19412025-11-26T21:30:34.969Ztest tests/fail/bad_version_backwards.rs ... ok
19422025-11-26T21:30:34.969Ztest tests/fail/unused_endpoint.rs ... ok
19432025-11-26T21:30:34.969Z
19442025-11-26T21:30:34.969Z
19452025-11-26T21:30:34.969Ztest fail ... ok
19462025-11-26T21:30:34.969Z
19472025-11-26T21:30:34.970Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 56.46s
19482025-11-26T21:30:34.970Z
19492025-11-26T21:30:34.970Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-cf88d0c28f8f02bd`
19502025-11-26T21:30:34.973Z
19512025-11-26T21:30:34.973Zrunning 100 tests
19522025-11-26T21:30:34.976Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19532025-11-26T21:30:34.976Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19542025-11-26T21:30:34.976Ztest config::test_config_bad_bind_address_garbage ... ok
19552025-11-26T21:30:34.976Ztest config::test_config_bad_bind_address_port_too_large ... ok
19562025-11-26T21:30:34.976Ztest config::test_config_bad_bind_address_port_too_small ... ok
19572025-11-26T21:30:34.976Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19582025-11-26T21:30:34.976Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19592025-11-26T21:30:34.976Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19602025-11-26T21:30:34.976Ztest api_trait::test_api_trait_with_complex_tags ... ok
19612025-11-26T21:30:34.976Ztest config::test_valid_config_all_settings ... ok
19622025-11-26T21:30:34.976Ztest config::test_valid_config_basic ... ok
19632025-11-26T21:30:34.976Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-config_handler_task_mode_cancel.3044.3.log"
19642025-11-26T21:30:34.976Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-config_handler_task_mode_detached.3044.4.log"
19652025-11-26T21:30:34.976Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-config_bind_address_https_buffer.3044.1.log"
19662025-11-26T21:30:34.976Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_unversioned_servers_with_versioned_routes.3044.6.log"
19672025-11-26T21:30:34.976Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-api_trait_basic.3044.5.log"
19682025-11-26T21:30:34.976Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-config_bind_address_https.3044.0.log"
19692025-11-26T21:30:34.980Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-config_bind_address_http.3044.2.log"
19702025-11-26T21:30:34.980Ztest config::test_valid_config_empty ... ok
19712025-11-26T21:30:34.980Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19722025-11-26T21:30:34.980Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_enum_user_error.3044.8.log"
19732025-11-26T21:30:34.980Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_enum_extractor_error.3044.7.log"
19742025-11-26T21:30:34.983Ztest config::test_config_handler_task_mode_cancel ... ok
19752025-11-26T21:30:34.983Ztest config::test_config_handler_task_mode_detached ... ok
19762025-11-26T21:30:34.983Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_struct_extractor_error.3044.9.log"
19772025-11-26T21:30:34.983Ztest custom_errors::test_enum_extractor_error ... ok
19782025-11-26T21:30:34.983Ztest custom_errors::test_enum_user_error ... ok
19792025-11-26T21:30:34.983Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_struct_user_error.3044.10.log"
19802025-11-26T21:30:34.983Ztest api_trait::test_api_trait_basic ... ok
19812025-11-26T21:30:34.983Ztest custom_errors::test_trait_based_api ... ok
19822025-11-26T21:30:34.986Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_trait_enum_user_error.3044.11.log"
19832025-11-26T21:30:34.986Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_trait_struct_user_error.3044.12.log"
19842025-11-26T21:30:34.986Ztest custom_errors::test_struct_extractor_error ... ok
19852025-11-26T21:30:34.986Ztest custom_errors::test_struct_user_error ... ok
19862025-11-26T21:30:34.986Ztest config::test_config_bind_address_http ... ok
19872025-11-26T21:30:34.986Ztest custom_errors::test_trait_enum_user_error ... ok
19882025-11-26T21:30:34.986Ztest custom_errors::test_trait_struct_user_error ... ok
19892025-11-26T21:30:34.986Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_302_found.3044.14.log"
19902025-11-26T21:30:34.986Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_303_see_other.3044.16.log"
19912025-11-26T21:30:34.986Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_307_temporary_redirect.3044.15.log"
19922025-11-26T21:30:34.986Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_302_bogus.3044.13.log"
19932025-11-26T21:30:34.989Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_delete_request.3044.17.log"
19942025-11-26T21:30:34.989Ztest demo::test_303_see_other ... ok
19952025-11-26T21:30:34.989Ztest demo::test_302_bogus ... ok
19962025-11-26T21:30:34.989Ztest demo::test_307_temporary_redirect ... ok
19972025-11-26T21:30:34.989Ztest demo::test_302_found ... ok
19982025-11-26T21:30:34.989Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-demo1.3044.18.log"
19992025-11-26T21:30:34.989Ztest demo::test_delete_request ... ok
20002025-11-26T21:30:34.992Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-demo2json.3044.19.log"
20012025-11-26T21:30:34.992Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-demo2urlencoded.3044.20.log"
20022025-11-26T21:30:34.992Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-demo3json.3044.22.log"
20032025-11-26T21:30:34.992Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-demo_path_param_string.3044.23.log"
20042025-11-26T21:30:34.993Ztest demo::test_demo1 ... ok
20052025-11-26T21:30:34.993Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-demo2query.3044.21.log"
20062025-11-26T21:30:34.996Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-demo_path_param_u32.3044.24.log"
20072025-11-26T21:30:34.996Ztest demo::test_demo2urlencoded ... ok
20082025-11-26T21:30:34.996Ztest demo::test_demo2query ... ok
20092025-11-26T21:30:34.999Ztest demo::test_demo3json ... ok
20102025-11-26T21:30:34.999Ztest demo::test_demo2json ... ok
20112025-11-26T21:30:34.999Ztest config::test_config_bind_address_https_buffer ... ok
20122025-11-26T21:30:34.999Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-demo_path_param_uuid.3044.25.log"
20132025-11-26T21:30:34.999Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-demo_websocket.3044.26.log"
20142025-11-26T21:30:34.999Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_header_request.3044.28.log"
20152025-11-26T21:30:34.999Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_head_request.3044.27.log"
20162025-11-26T21:30:34.999Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_large_typed_body.3044.29.log"
20172025-11-26T21:30:34.999Ztest demo::test_demo_path_param_u32 ... ok
20182025-11-26T21:30:35.002Ztest demo::test_demo_path_param_string ... ok
20192025-11-26T21:30:35.002Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_request_compat.3044.30.log"
20202025-11-26T21:30:35.002Ztest demo::test_head_request ... ok
20212025-11-26T21:30:35.002Ztest demo::test_demo_path_param_uuid ... ok
20222025-11-26T21:30:35.002Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-tet_raw_request.3044.31.log"
20232025-11-26T21:30:35.002Ztest demo::test_header_request ... ok
20242025-11-26T21:30:35.002Ztest demo::test_large_typed_body ... ok
20252025-11-26T21:30:35.002Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_request_remote_addr.3044.32.log"
20262025-11-26T21:30:35.002Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-graceful_shutdown_with_detached_handler.3044.33.log"
20272025-11-26T21:30:35.006Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_streaming_body.3044.34.log"
20282025-11-26T21:30:35.006Ztest demo::test_raw_request ... ok
20292025-11-26T21:30:35.006Ztest demo::test_request_compat ... ok
20302025-11-26T21:30:35.006Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-compression_config_disabled.3044.35.log"
20312025-11-26T21:30:35.006Ztest demo::test_request_remote_addr ... ok
20322025-11-26T21:30:35.006Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-compression_config_enabled.3044.36.log"
20332025-11-26T21:30:35.006Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-compression_disabled_extension.3044.37.log"
20342025-11-26T21:30:35.006Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_untyped_body.3044.38.log"
20352025-11-26T21:30:35.009Ztest demo::test_streaming_body ... ok
20362025-11-26T21:30:35.009Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-gzip_compression_multiple_encodings.3044.39.log"
20372025-11-26T21:30:35.009Ztest gzip::test_compression_disabled_with_extension ... ok
20382025-11-26T21:30:35.012Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-gzip_compression_accept_encoding.3044.40.log"
20392025-11-26T21:30:35.012Ztest demo::test_untyped_body ... ok
20402025-11-26T21:30:35.012Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-json_suffix_compressed.3044.41.log"
20412025-11-26T21:30:35.012Ztest demo::test_demo_websocket ... ok
20422025-11-26T21:30:35.012Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-no_compression_small_response.3044.42.log"
20432025-11-26T21:30:35.015Ztest config::test_config_bind_address_https ... ok
20442025-11-26T21:30:35.015Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-no_compression_204.3044.43.log"
20452025-11-26T21:30:35.015Ztest gzip::test_json_suffix_is_compressed ... ok
20462025-11-26T21:30:35.015Ztest gzip::test_no_compression_below_size_threshold ... ok
20472025-11-26T21:30:35.015Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-no_compression_304.3044.44.log"
20482025-11-26T21:30:35.015Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-no_compression_non_compressible.3044.45.log"
20492025-11-26T21:30:35.015Ztest gzip::test_no_compression_for_204_no_content ... ok
20502025-11-26T21:30:35.015Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-no_gzip_without_accept.3044.46.log"
20512025-11-26T21:30:35.015Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20522025-11-26T21:30:35.018Ztest gzip::test_no_compression_for_304_not_modified ... ok
20532025-11-26T21:30:35.018Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-reject_gzip_quality_zero.3044.47.log"
20542025-11-26T21:30:35.018Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-streaming_with_content_type_compressed.3044.48.log"
20552025-11-26T21:30:35.018Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20562025-11-26T21:30:35.021Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-streaming_missing_content_type.3044.49.log"
20572025-11-26T21:30:35.021Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20582025-11-26T21:30:35.021Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-vary_header_set.3044.50.log"
20592025-11-26T21:30:35.035Ztest gzip::test_compression_config_disabled ... ok
20602025-11-26T21:30:35.038Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-vary_header_no_gzip.3044.51.log"
20612025-11-26T21:30:35.042Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20622025-11-26T21:30:35.045Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20632025-11-26T21:30:35.046Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-xml_suffix_compressed.3044.52.log"
20642025-11-26T21:30:35.046Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-multipart_client.3044.53.log"
20652025-11-26T21:30:35.046Ztest multipart::missing_boundary ... ok
20662025-11-26T21:30:35.046Ztest gzip::test_xml_suffix_is_compressed ... ok
20672025-11-26T21:30:35.046Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-multipart_client.3044.54.log"
20682025-11-26T21:30:35.046Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-multipart_client.3044.55.log"
20692025-11-26T21:30:35.049Ztest multipart::no_content_type ... ok
20702025-11-26T21:30:35.049Ztest multipart::test_multipart_client ... ok
20712025-11-26T21:30:35.049Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-multipart_client.3044.56.log"
20722025-11-26T21:30:35.049Ztest multipart::weird_content_type ... ok
20732025-11-26T21:30:35.052Ztest openapi::test_openapi_custom_error_types ... ok
20742025-11-26T21:30:35.052Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20752025-11-26T21:30:35.052Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20762025-11-26T21:30:35.052Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-pagination-basic.3044.57.log"
20772025-11-26T21:30:35.078Ztest openapi::test_openapi ... ok
20782025-11-26T21:30:35.081Ztest gzip::test_vary_header_is_set ... ok
20792025-11-26T21:30:35.081Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-pagination-multiple-resources.3044.58.log"
20802025-11-26T21:30:35.081Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-pagination-multiple-sorts.3044.59.log"
20812025-11-26T21:30:35.096Ztest gzip::test_compression_config_enabled ... ok
20822025-11-26T21:30:35.099Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-basic.3044.60.log"
20832025-11-26T21:30:35.099Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20842025-11-26T21:30:35.099Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-dictionary.3044.61.log"
20852025-11-26T21:30:35.102Ztest openapi::test_openapi_fuller ... ok
20862025-11-26T21:30:35.102Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-empty.3044.62.log"
20872025-11-26T21:30:35.105Ztest pagination::test_paginate_empty ... ok
20882025-11-26T21:30:35.108Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-errors.3044.63.log"
20892025-11-26T21:30:35.111Ztest pagination::test_paginate_errors ... ok
20902025-11-26T21:30:35.114Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-extra_params.3044.64.log"
20912025-11-26T21:30:35.114Ztest pagination::test_paginate_extra_params ... ok
20922025-11-26T21:30:35.117Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-required_params.3044.65.log"
20932025-11-26T21:30:35.120Ztest pagination::test_paginate_with_required_params ... ok
20942025-11-26T21:30:35.120Ztest pagination_schema::test_pagination_schema ... ok
20952025-11-26T21:30:35.120Ztest path_names::test_path_names ... ok
20962025-11-26T21:30:35.120Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_no_tls.3044.66.log"
20972025-11-26T21:30:35.123Ztest starter::test_no_tls ... ok
20982025-11-26T21:30:35.123Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_with_tls.3044.67.log"
20992025-11-26T21:30:35.128Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
21002025-11-26T21:30:35.131Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-non_streaming_servers_do_not_use_transfer_encoding.3044.68.log"
21012025-11-26T21:30:35.131Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
21022025-11-26T21:30:35.131Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-streaming_server_buffered_client.3044.69.log"
21032025-11-26T21:30:35.149Ztest streaming::test_streaming_server_buffered_client ... ok
21042025-11-26T21:30:35.152Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-streaming_server_streaming_client.3044.70.log"
21052025-11-26T21:30:35.152Ztest pagination::test_paginate_basic ... ok
21062025-11-26T21:30:35.152Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_server_is_http.3044.71.log"
21072025-11-26T21:30:35.155Ztest tls::test_server_is_http ... ok
21082025-11-26T21:30:35.155Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_server_is_https.3044.72.log"
21092025-11-26T21:30:35.169Ztest streaming::test_streaming_server_streaming_client ... ok
21102025-11-26T21:30:35.172Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_tls_aborted_negotiation.3044.73.log"
21112025-11-26T21:30:35.438Ztest starter::test_with_tls ... ok
21122025-11-26T21:30:35.443Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_tls_certificate_loading.3044.74.log"
21132025-11-26T21:30:35.460Ztest tls::test_server_is_https ... ok
21142025-11-26T21:30:35.463Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_tls_only.3044.75.log"
21152025-11-26T21:30:35.751Ztest tls::test_tls_certificate_loading ... ok
21162025-11-26T21:30:35.754Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_tls_refresh_certificates.3044.76.log"
21172025-11-26T21:30:35.789Ztest tls::test_tls_aborted_negotiation ... ok
21182025-11-26T21:30:35.792Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_versions.3044.77.log"
21192025-11-26T21:30:35.869Ztest versions::test_versions ... ok
21202025-11-26T21:30:35.873Znote: configured to log to "/tmp/integration_tests-cf88d0c28f8f02bd-test_versions_on_missing.3044.78.log"
21212025-11-26T21:30:35.929Ztest versions::test_versions_on_missing ... ok
21222025-11-26T21:30:35.932Ztest versions::test_versions_openapi ... ok
21232025-11-26T21:30:35.935Ztest versions::test_versions_openapi_same_names ... ok
21242025-11-26T21:30:36.077Ztest tls::test_tls_refresh_certificates ... ok
21252025-11-26T21:30:36.081Ztest tls::test_tls_only ... ok
21262025-11-26T21:30:36.183Ztest pagination::test_example_basic ... ok
21272025-11-26T21:30:36.317Ztest pagination::test_paginate_dictionary ... ok
21282025-11-26T21:30:37.006Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
21292025-11-26T21:30:38.612Ztest pagination::test_example_multiple_sorts ... ok
21302025-11-26T21:30:39.549Ztest pagination::test_example_multiple_resources ... ok
21312025-11-26T21:30:39.549Z
21322025-11-26T21:30:39.549Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.58s
21332025-11-26T21:30:39.549Z
21342025-11-26T21:30:39.558Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-dbfd4765b8e66750`
21352025-11-26T21:30:39.563Z
21362025-11-26T21:30:39.563Zrunning 35 tests
21372025-11-26T21:30:39.569Ztest channel::tests::test_channel_operation_id ... ok
21382025-11-26T21:30:39.569Ztest channel::tests::test_channel_with_versions ... ok
21392025-11-26T21:30:39.573Ztest channel::tests::test_channel_with_unnamed_params ... ok
21402025-11-26T21:30:39.573Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21412025-11-26T21:30:39.573Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21422025-11-26T21:30:39.573Ztest doc::tests::test_extract_summary_description ... ok
21432025-11-26T21:30:39.573Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21442025-11-26T21:30:39.573Ztest endpoint::tests::test_endpoint_bad_string ... ok
21452025-11-26T21:30:39.573Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21462025-11-26T21:30:39.573Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21472025-11-26T21:30:39.573Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21482025-11-26T21:30:39.573Ztest endpoint::tests::test_endpoint_not_async ... ok
21492025-11-26T21:30:39.573Ztest channel::tests::test_channel_with_custom_params ... ok
21502025-11-26T21:30:39.576Ztest endpoint::tests::test_endpoint_basic ... ok
21512025-11-26T21:30:39.576Ztest endpoint::tests::test_endpoint_content_type ... ok
21522025-11-26T21:30:39.576Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21532025-11-26T21:30:39.576Ztest api_trait::tests::test_api_trait_operation_id ... ok
21542025-11-26T21:30:39.576Ztest api_trait::tests::test_api_trait_basic ... ok
21552025-11-26T21:30:39.576Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21562025-11-26T21:30:39.576Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21572025-11-26T21:30:39.576Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21582025-11-26T21:30:39.576Ztest endpoint::tests::test_endpoint_with_doc ... ok
21592025-11-26T21:30:39.579Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21602025-11-26T21:30:39.579Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21612025-11-26T21:30:39.579Ztest endpoint::tests::test_endpoint_with_tags ... ok
21622025-11-26T21:30:39.579Ztest endpoint::tests::test_endpoint_with_query ... ok
21632025-11-26T21:30:39.579Ztest params::tests::test_extract_rqctx_ty_param ... ok
21642025-11-26T21:30:39.579Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21652025-11-26T21:30:39.579Ztest syn_parsing::tests::test_busted_function ... ok
21662025-11-26T21:30:39.579Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21672025-11-26T21:30:39.579Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21682025-11-26T21:30:39.582Ztest endpoint::tests::test_operation_id ... ok
21692025-11-26T21:30:39.582Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21702025-11-26T21:30:39.582Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21712025-11-26T21:30:39.585Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21722025-11-26T21:30:39.585Z
21732025-11-26T21:30:39.585Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
21742025-11-26T21:30:39.585Z
21752025-11-26T21:30:39.588Z Doc-tests dropshot
21762025-11-26T21:30:39.588Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/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-b3a6bf4516601967.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-91461ec1270ce1c8.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-76ba34c01a136f79.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a81fdd5da676ccd.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-6fb29d598b16236c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f8f43c82fa62478e.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a25016f69e22ad2d.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-d0ecd21b5655874f.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-2a48da1626615439.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-b6a3e0b94a41bde8.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-67b358472f34e1ad.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a5a167710cec410.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-692db9c6647c6632.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-95f2451a8bf64c7f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-4eb6bb8306b3f9ab.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f0a4e4e07fe97e91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-5f3893d81dacb145.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-33d4cad5b4d120e8.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-5b3cab55e8008ad3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-16d0a10eff2b5857.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cd7f2eb8851a9b3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-a7dd1b767e2738f6.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-76e8eae0ad4e25d7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9fe3ee5bda89c3aa.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-25a19d4b74dced51.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-dc971b134920b59f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc390886a94824e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-6e6fa5a683d82884.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7b374b8f03a7c581.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e9b616aebb9049c3.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-344d8252d6a46e23.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-111c3ed2151100bc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a4b274f978ea7d4f.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8046b197ecbbbb12.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-fca64a08936af270.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8b2ba8ec514e5d5a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-cbbfdb7651bffa26.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d3b295db949c2a95.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-4364801528792ad3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d49e8175c61defec.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d59e25633936a302.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ea8a561417cca350.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-05f4ed0d93de07d4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4405d54dbb492661.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-08e15108181ede15.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-822ba67ca4b3d5ae.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-bd25172ed5e91995.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-a955a4a7c3e328cd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-67fd7c0347d2783a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-5b5c0868262a1071.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-6c50bdd1bbd142d8.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-de7e09c105fbfaa5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-26415a9177930c14.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b6fae64ca134b656.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a1840ad704bf01eb.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-7485b75b89beb32b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-85d14a92c498cb64.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ab1d7e7954270fb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-64ef2cc62e1a313c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-6864f87eb1ec7dc9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2b5f193e18ee21b0.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-ea50081157b635fc.rlib -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`
21772025-11-26T21:30:40.059Z
21782025-11-26T21:30:40.059Zrunning 24 tests
21792025-11-26T21:30:40.062Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21802025-11-26T21:30:42.079Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21812025-11-26T21:30:42.079Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21822025-11-26T21:30:42.079Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21832025-11-26T21:30:42.113Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21842025-11-26T21:30:47.148Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21852025-11-26T21:30:47.148Ztest dropshot/src/lib.rs - (line 334) ... ignored
21862025-11-26T21:30:47.173Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21872025-11-26T21:30:47.409Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21882025-11-26T21:30:47.435Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 349) ... ok
21892025-11-26T21:30:47.435Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 374) ... ok
21902025-11-26T21:30:47.736Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21912025-11-26T21:30:47.862Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21922025-11-26T21:30:47.862Ztest dropshot/src/lib.rs - channel (line 1184) ... ignored
21932025-11-26T21:30:47.862Ztest dropshot/src/lib.rs - endpoint (line 1229) ... ignored
21942025-11-26T21:30:49.168Ztest dropshot/src/lib.rs - (line 398) ... ok
21952025-11-26T21:30:49.434Ztest dropshot/src/lib.rs - api_description (line 1049) ... ok
21962025-11-26T21:30:49.576Ztest dropshot/src/lib.rs - (line 661) ... ok
21972025-11-26T21:30:49.706Ztest dropshot/src/lib.rs - api_description (line 1110) ... ok
21982025-11-26T21:30:49.872Ztest dropshot/src/lib.rs - (line 110) ... ok
21992025-11-26T21:30:49.905Ztest dropshot/src/lib.rs - (line 189) ... ok
22002025-11-26T21:30:50.752Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
22012025-11-26T21:30:53.404Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
22022025-11-26T21:30:54.600Ztest dropshot/src/lib.rs - (line 497) ... ok
22032025-11-26T21:30:54.601Z
22042025-11-26T21:30:54.601Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 14.54s
22052025-11-26T21:30:54.601Z
22062025-11-26T21:30:54.624Z Doc-tests dropshot_endpoint
22072025-11-26T21:30:54.628Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8d6b8d113ffc807f/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-cba04c270c3a0530.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-4468a68732d106b2.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-aec17a7dcfeb6177.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-683a54ead154eadf.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-9b646baac2281965.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-dac98621041a8266.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-2ea1f068fdcd5539.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-61e0599bfbc9d11d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8e7a12f218a80b3c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-07a822423b48e2bb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2b624bb3181a6707.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
22082025-11-26T21:30:54.818Z
22092025-11-26T21:30:54.819Zrunning 0 tests
22102025-11-26T21:30:54.819Z
22112025-11-26T21:30:54.819Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22122025-11-26T21:30:54.819Z
22132025-11-26T21:30:54.848Z
22142025-11-26T21:30:54.851Zreal 2:40.737880285
22152025-11-26T21:30:54.852Zuser 14:53.536328046
22162025-11-26T21:30:54.852Zsys 2:22.093678107
22172025-11-26T21:30:54.852Ztrap 0.728874418
22182025-11-26T21:30:54.852Ztflt 0.431862409
22192025-11-26T21:30:54.852Zdflt 0.215145262
22202025-11-26T21:30:54.852Zkflt 0.000135599
22212025-11-26T21:30:54.852Zlock 46:30.048626948
22222025-11-26T21:30:54.852Zslp 1:15:37.620411644
22232025-11-26T21:30:54.852Zlat 44.151423038
22242025-11-26T21:30:54.852Zstop 1:09.577312590
22252025-11-26T21:30:54.852Z+ banner docs
22262025-11-26T21:30:54.852Z
22272025-11-26T21:30:54.852Z ##### #### #### ####
22282025-11-26T21:30:54.852Z # # # # # # #
22292025-11-26T21:30:54.852Z # # # # # ####
22302025-11-26T21:30:54.852Z # # # # # #
22312025-11-26T21:30:54.852Z # # # # # # # #
22322025-11-26T21:30:54.852Z ##### #### #### ####
22332025-11-26T21:30:54.852Z
22342025-11-26T21:30:54.852Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22352025-11-26T21:30:55.178Z Compiling proc-macro2 v1.0.103
22362025-11-26T21:30:55.178Z Compiling unicode-ident v1.0.12
22372025-11-26T21:30:55.182Z Checking cfg-if v1.0.0
22382025-11-26T21:30:55.182Z Checking itoa v1.0.1
22392025-11-26T21:30:55.182Z Checking pin-project-lite v0.2.12
22402025-11-26T21:30:55.227Z Compiling quote v1.0.42
22412025-11-26T21:30:55.241Z Checking libc v0.2.177
22422025-11-26T21:30:55.244Z Checking serde_core v1.0.228
22432025-11-26T21:30:55.283Z Checking smallvec v1.13.2
22442025-11-26T21:30:55.292Z Checking bytes v1.11.0
22452025-11-26T21:30:55.338Z Checking futures-core v0.3.31
22462025-11-26T21:30:55.389Z Checking once_cell v1.20.1
22472025-11-26T21:30:55.407Z Checking memchr v2.6.0
22482025-11-26T21:30:55.521Z Checking scopeguard v1.2.0
22492025-11-26T21:30:55.609Z Checking futures-sink v0.3.31
22502025-11-26T21:30:55.669Z Checking lock_api v0.4.6
22512025-11-26T21:30:55.677Z Checking slab v0.4.9
22522025-11-26T21:30:55.746Z Checking fnv v1.0.7
22532025-11-26T21:30:55.876Z Checking futures-channel v0.3.31
22542025-11-26T21:30:55.927Z Checking log v0.4.17
22552025-11-26T21:30:56.035Z Checking zeroize v1.7.0
22562025-11-26T21:30:56.193Z Checking pin-utils v0.1.0
22572025-11-26T21:30:56.216Z Checking http v1.3.1
22582025-11-26T21:30:56.216Z Checking futures-io v0.3.31
22592025-11-26T21:30:56.256Z Checking futures-task v0.3.31
22602025-11-26T21:30:56.263Z Checking rustls-pki-types v1.13.0
22612025-11-26T21:30:56.271Z Checking parking_lot_core v0.9.4
22622025-11-26T21:30:56.279Z Checking mio v1.0.3
22632025-11-26T21:30:56.410Z Checking signal-hook-registry v1.4.0
22642025-11-26T21:30:56.487Z Checking socket2 v0.6.0
22652025-11-26T21:30:56.669Z Checking parking_lot v0.12.1
22662025-11-26T21:30:56.830Z Checking getrandom v0.2.11
22672025-11-26T21:30:56.871Z Checking stable_deref_trait v1.2.0
22682025-11-26T21:30:56.968Z Checking httparse v1.10.0
22692025-11-26T21:30:56.981Z Compiling syn v2.0.110
22702025-11-26T21:30:57.014Z Checking tracing-core v0.1.32
22712025-11-26T21:30:57.034Z Checking equivalent v1.0.0
22722025-11-26T21:30:57.071Z Checking hashbrown v0.16.0
22732025-11-26T21:30:57.138Z Checking untrusted v0.9.0
22742025-11-26T21:30:57.158Z Checking bitflags v2.4.0
22752025-11-26T21:30:57.299Z Checking ring v0.17.13
22762025-11-26T21:30:57.348Z Checking atomic-waker v1.1.2
22772025-11-26T21:30:57.414Z Checking percent-encoding v2.3.2
22782025-11-26T21:30:57.486Z Checking ryu v1.0.5
22792025-11-26T21:30:57.496Z Checking http-body v1.0.1
22802025-11-26T21:30:57.642Z Checking litemap v0.7.4
22812025-11-26T21:30:57.660Z Checking tracing v0.1.40
22822025-11-26T21:30:57.694Z Checking try-lock v0.2.3
22832025-11-26T21:30:57.726Z Checking writeable v0.5.5
22842025-11-26T21:30:57.834Z Checking want v0.3.0
22852025-11-26T21:30:57.958Z Checking typenum v1.14.0
22862025-11-26T21:30:57.961Z Checking base64 v0.22.1
22872025-11-26T21:30:58.028Z Checking httpdate v1.0.1
22882025-11-26T21:30:58.042Z Compiling num-conv v0.1.0
22892025-11-26T21:30:58.046Z Checking subtle v2.5.0
22902025-11-26T21:30:58.263Z Compiling time-core v0.1.2
22912025-11-26T21:30:58.263Z Checking powerfmt v0.2.0
22922025-11-26T21:30:58.288Z Checking tower-service v0.3.3
22932025-11-26T21:30:58.411Z Checking crossbeam-utils v0.8.15
22942025-11-26T21:30:58.426Z Checking icu_locid_transform_data v1.5.0
22952025-11-26T21:30:58.437Z Compiling time-macros v0.2.18
22962025-11-26T21:30:58.522Z Checking num_threads v0.1.3
22972025-11-26T21:30:58.531Z Checking deranged v0.3.11
22982025-11-26T21:30:58.969Z Checking getrandom v0.3.1
22992025-11-26T21:30:59.013Z Checking generic-array v0.14.5
23002025-11-26T21:30:59.056Z Checking ipnet v2.10.0
23012025-11-26T21:30:59.172Z Checking icu_properties_data v1.5.0
23022025-11-26T21:30:59.231Z Checking indexmap v2.12.0
23032025-11-26T21:30:59.400Z Checking serde_json v1.0.145
23042025-11-26T21:30:59.482Z Checking form_urlencoded v1.2.2
23052025-11-26T21:30:59.496Z Checking rustls-webpki v0.102.8
23062025-11-26T21:30:59.697Z Checking openssl-probe v0.1.4
23072025-11-26T21:30:59.838Z Checking mime v0.3.16
23082025-11-26T21:30:59.858Z Checking utf16_iter v1.0.5
23092025-11-26T21:31:00.034Z Checking icu_normalizer_data v1.5.0
23102025-11-26T21:31:00.108Z Checking block-buffer v0.10.2
23112025-11-26T21:31:00.125Z Checking crypto-common v0.1.6
23122025-11-26T21:31:00.161Z Checking utf8_iter v1.0.4
23132025-11-26T21:31:00.219Z Checking simd-adler32 v0.3.7
23142025-11-26T21:31:00.295Z Checking foreign-types-shared v0.1.1
23152025-11-26T21:31:00.304Z Checking adler2 v2.0.1
23162025-11-26T21:31:00.359Z Checking write16 v1.0.0
23172025-11-26T21:31:00.410Z Checking foreign-types v0.3.2
23182025-11-26T21:31:00.458Z Checking digest v0.10.7
23192025-11-26T21:31:00.492Z Checking num-traits v0.2.14
23202025-11-26T21:31:00.492Z Checking miniz_oxide v0.8.9
23212025-11-26T21:31:00.514Z Checking crc32fast v1.5.0
23222025-11-26T21:31:00.537Z Checking openssl-sys v0.9.107
23232025-11-26T21:31:00.732Z Checking rand_core v0.6.3
23242025-11-26T21:31:00.771Z Checking errno v0.3.10
23252025-11-26T21:31:00.850Z Checking iana-time-zone v0.1.47
23262025-11-26T21:31:00.964Z Checking winnow v0.7.13
23272025-11-26T21:31:00.969Z Checking time v0.3.36
23282025-11-26T21:31:00.994Z Checking ppv-lite86 v0.2.15
23292025-11-26T21:31:01.003Z Checking cpufeatures v0.2.2
23302025-11-26T21:31:01.093Z Checking sha1 v0.10.6
23312025-11-26T21:31:01.232Z Checking flate2 v1.1.4
23322025-11-26T21:31:01.354Z Checking rustls v0.22.4
23332025-11-26T21:31:01.649Z Checking rand_chacha v0.3.1
23342025-11-26T21:31:01.725Z Compiling unicase v2.6.0
23352025-11-26T21:31:01.728Z Checking serde_spanned v1.0.3
23362025-11-26T21:31:01.874Z Checking toml_datetime v0.7.3
23372025-11-26T21:31:01.934Z Checking http-body-util v0.1.3
23382025-11-26T21:31:02.004Z Checking rustls-pemfile v2.2.0
23392025-11-26T21:31:02.075Z Checking thread_local v1.1.4
23402025-11-26T21:31:02.228Z Checking encoding_rs v0.8.32
23412025-11-26T21:31:02.251Z Checking compression-core v0.4.29
23422025-11-26T21:31:02.351Z Checking toml_writer v1.0.4
23432025-11-26T21:31:02.351Z Checking match_cfg v0.1.0
23442025-11-26T21:31:02.420Z Checking compression-codecs v0.4.31
23452025-11-26T21:31:02.447Z Checking hostname v0.3.1
23462025-11-26T21:31:02.575Z Compiling mime_guess v2.0.5
23472025-11-26T21:31:02.653Z Checking rand v0.8.4
23482025-11-26T21:31:02.683Z Checking rustls v0.23.13
23492025-11-26T21:31:02.703Z Checking rustix v1.0.2
23502025-11-26T21:31:03.557Z Checking toml_parser v1.0.4
23512025-11-26T21:31:03.565Z Checking concurrent-queue v2.5.0
23522025-11-26T21:31:03.833Z Checking crossbeam-channel v0.5.1
23532025-11-26T21:31:03.877Z Checking is-terminal v0.4.12
23542025-11-26T21:31:04.000Z Checking sync_wrapper v1.0.1
23552025-11-26T21:31:04.156Z Compiling synstructure v0.13.1
23562025-11-26T21:31:04.221Z Compiling serde_derive_internals v0.29.0
23572025-11-26T21:31:04.266Z Checking toml v0.9.8
23582025-11-26T21:31:04.460Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
23592025-11-26T21:31:04.512Z Checking tower-layer v0.3.3
23602025-11-26T21:31:04.604Z Checking take_mut v0.2.2
23612025-11-26T21:31:04.756Z Checking spin v0.9.8
23622025-11-26T21:31:04.777Z Checking semver v1.0.27
23632025-11-26T21:31:04.881Z Checking parking v2.2.0
23642025-11-26T21:31:04.934Z Checking dyn-clone v1.0.4
23652025-11-26T21:31:05.061Z Checking fastrand v2.1.1
23662025-11-26T21:31:05.075Z Checking term v1.1.0
23672025-11-26T21:31:05.297Z Checking event-listener v5.0.0
23682025-11-26T21:31:05.384Z Checking tempfile v3.23.0
23692025-11-26T21:31:05.589Z Checking rustix v0.38.44
23702025-11-26T21:31:05.660Z Checking camino v1.2.1
23712025-11-26T21:31:05.734Z Checking serde_path_to_error v0.1.20
23722025-11-26T21:31:05.743Z Checking waitgroup v0.1.2
23732025-11-26T21:31:05.879Z Checking webpki-roots v0.26.5
23742025-11-26T21:31:05.951Z Checking hostname v0.4.0
23752025-11-26T21:31:06.009Z Checking unicode-segmentation v1.10.0
23762025-11-26T21:31:06.084Z Checking utf-8 v0.7.6
23772025-11-26T21:31:06.088Z Checking iri-string v0.7.8
23782025-11-26T21:31:06.184Z Checking data-encoding v2.4.0
23792025-11-26T21:31:06.291Z Checking debug-ignore v1.0.5
23802025-11-26T21:31:06.332Z Checking lazy_static v1.5.0
23812025-11-26T21:31:06.440Z Checking unicode-width v0.1.9
23822025-11-26T21:31:06.464Z Checking byteorder v1.4.3
23832025-11-26T21:31:06.598Z Checking console v0.15.7
23842025-11-26T21:31:06.617Z Checking newline-converter v0.3.0
23852025-11-26T21:31:06.774Z Checking event-listener-strategy v0.5.4
23862025-11-26T21:31:06.868Z Checking target-triple v1.0.0
23872025-11-26T21:31:06.969Z Checking yasna v0.5.2
23882025-11-26T21:31:06.988Z Checking rustls-native-certs v0.7.0
23892025-11-26T21:31:07.035Z Checking atomicwrites v0.4.4
23902025-11-26T21:31:07.121Z Checking pem v3.0.6
23912025-11-26T21:31:07.124Z Checking webpki-roots v1.0.0
23922025-11-26T21:31:07.138Z Checking http-range v0.1.4
23932025-11-26T21:31:07.226Z Checking glob v0.3.0
23942025-11-26T21:31:07.311Z Checking termcolor v1.1.2
23952025-11-26T21:31:07.319Z Checking similar v2.2.1
23962025-11-26T21:31:07.387Z Checking async-channel v2.5.0
23972025-11-26T21:31:07.401Z Checking anyhow v1.0.100
23982025-11-26T21:31:07.540Z Checking subprocess v0.2.9
23992025-11-26T21:31:07.657Z Checking buf-list v1.1.2
24002025-11-26T21:31:07.776Z Checking rcgen v0.14.5
24012025-11-26T21:31:07.779Z Compiling serde_derive v1.0.228
24022025-11-26T21:31:07.865Z Compiling tokio-macros v2.6.0
24032025-11-26T21:31:07.946Z Compiling zerofrom-derive v0.1.5
24042025-11-26T21:31:08.011Z Compiling futures-macro v0.3.31
24052025-11-26T21:31:08.078Z Compiling yoke-derive v0.7.5
24062025-11-26T21:31:08.601Z Compiling zerovec-derive v0.10.3
24072025-11-26T21:31:08.655Z Compiling displaydoc v0.2.5
24082025-11-26T21:31:09.390Z Checking tokio v1.48.0
24092025-11-26T21:31:09.848Z Checking futures-util v0.3.31
24102025-11-26T21:31:10.168Z Compiling icu_provider_macros v1.5.0
24112025-11-26T21:31:10.442Z Compiling openssl-macros v0.1.1
24122025-11-26T21:31:10.784Z Checking zerofrom v0.1.5
24132025-11-26T21:31:10.941Z Compiling schemars_derive v0.8.22
24142025-11-26T21:31:10.988Z Checking yoke v0.7.5
24152025-11-26T21:31:11.232Z Compiling thiserror-impl v1.0.69
24162025-11-26T21:31:11.270Z Checking openssl v0.10.72
24172025-11-26T21:31:11.369Z Checking zerovec v0.10.4
24182025-11-26T21:31:11.771Z Compiling async-stream-impl v0.3.6
24192025-11-26T21:31:12.951Z Checking tinystr v0.7.6
24202025-11-26T21:31:13.074Z Checking icu_collections v1.5.0
24212025-11-26T21:31:13.291Z Checking icu_locid v1.5.0
24222025-11-26T21:31:13.674Z Compiling thiserror-impl v2.0.17
24232025-11-26T21:31:13.717Z Checking async-stream v0.3.6
24242025-11-26T21:31:13.901Z Compiling async-trait v0.1.89
24252025-11-26T21:31:13.960Z Checking thiserror v1.0.69
24262025-11-26T21:31:14.100Z Checking tungstenite v0.24.0
24272025-11-26T21:31:14.224Z Checking icu_provider v1.5.0
24282025-11-26T21:31:14.321Z Checking futures-executor v0.3.31
24292025-11-26T21:31:14.430Z Checking serde v1.0.228
24302025-11-26T21:31:14.844Z Checking icu_locid_transform v1.5.0
24312025-11-26T21:31:14.928Z Checking futures v0.3.31
24322025-11-26T21:31:15.034Z Checking multer v3.1.0
24332025-11-26T21:31:15.435Z Checking expectorate v1.2.0
24342025-11-26T21:31:15.461Z Checking erased-serde v0.3.31
24352025-11-26T21:31:15.631Z Checking chrono v0.4.42
24362025-11-26T21:31:15.779Z Compiling serde_tokenstream v0.2.2
24372025-11-26T21:31:15.862Z Checking icu_properties v1.5.1
24382025-11-26T21:31:16.133Z Checking serde_urlencoded v0.7.1
24392025-11-26T21:31:16.290Z Checking uuid v1.18.1
24402025-11-26T21:31:16.330Z Checking tokio-util v0.7.7
24412025-11-26T21:31:16.330Z Checking native-tls v0.2.12
24422025-11-26T21:31:16.454Z Checking slog v2.8.2
24432025-11-26T21:31:16.479Z Checking tokio-rustls v0.25.0
24442025-11-26T21:31:16.573Z Checking thiserror v2.0.17
24452025-11-26T21:31:16.636Z Checking tokio-native-tls v0.3.1
24462025-11-26T21:31:16.722Z Checking async-compression v0.4.32
24472025-11-26T21:31:16.828Z Checking tower v0.5.2
24482025-11-26T21:31:16.889Z Checking tokio-rustls v0.26.0
24492025-11-26T21:31:16.892Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24502025-11-26T21:31:16.979Z Checking slog-json v2.6.1
24512025-11-26T21:31:17.155Z Checking h2 v0.4.6
24522025-11-26T21:31:17.158Z Checking slog-async v2.8.0
24532025-11-26T21:31:17.245Z Checking slog-bunyan v2.5.0
24542025-11-26T21:31:17.248Z Checking openapiv3 v2.2.0
24552025-11-26T21:31:17.418Z Checking tokio-tungstenite v0.24.0
24562025-11-26T21:31:17.446Z Checking trybuild v1.0.114
24572025-11-26T21:31:17.621Z Checking tower-http v0.6.5
24582025-11-26T21:31:17.648Z Checking slog-term v2.9.2
24592025-11-26T21:31:17.862Z Checking schemars v0.8.22
24602025-11-26T21:31:18.711Z Checking heck v0.5.0
24612025-11-26T21:31:19.244Z Checking icu_normalizer v1.5.0
24622025-11-26T21:31:19.913Z Checking idna_adapter v1.2.0
24632025-11-26T21:31:20.107Z Checking idna v1.0.3
24642025-11-26T21:31:20.427Z Checking url v2.5.4
24652025-11-26T21:31:20.699Z Checking hyper v1.8.1
24662025-11-26T21:31:21.978Z Checking hyper-util v0.1.18
24672025-11-26T21:31:21.978Z Checking hyper-staticfile v0.10.1
24682025-11-26T21:31:23.334Z Checking hyper-tls v0.6.0
24692025-11-26T21:31:23.334Z Checking hyper-rustls v0.27.3
24702025-11-26T21:31:23.337Z Documenting dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
24712025-11-26T21:31:23.337Z Checking hyper-rustls v0.26.0
24722025-11-26T21:31:23.497Z Documenting dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24732025-11-26T21:31:23.607Z Checking reqwest v0.12.24
24742025-11-26T21:31:25.322Zwarning: unresolved link to `Query`
24752025-11-26T21:31:25.322Z --> dropshot/src/extractor/header.rs:27:29
24762025-11-26T21:31:25.322Z |
24772025-11-26T21:31:25.322Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
24782025-11-26T21:31:25.322Z | ^^^^^ no item named `Query` in scope
24792025-11-26T21:31:25.322Z |
24802025-11-26T21:31:25.322Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
24812025-11-26T21:31:25.322Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
24822025-11-26T21:31:25.322Z
24832025-11-26T21:31:25.326Zwarning: unresolved link to `Path`
24842025-11-26T21:31:25.326Z --> dropshot/src/extractor/header.rs:27:43
24852025-11-26T21:31:25.326Z |
24862025-11-26T21:31:25.326Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
24872025-11-26T21:31:25.326Z | ^^^^ no item named `Path` in scope
24882025-11-26T21:31:25.326Z |
24892025-11-26T21:31:25.326Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
24902025-11-26T21:31:25.326Z
24912025-11-26T21:31:25.712Zwarning: `dropshot` (lib doc) generated 2 warnings
24922025-11-26T21:31:32.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.31s
24932025-11-26T21:31:32.276Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24942025-11-26T21:31:32.290Z
24952025-11-26T21:31:32.293Zreal 37.418319192
24962025-11-26T21:31:32.293Zuser 3:25.719786237
24972025-11-26T21:31:32.293Zsys 38.526910891
24982025-11-26T21:31:32.293Ztrap 0.140259009
24992025-11-26T21:31:32.293Ztflt 0.148471219
25002025-11-26T21:31:32.293Zdflt 0.013875727
25012025-11-26T21:31:32.293Zkflt 0.000013586
25022025-11-26T21:31:32.293Zlock 7:31.904460204
25032025-11-26T21:31:32.293Zslp 12:10.875784938
25042025-11-26T21:31:32.293Zlat 7.800268374
25052025-11-26T21:31:32.293Zstop 19.962523742
25062025-11-26T21:31:32.293Zprocess exited: duration 358126 ms, exit code 0
 
25072025-11-26T21:31:32.299Zfound 0 output files