01K2EE78256YCPQ5AVQRZPPCDY: build-and-test / illumos

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

Buildomat Job: 01K2EE7E7Z2XS60TNEH9PXFRSX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-12T06:08:07.800Zjob assigned to worker 01K2EE7EHXD5SGN3ZVXDKPSMRA [factory aws, i-0bdd79b4f623844ac] (queued for 1 m 1 s)
 
22025-08-12T06:08:16.123Zstarting task 0: "setup"
32025-08-12T06:08:16.128Z++ uname -s
42025-08-12T06:08:16.131Z+ kern=SunOS
52025-08-12T06:08:16.131Z+ build_user=build
62025-08-12T06:08:16.131Z+ build_uid=12345
72025-08-12T06:08:16.131Z+ work_dir=/work
82025-08-12T06:08:16.131Z+ input_dir=/input
92025-08-12T06:08:16.131Z+ [[ 0 == 12345 ]]
102025-08-12T06:08:16.131Z+ case "$kern" in
112025-08-12T06:08:16.131Z+ groupadd -g 12345 build
122025-08-12T06:08:16.135Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-12T06:08:18.141Z+ zfs create -o mountpoint=/work rpool/work
142025-08-12T06:08:18.269Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-12T06:08:18.272Z+ home_fs=zfs
162025-08-12T06:08:18.272Z+ [[ zfs == autofs ]]
172025-08-12T06:08:18.272Z+ mkdir -p /home/build
182025-08-12T06:08:18.276Z+ chown build:build /home/build /work
192025-08-12T06:08:20.276Z+ chmod 0700 /home/build /work
202025-08-12T06:08:20.281Zprocess exited: duration 4157 ms, exit code 0
 
212025-08-12T06:08:20.287Zstarting task 1: "rust-toolchain"
222025-08-12T06:08:20.293Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-08-12T06:08:20.293Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-08-12T06:08:20.294Z * rust toolchain channel = "stable"
252025-08-12T06:08:20.294Z * rust toolchain profile = "default"
262025-08-12T06:08:20.294Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-08-12T06:08:20.294Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-08-12T06:08:20.297Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-12T06:08:20.297Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-08-12T06:08:20.400Zinfo: downloading installer
312025-08-12T06:08:21.711Zwarn: It looks like you have an existing installation of Rust at:
322025-08-12T06:08:21.711Zwarn: /opt/ooce/bin
332025-08-12T06:08:21.711Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-12T06:08:21.712Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-12T06:08:21.712Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-12T06:08:21.712Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-12T06:08:21.712Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-12T06:08:21.712Zerror: cannot install while Rust is installed
392025-08-12T06:08:21.712Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-12T06:08:21.743Zinfo: profile set to 'default'
412025-08-12T06:08:21.743Zinfo: default host triple is x86_64-unknown-illumos
422025-08-12T06:08:21.747Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-08-12T06:08:21.924Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-08-12T06:08:21.924Zinfo: downloading component 'cargo'
452025-08-12T06:08:22.858Zinfo: downloading component 'clippy'
462025-08-12T06:08:23.195Zinfo: downloading component 'rust-docs'
472025-08-12T06:08:24.750Zinfo: downloading component 'rust-std'
482025-08-12T06:08:26.527Zinfo: downloading component 'rustc'
492025-08-12T06:08:32.931Zinfo: downloading component 'rustfmt'
502025-08-12T06:08:33.182Zinfo: installing component 'cargo'
512025-08-12T06:08:34.078Zinfo: installing component 'clippy'
522025-08-12T06:08:34.472Zinfo: installing component 'rust-docs'
532025-08-12T06:08:36.311Zinfo: installing component 'rust-std'
542025-08-12T06:08:38.214Zinfo: installing component 'rustc'
552025-08-12T06:08:44.762Zinfo: installing component 'rustfmt'
562025-08-12T06:08:45.097Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-08-12T06:08:45.097Z
582025-08-12T06:08:45.532Z stable-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-08-12T06:08:45.532Z
602025-08-12T06:08:45.535Z
612025-08-12T06:08:45.535ZRust is installed now. Great!
622025-08-12T06:08:45.535Z
632025-08-12T06:08:45.535ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-12T06:08:45.535Zenvironment variable. This has not been done automatically.
652025-08-12T06:08:45.535Z
662025-08-12T06:08:45.535ZTo configure your current shell, you need to source
672025-08-12T06:08:45.536Zthe corresponding env file under $HOME/.cargo.
682025-08-12T06:08:45.536Z
692025-08-12T06:08:45.536ZThis is usually done by running one of the following (note the leading DOT):
702025-08-12T06:08:45.536Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-12T06:08:45.536Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-12T06:08:45.536Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-12T06:08:45.622Z+ rustup --version
742025-08-12T06:08:45.633Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-12T06:08:45.637Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-12T06:08:45.740Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-08-12T06:08:45.745Z+ cargo --version
782025-08-12T06:08:45.814Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-08-12T06:08:45.818Z+ rustc --version
802025-08-12T06:08:45.891Zrustc 1.89.0 (29483883e 2025-08-04)
812025-08-12T06:08:45.894Zprocess exited: duration 25604 ms, exit code 0
 
822025-08-12T06:08:45.901Zstarting task 2: "authentication"
832025-08-12T06:08:45.923Zprocess exited: duration 22 ms, exit code 0
 
842025-08-12T06:08:45.930Zstarting task 3: "clone repository"
852025-08-12T06:08:45.935Z+ mkdir -p /work/oxidecomputer/dropshot
862025-08-12T06:08:45.938Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872025-08-12T06:08:45.976ZCloning into '/work/oxidecomputer/dropshot'...
882025-08-12T06:08:47.059Z+ cd /work/oxidecomputer/dropshot
892025-08-12T06:08:47.062Z+ git fetch origin 73c35aad4753b4e23f54cca6de5ff283a69ece31
902025-08-12T06:08:47.316ZFrom https://github.com/oxidecomputer/dropshot
912025-08-12T06:08:47.316Z * branch 73c35aad4753b4e23f54cca6de5ff283a69ece31 -> FETCH_HEAD
922025-08-12T06:08:47.324Z+ [[ -n '' ]]
932025-08-12T06:08:47.324Z+ git reset --hard 73c35aad4753b4e23f54cca6de5ff283a69ece31
942025-08-12T06:08:47.347ZHEAD is now at 73c35aa Update actions/checkout action to v5
952025-08-12T06:08:47.350Zprocess exited: duration 1417 ms, exit code 0
 
962025-08-12T06:08:47.357Zstarting task 4: "build"
972025-08-12T06:08:47.362Z+ cargo --version
982025-08-12T06:08:47.369Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
992025-08-12T06:08:47.549Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
1002025-08-12T06:08:47.553Zinfo: downloading component 'cargo'
1012025-08-12T06:08:48.594Zinfo: downloading component 'clippy'
1022025-08-12T06:08:48.942Zinfo: downloading component 'rust-docs'
1032025-08-12T06:08:50.228Zinfo: downloading component 'rust-std'
1042025-08-12T06:08:51.998Zinfo: downloading component 'rustc'
1052025-08-12T06:08:59.860Zinfo: downloading component 'rustfmt'
1062025-08-12T06:09:00.104Zinfo: installing component 'cargo'
1072025-08-12T06:09:00.999Zinfo: installing component 'clippy'
1082025-08-12T06:09:01.400Zinfo: installing component 'rust-docs'
1092025-08-12T06:09:03.228Zinfo: installing component 'rust-std'
1102025-08-12T06:09:05.146Zinfo: installing component 'rustc'
1112025-08-12T06:09:11.631Zinfo: installing component 'rustfmt'
1122025-08-12T06:09:12.067Zcargo 1.89.0 (c24e10642 2025-06-23)
1132025-08-12T06:09:12.071Z+ rustc --version
1142025-08-12T06:09:12.150Zrustc 1.89.0 (29483883e 2025-08-04)
1152025-08-12T06:09:12.155Z+ banner build
1162025-08-12T06:09:12.159Z
1172025-08-12T06:09:12.159Z ##### # # # # #####
1182025-08-12T06:09:12.159Z # # # # # # # #
1192025-08-12T06:09:12.159Z ##### # # # # # #
1202025-08-12T06:09:12.159Z # # # # # # # #
1212025-08-12T06:09:12.159Z # # # # # # # #
1222025-08-12T06:09:12.159Z ##### #### # ###### #####
1232025-08-12T06:09:12.159Z
1242025-08-12T06:09:12.162Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1252025-08-12T06:09:12.310Z Updating crates.io index
1262025-08-12T06:09:13.254Z Downloading crates ...
1272025-08-12T06:09:13.372Z Downloaded async-channel v2.5.0
1282025-08-12T06:09:13.377Z Downloaded bitflags v2.4.0
1292025-08-12T06:09:13.380Z Downloaded atomicwrites v0.4.4
1302025-08-12T06:09:13.384Z Downloaded camino v1.1.11
1312025-08-12T06:09:13.387Z Downloaded cpufeatures v0.2.2
1322025-08-12T06:09:13.390Z Downloaded buf-list v1.0.3
1332025-08-12T06:09:13.390Z Downloaded debug-ignore v1.0.5
1342025-08-12T06:09:13.393Z Downloaded dtrace-parser v0.2.0
1352025-08-12T06:09:13.396Z Downloaded dyn-clone v1.0.4
1362025-08-12T06:09:13.396Z Downloaded data-encoding v2.4.0
1372025-08-12T06:09:13.399Z Downloaded dof v0.3.0
1382025-08-12T06:09:13.402Z Downloaded futures-sink v0.3.31
1392025-08-12T06:09:13.402Z Downloaded fnv v1.0.7
1402025-08-12T06:09:13.405Z Downloaded futures-task v0.3.31
1412025-08-12T06:09:13.405Z Downloaded lazy_static v1.5.0
1422025-08-12T06:09:13.409Z Downloaded futures-channel v0.3.31
1432025-08-12T06:09:13.412Z Downloaded thread_local v1.1.4
1442025-08-12T06:09:13.415Z Downloaded event-listener v5.0.0
1452025-08-12T06:09:13.415Z Downloaded tokio-rustls v0.26.0
1462025-08-12T06:09:13.418Z Downloaded getrandom v0.3.1
1472025-08-12T06:09:13.421Z Downloaded tokio-tungstenite v0.24.0
1482025-08-12T06:09:13.424Z Downloaded iana-time-zone v0.1.47
1492025-08-12T06:09:13.428Z Downloaded try-lock v0.2.3
1502025-08-12T06:09:13.431Z Downloaded is-terminal v0.4.12
1512025-08-12T06:09:13.431Z Downloaded toml_writer v1.0.2
1522025-08-12T06:09:13.434Z Downloaded tungstenite v0.24.0
1532025-08-12T06:09:13.437Z Downloaded ucd-trie v0.1.6
1542025-08-12T06:09:13.440Z Downloaded usdt-macro v0.5.0
1552025-08-12T06:09:13.443Z Downloaded usdt-impl v0.5.0
1562025-08-12T06:09:13.446Z Downloaded trybuild v1.0.110
1572025-08-12T06:09:13.450Z Downloaded yasna v0.5.2
1582025-08-12T06:09:13.453Z Downloaded displaydoc v0.2.5
1592025-08-12T06:09:13.456Z Downloaded async-trait v0.1.88
1602025-08-12T06:09:13.459Z Downloaded multer v3.1.0
1612025-08-12T06:09:13.462Z Downloaded num-traits v0.2.14
1622025-08-12T06:09:13.465Z Downloaded openssl-probe v0.1.4
1632025-08-12T06:09:13.468Z Downloaded newline-converter v0.3.0
1642025-08-12T06:09:13.468Z Downloaded base64 v0.22.1
1652025-08-12T06:09:13.472Z Downloaded pem v3.0.5
1662025-08-12T06:09:13.475Z Downloaded parking_lot v0.12.1
1672025-08-12T06:09:13.478Z Downloaded async-stream v0.3.6
1682025-08-12T06:09:13.482Z Downloaded pest_derive v2.7.6
1692025-08-12T06:09:13.485Z Downloaded parking_lot_core v0.9.4
1702025-08-12T06:09:13.488Z Downloaded tokio-util v0.7.7
1712025-08-12T06:09:13.493Z Downloaded utf8_iter v1.0.4
1722025-08-12T06:09:13.496Z Downloaded yoke-derive v0.7.5
1732025-08-12T06:09:13.496Z Downloaded openssl-macros v0.1.1
1742025-08-12T06:09:13.499Z Downloaded num-conv v0.1.0
1752025-08-12T06:09:13.499Z Downloaded zerovec-derive v0.10.3
1762025-08-12T06:09:13.502Z Downloaded thread-id v4.0.0
1772025-08-12T06:09:13.502Z Downloaded tracing-core v0.1.32
1782025-08-12T06:09:13.505Z Downloaded percent-encoding v2.3.1
1792025-08-12T06:09:13.508Z Downloaded http v1.3.1
1802025-08-12T06:09:13.511Z Downloaded tracing v0.1.40
1812025-08-12T06:09:13.515Z Downloaded toml_parser v1.0.2
1822025-08-12T06:09:13.518Z Downloaded uuid v1.17.0
1832025-08-12T06:09:13.521Z Downloaded write16 v1.0.0
1842025-08-12T06:09:13.524Z Downloaded tokio-rustls v0.25.0
1852025-08-12T06:09:13.524Z Downloaded hyper-util v0.1.16
1862025-08-12T06:09:13.528Z Downloaded pin-utils v0.1.0
1872025-08-12T06:09:13.532Z Downloaded mime_guess v2.0.5
1882025-08-12T06:09:13.535Z Downloaded hashbrown v0.15.2
1892025-08-12T06:09:13.538Z Downloaded paste v1.0.15
1902025-08-12T06:09:13.541Z Downloaded openssl-sys v0.9.107
1912025-08-12T06:09:13.546Z Downloaded mio v1.0.3
1922025-08-12T06:09:13.552Z Downloaded zerovec v0.10.4
1932025-08-12T06:09:13.557Z Downloaded iri-string v0.7.8
1942025-08-12T06:09:13.563Z Downloaded time v0.3.36
1952025-08-12T06:09:13.570Z Downloaded idna v1.0.3
1962025-08-12T06:09:13.573Z Downloaded icu_provider v1.5.0
1972025-08-12T06:09:13.576Z Downloaded hyper v1.6.0
1982025-08-12T06:09:13.582Z Downloaded native-tls v0.2.12
1992025-08-12T06:09:13.585Z Downloaded vcpkg v0.2.15
2002025-08-12T06:09:13.623Z Downloaded icu_properties_data v1.5.0
2012025-08-12T06:09:13.633Z Downloaded match_cfg v0.1.0
2022025-08-12T06:09:13.636Z Downloaded tower v0.5.2
2032025-08-12T06:09:13.644Z Downloaded indexmap v2.10.0
2042025-08-12T06:09:13.648Z Downloaded zeroize v1.7.0
2052025-08-12T06:09:13.651Z Downloaded unicase v2.6.0
2062025-08-12T06:09:13.654Z Downloaded toml v0.9.5
2072025-08-12T06:09:13.657Z Downloaded powerfmt v0.2.0
2082025-08-12T06:09:13.657Z Downloaded console v0.15.7
2092025-08-12T06:09:13.660Z Downloaded pkg-config v0.3.31
2102025-08-12T06:09:13.663Z Downloaded want v0.3.0
2112025-08-12T06:09:13.664Z Downloaded url v2.5.4
2122025-08-12T06:09:13.667Z Downloaded openssl v0.10.72
2132025-08-12T06:09:13.676Z Downloaded unicode-segmentation v1.10.0
2142025-08-12T06:09:13.679Z Downloaded mime v0.3.16
2152025-08-12T06:09:13.682Z Downloaded zerofrom v0.1.5
2162025-08-12T06:09:13.682Z Downloaded icu_properties v1.5.1
2172025-08-12T06:09:13.685Z Downloaded tokio-macros v2.5.0
2182025-08-12T06:09:13.689Z Downloaded idna_adapter v1.2.0
2192025-08-12T06:09:13.689Z Downloaded icu_normalizer_data v1.5.0
2202025-08-12T06:09:13.692Z Downloaded h2 v0.4.6
2212025-08-12T06:09:13.696Z Downloaded serde_derive v1.0.219
2222025-08-12T06:09:13.699Z Downloaded smallvec v1.13.2
2232025-08-12T06:09:13.702Z Downloaded sha2 v0.10.8
2242025-08-12T06:09:13.705Z Downloaded stable_deref_trait v1.2.0
2252025-08-12T06:09:13.705Z Downloaded scopeguard v1.2.0
2262025-08-12T06:09:13.709Z Downloaded serde_urlencoded v0.7.1
2272025-08-12T06:09:13.709Z Downloaded sync_wrapper v1.0.1
2282025-08-12T06:09:13.712Z Downloaded slog-term v2.9.1
2292025-08-12T06:09:13.715Z Downloaded term v0.7.0
2302025-08-12T06:09:13.718Z Downloaded semver v1.0.26
2312025-08-12T06:09:13.718Z Downloaded socket2 v0.6.0
2322025-08-12T06:09:13.722Z Downloaded signal-hook-registry v1.4.0
2332025-08-12T06:09:13.725Z Downloaded schemars v0.8.22
2342025-08-12T06:09:13.735Z Downloaded proc-macro2 v1.0.96
2352025-08-12T06:09:13.738Z Downloaded plain v0.2.3
2362025-08-12T06:09:13.742Z Downloaded pest_meta v2.7.6
2372025-08-12T06:09:13.742Z Downloaded pest_generator v2.7.6
2382025-08-12T06:09:13.745Z Downloaded zerocopy v0.7.32
2392025-08-12T06:09:13.757Z Downloaded thiserror v2.0.12
2402025-08-12T06:09:13.762Z Downloaded rustls-native-certs v0.7.0
2412025-08-12T06:09:13.765Z Downloaded pin-project-lite v0.2.12
2422025-08-12T06:09:13.769Z Downloaded shlex v1.3.0
2432025-08-12T06:09:13.772Z Downloaded tokio v1.47.1
2442025-08-12T06:09:13.804Z Downloaded openapiv3 v2.2.0
2452025-08-12T06:09:13.813Z Downloaded libc v0.2.174
2462025-08-12T06:09:13.834Z Downloaded expectorate v1.2.0
2472025-08-12T06:09:13.837Z Downloaded webpki-roots v1.0.0
2482025-08-12T06:09:13.840Z Downloaded subprocess v0.2.9
2492025-08-12T06:09:13.843Z Downloaded slog-bunyan v2.5.0
2502025-08-12T06:09:13.843Z Downloaded scroll_derive v0.12.0
2512025-08-12T06:09:13.843Z Downloaded schema v0.1.0
2522025-08-12T06:09:13.846Z Downloaded prettyplease v0.2.36
2532025-08-12T06:09:13.849Z Downloaded serde_json v1.0.142
2542025-08-12T06:09:13.855Z Downloaded pest v2.7.6
2552025-08-12T06:09:13.859Z Downloaded webpki-roots v0.26.5
2562025-08-12T06:09:13.863Z Downloaded thiserror v1.0.69
2572025-08-12T06:09:13.868Z Downloaded rustls v0.23.13
2582025-08-12T06:09:13.877Z Downloaded quinn v0.11.4
2592025-08-12T06:09:13.880Z Downloaded rustls-webpki v0.102.8
2602025-08-12T06:09:13.896Z Downloaded syn v2.0.104
2612025-08-12T06:09:13.906Z Downloaded portable-atomic v1.9.0
2622025-08-12T06:09:13.912Z Downloaded rustc-hash v2.0.0
2632025-08-12T06:09:13.916Z Downloaded rand_core v0.6.3
2642025-08-12T06:09:13.916Z Downloaded http-range v0.1.4
2652025-08-12T06:09:13.916Z Downloaded goblin v0.8.0
2662025-08-12T06:09:13.920Z Downloaded rustix v0.38.44
2672025-08-12T06:09:13.939Z Downloaded reqwest v0.12.22
2682025-08-12T06:09:13.946Z Downloaded rcgen v0.14.3
2692025-08-12T06:09:13.949Z Downloaded scroll v0.12.0
2702025-08-12T06:09:13.953Z Downloaded quinn-udp v0.5.5
2712025-08-12T06:09:13.953Z Downloaded tempfile v3.20.0
2722025-08-12T06:09:13.956Z Downloaded target-triple v0.1.3
2732025-08-12T06:09:13.956Z Downloaded take_mut v0.2.2
2742025-08-12T06:09:13.956Z Downloaded simple-mermaid v0.2.0
2752025-08-12T06:09:13.959Z Downloaded serde v1.0.219
2762025-08-12T06:09:13.962Z Downloaded termcolor v1.1.2
2772025-08-12T06:09:13.962Z Downloaded slog-async v2.8.0
2782025-08-12T06:09:13.965Z Downloaded slog v2.7.0
2792025-08-12T06:09:13.965Z Downloaded socket2 v0.5.9
2802025-08-12T06:09:13.968Z Downloaded serde_tokenstream v0.2.2
2812025-08-12T06:09:13.968Z Downloaded serde_derive_internals v0.29.0
2822025-08-12T06:09:13.972Z Downloaded ryu v1.0.5
2832025-08-12T06:09:13.975Z Downloaded rustls-pemfile v2.1.3
2842025-08-12T06:09:13.975Z Downloaded quinn-proto v0.11.8
2852025-08-12T06:09:13.980Z Downloaded subtle v2.5.0
2862025-08-12T06:09:13.983Z Downloaded slog-json v2.6.1
2872025-08-12T06:09:13.983Z Downloaded thiserror-impl v2.0.12
2882025-08-12T06:09:13.986Z Downloaded thiserror-impl v1.0.69
2892025-08-12T06:09:13.986Z Downloaded similar v2.2.1
2902025-08-12T06:09:13.989Z Downloaded winnow v0.7.10
2912025-08-12T06:09:13.997Z Downloaded schema-derive v0.1.0
2922025-08-12T06:09:14.001Z Downloaded rand v0.8.4
2932025-08-12T06:09:14.004Z Downloaded rustls v0.22.4
2942025-08-12T06:09:14.014Z Downloaded encoding_rs v0.8.32
2952025-08-12T06:09:14.031Z Downloaded unicode-width v0.1.9
2962025-08-12T06:09:14.034Z Downloaded pretty-hex v0.4.1
2972025-08-12T06:09:14.034Z Downloaded ppv-lite86 v0.2.15
2982025-08-12T06:09:14.035Z Downloaded schemars_derive v0.8.22
2992025-08-12T06:09:14.038Z Downloaded spin v0.9.8
3002025-08-12T06:09:14.038Z Downloaded rustls-pki-types v1.12.0
3012025-08-12T06:09:14.041Z Downloaded synstructure v0.13.1
3022025-08-12T06:09:14.044Z Downloaded rustix v1.0.2
3032025-08-12T06:09:14.062Z Downloaded sha1 v0.10.6
3042025-08-12T06:09:14.065Z Downloaded serde_spanned v1.0.0
3052025-08-12T06:09:14.065Z Downloaded serde_path_to_error v0.1.17
3062025-08-12T06:09:14.069Z Downloaded quote v1.0.40
3072025-08-12T06:09:14.069Z Downloaded slab v0.4.9
3082025-08-12T06:09:14.072Z Downloaded rand_chacha v0.3.1
3092025-08-12T06:09:14.072Z Downloaded toml_datetime v0.7.0
3102025-08-12T06:09:14.072Z Downloaded tinyvec_macros v0.1.0
3112025-08-12T06:09:14.075Z Downloaded litemap v0.7.4
3122025-08-12T06:09:14.075Z Downloaded icu_locid v1.5.0
3132025-08-12T06:09:14.078Z Downloaded futures-io v0.3.31
3142025-08-12T06:09:14.081Z Downloaded parking v2.2.0
3152025-08-12T06:09:14.081Z Downloaded zerofrom-derive v0.1.5
3162025-08-12T06:09:14.081Z Downloaded yoke v0.7.5
3172025-08-12T06:09:14.085Z Downloaded icu_normalizer v1.5.0
3182025-08-12T06:09:14.085Z Downloaded icu_collections v1.5.0
3192025-08-12T06:09:14.090Z Downloaded unicode-ident v1.0.12
3202025-08-12T06:09:14.093Z Downloaded futures v0.3.31
3212025-08-12T06:09:14.096Z Downloaded writeable v0.5.5
3222025-08-12T06:09:14.099Z Downloaded version_check v0.9.5
3232025-08-12T06:09:14.099Z Downloaded utf16_iter v1.0.5
3242025-08-12T06:09:14.099Z Downloaded utf-8 v0.7.6
3252025-08-12T06:09:14.102Z Downloaded time-macros v0.2.18
3262025-08-12T06:09:14.102Z Downloaded time-core v0.1.2
3272025-08-12T06:09:14.103Z Downloaded bytes v1.10.1
3282025-08-12T06:09:14.106Z Downloaded untrusted v0.9.0
3292025-08-12T06:09:14.109Z Downloaded tower-service v0.3.3
3302025-08-12T06:09:14.109Z Downloaded tower-layer v0.3.3
3312025-08-12T06:09:14.109Z Downloaded tower-http v0.6.5
3322025-08-12T06:09:14.115Z Downloaded tokio-native-tls v0.3.1
3332025-08-12T06:09:14.118Z Downloaded tinystr v0.7.6
3342025-08-12T06:09:14.118Z Downloaded icu_provider_macros v1.5.0
3352025-08-12T06:09:14.122Z Downloaded icu_locid_transform_data v1.5.0
3362025-08-12T06:09:14.122Z Downloaded hyper-rustls v0.27.3
3372025-08-12T06:09:14.125Z Downloaded memchr v2.6.0
3382025-08-12T06:09:14.128Z Downloaded icu_locid_transform v1.5.0
3392025-08-12T06:09:14.131Z Downloaded http-body-util v0.1.3
3402025-08-12T06:09:14.131Z Downloaded event-listener-strategy v0.5.4
3412025-08-12T06:09:14.134Z Downloaded num_threads v0.1.3
3422025-08-12T06:09:14.134Z Downloaded hostname v0.3.1
3432025-08-12T06:09:14.134Z Downloaded ring v0.17.13
3442025-08-12T06:09:14.168Z Downloaded getrandom v0.2.11
3452025-08-12T06:09:14.171Z Downloaded memmap v0.7.0
3462025-08-12T06:09:14.174Z Downloaded hyper-tls v0.6.0
3472025-08-12T06:09:14.174Z Downloaded heck v0.5.0
3482025-08-12T06:09:14.174Z Downloaded futures-executor v0.3.31
3492025-08-12T06:09:14.174Z Downloaded crossbeam-utils v0.8.15
3502025-08-12T06:09:14.177Z Downloaded http-body v1.0.1
3512025-08-12T06:09:14.178Z Downloaded foreign-types-shared v0.1.1
3522025-08-12T06:09:14.181Z Downloaded foreign-types v0.3.2
3532025-08-12T06:09:14.181Z Downloaded dirs-next v2.0.0
3542025-08-12T06:09:14.181Z Downloaded digest v0.10.7
3552025-08-12T06:09:14.181Z Downloaded once_cell v1.20.1
3562025-08-12T06:09:14.184Z Downloaded fastrand v2.1.1
3572025-08-12T06:09:14.184Z Downloaded errno v0.3.10
3582025-08-12T06:09:14.187Z Downloaded dirs-sys-next v0.1.2
3592025-08-12T06:09:14.187Z Downloaded deranged v0.3.11
3602025-08-12T06:09:14.187Z Downloaded chrono v0.4.41
3612025-08-12T06:09:14.192Z Downloaded zerocopy-derive v0.7.32
3622025-08-12T06:09:14.195Z Downloaded anyhow v1.0.98
3632025-08-12T06:09:14.199Z Downloaded waitgroup v0.1.2
3642025-08-12T06:09:14.202Z Downloaded futures-util v0.3.31
3652025-08-12T06:09:14.209Z Downloaded crypto-common v0.1.6
3662025-08-12T06:09:14.212Z Downloaded crossbeam-channel v0.5.1
3672025-08-12T06:09:14.216Z Downloaded concurrent-queue v2.5.0
3682025-08-12T06:09:14.216Z Downloaded cfg-if v1.0.0
3692025-08-12T06:09:14.216Z Downloaded byteorder v1.4.3
3702025-08-12T06:09:14.219Z Downloaded autocfg v1.1.0
3712025-08-12T06:09:14.219Z Downloaded async-stream-impl v0.3.6
3722025-08-12T06:09:14.219Z Downloaded usdt-attr-macro v0.5.0
3732025-08-12T06:09:14.222Z Downloaded usdt v0.5.0
3742025-08-12T06:09:14.222Z Downloaded cc v1.2.16
3752025-08-12T06:09:14.225Z Downloaded typenum v1.14.0
3762025-08-12T06:09:14.225Z Downloaded log v0.4.17
3772025-08-12T06:09:14.228Z Downloaded lock_api v0.4.6
3782025-08-12T06:09:14.228Z Downloaded itoa v1.0.1
3792025-08-12T06:09:14.228Z Downloaded ipnet v2.10.0
3802025-08-12T06:09:14.232Z Downloaded httpdate v1.0.1
3812025-08-12T06:09:14.232Z Downloaded httparse v1.10.0
3822025-08-12T06:09:14.235Z Downloaded hyper-staticfile v0.10.1
3832025-08-12T06:09:14.235Z Downloaded hyper-rustls v0.26.0
3842025-08-12T06:09:14.238Z Downloaded hostname v0.4.0
3852025-08-12T06:09:14.238Z Downloaded tinyvec v1.5.1
3862025-08-12T06:09:14.241Z Downloaded glob v0.3.0
3872025-08-12T06:09:14.241Z Downloaded generic-array v0.14.5
3882025-08-12T06:09:14.244Z Downloaded equivalent v1.0.0
3892025-08-12T06:09:14.244Z Downloaded futures-core v0.3.31
3902025-08-12T06:09:14.244Z Downloaded futures-macro v0.3.31
3912025-08-12T06:09:14.248Z Downloaded form_urlencoded v1.2.1
3922025-08-12T06:09:14.248Z Downloaded block-buffer v0.10.2
3932025-08-12T06:09:14.248Z Downloaded atomic-waker v1.1.1
3942025-08-12T06:09:14.366Z Compiling proc-macro2 v1.0.96
3952025-08-12T06:09:14.366Z Compiling unicode-ident v1.0.12
3962025-08-12T06:09:14.370Z Compiling libc v0.2.174
3972025-08-12T06:09:14.370Z Compiling cfg-if v1.0.0
3982025-08-12T06:09:14.370Z Compiling itoa v1.0.1
3992025-08-12T06:09:14.370Z Compiling memchr v2.6.0
4002025-08-12T06:09:14.370Z Compiling once_cell v1.20.1
4012025-08-12T06:09:14.370Z Compiling version_check v0.9.5
4022025-08-12T06:09:14.370Z Running `/home/build/.rustup/toolchains/1.89.0-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.96/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=da3138c11fbbe14a -C extra-filename=-06719c20861d67bb --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-06719c20861d67bb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4032025-08-12T06:09:14.469Z Running `/home/build/.rustup/toolchains/1.89.0-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=1b17458ffdef1dee -C extra-filename=-eb5ee43862668c9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4042025-08-12T06:09:14.472Z Running `/home/build/.rustup/toolchains/1.89.0-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.174/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=226e7c5d82b4105a -C extra-filename=-428923d166ea60ed --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-428923d166ea60ed -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4052025-08-12T06:09:14.472Z Running `/home/build/.rustup/toolchains/1.89.0-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=1c743506326266ff -C extra-filename=-d1fc0ca4a8c78aee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4062025-08-12T06:09:14.472Z Running `/home/build/.rustup/toolchains/1.89.0-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=3933edab061ff927 -C extra-filename=-1dce84f2db4aa53e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4072025-08-12T06:09:14.472Z Running `/home/build/.rustup/toolchains/1.89.0-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=9be5a09015476b60 -C extra-filename=-ccca4e1ddee0daa0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4082025-08-12T06:09:14.484Z Running `/home/build/.rustup/toolchains/1.89.0-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=85841c84a23bb45d -C extra-filename=-35c460553adbbed1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4092025-08-12T06:09:14.484Z Running `/home/build/.rustup/toolchains/1.89.0-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=7c28e89691289e8b -C extra-filename=-279c702c1642785a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4102025-08-12T06:09:14.576Z Compiling serde v1.0.219
4112025-08-12T06:09:14.587Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/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=93eea4e9833a25db -C extra-filename=-279290f982a1d651 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-279290f982a1d651 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122025-08-12T06:09:14.692Z Compiling pin-project-lite v0.2.12
4132025-08-12T06:09:14.705Z Running `/home/build/.rustup/toolchains/1.89.0-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=95beb5e47fba441d -C extra-filename=-40e61469bc34f69f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142025-08-12T06:09:14.705Z Compiling shlex v1.3.0
4152025-08-12T06:09:14.738Z Running `/home/build/.rustup/toolchains/1.89.0-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=639961c06519d89c -C extra-filename=-4c426deee622f2f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162025-08-12T06:09:14.832Z Compiling autocfg v1.1.0
4172025-08-12T06:09:14.836Z Running `/home/build/.rustup/toolchains/1.89.0-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=019396fac7f35573 -C extra-filename=-46f2f8f4c5aac822 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182025-08-12T06:09:14.907Z Compiling smallvec v1.13.2
4192025-08-12T06:09:14.917Z Running `/home/build/.rustup/toolchains/1.89.0-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=c11b5262108fb438 -C extra-filename=-2d5763b389f336d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202025-08-12T06:09:15.047Z Compiling cc v1.2.16
4212025-08-12T06:09:15.051Z Running `/home/build/.rustup/toolchains/1.89.0-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=e5d2fec306c41a43 -C extra-filename=-2ece6fcdeba1a7c7 --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-4c426deee622f2f4.rmeta --cap-lints allow`
4222025-08-12T06:09:15.098Z Compiling bytes v1.10.1
4232025-08-12T06:09:15.108Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.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 --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=7528dff16455801d -C extra-filename=-7cff26a79ab4dead --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242025-08-12T06:09:15.215Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-279290f982a1d651/build-script-build`
4252025-08-12T06:09:15.226Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-06719c20861d67bb/build-script-build`
4262025-08-12T06:09:15.230Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-428923d166ea60ed/build-script-build`
4272025-08-12T06:09:15.285Z Compiling futures-core v0.3.31
4282025-08-12T06:09:15.289Z Running `/home/build/.rustup/toolchains/1.89.0-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=569f197425b8deb7 -C extra-filename=-89fa9a0fe914f1d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292025-08-12T06:09:15.295Z Compiling log v0.4.17
4302025-08-12T06:09:15.298Z Running `/home/build/.rustup/toolchains/1.89.0-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=f8c665b48f70180a -C extra-filename=-48d352fd9e496d1d --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-48d352fd9e496d1d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312025-08-12T06:09:15.311Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-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=5abfb280a48ee8c3 -C extra-filename=-18346d1196010207 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --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_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --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"))'`
4322025-08-12T06:09:15.426Z Compiling parking_lot_core v0.9.4
4332025-08-12T06:09:15.436Z Running `/home/build/.rustup/toolchains/1.89.0-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=fd70b3353ef2e91a -C extra-filename=-32317c355ca70d5e --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-32317c355ca70d5e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342025-08-12T06:09:15.527Z Compiling ryu v1.0.5
4352025-08-12T06:09:15.537Z Running `/home/build/.rustup/toolchains/1.89.0-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=cbd10985651b154d -C extra-filename=-4aa52dfead52156d --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-4aa52dfead52156d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362025-08-12T06:09:15.617Z Running `/home/build/.rustup/toolchains/1.89.0-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.96/src/lib.rs --error-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=9507fefc9dc46433 -C extra-filename=-4087bcafc6522cbc --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-eb5ee43862668c9c.rmeta --cap-lints allow --cfg wrap_proc_macro --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(procmacro2_backtrace)' --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)'`
4372025-08-12T06:09:15.682Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-48d352fd9e496d1d/build-script-build`
4382025-08-12T06:09:15.701Z Running `/home/build/.rustup/toolchains/1.89.0-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=0e9e1278f5bcead3 -C extra-filename=-4cc744b5d1b67ab7 --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-d1fc0ca4a8c78aee.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4392025-08-12T06:09:15.886Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-32317c355ca70d5e/build-script-build`
4402025-08-12T06:09:15.889Z Compiling scopeguard v1.2.0
4412025-08-12T06:09:15.889Z Running `/home/build/.rustup/toolchains/1.89.0-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=fa6abe68daf9a98f -C extra-filename=-e69ac6ca42573ac0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422025-08-12T06:09:16.029Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-4aa52dfead52156d/build-script-build`
4432025-08-12T06:09:16.053Z Compiling lock_api v0.4.6
4442025-08-12T06:09:16.056Z Compiling slab v0.4.9
4452025-08-12T06:09:16.056Z Running `/home/build/.rustup/toolchains/1.89.0-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=f2cb09a4c32ec436 -C extra-filename=-e24d9be1642eaefe --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-e69ac6ca42573ac0.rmeta --cap-lints allow`
4462025-08-12T06:09:16.056Z Running `/home/build/.rustup/toolchains/1.89.0-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=7ca20c7b6deb341e -C extra-filename=-9827a6b23e0b73c4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-9827a6b23e0b73c4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-46f2f8f4c5aac822.rlib --cap-lints allow`
4472025-08-12T06:09:16.087Z Compiling futures-sink v0.3.31
4482025-08-12T06:09:16.091Z Running `/home/build/.rustup/toolchains/1.89.0-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=bddf02c1361305fa -C extra-filename=-affd5790269c5577 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492025-08-12T06:09:16.122Z Running `/home/build/.rustup/toolchains/1.89.0-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=45d2f81ce8a4dc30 -C extra-filename=-76b8907002a3039f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4502025-08-12T06:09:16.246Z Compiling thiserror v1.0.69
4512025-08-12T06:09:16.250Z Running `/home/build/.rustup/toolchains/1.89.0-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=e7e5bddedd40517b -C extra-filename=-4a752e559668a746 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-4a752e559668a746 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4522025-08-12T06:09:16.452Z Compiling quote v1.0.40
4532025-08-12T06:09:16.455Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ed2c4fc699174e43 -C extra-filename=-f824bc9091d2a114 --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-4087bcafc6522cbc.rmeta --cap-lints allow`
4542025-08-12T06:09:16.475Z Running `/home/build/.rustup/toolchains/1.89.0-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=a8df32d4a16ba507 -C extra-filename=-1e360f023b690eb2 --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-d1fc0ca4a8c78aee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2d5763b389f336d3.rmeta --cap-lints allow`
4552025-08-12T06:09:16.491Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-9827a6b23e0b73c4/build-script-build`
4562025-08-12T06:09:16.522Z Compiling signal-hook-registry v1.4.0
4572025-08-12T06:09:16.526Z Running `/home/build/.rustup/toolchains/1.89.0-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=68c167677c18083d -C extra-filename=-1e52fe5d729a83fe --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-18346d1196010207.rmeta --cap-lints allow`
4582025-08-12T06:09:16.613Z Compiling socket2 v0.6.0
4592025-08-12T06:09:16.616Z Running `/home/build/.rustup/toolchains/1.89.0-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=5f91e3c18bdb2c8a -C extra-filename=-2a7dece4df2d4e7a --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-18346d1196010207.rmeta --cap-lints allow`
4602025-08-12T06:09:16.625Z Compiling getrandom v0.2.11
4612025-08-12T06:09:16.629Z Running `/home/build/.rustup/toolchains/1.89.0-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=acac1413feecc6a7 -C extra-filename=-8880fa60fbb53d34 --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-d1fc0ca4a8c78aee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --cap-lints allow`
4622025-08-12T06:09:16.826Z Compiling syn v2.0.104
4632025-08-12T06:09:16.830Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/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=b74ab451157f24ef -C extra-filename=-69f2ad5c8eb77708 --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-4087bcafc6522cbc.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-eb5ee43862668c9c.rmeta --cap-lints allow`
4642025-08-12T06:09:17.000Z Compiling parking_lot v0.12.1
4652025-08-12T06:09:17.028Z Running `/home/build/.rustup/toolchains/1.89.0-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=52585218bef13d64 -C extra-filename=-764e4cd0f7ca2498 --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-e24d9be1642eaefe.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-1e360f023b690eb2.rmeta --cap-lints allow`
4662025-08-12T06:09:17.032Z Compiling mio v1.0.3
4672025-08-12T06:09:17.035Z Running `/home/build/.rustup/toolchains/1.89.0-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=fbcad7d561769f77 -C extra-filename=-ec84009726b7c1af --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-18346d1196010207.rmeta --cap-lints allow`
4682025-08-12T06:09:17.121Z Compiling serde_json v1.0.142
4692025-08-12T06:09:17.126Z Running `/home/build/.rustup/toolchains/1.89.0-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.142/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=727b10d90a4687cc -C extra-filename=-8a1419173d4ee173 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-8a1419173d4ee173 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4702025-08-12T06:09:17.159Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-4a752e559668a746/build-script-build`
4712025-08-12T06:09:17.297Z Running `/home/build/.rustup/toolchains/1.89.0-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=99bca784ad8b8eff -C extra-filename=-4d98de329366cb88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4722025-08-12T06:09:17.504Z Compiling fnv v1.0.7
4732025-08-12T06:09:17.507Z Running `/home/build/.rustup/toolchains/1.89.0-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=3d601f36a5cf065e -C extra-filename=-18df4cfff4f53187 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4742025-08-12T06:09:17.516Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-8a1419173d4ee173/build-script-build`
4752025-08-12T06:09:17.534Z Compiling futures-channel v0.3.31
4762025-08-12T06:09:17.537Z Running `/home/build/.rustup/toolchains/1.89.0-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=364bfeec6ea046c0 -C extra-filename=-ffb71c2ba0b944d0 --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-89fa9a0fe914f1d0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-affd5790269c5577.rmeta --cap-lints allow`
4772025-08-12T06:09:17.545Z Compiling futures-io v0.3.31
4782025-08-12T06:09:17.548Z Running `/home/build/.rustup/toolchains/1.89.0-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=7412283e68db3c8e -C extra-filename=-5801f2bf17f68390 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4792025-08-12T06:09:17.565Z Compiling zeroize v1.7.0
4802025-08-12T06:09:17.568Z Running `/home/build/.rustup/toolchains/1.89.0-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=995c45bf1790d860 -C extra-filename=-ae971e3fa5024fa8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4812025-08-12T06:09:17.647Z Compiling http v1.3.1
4822025-08-12T06:09:17.734Z Running `/home/build/.rustup/toolchains/1.89.0-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=7e35e19a04134b96 -C extra-filename=-49204f86f8766499 --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-7cff26a79ab4dead.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-18df4cfff4f53187.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ccca4e1ddee0daa0.rmeta --cap-lints allow`
4832025-08-12T06:09:17.843Z Compiling pin-utils v0.1.0
4842025-08-12T06:09:17.846Z Running `/home/build/.rustup/toolchains/1.89.0-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=0031466a4d4db79c -C extra-filename=-c328a97786132641 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852025-08-12T06:09:17.908Z Compiling futures-task v0.3.31
4862025-08-12T06:09:17.911Z Compiling rustls-pki-types v1.12.0
4872025-08-12T06:09:17.912Z Running `/home/build/.rustup/toolchains/1.89.0-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=f9893d13ab2c7a3e -C extra-filename=-c624c1fbad75c606 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882025-08-12T06:09:17.912Z Running `/home/build/.rustup/toolchains/1.89.0-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.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 --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=9423159b108b3352 -C extra-filename=-c119413a02f51136 --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-ae971e3fa5024fa8.rmeta --cap-lints allow`
4892025-08-12T06:09:17.934Z Compiling ring v0.17.13
4902025-08-12T06:09:17.938Z Compiling stable_deref_trait v1.2.0
4912025-08-12T06:09:17.938Z Running `/home/build/.rustup/toolchains/1.89.0-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=5612aecb600e8a25 -C extra-filename=-54e9053f3ef168c2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-54e9053f3ef168c2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-2ece6fcdeba1a7c7.rlib --cap-lints allow`
4922025-08-12T06:09:17.938Z Running `/home/build/.rustup/toolchains/1.89.0-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=7999a0aefa8e34fa -C extra-filename=-5200e8a0488dfdd0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4932025-08-12T06:09:18.029Z Compiling httparse v1.10.0
4942025-08-12T06:09:18.033Z Running `/home/build/.rustup/toolchains/1.89.0-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=bd71e3230b50f138 -C extra-filename=-64b6d0f306c170ba --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-64b6d0f306c170ba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4952025-08-12T06:09:18.066Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/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=2e588265f0303252 -C extra-filename=-81aedfa1528c3cff --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-81aedfa1528c3cff -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4962025-08-12T06:09:18.216Z Compiling bitflags v2.4.0
4972025-08-12T06:09:18.219Z Running `/home/build/.rustup/toolchains/1.89.0-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=c692a3db38aca2e3 -C extra-filename=-b0beeb192621a71b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4982025-08-12T06:09:18.229Z Compiling tracing-core v0.1.32
4992025-08-12T06:09:18.232Z Running `/home/build/.rustup/toolchains/1.89.0-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=0c7953a3f6f50660 -C extra-filename=-496055e01ba2d8a6 --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-35c460553adbbed1.rmeta --cap-lints allow`
5002025-08-12T06:09:18.675Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-81aedfa1528c3cff/build-script-build`
5012025-08-12T06:09:18.694Z Compiling ucd-trie v0.1.6
5022025-08-12T06:09:18.697Z Running `/home/build/.rustup/toolchains/1.89.0-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=7a1d0583149cb05a -C extra-filename=-a8e57d11309bcc67 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5032025-08-12T06:09:18.718Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-64b6d0f306c170ba/build-script-build`
5042025-08-12T06:09:18.742Z Compiling untrusted v0.9.0
5052025-08-12T06:09:18.753Z Running `/home/build/.rustup/toolchains/1.89.0-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=30b9466788f11549 -C extra-filename=-b7c7a853b2672c9d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062025-08-12T06:09:18.783Z Running `/home/build/.rustup/toolchains/1.89.0-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=82de66165b1128f3 -C extra-filename=-5d8a039823058138 --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`
5072025-08-12T06:09:18.944Z Compiling hashbrown v0.15.2
5082025-08-12T06:09:18.948Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=9d2badff84c96b08 -C extra-filename=-a0979d3478169a37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092025-08-12T06:09:18.965Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-54e9053f3ef168c2/build-script-build`
5102025-08-12T06:09:18.977Z Compiling equivalent v1.0.0
5112025-08-12T06:09:18.981Z Running `/home/build/.rustup/toolchains/1.89.0-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=1b1dd9e3d131734f -C extra-filename=-70feb4c21cea1e73 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5122025-08-12T06:09:19.108Z Compiling byteorder v1.4.3
5132025-08-12T06:09:19.111Z Running `/home/build/.rustup/toolchains/1.89.0-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=c81012628ebba464 -C extra-filename=-730d305df33f99e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5142025-08-12T06:09:19.284Z Compiling http-body v1.0.1
5152025-08-12T06:09:19.287Z Running `/home/build/.rustup/toolchains/1.89.0-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=5d4be6c204d3275f -C extra-filename=-1c693f4d0fd9fc24 --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-7cff26a79ab4dead.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --cap-lints allow`
5162025-08-12T06:09:19.434Z Compiling tracing v0.1.40
5172025-08-12T06:09:19.437Z Running `/home/build/.rustup/toolchains/1.89.0-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=40dbaec0d5092f7b -C extra-filename=-97b023771e254cab --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-40e61469bc34f69f.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-496055e01ba2d8a6.rmeta --cap-lints allow`
5182025-08-12T06:09:19.559Z Compiling vcpkg v0.2.15
5192025-08-12T06:09:19.559Z Running `/home/build/.rustup/toolchains/1.89.0-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=36d963e75ad6fe2c -C extra-filename=-6281fc941cd90b2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5202025-08-12T06:09:19.583Z Compiling percent-encoding v2.3.1
5212025-08-12T06:09:19.586Z Compiling pkg-config v0.3.31
5222025-08-12T06:09:19.586Z Running `/home/build/.rustup/toolchains/1.89.0-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.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=19fdb42994c949f4 -C extra-filename=-697643d6829eef07 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232025-08-12T06:09:19.586Z Running `/home/build/.rustup/toolchains/1.89.0-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=1cf1624ec8be3583 -C extra-filename=-f192e05f9e2e0577 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5242025-08-12T06:09:19.852Z Compiling writeable v0.5.5
5252025-08-12T06:09:19.855Z Running `/home/build/.rustup/toolchains/1.89.0-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=0cb00a2eaf2f127c -C extra-filename=-f8711e94e8903763 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5262025-08-12T06:09:19.914Z Compiling typenum v1.14.0
5272025-08-12T06:09:19.981Z Running `/home/build/.rustup/toolchains/1.89.0-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=642587f621c0abd6 -C extra-filename=-b4c60f5eaffa6ee0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-b4c60f5eaffa6ee0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282025-08-12T06:09:19.984Z Compiling base64 v0.22.1
5292025-08-12T06:09:19.984Z Running `/home/build/.rustup/toolchains/1.89.0-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=b1895363a2183de6 -C extra-filename=-fc5b037c24c23339 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5302025-08-12T06:09:20.091Z Compiling atomic-waker v1.1.1
5312025-08-12T06:09:20.095Z Running `/home/build/.rustup/toolchains/1.89.0-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.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("portable-atomic"))' -C metadata=7708fa9ac15e106e -C extra-filename=-f76192d278487c00 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322025-08-12T06:09:20.293Z Compiling litemap v0.7.4
5332025-08-12T06:09:20.296Z Running `/home/build/.rustup/toolchains/1.89.0-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=471b6b77311e045a -C extra-filename=-978a008ca68e7e39 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342025-08-12T06:09:20.434Z Compiling generic-array v0.14.5
5352025-08-12T06:09:20.437Z Running `/home/build/.rustup/toolchains/1.89.0-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=c5a172d084ab92bc -C extra-filename=-450359192da78878 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-450359192da78878 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-279c702c1642785a.rlib --cap-lints allow`
5362025-08-12T06:09:20.600Z Compiling try-lock v0.2.3
5372025-08-12T06:09:20.603Z Running `/home/build/.rustup/toolchains/1.89.0-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=f7e93576315c6700 -C extra-filename=-0ba9e17d8552fb0a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5382025-08-12T06:09:20.658Z Compiling getrandom v0.3.1
5392025-08-12T06:09:20.658Z Running `/home/build/.rustup/toolchains/1.89.0-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=ebbd01ed79964729 -C extra-filename=-4e70e1e32492f461 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-4e70e1e32492f461 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5402025-08-12T06:09:20.673Z Compiling crossbeam-utils v0.8.15
5412025-08-12T06:09:20.676Z Running `/home/build/.rustup/toolchains/1.89.0-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=ea4401364d30d470 -C extra-filename=-11fbc88a78d8e716 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-11fbc88a78d8e716 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422025-08-12T06:09:20.755Z Compiling want v0.3.0
5432025-08-12T06:09:20.758Z Running `/home/build/.rustup/toolchains/1.89.0-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=253e0b0e01345d9f -C extra-filename=-8c053dd401026efa --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-4cc744b5d1b67ab7.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-0ba9e17d8552fb0a.rmeta --cap-lints allow`
5442025-08-12T06:09:20.827Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-450359192da78878/build-script-build`
5452025-08-12T06:09:20.831Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-b4c60f5eaffa6ee0/build-script-main`
5462025-08-12T06:09:20.862Z Compiling openssl-sys v0.9.107
5472025-08-12T06:09:20.866Z Running `/home/build/.rustup/toolchains/1.89.0-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=8932522d19bb5898 -C extra-filename=-9401816a13b934c9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-9401816a13b934c9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-2ece6fcdeba1a7c7.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-f192e05f9e2e0577.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-6281fc941cd90b2f.rlib --cap-lints allow`
5482025-08-12T06:09:20.874Z Compiling subtle v2.5.0
5492025-08-12T06:09:20.878Z Running `/home/build/.rustup/toolchains/1.89.0-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=a7f8a6d21bd9f80f -C extra-filename=-a9e3f99c9bf65241 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5502025-08-12T06:09:21.005Z Running `/home/build/.rustup/toolchains/1.89.0-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=bc815d933e236fcc -C extra-filename=-cc6854985e4a1c0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5512025-08-12T06:09:21.035Z Compiling num-conv v0.1.0
5522025-08-12T06:09:21.046Z Running `/home/build/.rustup/toolchains/1.89.0-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=432a04f601ba3629 -C extra-filename=-9f6a1b84da08e6a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532025-08-12T06:09:21.125Z Compiling icu_locid_transform_data v1.5.0
5542025-08-12T06:09:21.137Z Running `/home/build/.rustup/toolchains/1.89.0-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=c30afe608ac17743 -C extra-filename=-1d7fa077435c1028 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552025-08-12T06:09:21.137Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-4e70e1e32492f461/build-script-build`
5562025-08-12T06:09:21.153Z Compiling powerfmt v0.2.0
5572025-08-12T06:09:21.156Z Running `/home/build/.rustup/toolchains/1.89.0-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=b01613dbbc8c3f6a -C extra-filename=-7ebe33306b3469d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582025-08-12T06:09:21.169Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-11fbc88a78d8e716/build-script-build`
5592025-08-12T06:09:21.187Z Compiling httpdate v1.0.1
5602025-08-12T06:09:21.200Z Running `/home/build/.rustup/toolchains/1.89.0-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=7caeb756bf8a6d50 -C extra-filename=-1e8d63d51728995e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612025-08-12T06:09:21.228Z Compiling time-core v0.1.2
5622025-08-12T06:09:21.231Z Running `/home/build/.rustup/toolchains/1.89.0-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=dbdc0a66bf04ebfe -C extra-filename=-22c4cc20c4fbb3ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632025-08-12T06:09:21.326Z Compiling tower-service v0.3.3
5642025-08-12T06:09:21.329Z Running `/home/build/.rustup/toolchains/1.89.0-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=78283ee539a2ddc1 -C extra-filename=-24a75a130f41be1c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5652025-08-12T06:09:21.423Z Compiling time-macros v0.2.18
5662025-08-12T06:09:21.426Z Running `/home/build/.rustup/toolchains/1.89.0-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=88c6acb849dace2a -C extra-filename=-bea708d3009ac0ae --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-9f6a1b84da08e6a6.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-22c4cc20c4fbb3ee.rlib --extern proc_macro --cap-lints allow`
5672025-08-12T06:09:21.467Z Compiling deranged v0.3.11
5682025-08-12T06:09:21.470Z Running `/home/build/.rustup/toolchains/1.89.0-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=91b8237c34dfed4a -C extra-filename=-d189a87b23ebc0f6 --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-7ebe33306b3469d1.rmeta --cap-lints allow`
5692025-08-12T06:09:21.549Z Running `/home/build/.rustup/toolchains/1.89.0-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=6b2f59af5a07b4a4 -C extra-filename=-c8d150a876811951 --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-d1fc0ca4a8c78aee.rmeta --cap-lints allow`
5702025-08-12T06:09:21.641Z Running `/home/build/.rustup/toolchains/1.89.0-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=0bb13d84cb41442e -C extra-filename=-f239b4e660ed3205 --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-d1fc0ca4a8c78aee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --cap-lints allow`
5712025-08-12T06:09:21.874Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-9401816a13b934c9/build-script-main`
5722025-08-12T06:09:21.902Z Compiling slog v2.7.0
5732025-08-12T06:09:21.905Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.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="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=5e27eaa3ef2e6a37 -C extra-filename=-1bb4ae1b8a88e900 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-1bb4ae1b8a88e900 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742025-08-12T06:09:21.956Z Compiling icu_properties_data v1.5.0
5752025-08-12T06:09:21.959Z Running `/home/build/.rustup/toolchains/1.89.0-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=27305ebf87e0f2b4 -C extra-filename=-36d061d4cf2c2170 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5762025-08-12T06:09:22.009Z Running `/home/build/.rustup/toolchains/1.89.0-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=d0772a42670a6503 -C extra-filename=-e63ea87106fec0b3 --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-d1fc0ca4a8c78aee.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-8880fa60fbb53d34.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-b7c7a853b2672c9d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5772025-08-12T06:09:22.128Z Running `/home/build/.rustup/toolchains/1.89.0-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=0d5bea6eece8dd77 -C extra-filename=-0c4798b8b73e1696 --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-cc6854985e4a1c0f.rmeta --cap-lints allow --cfg relaxed_coherence`
5782025-08-12T06:09:22.205Z Compiling num_threads v0.1.3
5792025-08-12T06:09:22.208Z Running `/home/build/.rustup/toolchains/1.89.0-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=a5db98712fef2418 -C extra-filename=-cce89d29c29a11fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5802025-08-12T06:09:22.348Z Compiling errno v0.3.10
5812025-08-12T06:09:22.351Z Running `/home/build/.rustup/toolchains/1.89.0-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=743593a77c4382f1 -C extra-filename=-59128536ed30025f --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-18346d1196010207.rmeta --cap-lints allow`
5822025-08-12T06:09:22.424Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-1bb4ae1b8a88e900/build-script-build`
5832025-08-12T06:09:22.487Z Compiling thread-id v4.0.0
5842025-08-12T06:09:22.498Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.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=5dc13cb8c42a38ba -C extra-filename=-fae1529bdc4fc21d --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-18346d1196010207.rmeta --cap-lints allow`
5852025-08-12T06:09:22.558Z Compiling usdt-impl v0.5.0
5862025-08-12T06:09:22.561Z Running `/home/build/.rustup/toolchains/1.89.0-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.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="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=f178b3d30d4a0350 -C extra-filename=-15468ddbb2d6fe94 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-15468ddbb2d6fe94 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-279c702c1642785a.rlib --cap-lints allow`
5872025-08-12T06:09:22.602Z Compiling unicase v2.6.0
5882025-08-12T06:09:22.605Z Compiling openssl v0.10.72
5892025-08-12T06:09:22.605Z Running `/home/build/.rustup/toolchains/1.89.0-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=efdab57f5841fb50 -C extra-filename=-8a6f058aba8fb7bf --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-8a6f058aba8fb7bf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-279c702c1642785a.rlib --cap-lints allow`
5902025-08-12T06:09:22.605Z Running `/home/build/.rustup/toolchains/1.89.0-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=742a8dcee57355e7 -C extra-filename=-ebc4f2200f9c5e26 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-ebc4f2200f9c5e26 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5912025-08-12T06:09:22.882Z Compiling rustix v1.0.2
5922025-08-12T06:09:22.885Z Running `/home/build/.rustup/toolchains/1.89.0-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=822917e1b71909ea -C extra-filename=-a554c7a68d78be9c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-a554c7a68d78be9c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5932025-08-12T06:09:22.989Z Compiling utf8_iter v1.0.4
5942025-08-12T06:09:22.992Z Running `/home/build/.rustup/toolchains/1.89.0-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=ee5191ce9c473568 -C extra-filename=-aafb1e2c20606c87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5952025-08-12T06:09:23.002Z Compiling utf16_iter v1.0.5
5962025-08-12T06:09:23.005Z Running `/home/build/.rustup/toolchains/1.89.0-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=e7fadac597da1bb7 -C extra-filename=-4bc678715357a73e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5972025-08-12T06:09:23.134Z Compiling paste v1.0.15
5982025-08-12T06:09:23.137Z Running `/home/build/.rustup/toolchains/1.89.0-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=730c62f53a0a48b3 -C extra-filename=-b8993bef0993fb5d --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-b8993bef0993fb5d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5992025-08-12T06:09:23.226Z Compiling openssl-probe v0.1.4
6002025-08-12T06:09:23.229Z Running `/home/build/.rustup/toolchains/1.89.0-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=3a838aa808081e3e -C extra-filename=-74a95d829a9e3f28 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6012025-08-12T06:09:23.249Z Compiling ipnet v2.10.0
6022025-08-12T06:09:23.252Z Running `/home/build/.rustup/toolchains/1.89.0-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=417a0f5cdc7b4004 -C extra-filename=-36a722319678dcd2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6032025-08-12T06:09:23.390Z Compiling write16 v1.0.0
6042025-08-12T06:09:23.393Z Running `/home/build/.rustup/toolchains/1.89.0-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=1e3aa216e84e0834 -C extra-filename=-e614e5777fe05399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6052025-08-12T06:09:23.541Z Compiling foreign-types-shared v0.1.1
6062025-08-12T06:09:23.554Z Running `/home/build/.rustup/toolchains/1.89.0-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=b67aab22f3512ac0 -C extra-filename=-8fc90143fd5c54bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6072025-08-12T06:09:23.557Z Compiling icu_normalizer_data v1.5.0
6082025-08-12T06:09:23.566Z Running `/home/build/.rustup/toolchains/1.89.0-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=e5c4a1214fd5a10a -C extra-filename=-228292bf1be85f7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092025-08-12T06:09:23.569Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-a554c7a68d78be9c/build-script-build`
6102025-08-12T06:09:23.659Z Compiling foreign-types v0.3.2
6112025-08-12T06:09:23.662Z Running `/home/build/.rustup/toolchains/1.89.0-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=ea1eecc019dc215e -C extra-filename=-188fe77998a297dc --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-8fc90143fd5c54bd.rmeta --cap-lints allow`
6122025-08-12T06:09:23.672Z Compiling block-buffer v0.10.2
6132025-08-12T06:09:23.674Z Running `/home/build/.rustup/toolchains/1.89.0-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=1f6cccc65c06b6c5 -C extra-filename=-7b0ae611f5d06f55 --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-0c4798b8b73e1696.rmeta --cap-lints allow`
6142025-08-12T06:09:23.675Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-b8993bef0993fb5d/build-script-build`
6152025-08-12T06:09:23.697Z Compiling crypto-common v0.1.6
6162025-08-12T06:09:23.697Z Running `/home/build/.rustup/toolchains/1.89.0-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=565657e83a1a78bb -C extra-filename=-b8819ef569beb9a9 --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-0c4798b8b73e1696.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-cc6854985e4a1c0f.rmeta --cap-lints allow`
6172025-08-12T06:09:23.744Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-ebc4f2200f9c5e26/build-script-build`
6182025-08-12T06:09:23.765Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-8a6f058aba8fb7bf/build-script-build`
6192025-08-12T06:09:23.769Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-15468ddbb2d6fe94/build-script-build`
6202025-08-12T06:09:23.870Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.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="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=688b3c226df31637 -C extra-filename=-ffdeabb8e40f86e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
6212025-08-12T06:09:23.896Z Running `/home/build/.rustup/toolchains/1.89.0-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=03542b148a64ca40 -C extra-filename=-a5edf3d89d2437b5 --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-18346d1196010207.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)'`
6222025-08-12T06:09:23.909Z Compiling form_urlencoded v1.2.1
6232025-08-12T06:09:23.911Z Running `/home/build/.rustup/toolchains/1.89.0-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.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=f592dc888828ef2b -C extra-filename=-a679bce4ba54ba36 --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-697643d6829eef07.rmeta --cap-lints allow`
6242025-08-12T06:09:23.942Z Compiling rand_core v0.6.3
6252025-08-12T06:09:23.945Z Running `/home/build/.rustup/toolchains/1.89.0-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=82e382c8f120f70a -C extra-filename=-3620647cfcd68a7b --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-8880fa60fbb53d34.rmeta --cap-lints allow`
6262025-08-12T06:09:24.092Z Compiling synstructure v0.13.1
6272025-08-12T06:09:24.095Z Running `/home/build/.rustup/toolchains/1.89.0-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=5fed6dc99b56f39e -C extra-filename=-7fe1822931e61ff4 --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-4087bcafc6522cbc.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rmeta --cap-lints allow`
6282025-08-12T06:09:24.221Z Compiling time v0.3.36
6292025-08-12T06:09:24.224Z Running `/home/build/.rustup/toolchains/1.89.0-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=8d623b812df1f5d1 -C extra-filename=-1725a4f2723c4b5f --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-d189a87b23ebc0f6.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ccca4e1ddee0daa0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-9f6a1b84da08e6a6.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-cce89d29c29a11fa.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-7ebe33306b3469d1.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-22c4cc20c4fbb3ee.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-bea708d3009ac0ae.so --cap-lints allow`
6302025-08-12T06:09:24.350Z Compiling num-traits v0.2.14
6312025-08-12T06:09:24.353Z Running `/home/build/.rustup/toolchains/1.89.0-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=5357bd17145a3d99 -C extra-filename=-bf29c894d8901937 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-bf29c894d8901937 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-46f2f8f4c5aac822.rlib --cap-lints allow`
6322025-08-12T06:09:24.406Z Compiling rustls v0.22.4
6332025-08-12T06:09:24.409Z Running `/home/build/.rustup/toolchains/1.89.0-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=6ddd09a24a45ae86 -C extra-filename=-19a516f179033711 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-19a516f179033711 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6342025-08-12T06:09:24.614Z Compiling rustls-webpki v0.102.8
6352025-08-12T06:09:24.617Z Running `/home/build/.rustup/toolchains/1.89.0-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=95f0b9428a8a4fa6 -C extra-filename=-309346c89f0f14f5 --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-e63ea87106fec0b3.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-b7c7a853b2672c9d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out`
6362025-08-12T06:09:24.733Z Compiling native-tls v0.2.12
6372025-08-12T06:09:24.737Z Running `/home/build/.rustup/toolchains/1.89.0-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=36ca6e75343ab184 -C extra-filename=-f0a73f9973b3ee34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-f0a73f9973b3ee34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6382025-08-12T06:09:24.764Z Compiling plain v0.2.3
6392025-08-12T06:09:24.767Z Running `/home/build/.rustup/toolchains/1.89.0-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=b294daa1bf28856f -C extra-filename=-125e93d2102b73de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6402025-08-12T06:09:24.937Z Compiling mime v0.3.16
6412025-08-12T06:09:24.940Z Running `/home/build/.rustup/toolchains/1.89.0-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=67bbb769aa4e696c -C extra-filename=-1b877b67c121716e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6422025-08-12T06:09:25.149Z Compiling rustls v0.23.13
6432025-08-12T06:09:25.152Z Compiling ppv-lite86 v0.2.15
6442025-08-12T06:09:25.152Z Running `/home/build/.rustup/toolchains/1.89.0-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=f012041af7a3d6c0 -C extra-filename=-ac912197f3aae734 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-ac912197f3aae734 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6452025-08-12T06:09:25.166Z Running `/home/build/.rustup/toolchains/1.89.0-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=9f1a2c13dbdbdf6c -C extra-filename=-d543fb4a0008ad2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6462025-08-12T06:09:25.180Z Compiling rustix v0.38.44
6472025-08-12T06:09:25.180Z Running `/home/build/.rustup/toolchains/1.89.0-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=96b52a35fb5c6fd7 -C extra-filename=-ad4024386857b730 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-ad4024386857b730 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6482025-08-12T06:09:25.426Z Compiling semver v1.0.26
6492025-08-12T06:09:25.429Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/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=76652ffdd7c33676 -C extra-filename=-16fc0c09dfe4d442 --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-16fc0c09dfe4d442 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6502025-08-12T06:09:25.523Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-ac912197f3aae734/build-script-build`
6512025-08-12T06:09:25.560Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-f0a73f9973b3ee34/build-script-build`
6522025-08-12T06:09:25.580Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-19a516f179033711/build-script-build`
6532025-08-12T06:09:25.583Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-bf29c894d8901937/build-script-build`
6542025-08-12T06:09:25.852Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-ad4024386857b730/build-script-build`
6552025-08-12T06:09:25.875Z Compiling rand_chacha v0.3.1
6562025-08-12T06:09:25.888Z Running `/home/build/.rustup/toolchains/1.89.0-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=2845de7cd31f1a18 -C extra-filename=-1ba0b83183b468f2 --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-d543fb4a0008ad2a.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-3620647cfcd68a7b.rmeta --cap-lints allow`
6572025-08-12T06:09:25.909Z Running `/home/build/.rustup/toolchains/1.89.0-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=27d09d979e525b26 -C extra-filename=-6e71a935c6c76d23 --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`
6582025-08-12T06:09:25.967Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-16fc0c09dfe4d442/build-script-build`
6592025-08-12T06:09:25.981Z Compiling digest v0.10.7
6602025-08-12T06:09:25.984Z Running `/home/build/.rustup/toolchains/1.89.0-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=3aba488565c51897 -C extra-filename=-3134bc8b7465634e --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-7b0ae611f5d06f55.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-b8819ef569beb9a9.rmeta --cap-lints allow`
6612025-08-12T06:09:26.029Z Running `/home/build/.rustup/toolchains/1.89.0-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=2376d7fac19d9d25 -C extra-filename=-2707fce9775bf092 --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"))'`
6622025-08-12T06:09:26.291Z Running `/home/build/.rustup/toolchains/1.89.0-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=3f71b11d3bba2f6a -C extra-filename=-f403a3324f468317 --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-b0beeb192621a71b.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-59128536ed30025f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6632025-08-12T06:09:26.345Z Compiling dirs-sys-next v0.1.2
6642025-08-12T06:09:26.348Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-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=e72495d89b639ce7 -C extra-filename=-aff08ebd10df53ff --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-18346d1196010207.rmeta --cap-lints allow`
6652025-08-12T06:09:26.629Z Running `/home/build/.rustup/toolchains/1.89.0-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.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="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=d917cbe4178a5cd4 -C extra-filename=-588a52d23ecea861 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-588a52d23ecea861 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-279c702c1642785a.rlib --cap-lints allow`
6662025-08-12T06:09:26.643Z Compiling cpufeatures v0.2.2
6672025-08-12T06:09:26.646Z Running `/home/build/.rustup/toolchains/1.89.0-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=5d2005d1b0a621bd -C extra-filename=-9b44a7fbf2f6f1f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6682025-08-12T06:09:26.746Z Compiling winnow v0.7.10
6692025-08-12T06:09:26.749Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.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 --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=bfcc91b7eb1af710 -C extra-filename=-3147dd1353c3fce3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6702025-08-12T06:09:26.940Z Compiling pretty-hex v0.4.1
6712025-08-12T06:09:26.943Z Running `/home/build/.rustup/toolchains/1.89.0-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=fb347450d65c46ec -C extra-filename=-75be64ed0820bb26 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6722025-08-12T06:09:26.960Z Compiling fastrand v2.1.1
6732025-08-12T06:09:26.963Z Running `/home/build/.rustup/toolchains/1.89.0-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=26e1b069ac1161db -C extra-filename=-cc748a4c3e6a7031 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6742025-08-12T06:09:27.012Z Compiling sha1 v0.10.6
6752025-08-12T06:09:27.015Z Running `/home/build/.rustup/toolchains/1.89.0-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=b54f0ae0be4f3ae8 -C extra-filename=-97ddd30583eeea89 --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-d1fc0ca4a8c78aee.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-9b44a7fbf2f6f1f0.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-3134bc8b7465634e.rmeta --cap-lints allow`
6762025-08-12T06:09:27.064Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-588a52d23ecea861/build-script-build`
6772025-08-12T06:09:27.152Z Compiling dirs-next v2.0.0
6782025-08-12T06:09:27.160Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.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=5bc4d6d5edcda8ca -C extra-filename=-22348da34fa2cd3a --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-d1fc0ca4a8c78aee.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-aff08ebd10df53ff.rmeta --cap-lints allow`
6792025-08-12T06:09:27.208Z Compiling mime_guess v2.0.5
6802025-08-12T06:09:27.211Z Running `/home/build/.rustup/toolchains/1.89.0-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=bafea538bd199fa1 -C extra-filename=-7eefa35716bf6356 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-7eefa35716bf6356 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-6e71a935c6c76d23.rlib --cap-lints allow`
6812025-08-12T06:09:27.350Z Compiling rand v0.8.4
6822025-08-12T06:09:27.353Z Running `/home/build/.rustup/toolchains/1.89.0-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=6578a426f7b1c8c9 -C extra-filename=-5a9aed3033c5d837 --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-18346d1196010207.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-1ba0b83183b468f2.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-3620647cfcd68a7b.rmeta --cap-lints allow`
6832025-08-12T06:09:27.420Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/src/lib.rs --error-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=ceec7056d3aabb3b -C extra-filename=-4ae52e7a4bd09758 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
6842025-08-12T06:09:27.489Z Running `/home/build/.rustup/toolchains/1.89.0-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=35ef64ef39584443 -C extra-filename=-d89a76c7d9752757 --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-b0beeb192621a71b.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-59128536ed30025f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6852025-08-12T06:09:27.627Z Running `/home/build/.rustup/toolchains/1.89.0-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=e59914ab105dd42a -C extra-filename=-659b6b7c406f8333 --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`
6862025-08-12T06:09:27.689Z Compiling serde_derive v1.0.219
6872025-08-12T06:09:27.692Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/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=578a8141ca358c59 -C extra-filename=-a363bd704c81a8a8 --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
6882025-08-12T06:09:28.178Z Compiling tokio-macros v2.5.0
6892025-08-12T06:09:28.181Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.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=1ef9725842fa0a63 -C extra-filename=-61b3baef55c90954 --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
6902025-08-12T06:09:28.350Z Compiling thiserror-impl v1.0.69
6912025-08-12T06:09:28.353Z Running `/home/build/.rustup/toolchains/1.89.0-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=4527f27043c0d479 -C extra-filename=-d327cea938ed4e01 --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
6922025-08-12T06:09:28.503Z Compiling zerofrom-derive v0.1.5
6932025-08-12T06:09:28.506Z Running `/home/build/.rustup/toolchains/1.89.0-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=c556d2445c67b3d9 -C extra-filename=-1e13842d1928f03b --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-7fe1822931e61ff4.rlib --extern proc_macro --cap-lints allow`
6942025-08-12T06:09:28.804Z Compiling futures-macro v0.3.31
6952025-08-12T06:09:28.807Z Running `/home/build/.rustup/toolchains/1.89.0-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=dd3105b84ee97bd3 -C extra-filename=-60a2442642cf1056 --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
6962025-08-12T06:09:29.061Z Compiling yoke-derive v0.7.5
6972025-08-12T06:09:29.065Z Running `/home/build/.rustup/toolchains/1.89.0-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=c18664f6e109eab5 -C extra-filename=-c47eeda73489cb6c --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-7fe1822931e61ff4.rlib --extern proc_macro --cap-lints allow`
6982025-08-12T06:09:29.602Z Compiling zerovec-derive v0.10.3
6992025-08-12T06:09:29.605Z Running `/home/build/.rustup/toolchains/1.89.0-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=fae66ba0b8d3e575 -C extra-filename=-762aebaaa5daf8ec --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
7002025-08-12T06:09:29.633Z Compiling tokio v1.47.1
7012025-08-12T06:09:29.644Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --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-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=ab7b568c5a7e2abb -C extra-filename=-09d4f33b6a71024f --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-7cff26a79ab4dead.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-ec84009726b7c1af.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-764e4cd0f7ca2498.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-1e52fe5d729a83fe.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2a7dece4df2d4e7a.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-61b3baef55c90954.so --cap-lints allow`
7022025-08-12T06:09:29.957Z Compiling displaydoc v0.2.5
7032025-08-12T06:09:29.960Z Running `/home/build/.rustup/toolchains/1.89.0-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=625b1fb72c304548 -C extra-filename=-bfdd8806ebe727ad --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
7042025-08-12T06:09:30.646Z Compiling futures-util v0.3.31
7052025-08-12T06:09:30.650Z Running `/home/build/.rustup/toolchains/1.89.0-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=c0682319820993b7 -C extra-filename=-98034aa9c0a01695 --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-ffb71c2ba0b944d0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5801f2bf17f68390.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-60a2442642cf1056.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-affd5790269c5577.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c624c1fbad75c606.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-1dce84f2db4aa53e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-c328a97786132641.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-4d98de329366cb88.rmeta --cap-lints allow`
7062025-08-12T06:09:30.994Z Running `/home/build/.rustup/toolchains/1.89.0-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=40d39e2189287644 -C extra-filename=-275f387d964e497c --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-d327cea938ed4e01.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
7072025-08-12T06:09:31.134Z Compiling pest v2.7.6
7082025-08-12T06:09:31.137Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.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="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=782c287a05eb8510 -C extra-filename=-2c65ed4424c920d0 --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-1dce84f2db4aa53e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-275f387d964e497c.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-a8e57d11309bcc67.rmeta --cap-lints allow`
7092025-08-12T06:09:31.329Z Compiling zerocopy-derive v0.7.32
7102025-08-12T06:09:31.332Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8b0af6988a6c807 -C extra-filename=-8addf3e2890990ec --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
7112025-08-12T06:09:31.428Z Compiling icu_provider_macros v1.5.0
7122025-08-12T06:09:31.431Z Running `/home/build/.rustup/toolchains/1.89.0-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=42fc79fc06d6b452 -C extra-filename=-6b63ad8cc8defe46 --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
7132025-08-12T06:09:31.528Z Compiling zerofrom v0.1.5
7142025-08-12T06:09:31.539Z Running `/home/build/.rustup/toolchains/1.89.0-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=a191c458009046d8 -C extra-filename=-6b30dfda21829fa8 --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-1e13842d1928f03b.so --cap-lints allow`
7152025-08-12T06:09:31.770Z Compiling yoke v0.7.5
7162025-08-12T06:09:31.773Z Running `/home/build/.rustup/toolchains/1.89.0-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=055c6a837d24cf6b -C extra-filename=-ecf681b69c1626a0 --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-5200e8a0488dfdd0.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-c47eeda73489cb6c.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-6b30dfda21829fa8.rmeta --cap-lints allow`
7172025-08-12T06:09:31.901Z Compiling scroll_derive v0.12.0
7182025-08-12T06:09:31.904Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.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=b010b7f060cd417b -C extra-filename=-ad552ed86b58f99a --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
7192025-08-12T06:09:32.122Z Compiling zerovec v0.10.4
7202025-08-12T06:09:32.126Z Running `/home/build/.rustup/toolchains/1.89.0-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=07c5a8b3b8e05c62 -C extra-filename=-21a0963cb6a05109 --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-ecf681b69c1626a0.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-6b30dfda21829fa8.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-762aebaaa5daf8ec.so --cap-lints allow`
7212025-08-12T06:09:32.567Z Compiling openssl-macros v0.1.1
7222025-08-12T06:09:32.570Z Running `/home/build/.rustup/toolchains/1.89.0-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=595282726f714cc4 -C extra-filename=-a12baaf256dc6e88 --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
7232025-08-12T06:09:33.186Z Compiling zerocopy v0.7.32
7242025-08-12T06:09:33.189Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --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", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=3b2429e9f4d13f02 -C extra-filename=-9cf5504bb8941768 --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-730d305df33f99e0.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-8addf3e2890990ec.so --cap-lints allow`
7252025-08-12T06:09:33.436Z Compiling scroll v0.12.0
7262025-08-12T06:09:33.436Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=8ce32789e278d685 -C extra-filename=-27f96ccfd5fc258d --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-ad552ed86b58f99a.so --cap-lints allow`
7272025-08-12T06:09:33.462Z Compiling pest_meta v2.7.6
7282025-08-12T06:09:33.465Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=780a58ae721a0d2b -C extra-filename=-3f71c6331673eea4 --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-35c460553adbbed1.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-2c65ed4424c920d0.rmeta --cap-lints allow`
7292025-08-12T06:09:33.921Z Compiling tinystr v0.7.6
7302025-08-12T06:09:33.924Z Running `/home/build/.rustup/toolchains/1.89.0-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=e4dd9efd3acd28a8 -C extra-filename=-0ed646bdb54999af --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-bfdd8806ebe727ad.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-21a0963cb6a05109.rmeta --cap-lints allow`
7312025-08-12T06:09:33.979Z Compiling icu_collections v1.5.0
7322025-08-12T06:09:33.982Z Running `/home/build/.rustup/toolchains/1.89.0-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=20f54db6c6053b90 -C extra-filename=-16926a214dcb252e --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-bfdd8806ebe727ad.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-ecf681b69c1626a0.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-6b30dfda21829fa8.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-21a0963cb6a05109.rmeta --cap-lints allow`
7332025-08-12T06:09:34.174Z Compiling goblin v0.8.0
7342025-08-12T06:09:34.177Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.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="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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=05e7362788ee59e1 -C extra-filename=-cfde971804a5cc11 --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-4cc744b5d1b67ab7.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-125e93d2102b73de.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-27f96ccfd5fc258d.rmeta --cap-lints allow`
7352025-08-12T06:09:34.331Z Compiling icu_locid v1.5.0
7362025-08-12T06:09:34.334Z Running `/home/build/.rustup/toolchains/1.89.0-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=3323d800dca9d0d2 -C extra-filename=-3f39e4e4293cf18a --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-bfdd8806ebe727ad.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-978a008ca68e7e39.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-0ed646bdb54999af.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-f8711e94e8903763.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-21a0963cb6a05109.rmeta --cap-lints allow`
7372025-08-12T06:09:34.345Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-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=d49ca903f99373a3 -C extra-filename=-c1ff3d3d4640fec3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a363bd704c81a8a8.so --cap-lints allow --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_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
7382025-08-12T06:09:34.514Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/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=b1e6b6f71ccfd1ea -C extra-filename=-27bcd61e7d872dc9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a363bd704c81a8a8.so --cap-lints allow --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_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
7392025-08-12T06:09:35.364Z Compiling pest_generator v2.7.6
7402025-08-12T06:09:35.367Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=7d1328fb1f3dde39 -C extra-filename=-443668b1b332044f --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-2c65ed4424c920d0.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-3f71c6331673eea4.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-4087bcafc6522cbc.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rmeta --cap-lints allow`
7412025-08-12T06:09:36.133Z Compiling icu_provider v1.5.0
7422025-08-12T06:09:36.133Z Running `/home/build/.rustup/toolchains/1.89.0-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=dd8b8ac7b94061b7 -C extra-filename=-589492d6ab5f4b42 --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-bfdd8806ebe727ad.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-3f39e4e4293cf18a.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-6b63ad8cc8defe46.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-5200e8a0488dfdd0.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-0ed646bdb54999af.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-f8711e94e8903763.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-ecf681b69c1626a0.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-6b30dfda21829fa8.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-21a0963cb6a05109.rmeta --cap-lints allow`
7432025-08-12T06:09:36.513Z Running `/home/build/.rustup/toolchains/1.89.0-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=282bd2324f89ad90 -C extra-filename=-ae0cdc9987b33b0c --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-b0beeb192621a71b.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d1fc0ca4a8c78aee.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-188fe77998a297dc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-35c460553adbbed1.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-a12baaf256dc6e88.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-a5edf3d89d2437b5.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)'`
7442025-08-12T06:09:36.845Z Compiling icu_locid_transform v1.5.0
7452025-08-12T06:09:36.849Z Running `/home/build/.rustup/toolchains/1.89.0-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=f3530a87120f31b1 -C extra-filename=-8b26a659f4dfff93 --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-bfdd8806ebe727ad.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-3f39e4e4293cf18a.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-1d7fa077435c1028.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-589492d6ab5f4b42.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-0ed646bdb54999af.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-21a0963cb6a05109.rmeta --cap-lints allow`
7462025-08-12T06:09:36.945Z Compiling pest_derive v2.7.6
7472025-08-12T06:09:36.948Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.7.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 --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=31a012d96f3d39da -C extra-filename=-b0622f5c9fedc775 --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-2c65ed4424c920d0.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-443668b1b332044f.rlib --extern proc_macro --cap-lints allow`
7482025-08-12T06:09:37.153Z Compiling toml_parser v1.0.2
7492025-08-12T06:09:37.156Z Running `/home/build/.rustup/toolchains/1.89.0-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.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=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=9d506c144ee3669d -C extra-filename=-09bc80529bc81e78 --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-3147dd1353c3fce3.rmeta --cap-lints allow`
7502025-08-12T06:09:37.961Z Compiling tokio-util v0.7.7
7512025-08-12T06:09:37.964Z Running `/home/build/.rustup/toolchains/1.89.0-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=4139d7fb02d5a7f4 -C extra-filename=-6e6f7e47cb5bb6d8 --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-7cff26a79ab4dead.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-affd5790269c5577.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-97b023771e254cab.rmeta --cap-lints allow`
7522025-08-12T06:09:38.830Z Compiling icu_properties v1.5.1
7532025-08-12T06:09:38.833Z Running `/home/build/.rustup/toolchains/1.89.0-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=f36d0b335db620b2 -C extra-filename=-4212d618826ec077 --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-bfdd8806ebe727ad.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-16926a214dcb252e.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-8b26a659f4dfff93.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-36d061d4cf2c2170.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-589492d6ab5f4b42.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-0ed646bdb54999af.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-21a0963cb6a05109.rmeta --cap-lints allow`
7542025-08-12T06:09:39.238Z Compiling dtrace-parser v0.2.0
7552025-08-12T06:09:39.241Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-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=ce0ece91e845f4e5 -C extra-filename=-0f237803b0b45760 --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-2c65ed4424c920d0.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-b0622f5c9fedc775.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-275f387d964e497c.rmeta --cap-lints allow`
7562025-08-12T06:09:39.495Z Compiling indexmap v2.10.0
7572025-08-12T06:09:39.498Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-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 '--allow=clippy::style' --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", "test_debug"))' -C metadata=5a17b559db9a5e9e -C extra-filename=-2c50bfc14af95b1e --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-70feb4c21cea1e73.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-a0979d3478169a37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --cap-lints allow`
7582025-08-12T06:09:39.772Z Running `/home/build/.rustup/toolchains/1.89.0-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.142/src/lib.rs --error-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=71679efe4ef4fb31 -C extra-filename=-ed892dd75b20f603 --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-ccca4e1ddee0daa0.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-1dce84f2db4aa53e.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-76b8907002a3039f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7592025-08-12T06:09:39.854Z Compiling serde_tokenstream v0.2.2
7602025-08-12T06:09:39.857Z Running `/home/build/.rustup/toolchains/1.89.0-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=ca3ced6f08240e49 -C extra-filename=-c7b3bd86ef64a8e1 --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-4087bcafc6522cbc.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27bcd61e7d872dc9.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rmeta --cap-lints allow`
7612025-08-12T06:09:40.399Z Running `/home/build/.rustup/toolchains/1.89.0-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.142/src/lib.rs --error-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=5ca15652efc48207 -C extra-filename=-0ad4d7b1794787c1 --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-ccca4e1ddee0daa0.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-1dce84f2db4aa53e.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-76b8907002a3039f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27bcd61e7d872dc9.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7622025-08-12T06:09:40.871Z Compiling h2 v0.4.6
7632025-08-12T06:09:40.874Z Running `/home/build/.rustup/toolchains/1.89.0-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=1e676b6e0ca66075 -C extra-filename=-8cf04458d80768ba --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-f76192d278487c00.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-18df4cfff4f53187.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-affd5790269c5577.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-4d98de329366cb88.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6e6f7e47cb5bb6d8.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-97b023771e254cab.rmeta --cap-lints allow`
7642025-08-12T06:09:41.167Z Compiling serde_spanned v1.0.0
7652025-08-12T06:09:41.188Z Running `/home/build/.rustup/toolchains/1.89.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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=707d20e3cab03724 -C extra-filename=-abd7b47d6535d08a --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-c1ff3d3d4640fec3.rmeta --cap-lints allow`
7662025-08-12T06:09:41.434Z Compiling toml_datetime v0.7.0
7672025-08-12T06:09:41.446Z Running `/home/build/.rustup/toolchains/1.89.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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=a6bb8cc01ca79d02 -C extra-filename=-fbedf855ae3a3e6d --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-c1ff3d3d4640fec3.rmeta --cap-lints allow`
7682025-08-12T06:09:42.062Z Compiling dof v0.3.0
7692025-08-12T06:09:42.066Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-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 --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=4c7ea5eacf5ce097 -C extra-filename=-86bddac579c34448 --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-cfde971804a5cc11.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-75be64ed0820bb26.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-275f387d964e497c.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-9cf5504bb8941768.rmeta --cap-lints allow`
7702025-08-12T06:09:42.457Z Compiling icu_normalizer v1.5.0
7712025-08-12T06:09:42.461Z Running `/home/build/.rustup/toolchains/1.89.0-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=fc2843d6b052b33e -C extra-filename=-bdb59da87178cdef --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-bfdd8806ebe727ad.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-16926a214dcb252e.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-228292bf1be85f7d.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-4212d618826ec077.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-589492d6ab5f4b42.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2d5763b389f336d3.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-4bc678715357a73e.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-aafb1e2c20606c87.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-e614e5777fe05399.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-21a0963cb6a05109.rmeta --cap-lints allow`
7722025-08-12T06:09:43.115Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=19837707e733cccf -C extra-filename=-c2303852ced1dedd --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-27bcd61e7d872dc9.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0ad4d7b1794787c1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-275f387d964e497c.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-9cf5504bb8941768.rmeta --cap-lints allow`
7732025-08-12T06:09:43.507Z Compiling idna_adapter v1.2.0
7742025-08-12T06:09:43.510Z Running `/home/build/.rustup/toolchains/1.89.0-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=1f4591486dd6bc10 -C extra-filename=-6e16b6881ef69a1d --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-bdb59da87178cdef.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-4212d618826ec077.rmeta --cap-lints allow`
7752025-08-12T06:09:43.744Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-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 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=8cb114ef284f5c95 -C extra-filename=-7b0c1f383ea30831 --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-730d305df33f99e0.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-c2303852ced1dedd.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-0f237803b0b45760.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-4087bcafc6522cbc.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27bcd61e7d872dc9.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0ad4d7b1794787c1.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-275f387d964e497c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-fae1529bdc4fc21d.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7762025-08-12T06:09:43.886Z Compiling idna v1.0.3
7772025-08-12T06:09:43.889Z Running `/home/build/.rustup/toolchains/1.89.0-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=90414fcc5fa402d2 -C extra-filename=-64c36d3ab62b1ec3 --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-6e16b6881ef69a1d.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2d5763b389f336d3.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-aafb1e2c20606c87.rmeta --cap-lints allow`
7782025-08-12T06:09:43.971Z Running `/home/build/.rustup/toolchains/1.89.0-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=876c9fad2003fc9f -C extra-filename=-efe5e62ed74495fc --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-4cc744b5d1b67ab7.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-ae0cdc9987b33b0c.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-74a95d829a9e3f28.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-a5edf3d89d2437b5.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
7792025-08-12T06:09:43.991Z Compiling tempfile v3.20.0
7802025-08-12T06:09:43.994Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.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", "unstable-windows-keep-open-tempfile"))' -C metadata=52fa5fb5f4200ee2 -C extra-filename=-0259b86c2548831f --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-cc748a4c3e6a7031.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-f239b4e660ed3205.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-35c460553adbbed1.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-f403a3324f468317.rmeta --cap-lints allow`
7812025-08-12T06:09:44.105Z Running `/home/build/.rustup/toolchains/1.89.0-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=d4e771185794f6d0 -C extra-filename=-b600928ddb1e90d4 --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-4cc744b5d1b67ab7.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-e63ea87106fec0b3.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-309346c89f0f14f5.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-a9e3f99c9bf65241.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-ae971e3fa5024fa8.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out`
7822025-08-12T06:09:44.384Z Running `/home/build/.rustup/toolchains/1.89.0-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=eb26aaf7eb6e3900 -C extra-filename=-d59e011abd8115d3 --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-35c460553adbbed1.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-e63ea87106fec0b3.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-309346c89f0f14f5.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-a9e3f99c9bf65241.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-ae971e3fa5024fa8.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
7832025-08-12T06:09:44.491Z Compiling serde_derive_internals v0.29.0
7842025-08-12T06:09:44.495Z Running `/home/build/.rustup/toolchains/1.89.0-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=f27719d3aa8721aa -C extra-filename=-5fae6bf76bc4ffe8 --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-4087bcafc6522cbc.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rmeta --cap-lints allow`
7852025-08-12T06:09:44.543Z Compiling concurrent-queue v2.5.0
7862025-08-12T06:09:44.546Z Running `/home/build/.rustup/toolchains/1.89.0-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=83c657ed5f92b103 -C extra-filename=-5574366c626e946d --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-c8d150a876811951.rmeta --cap-lints allow`
7872025-08-12T06:09:44.842Z Compiling rustls-pemfile v2.1.3
7882025-08-12T06:09:44.845Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=51364a073943bb9d -C extra-filename=-142267e451f0a445 --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-fc5b037c24c23339.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --cap-lints allow`
7892025-08-12T06:09:44.908Z Compiling http-body-util v0.1.3
7902025-08-12T06:09:44.911Z Running `/home/build/.rustup/toolchains/1.89.0-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=237774e7998ed110 -C extra-filename=-b65eae29a22a6c68 --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-7cff26a79ab4dead.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1c693f4d0fd9fc24.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --cap-lints allow`
7912025-08-12T06:09:44.922Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-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=04b1f28715d47db2 -C extra-filename=-b4c9d0b128c66aba --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-4087bcafc6522cbc.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-eb5ee43862668c9c.rmeta --cap-lints allow`
7922025-08-12T06:09:45.264Z Compiling sync_wrapper v1.0.1
7932025-08-12T06:09:45.268Z Running `/home/build/.rustup/toolchains/1.89.0-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=f81ee4dd1037cd78 -C extra-filename=-99764d03c66c6803 --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-89fa9a0fe914f1d0.rmeta --cap-lints allow`
7942025-08-12T06:09:45.397Z Compiling multer v3.1.0
7952025-08-12T06:09:45.400Z Running `/home/build/.rustup/toolchains/1.89.0-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=be9cb1fc8182a1a2 -C extra-filename=-0bf39609c31c8460 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-0bf39609c31c8460 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-279c702c1642785a.rlib --cap-lints allow`
7962025-08-12T06:09:45.451Z Compiling thread_local v1.1.4
7972025-08-12T06:09:45.454Z Running `/home/build/.rustup/toolchains/1.89.0-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=906f6bba3ce44c9f -C extra-filename=-c2818a33f305a43b --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-35c460553adbbed1.rmeta --cap-lints allow`
7982025-08-12T06:09:45.536Z Compiling encoding_rs v0.8.32
7992025-08-12T06:09:45.536Z Running `/home/build/.rustup/toolchains/1.89.0-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=de3357e76910a696 -C extra-filename=-e90d2b371428f6b3 --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-d1fc0ca4a8c78aee.rmeta --cap-lints allow`
8002025-08-12T06:09:45.774Z Compiling hyper v1.6.0
8012025-08-12T06:09:45.777Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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 --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=4b00219616ee0ffe -C extra-filename=-e177be9a6a5c86c9 --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-7cff26a79ab4dead.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-ffb71c2ba0b944d0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-98034aa9c0a01695.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-8cf04458d80768ba.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1c693f4d0fd9fc24.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5d8a039823058138.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-1e8d63d51728995e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ccca4e1ddee0daa0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2d5763b389f336d3.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-8c053dd401026efa.rmeta --cap-lints allow`
8022025-08-12T06:09:45.927Z Compiling lazy_static v1.5.0
8032025-08-12T06:09:45.931Z Running `/home/build/.rustup/toolchains/1.89.0-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=25e11ba80d99d45a -C extra-filename=-99f14ca122f12925 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8042025-08-12T06:09:46.085Z Compiling thiserror v2.0.12
8052025-08-12T06:09:46.088Z Running `/home/build/.rustup/toolchains/1.89.0-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.12/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=8c68aedef270bd2f -C extra-filename=-f251e72df3ce2a97 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f251e72df3ce2a97 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8062025-08-12T06:09:46.301Z Compiling match_cfg v0.1.0
8072025-08-12T06:09:46.328Z Running `/home/build/.rustup/toolchains/1.89.0-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=d2546fe97fc49654 -C extra-filename=-c2fc0a4afed188b2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8082025-08-12T06:09:46.410Z Compiling parking v2.2.0
8092025-08-12T06:09:46.413Z Running `/home/build/.rustup/toolchains/1.89.0-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=c0e25f75c018c503 -C extra-filename=-cd19536450621031 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8102025-08-12T06:09:46.729Z Compiling heck v0.5.0
8112025-08-12T06:09:46.732Z Running `/home/build/.rustup/toolchains/1.89.0-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=6f26c955301c87d2 -C extra-filename=-fe020249e7dee3f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8122025-08-12T06:09:46.763Z Compiling toml_writer v1.0.2
8132025-08-12T06:09:46.788Z Running `/home/build/.rustup/toolchains/1.89.0-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.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=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=c5705a3acdf69970 -C extra-filename=-f9215c2166d47f6a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8142025-08-12T06:09:47.164Z Compiling iana-time-zone v0.1.47
8152025-08-12T06:09:47.167Z Running `/home/build/.rustup/toolchains/1.89.0-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=55ab0474066b1f34 -C extra-filename=-a7b17ec89e4a41e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8162025-08-12T06:09:47.190Z Compiling target-triple v0.1.3
8172025-08-12T06:09:47.201Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/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=a7da89912634775c -C extra-filename=-78e74e2179479d24 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-78e74e2179479d24 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8182025-08-12T06:09:47.579Z Compiling unicode-width v0.1.9
8192025-08-12T06:09:47.590Z Running `/home/build/.rustup/toolchains/1.89.0-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=355450d2964da0bb -C extra-filename=-e589e27c1efb5e45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8202025-08-12T06:09:47.755Z Compiling slog-async v2.8.0
8212025-08-12T06:09:47.758Z Running `/home/build/.rustup/toolchains/1.89.0-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=de90e8d1c80be7c4 -C extra-filename=-e03428d43c4ff60d --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-e03428d43c4ff60d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8222025-08-12T06:09:47.794Z Compiling tower-layer v0.3.3
8232025-08-12T06:09:47.797Z Running `/home/build/.rustup/toolchains/1.89.0-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=655e3d3da34c77fb -C extra-filename=-73a6807350cbf9f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8242025-08-12T06:09:48.093Z Compiling hyper-util v0.1.16
8252025-08-12T06:09:48.096Z Running `/home/build/.rustup/toolchains/1.89.0-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.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 --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=eb56457a3901679c -C extra-filename=-0a835bc6ef8029e2 --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-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-ffb71c2ba0b944d0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-98034aa9c0a01695.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1c693f4d0fd9fc24.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-36a722319678dcd2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2a7dece4df2d4e7a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-97b023771e254cab.rmeta --cap-lints allow`
8262025-08-12T06:09:48.181Z Compiling schemars v0.8.22
8272025-08-12T06:09:48.213Z Running `/home/build/.rustup/toolchains/1.89.0-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=4931427dfa84a748 -C extra-filename=-820f6dc404cc1a34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-820f6dc404cc1a34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8282025-08-12T06:09:48.321Z Compiling camino v1.1.11
8292025-08-12T06:09:48.324Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.11/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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=34410197062edf97 -C extra-filename=-adecd0cf146f4203 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-adecd0cf146f4203 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8302025-08-12T06:09:48.620Z Compiling unicode-segmentation v1.10.0
8312025-08-12T06:09:48.623Z Running `/home/build/.rustup/toolchains/1.89.0-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=87aa0f36439a91e1 -C extra-filename=-93110977b060b810 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8322025-08-12T06:09:48.935Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-adecd0cf146f4203/build-script-build`
8332025-08-12T06:09:48.999Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-820f6dc404cc1a34/build-script-build`
8342025-08-12T06:09:49.018Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-e03428d43c4ff60d/build-script-build`
8352025-08-12T06:09:49.084Z Compiling tokio-rustls v0.25.0
8362025-08-12T06:09:49.087Z Running `/home/build/.rustup/toolchains/1.89.0-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=1777514c821d952c -C extra-filename=-917a8ba634846eb1 --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-b600928ddb1e90d4.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out`
8372025-08-12T06:09:49.409Z Compiling newline-converter v0.3.0
8382025-08-12T06:09:49.412Z Running `/home/build/.rustup/toolchains/1.89.0-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=f9161047071be2d6 -C extra-filename=-d53757cf602ea573 --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-93110977b060b810.rmeta --cap-lints allow`
8392025-08-12T06:09:49.503Z Compiling tower v0.5.2
8402025-08-12T06:09:49.507Z Running `/home/build/.rustup/toolchains/1.89.0-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="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=d40dd334c6f3448f -C extra-filename=-80881791895256aa --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-89fa9a0fe914f1d0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-98034aa9c0a01695.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-99764d03c66c6803.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-73a6807350cbf9f7.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow`
8412025-08-12T06:09:49.589Z Compiling console v0.15.7
8422025-08-12T06:09:49.592Z Running `/home/build/.rustup/toolchains/1.89.0-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=8a617c3ee9529f87 -C extra-filename=-c8a1e30f045b449b --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-99f14ca122f12925.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-e589e27c1efb5e45.rmeta --cap-lints allow`
8432025-08-12T06:09:49.614Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-78e74e2179479d24/build-script-build`
8442025-08-12T06:09:49.614Z Compiling chrono v0.4.41
8452025-08-12T06:09:49.617Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "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=ab2e0ad60f0a9431 -C extra-filename=-5b8bac2dc11f97a4 --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-a7b17ec89e4a41e3.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-659b6b7c406f8333.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --cap-lints allow`
8462025-08-12T06:09:49.640Z Compiling toml v0.9.5
8472025-08-12T06:09:49.653Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-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 -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=486c01054f2d4692 -C extra-filename=-216bf4166dc6f622 --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-c1ff3d3d4640fec3.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-abd7b47d6535d08a.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-fbedf855ae3a3e6d.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-09bc80529bc81e78.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-f9215c2166d47f6a.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-3147dd1353c3fce3.rmeta --cap-lints allow`
8482025-08-12T06:09:50.294Z Compiling tokio-rustls v0.26.0
8492025-08-12T06:09:50.297Z Running `/home/build/.rustup/toolchains/1.89.0-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=751928bcdadd990b -C extra-filename=-5c2b51a9394c37d4 --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-d59e011abd8115d3.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out`
8502025-08-12T06:09:50.750Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f251e72df3ce2a97/build-script-build`
8512025-08-12T06:09:50.964Z Compiling event-listener v5.0.0
8522025-08-12T06:09:50.967Z Running `/home/build/.rustup/toolchains/1.89.0-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=b5c660fe71340aea -C extra-filename=-f358b614ca10199e --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-5574366c626e946d.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-cd19536450621031.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --cap-lints allow`
8532025-08-12T06:09:51.128Z Compiling hostname v0.3.1
8542025-08-12T06:09:51.143Z Running `/home/build/.rustup/toolchains/1.89.0-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=edb6e14635e9153f -C extra-filename=-08c144f622ca322b --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-18346d1196010207.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-c2fc0a4afed188b2.rmeta --cap-lints allow`
8552025-08-12T06:09:51.367Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-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 -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=8f66d098268b233a -C extra-filename=-893efc91b4be65a9 --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-730d305df33f99e0.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-86bddac579c34448.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-0f237803b0b45760.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-4087bcafc6522cbc.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b4c9d0b128c66aba.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-275f387d964e497c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-fae1529bdc4fc21d.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
8562025-08-12T06:09:51.533Z Compiling schemars_derive v0.8.22
8572025-08-12T06:09:51.536Z Running `/home/build/.rustup/toolchains/1.89.0-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=67550b9aa9b79b48 -C extra-filename=-e72445b58c206a1d --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-5fae6bf76bc4ffe8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
8582025-08-12T06:09:51.547Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-0bf39609c31c8460/build-script-build`
8592025-08-12T06:09:51.607Z Compiling usdt-attr-macro v0.5.0
8602025-08-12T06:09:51.610Z Running `/home/build/.rustup/toolchains/1.89.0-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.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 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=214339dee1355224 -C extra-filename=-1889e1d68a11d23a --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-0f237803b0b45760.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7b3bd86ef64a8e1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-7b0c1f383ea30831.rlib --extern proc_macro --cap-lints allow`
8612025-08-12T06:09:52.923Z Compiling usdt-macro v0.5.0
8622025-08-12T06:09:52.927Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.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 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=640905298ef99beb -C extra-filename=-ea67083a6960d4ff --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-0f237803b0b45760.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7b3bd86ef64a8e1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-7b0c1f383ea30831.rlib --extern proc_macro --cap-lints allow`
8632025-08-12T06:09:53.186Z Compiling url v2.5.4
8642025-08-12T06:09:53.191Z Running `/home/build/.rustup/toolchains/1.89.0-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=64dc48e73f29cbba -C extra-filename=-41a365582bb7907d --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-a679bce4ba54ba36.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-64c36d3ab62b1ec3.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rmeta --cap-lints allow`
8652025-08-12T06:09:53.228Z Compiling atomicwrites v0.4.4
8662025-08-12T06:09:53.240Z Running `/home/build/.rustup/toolchains/1.89.0-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=650e905568e6b70d -C extra-filename=-01b39accb944a255 --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-d89a76c7d9752757.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rmeta --cap-lints allow`
8672025-08-12T06:09:53.246Z Compiling tokio-native-tls v0.3.1
8682025-08-12T06:09:53.250Z Running `/home/build/.rustup/toolchains/1.89.0-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=abfeb4d3be41e91a -C extra-filename=-b51e5056179a84e1 --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-efe5e62ed74495fc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8692025-08-12T06:09:53.520Z Compiling slog-json v2.6.1
8702025-08-12T06:09:53.523Z Running `/home/build/.rustup/toolchains/1.89.0-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=85c9fb62841954e8 -C extra-filename=-9d2419590fcc74cf --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-c1ff3d3d4640fec3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-1725a4f2723c4b5f.rmeta --cap-lints allow`
8712025-08-12T06:09:53.549Z Compiling uuid v1.17.0
8722025-08-12T06:09:53.559Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=56f6b22a8378ad51 -C extra-filename=-592508e825e15519 --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-f239b4e660ed3205.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --cap-lints allow`
8732025-08-12T06:09:53.590Z Compiling serde_urlencoded v0.7.1
8742025-08-12T06:09:53.593Z Running `/home/build/.rustup/toolchains/1.89.0-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=b8674ef3520f038a -C extra-filename=-98045943c31c0f3a --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-a679bce4ba54ba36.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ccca4e1ddee0daa0.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-76b8907002a3039f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --cap-lints allow`
8752025-08-12T06:09:53.882Z Compiling futures-executor v0.3.31
8762025-08-12T06:09:53.886Z Running `/home/build/.rustup/toolchains/1.89.0-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=d46b9294035a928e -C extra-filename=-d5249f5d4bf1aeda --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-89fa9a0fe914f1d0.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c624c1fbad75c606.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-98034aa9c0a01695.rmeta --cap-lints allow`
8772025-08-12T06:09:54.078Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-7eefa35716bf6356/build-script-build`
8782025-08-12T06:09:54.109Z Compiling async-stream-impl v0.3.6
8792025-08-12T06:09:54.121Z Running `/home/build/.rustup/toolchains/1.89.0-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=62c6895c4e480128 -C extra-filename=-7a6c1d9e2498e516 --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
8802025-08-12T06:09:54.327Z Compiling thiserror-impl v2.0.12
8812025-08-12T06:09:54.330Z Running `/home/build/.rustup/toolchains/1.89.0-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.12/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=c5eeef126b96e356 -C extra-filename=-aadfca9ab0db52e2 --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
8822025-08-12T06:09:54.359Z Compiling term v0.7.0
8832025-08-12T06:09:54.359Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=1ba0705ac9339a07 -C extra-filename=-85b538cfa0603ff4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dirs_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_next-22348da34fa2cd3a.rmeta --cap-lints allow`
8842025-08-12T06:09:54.371Z Compiling crossbeam-channel v0.5.1
8852025-08-12T06:09:54.375Z Running `/home/build/.rustup/toolchains/1.89.0-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=f89f7d2307ccba7d -C extra-filename=-21135059ef035fdc --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-d1fc0ca4a8c78aee.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-c8d150a876811951.rmeta --cap-lints allow`
8862025-08-12T06:09:54.407Z Compiling webpki-roots v0.26.5
8872025-08-12T06:09:54.410Z Running `/home/build/.rustup/toolchains/1.89.0-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=761733de8efcee37 -C extra-filename=-20715e8c00d9a21e --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-c119413a02f51136.rmeta --cap-lints allow`
8882025-08-12T06:09:54.619Z Compiling is-terminal v0.4.12
8892025-08-12T06:09:54.623Z Running `/home/build/.rustup/toolchains/1.89.0-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=fe989dfbaaf3628c -C extra-filename=-a52e67bdd3e0da5c --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-18346d1196010207.rmeta --cap-lints allow`
8902025-08-12T06:09:54.766Z Compiling memmap v0.7.0
8912025-08-12T06:09:54.770Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-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=9de2d8578f8579e0 -C extra-filename=-6f639bdb37780a76 --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-18346d1196010207.rmeta --cap-lints allow`
8922025-08-12T06:09:54.910Z Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot)
8932025-08-12T06:09:54.913Z Running `/home/build/.rustup/toolchains/1.89.0-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=3f0c65d3b111d894 -C extra-filename=-fba704fd8dfa0a7d --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-fba704fd8dfa0a7d -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-279c702c1642785a.rlib`
8942025-08-12T06:09:55.100Z Compiling iri-string v0.7.8
8952025-08-12T06:09:55.103Z Running `/home/build/.rustup/toolchains/1.89.0-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=67ba1550646d1702 -C extra-filename=-7c60cfb34bcf5d92 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8962025-08-12T06:09:55.331Z Compiling take_mut v0.2.2
8972025-08-12T06:09:55.335Z Running `/home/build/.rustup/toolchains/1.89.0-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=92c10127646c0f31 -C extra-filename=-1b1af375eee22cc0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8982025-08-12T06:09:55.365Z Compiling data-encoding v2.4.0
8992025-08-12T06:09:55.368Z Running `/home/build/.rustup/toolchains/1.89.0-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=701095a2a1464041 -C extra-filename=-6de91219e94257c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9002025-08-12T06:09:55.384Z Compiling similar v2.2.1
9012025-08-12T06:09:55.387Z Running `/home/build/.rustup/toolchains/1.89.0-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=ba9b74c3cd218285 -C extra-filename=-f5181167b960e399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9022025-08-12T06:09:55.507Z Compiling utf-8 v0.7.6
9032025-08-12T06:09:55.510Z Running `/home/build/.rustup/toolchains/1.89.0-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=9eec27bfd1a37f15 -C extra-filename=-c2f37d046e052ca3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9042025-08-12T06:09:55.761Z Compiling spin v0.9.8
9052025-08-12T06:09:55.764Z Running `/home/build/.rustup/toolchains/1.89.0-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=ff5e9cfdec239c0b -C extra-filename=-032f5cfec45558d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9062025-08-12T06:09:55.837Z Compiling anyhow v1.0.98
9072025-08-12T06:09:55.840Z Running `/home/build/.rustup/toolchains/1.89.0-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.98/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=518eaa2df7a9c52c -C extra-filename=-23ec133609fa8515 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-23ec133609fa8515 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9082025-08-12T06:09:55.960Z Compiling buf-list v1.0.3
9092025-08-12T06:09:55.964Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/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("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=5e50408f92f4180b -C extra-filename=-991f08c6aabec131 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-991f08c6aabec131 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9102025-08-12T06:09:56.472Z Compiling dyn-clone v1.0.4
9112025-08-12T06:09:56.476Z Running `/home/build/.rustup/toolchains/1.89.0-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=07da3abdc1f04bb3 -C extra-filename=-c4c2a6118db5b84b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9122025-08-12T06:09:56.577Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-991f08c6aabec131/build-script-build`
9132025-08-12T06:09:56.627Z Running `/home/build/.rustup/toolchains/1.89.0-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=59a64fe4d2e870dd -C extra-filename=-74a65ac263fb420a --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-5b8bac2dc11f97a4.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-c4c2a6118db5b84b.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-e72445b58c206a1d.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9142025-08-12T06:09:56.637Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-23ec133609fa8515/build-script-build`
9152025-08-12T06:09:56.674Z Compiling expectorate v1.2.0
9162025-08-12T06:09:56.677Z Running `/home/build/.rustup/toolchains/1.89.0-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=f7c41683ccfccad9 -C extra-filename=-bcbd9d753cb8d6f5 --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-01b39accb944a255.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-c8a1e30f045b449b.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-d53757cf602ea573.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-f5181167b960e399.rmeta --cap-lints allow`
9172025-08-12T06:09:56.902Z Compiling tungstenite v0.24.0
9182025-08-12T06:09:56.906Z Running `/home/build/.rustup/toolchains/1.89.0-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=0c4816d735f58871 -C extra-filename=-01878cb5aca6ec04 --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-730d305df33f99e0.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-6de91219e94257c7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5d8a039823058138.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-5a9aed3033c5d837.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-275f387d964e497c.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-c2f37d046e052ca3.rmeta --cap-lints allow`
9192025-08-12T06:09:57.026Z Running `/home/build/.rustup/toolchains/1.89.0-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=6e6b84bdc806cfa2 -C extra-filename=-ae24e03eecb57250 --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-7cff26a79ab4dead.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-e90d2b371428f6b3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-98034aa9c0a01695.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5d8a039823058138.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-1dce84f2db4aa53e.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-1b877b67c121716e.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-032f5cfec45558d5.rmeta --cap-lints allow`
9202025-08-12T06:09:57.087Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=30f21a5ed43ad869 -C extra-filename=-19c0282d3fa22974 --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-aadfca9ab0db52e2.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
9212025-08-12T06:09:57.252Z Running `/home/build/.rustup/toolchains/1.89.0-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=09f6320115a0c1be -C extra-filename=-0b4f77d74e4ff3a6 --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-21135059ef035fdc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-1b1af375eee22cc0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-c2818a33f305a43b.rmeta --cap-lints allow --cfg integer128`
9222025-08-12T06:09:57.292Z Compiling async-stream v0.3.6
9232025-08-12T06:09:57.295Z Running `/home/build/.rustup/toolchains/1.89.0-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=73cbd3b5d10b87cf -C extra-filename=-257b4216846dda7c --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-7a6c1d9e2498e516.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --cap-lints allow`
9242025-08-12T06:09:57.499Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-fba704fd8dfa0a7d/build-script-build`
9252025-08-12T06:09:57.522Z Compiling usdt v0.5.0
9262025-08-12T06:09:57.533Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-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 -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=b6543bc323254d6b -C extra-filename=-e344c8e8b045f1be --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-86bddac579c34448.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-0f237803b0b45760.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-cfde971804a5cc11.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-6f639bdb37780a76.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-1889e1d68a11d23a.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-893efc91b4be65a9.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-ea67083a6960d4ff.so --cap-lints allow`
9272025-08-12T06:09:57.562Z Compiling slog-term v2.9.1
9282025-08-12T06:09:57.565Z Running `/home/build/.rustup/toolchains/1.89.0-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.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("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=bf966db1ced7e119 -C extra-filename=-e538e4d842698449 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-a52e67bdd3e0da5c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-85b538cfa0603ff4.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-c2818a33f305a43b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-1725a4f2723c4b5f.rmeta --cap-lints allow`
9292025-08-12T06:09:57.592Z Compiling hyper-rustls v0.27.3
9302025-08-12T06:09:57.595Z Running `/home/build/.rustup/toolchains/1.89.0-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=fdfe795e9edb3554 -C extra-filename=-a5727f0cef084d6e --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-98034aa9c0a01695.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d59e011abd8115d3.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5c2b51a9394c37d4.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-20715e8c00d9a21e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out`
9312025-08-12T06:09:58.097Z Compiling tower-http v0.6.5
9322025-08-12T06:09:58.101Z Compiling futures v0.3.31
9332025-08-12T06:09:58.101Z Running `/home/build/.rustup/toolchains/1.89.0-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=536888966f089173 -C extra-filename=-5dabf6a78b374b00 --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-b0beeb192621a71b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-98034aa9c0a01695.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1c693f4d0fd9fc24.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-7c60cfb34bcf5d92.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-80881791895256aa.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-73a6807350cbf9f7.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow`
9342025-08-12T06:09:58.101Z Running `/home/build/.rustup/toolchains/1.89.0-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=4d890fcdfa5eec07 -C extra-filename=-9c9085a3df0ba472 --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-ffb71c2ba0b944d0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-d5249f5d4bf1aeda.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5801f2bf17f68390.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-affd5790269c5577.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c624c1fbad75c606.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-98034aa9c0a01695.rmeta --cap-lints allow`
9352025-08-12T06:09:58.213Z Running `/home/build/.rustup/toolchains/1.89.0-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=ccba2aafdd3a8fe6 -C extra-filename=-7216eb8ffbb1620a --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-1b877b67c121716e.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-6e71a935c6c76d23.rmeta --cap-lints allow`
9362025-08-12T06:09:58.226Z Compiling slog-bunyan v2.5.0
9372025-08-12T06:09:58.229Z Running `/home/build/.rustup/toolchains/1.89.0-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=31964deb989b5842 -C extra-filename=-c3fdc78e37a14a2c --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-08c144f622ca322b.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-1725a4f2723c4b5f.rmeta --cap-lints allow`
9382025-08-12T06:09:58.442Z Compiling hyper-tls v0.6.0
9392025-08-12T06:09:58.442Z Compiling event-listener-strategy v0.5.4
9402025-08-12T06:09:58.446Z Running `/home/build/.rustup/toolchains/1.89.0-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=e5c2c6ed0f4a9728 -C extra-filename=-c7d97e3440ed51cb --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-7cff26a79ab4dead.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-efe5e62ed74495fc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-b51e5056179a84e1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9412025-08-12T06:09:58.446Z Running `/home/build/.rustup/toolchains/1.89.0-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=3cf46ec32d397f22 -C extra-filename=-3e37b428f86e7bb9 --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-f358b614ca10199e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --cap-lints allow`
9422025-08-12T06:09:58.693Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-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=9c415ff72407bb82 -C extra-filename=-eb65f194ae26e9e0 --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"))'`
9432025-08-12T06:09:58.817Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=8491ab5a4c078784 -C extra-filename=-d24c6ac029c35c3b --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-c1ff3d3d4640fec3.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --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(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)'`
9442025-08-12T06:09:58.847Z Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9452025-08-12T06:09:58.851Z Compiling rustls-native-certs v0.7.0
9462025-08-12T06:09:58.858Z Running `/home/build/.rustup/toolchains/1.89.0-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=20e70b9cb0463320 -C extra-filename=-a2e41e3610e51907 --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-fe020249e7dee3f2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27bcd61e7d872dc9.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7b3bd86ef64a8e1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro`
9472025-08-12T06:09:58.861Z Running `/home/build/.rustup/toolchains/1.89.0-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=7afc0bb3ef1c5316 -C extra-filename=-aed39a12d64147c0 --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-74a95d829a9e3f28.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --cap-lints allow`
9482025-08-12T06:09:58.979Z Compiling openapiv3 v2.2.0
9492025-08-12T06:09:58.982Z Running `/home/build/.rustup/toolchains/1.89.0-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=3e9238b4ba67ec1c -C extra-filename=-c956f1143e65237a --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-2c50bfc14af95b1e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rmeta --cap-lints allow`
9502025-08-12T06:09:59.075Z Compiling serde_path_to_error v0.1.17
9512025-08-12T06:09:59.078Z Running `/home/build/.rustup/toolchains/1.89.0-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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33cd4c9b374c4fb8 -C extra-filename=-b07ac1566a50171c --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-ccca4e1ddee0daa0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --cap-lints allow`
9522025-08-12T06:09:59.145Z Compiling async-trait v0.1.88
9532025-08-12T06:09:59.193Z Running `/home/build/.rustup/toolchains/1.89.0-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.88/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=3d0e3a85dcc1d3c0 -C extra-filename=-603aca11db5c5228 --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-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
9542025-08-12T06:09:59.204Z Compiling yasna v0.5.2
9552025-08-12T06:09:59.215Z Running `/home/build/.rustup/toolchains/1.89.0-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=f540f5d891ec091a -C extra-filename=-7b85b2f675560ccd --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-1725a4f2723c4b5f.rmeta --cap-lints allow`
9562025-08-12T06:09:59.254Z Compiling pem v3.0.5
9572025-08-12T06:09:59.258Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1cfa947b7850bc59 -C extra-filename=-610befccd42585ca --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-fc5b037c24c23339.rmeta --cap-lints allow`
9582025-08-12T06:09:59.718Z Compiling waitgroup v0.1.2
9592025-08-12T06:09:59.721Z Running `/home/build/.rustup/toolchains/1.89.0-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=c1874ca6f5492797 -C extra-filename=-1b3e2196e41d9c69 --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-f76192d278487c00.rmeta --cap-lints allow`
9602025-08-12T06:09:59.847Z Compiling webpki-roots v1.0.0
9612025-08-12T06:09:59.858Z Running `/home/build/.rustup/toolchains/1.89.0-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=eccb5d4f3e04cbc8 -C extra-filename=-c585dfe45d644db1 --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-c119413a02f51136.rmeta --cap-lints allow`
9622025-08-12T06:09:59.936Z Compiling hostname v0.4.0
9632025-08-12T06:09:59.940Z Running `/home/build/.rustup/toolchains/1.89.0-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=5a3da4a5575d813c -C extra-filename=-8721783f1af196b9 --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-d1fc0ca4a8c78aee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rmeta --cap-lints allow`
9642025-08-12T06:10:00.028Z Compiling http-range v0.1.4
9652025-08-12T06:10:00.032Z Running `/home/build/.rustup/toolchains/1.89.0-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=e37017398295c0ef -C extra-filename=-83d5cb4a5143d730 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9662025-08-12T06:10:00.048Z Compiling termcolor v1.1.2
9672025-08-12T06:10:00.051Z Running `/home/build/.rustup/toolchains/1.89.0-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=9d7d4551cb03a6c3 -C extra-filename=-21ae16a36759a176 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9682025-08-12T06:10:00.160Z Compiling glob v0.3.0
9692025-08-12T06:10:00.163Z Running `/home/build/.rustup/toolchains/1.89.0-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=560b1a2fc29a178e -C extra-filename=-a2c52fc4898bf0cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9702025-08-12T06:10:00.285Z Compiling debug-ignore v1.0.5
9712025-08-12T06:10:00.289Z Running `/home/build/.rustup/toolchains/1.89.0-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=4b9233f626eed54d -C extra-filename=-9a7db8b58debf48c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9722025-08-12T06:10:00.355Z Compiling simple-mermaid v0.2.0
9732025-08-12T06:10:00.358Z Running `/home/build/.rustup/toolchains/1.89.0-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=73026729d3be664f -C extra-filename=-a815bd4549f3b2ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9742025-08-12T06:10:00.450Z Compiling hyper-staticfile v0.10.1
9752025-08-12T06:10:00.454Z Running `/home/build/.rustup/toolchains/1.89.0-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=480bcb25343b8d09 -C extra-filename=-54cea8bddc8c999a --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-98034aa9c0a01695.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-83d5cb4a5143d730.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-1e8d63d51728995e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-5a9aed3033c5d837.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-41a365582bb7907d.rmeta --cap-lints allow`
9762025-08-12T06:10:00.463Z Compiling rcgen v0.14.3
9772025-08-12T06:10:00.474Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.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="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=3432f7ac42247468 -C extra-filename=-197008207fc7ec12 --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-610befccd42585ca.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-e63ea87106fec0b3.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-1725a4f2723c4b5f.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-7b85b2f675560ccd.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out`
9782025-08-12T06:10:00.748Z Compiling trybuild v1.0.110
9792025-08-12T06:10:00.753Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=b555356c82308504 -C extra-filename=-65a581f2ec2ba967 --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-a2c52fc4898bf0cd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a363bd704c81a8a8.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-eb65f194ae26e9e0.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-21ae16a36759a176.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rmeta --cap-lints allow`
9802025-08-12T06:10:00.776Z Compiling reqwest v0.12.22
9812025-08-12T06:10:00.779Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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 --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=10ff13011c911833 -C extra-filename=-723a9f02ea6521a1 --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-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-e90d2b371428f6b3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-8cf04458d80768ba.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1c693f4d0fd9fc24.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a5727f0cef084d6e.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-c7d97e3440ed51cb.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-1b877b67c121716e.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-efe5e62ed74495fc.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d59e011abd8115d3.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-99764d03c66c6803.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-b51e5056179a84e1.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5c2b51a9394c37d4.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-80881791895256aa.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-5dabf6a78b374b00.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-41a365582bb7907d.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-c585dfe45d644db1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
9822025-08-12T06:10:01.047Z Compiling hyper-rustls v0.26.0
9832025-08-12T06:10:01.050Z Running `/home/build/.rustup/toolchains/1.89.0-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=7ed294b86007bc2b -C extra-filename=-c3a21bdac3dc1273 --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-98034aa9c0a01695.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-aed39a12d64147c0.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-24a75a130f41be1c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out`
9842025-08-12T06:10:01.385Z Compiling async-channel v2.5.0
9852025-08-12T06:10:01.389Z Running `/home/build/.rustup/toolchains/1.89.0-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=7f878713ccdce74f -C extra-filename=-af6ddba09068e2ba --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-5574366c626e946d.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-3e37b428f86e7bb9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-89fa9a0fe914f1d0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-40e61469bc34f69f.rmeta --cap-lints allow`
9862025-08-12T06:10:01.528Z Compiling tokio-tungstenite v0.24.0
9872025-08-12T06:10:01.532Z Running `/home/build/.rustup/toolchains/1.89.0-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=7bc8ff2d5f0c01ef -C extra-filename=-564633546b4ab0e2 --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-98034aa9c0a01695.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4cc744b5d1b67ab7.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-01878cb5aca6ec04.rmeta --cap-lints allow`
9882025-08-12T06:10:01.568Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/lib.rs --error-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=f3c67ab98300fc3c -C extra-filename=-99ffbf447914f7db --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_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)'`
9892025-08-12T06:10:01.774Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=9c11548119962dcb -C extra-filename=-53b78214eb80d597 --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-7cff26a79ab4dead.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
9902025-08-12T06:10:02.072Z Compiling subprocess v0.2.9
9912025-08-12T06:10:02.075Z Running `/home/build/.rustup/toolchains/1.89.0-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=d1e191a760fadfec -C extra-filename=-9b33bbb89128ef7d --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-18346d1196010207.rmeta --cap-lints allow`
9922025-08-12T06:10:02.279Z Compiling prettyplease v0.2.36
9932025-08-12T06:10:02.282Z Running `/home/build/.rustup/toolchains/1.89.0-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.36/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=f129246fb267ba4d -C extra-filename=-0d8eacfb90b4655f --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-0d8eacfb90b4655f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9942025-08-12T06:10:02.400Z Compiling schema-derive v0.1.0
9952025-08-12T06:10:02.403Z Running `/home/build/.rustup/toolchains/1.89.0-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=038765621b11baa2 -C extra-filename=-e4953e822455c1ee --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-2707fce9775bf092.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro --cap-lints allow`
9962025-08-12T06:10:02.750Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-0d8eacfb90b4655f/build-script-build`
9972025-08-12T06:10:02.798Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0810df5433ddc9e2 -C extra-filename=-e4084a9ab64ec7d0 --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-4087bcafc6522cbc.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
9982025-08-12T06:10:04.526Z Compiling schema v0.1.0
9992025-08-12T06:10:04.529Z Running `/home/build/.rustup/toolchains/1.89.0-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=fff6266f9b0da15f -C extra-filename=-190ddf9a1c3b9fb6 --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-4087bcafc6522cbc.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-e4953e822455c1ee.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rmeta --cap-lints allow`
10002025-08-12T06:10:04.650Z Running `/home/build/.rustup/toolchains/1.89.0-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=ce7ebb0167a4c14f -C extra-filename=-6aa6e5fa3ff8d5d3 --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-bcbd9d753cb8d6f5.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-fe020249e7dee3f2.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-e4084a9ab64ec7d0.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-190ddf9a1c3b9fb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27bcd61e7d872dc9.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7b3bd86ef64a8e1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro`
10012025-08-12T06:10:05.170Z Running `/home/build/.rustup/toolchains/1.89.0-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=c40f0444b95c07fd -C extra-filename=-85c526a04298df06 --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_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out`
10022025-08-12T06:10:06.055Z Running `/home/build/.rustup/toolchains/1.89.0-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=3bfc08ef47756741 -C extra-filename=-82efaa9caaa4b873 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10032025-08-12T06:10:11.798Z Running `/home/build/.rustup/toolchains/1.89.0-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=b3807a9f93212fde -C extra-filename=-d5bc6bea810c1b35 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10042025-08-12T06:10:11.804Z Running `/home/build/.rustup/toolchains/1.89.0-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=7b1b39860a799612 -C extra-filename=-f8a86ee3e8237e23 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10052025-08-12T06:10:11.804Z Running `/home/build/.rustup/toolchains/1.89.0-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=34be9244b6d682c2 -C extra-filename=-913e1d6a124b2879 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10062025-08-12T06:10:11.804Z Running `/home/build/.rustup/toolchains/1.89.0-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=837724c4b1680cda -C extra-filename=-74233378673c8136 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10072025-08-12T06:10:11.808Z Running `/home/build/.rustup/toolchains/1.89.0-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=6b18ae8284588a2e -C extra-filename=-9c752c78ed3ac39e --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10082025-08-12T06:10:11.812Z Running `/home/build/.rustup/toolchains/1.89.0-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=6188a9e031e1982d -C extra-filename=-1480874de6028fdf --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10092025-08-12T06:10:11.812Z Running `/home/build/.rustup/toolchains/1.89.0-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=03103dd447cb6079 -C extra-filename=-44daaa148a7f758c --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10102025-08-12T06:10:30.236Z Running `/home/build/.rustup/toolchains/1.89.0-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=90c9128b5c4592e7 -C extra-filename=-c091e78cc5515ca4 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10112025-08-12T06:10:31.229Z Running `/home/build/.rustup/toolchains/1.89.0-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=07aeef40c8432dfd -C extra-filename=-0b1df90d2ab5422a --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10122025-08-12T06:10:32.730Z Running `/home/build/.rustup/toolchains/1.89.0-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=caf8115763265700 -C extra-filename=-a20e76307ce3a20a --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10132025-08-12T06:10:33.738Z Running `/home/build/.rustup/toolchains/1.89.0-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=e4a59f0b2c91955b -C extra-filename=-405689d64b0d065b --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10142025-08-12T06:10:33.881Z Running `/home/build/.rustup/toolchains/1.89.0-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=d4314b5099549c18 -C extra-filename=-e22b3a5d234c0969 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10152025-08-12T06:10:34.786Z Running `/home/build/.rustup/toolchains/1.89.0-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=9f46a78e95e8d99b -C extra-filename=-c5d717a57e66b7aa --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10162025-08-12T06:10:35.088Z Running `/home/build/.rustup/toolchains/1.89.0-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=2e8e96d4d608d206 -C extra-filename=-f37b8e8c75d747ff --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10172025-08-12T06:10:51.071Z Running `/home/build/.rustup/toolchains/1.89.0-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=137ca0789f189173 -C extra-filename=-b92fce5900dcc7c4 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10182025-08-12T06:10:52.233Z Running `/home/build/.rustup/toolchains/1.89.0-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=7325da7eb2117052 -C extra-filename=-bd1a578bc92c1d91 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10192025-08-12T06:10:52.972Z Running `/home/build/.rustup/toolchains/1.89.0-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=ab80b6df53b18ff5 -C extra-filename=-47c37c221b117dcb --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10202025-08-12T06:10:53.192Z Running `/home/build/.rustup/toolchains/1.89.0-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=4f2bc891c1b130a9 -C extra-filename=-49c4e368d0b15815 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10212025-08-12T06:10:53.238Z Running `/home/build/.rustup/toolchains/1.89.0-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=2b08270dcaf1eb40 -C extra-filename=-80688a41cd7a6a4f --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10222025-08-12T06:10:54.385Z Running `/home/build/.rustup/toolchains/1.89.0-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=354c30d776206313 -C extra-filename=-c2b3f4586fa3f375 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10232025-08-12T06:10:54.661Z Running `/home/build/.rustup/toolchains/1.89.0-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=0419c9ccc25f11eb -C extra-filename=-77f51bc8362c87a3 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10242025-08-12T06:10:55.274Z Running `/home/build/.rustup/toolchains/1.89.0-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=8cb78c77efd1453a -C extra-filename=-32acd536222e218b --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10252025-08-12T06:11:04.432Z Running `/home/build/.rustup/toolchains/1.89.0-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=626475b70f1467f7 -C extra-filename=-0d83ec5d5e99a252 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10262025-08-12T06:11:11.307Z Running `/home/build/.rustup/toolchains/1.89.0-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=8c1972d2f461529f -C extra-filename=-a1cc549215f62150 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-85c526a04298df06.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a2e41e3610e51907.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
10272025-08-12T06:11:29.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
10282025-08-12T06:11:29.291Z
10292025-08-12T06:11:29.292Zreal 2:17.085424167
10302025-08-12T06:11:29.292Zuser 13:56.399832241
10312025-08-12T06:11:29.292Zsys 1:44.128021516
10322025-08-12T06:11:29.292Ztrap 0.705698978
10332025-08-12T06:11:29.292Ztflt 0.320187545
10342025-08-12T06:11:29.292Zdflt 0.491701584
10352025-08-12T06:11:29.292Zkflt 0.006039400
10362025-08-12T06:11:29.295Zlock 42:38.431427755
10372025-08-12T06:11:29.295Zslp 1:03:33.707059343
10382025-08-12T06:11:29.295Zlat 47.835197059
10392025-08-12T06:11:29.295Zstop 1:14.809739931
10402025-08-12T06:11:29.295Z+ banner test
10412025-08-12T06:11:29.295Z
10422025-08-12T06:11:29.295Z ##### ###### #### #####
10432025-08-12T06:11:29.295Z # # # #
10442025-08-12T06:11:29.295Z # ##### #### #
10452025-08-12T06:11:29.296Z # # # #
10462025-08-12T06:11:29.296Z # # # # #
10472025-08-12T06:11:29.296Z # ###### #### #
10482025-08-12T06:11:29.296Z
10492025-08-12T06:11:29.296Z+ ptime -m cargo test --all-features --locked --verbose
10502025-08-12T06:11:29.621Z Fresh unicode-ident v1.0.12
10512025-08-12T06:11:29.621Z Fresh cfg-if v1.0.0
10522025-08-12T06:11:29.621Z Fresh itoa v1.0.1
10532025-08-12T06:11:29.621Z Fresh once_cell v1.20.1
10542025-08-12T06:11:29.621Z Fresh memchr v2.6.0
10552025-08-12T06:11:29.622Z Fresh version_check v0.9.5
10562025-08-12T06:11:29.626Z Fresh proc-macro2 v1.0.96
10572025-08-12T06:11:29.626Z Fresh pin-project-lite v0.2.12
10582025-08-12T06:11:29.626Z Fresh shlex v1.3.0
10592025-08-12T06:11:29.626Z Fresh autocfg v1.1.0
10602025-08-12T06:11:29.626Z Fresh smallvec v1.13.2
10612025-08-12T06:11:29.626Z Fresh bytes v1.10.1
10622025-08-12T06:11:29.626Z Fresh quote v1.0.40
10632025-08-12T06:11:29.626Z Fresh libc v0.2.174
10642025-08-12T06:11:29.626Z Fresh cc v1.2.16
10652025-08-12T06:11:29.626Z Fresh futures-core v0.3.31
10662025-08-12T06:11:29.626Z Fresh scopeguard v1.2.0
10672025-08-12T06:11:29.626Z Fresh futures-sink v0.3.31
10682025-08-12T06:11:29.626Z Fresh signal-hook-registry v1.4.0
10692025-08-12T06:11:29.626Z Fresh serde_derive v1.0.219
10702025-08-12T06:11:29.626Z Fresh log v0.4.17
10712025-08-12T06:11:29.626Z Fresh parking_lot_core v0.9.4
10722025-08-12T06:11:29.626Z Fresh lock_api v0.4.6
10732025-08-12T06:11:29.626Z Fresh synstructure v0.13.1
10742025-08-12T06:11:29.626Z Fresh tokio-macros v2.5.0
10752025-08-12T06:11:29.626Z Fresh ryu v1.0.5
10762025-08-12T06:11:29.626Z Fresh parking_lot v0.12.1
10772025-08-12T06:11:29.626Z Fresh getrandom v0.2.11
10782025-08-12T06:11:29.626Z Fresh mio v1.0.3
10792025-08-12T06:11:29.627Z Fresh socket2 v0.6.0
10802025-08-12T06:11:29.627Z Fresh slab v0.4.9
10812025-08-12T06:11:29.627Z Fresh tokio v1.47.1
10822025-08-12T06:11:29.627Z Fresh thiserror-impl v1.0.69
10832025-08-12T06:11:29.627Z Fresh fnv v1.0.7
10842025-08-12T06:11:29.627Z Fresh zerofrom-derive v0.1.5
10852025-08-12T06:11:29.627Z Fresh futures-macro v0.3.31
10862025-08-12T06:11:29.627Z Fresh futures-channel v0.3.31
10872025-08-12T06:11:29.627Z Fresh http v1.3.1
10882025-08-12T06:11:29.627Z Fresh thiserror v1.0.69
10892025-08-12T06:11:29.627Z Fresh pin-utils v0.1.0
10902025-08-12T06:11:29.627Z Fresh zeroize v1.7.0
10912025-08-12T06:11:29.627Z Fresh futures-task v0.3.31
10922025-08-12T06:11:29.627Z Fresh futures-io v0.3.31
10932025-08-12T06:11:29.627Z Fresh zerofrom v0.1.5
10942025-08-12T06:11:29.627Z Fresh yoke-derive v0.7.5
10952025-08-12T06:11:29.627Z Fresh rustls-pki-types v1.12.0
10962025-08-12T06:11:29.627Z Fresh futures-util v0.3.31
10972025-08-12T06:11:29.627Z Fresh stable_deref_trait v1.2.0
10982025-08-12T06:11:29.627Z Fresh zerovec-derive v0.10.3
10992025-08-12T06:11:29.627Z Fresh bitflags v2.4.0
11002025-08-12T06:11:29.627Z Fresh yoke v0.7.5
11012025-08-12T06:11:29.627Z Fresh displaydoc v0.2.5
11022025-08-12T06:11:29.627Z Fresh tracing-core v0.1.32
11032025-08-12T06:11:29.627Z Fresh hashbrown v0.15.2
11042025-08-12T06:11:29.627Z Fresh untrusted v0.9.0
11052025-08-12T06:11:29.627Z Fresh zerovec v0.10.4
11062025-08-12T06:11:29.627Z Fresh httparse v1.10.0
11072025-08-12T06:11:29.627Z Fresh serde v1.0.219
11082025-08-12T06:11:29.627Z Fresh ucd-trie v0.1.6
11092025-08-12T06:11:29.627Z Fresh equivalent v1.0.0
11102025-08-12T06:11:29.627Z Fresh byteorder v1.4.3
11112025-08-12T06:11:29.627Z Fresh ring v0.17.13
11122025-08-12T06:11:29.627Z Fresh tracing v0.1.40
11132025-08-12T06:11:29.627Z Fresh tinystr v0.7.6
11142025-08-12T06:11:29.627Z Fresh indexmap v2.10.0
11152025-08-12T06:11:29.627Z Fresh pest v2.7.6
11162025-08-12T06:11:29.627Z Fresh http-body v1.0.1
11172025-08-12T06:11:29.627Z Fresh atomic-waker v1.1.1
11182025-08-12T06:11:29.628Z Fresh base64 v0.22.1
11192025-08-12T06:11:29.628Z Fresh percent-encoding v2.3.1
11202025-08-12T06:11:29.628Z Fresh vcpkg v0.2.15
11212025-08-12T06:11:29.628Z Fresh pkg-config v0.3.31
11222025-08-12T06:11:29.628Z Fresh litemap v0.7.4
11232025-08-12T06:11:29.628Z Fresh writeable v0.5.5
11242025-08-12T06:11:29.628Z Fresh pest_meta v2.7.6
11252025-08-12T06:11:29.628Z Fresh icu_locid v1.5.0
11262025-08-12T06:11:29.628Z Fresh tokio-util v0.7.7
11272025-08-12T06:11:29.628Z Fresh icu_provider_macros v1.5.0
11282025-08-12T06:11:29.628Z Fresh zerocopy-derive v0.7.32
11292025-08-12T06:11:29.628Z Fresh try-lock v0.2.3
11302025-08-12T06:11:29.628Z Fresh getrandom v0.3.1
11312025-08-12T06:11:29.628Z Fresh h2 v0.4.6
11322025-08-12T06:11:29.628Z Fresh icu_provider v1.5.0
11332025-08-12T06:11:29.628Z Fresh zerocopy v0.7.32
11342025-08-12T06:11:29.628Z Fresh want v0.3.0
11352025-08-12T06:11:29.628Z Fresh typenum v1.14.0
11362025-08-12T06:11:29.628Z Fresh pest_generator v2.7.6
11372025-08-12T06:11:29.628Z Fresh rustls-webpki v0.102.8
11382025-08-12T06:11:29.628Z Fresh num-conv v0.1.0
11392025-08-12T06:11:29.628Z Fresh tower-service v0.3.3
11402025-08-12T06:11:29.628Z Fresh time-core v0.1.2
11412025-08-12T06:11:29.628Z Fresh httpdate v1.0.1
11422025-08-12T06:11:29.628Z Fresh icu_locid_transform_data v1.5.0
11432025-08-12T06:11:29.628Z Fresh subtle v2.5.0
11442025-08-12T06:11:29.628Z Fresh powerfmt v0.2.0
11452025-08-12T06:11:29.628Z Fresh time-macros v0.2.18
11462025-08-12T06:11:29.628Z Fresh pest_derive v2.7.6
11472025-08-12T06:11:29.628Z Fresh generic-array v0.14.5
11482025-08-12T06:11:29.628Z Fresh hyper v1.6.0
11492025-08-12T06:11:29.628Z Fresh crossbeam-utils v0.8.15
11502025-08-12T06:11:29.628Z Fresh deranged v0.3.11
11512025-08-12T06:11:29.628Z Fresh icu_locid_transform v1.5.0
11522025-08-12T06:11:29.628Z Fresh serde_tokenstream v0.2.2
11532025-08-12T06:11:29.628Z Fresh icu_collections v1.5.0
11542025-08-12T06:11:29.628Z Fresh errno v0.3.10
11552025-08-12T06:11:29.628Z Fresh num_threads v0.1.3
11562025-08-12T06:11:29.632Z Fresh icu_properties_data v1.5.0
11572025-08-12T06:11:29.633Z Fresh time v0.3.36
11582025-08-12T06:11:29.633Z Fresh dtrace-parser v0.2.0
11592025-08-12T06:11:29.633Z Fresh serde_json v1.0.142
11602025-08-12T06:11:29.633Z Fresh scroll_derive v0.12.0
11612025-08-12T06:11:29.633Z Fresh icu_properties v1.5.1
11622025-08-12T06:11:29.633Z Fresh thread-id v4.0.0
11632025-08-12T06:11:29.633Z Fresh write16 v1.0.0
11642025-08-12T06:11:29.633Z Fresh foreign-types-shared v0.1.1
11652025-08-12T06:11:29.633Z Fresh utf8_iter v1.0.4
11662025-08-12T06:11:29.633Z Fresh ipnet v2.10.0
11672025-08-12T06:11:29.633Z Fresh icu_normalizer_data v1.5.0
11682025-08-12T06:11:29.633Z Fresh openssl-probe v0.1.4
11692025-08-12T06:11:29.633Z Fresh utf16_iter v1.0.5
11702025-08-12T06:11:29.633Z Fresh paste v1.0.15
11712025-08-12T06:11:29.633Z Fresh icu_normalizer v1.5.0
11722025-08-12T06:11:29.633Z Fresh hyper-util v0.1.16
11732025-08-12T06:11:29.633Z Fresh foreign-types v0.3.2
11742025-08-12T06:11:29.633Z Fresh rustix v1.0.2
11752025-08-12T06:11:29.633Z Fresh slog v2.7.0
11762025-08-12T06:11:29.633Z Fresh scroll v0.12.0
11772025-08-12T06:11:29.633Z Fresh block-buffer v0.10.2
11782025-08-12T06:11:29.633Z Fresh crypto-common v0.1.6
11792025-08-12T06:11:29.633Z Fresh openssl-sys v0.9.107
11802025-08-12T06:11:29.633Z Fresh form_urlencoded v1.2.1
11812025-08-12T06:11:29.633Z Fresh rand_core v0.6.3
11822025-08-12T06:11:29.633Z Fresh openssl-macros v0.1.1
11832025-08-12T06:11:29.633Z Fresh mime v0.3.16
11842025-08-12T06:11:29.633Z Fresh plain v0.2.3
11852025-08-12T06:11:29.633Z Fresh fastrand v2.1.1
11862025-08-12T06:11:29.633Z Fresh ppv-lite86 v0.2.15
11872025-08-12T06:11:29.633Z Fresh openssl v0.10.72
11882025-08-12T06:11:29.633Z Fresh goblin v0.8.0
11892025-08-12T06:11:29.633Z Fresh rand_chacha v0.3.1
11902025-08-12T06:11:29.633Z Fresh tempfile v3.20.0
11912025-08-12T06:11:29.633Z Fresh digest v0.10.7
11922025-08-12T06:11:29.633Z Fresh semver v1.0.26
11932025-08-12T06:11:29.633Z Fresh idna_adapter v1.2.0
11942025-08-12T06:11:29.633Z Fresh rustix v0.38.44
11952025-08-12T06:11:29.633Z Fresh unicase v2.6.0
11962025-08-12T06:11:29.634Z Fresh dirs-sys-next v0.1.2
11972025-08-12T06:11:29.634Z Fresh unicode-segmentation v1.10.0
11982025-08-12T06:11:29.634Z Fresh winnow v0.7.10
11992025-08-12T06:11:29.634Z Fresh heck v0.5.0
12002025-08-12T06:11:29.634Z Fresh cpufeatures v0.2.2
12012025-08-12T06:11:29.634Z Fresh pretty-hex v0.4.1
12022025-08-12T06:11:29.634Z Fresh lazy_static v1.5.0
12032025-08-12T06:11:29.634Z Fresh unicode-width v0.1.9
12042025-08-12T06:11:29.634Z Fresh dof v0.3.0
12052025-08-12T06:11:29.634Z Fresh dirs-next v2.0.0
12062025-08-12T06:11:29.634Z Fresh toml_parser v1.0.2
12072025-08-12T06:11:29.634Z Fresh newline-converter v0.3.0
12082025-08-12T06:11:29.634Z Fresh sha1 v0.10.6
12092025-08-12T06:11:29.634Z Fresh rand v0.8.4
12102025-08-12T06:11:29.634Z Fresh console v0.15.7
12112025-08-12T06:11:29.634Z Fresh idna v1.0.3
12122025-08-12T06:11:29.634Z Fresh atomicwrites v0.4.4
12132025-08-12T06:11:29.634Z Fresh rustls v0.22.4
12142025-08-12T06:11:29.634Z Fresh num-traits v0.2.14
12152025-08-12T06:11:29.634Z Fresh native-tls v0.2.12
12162025-08-12T06:11:29.634Z Fresh rustls v0.23.13
12172025-08-12T06:11:29.634Z Fresh concurrent-queue v2.5.0
12182025-08-12T06:11:29.634Z Fresh http-body-util v0.1.3
12192025-08-12T06:11:29.634Z Fresh rustls-pemfile v2.1.3
12202025-08-12T06:11:29.634Z Fresh serde_spanned v1.0.0
12212025-08-12T06:11:29.634Z Fresh toml_datetime v0.7.0
12222025-08-12T06:11:29.634Z Fresh serde_derive_internals v0.29.0
12232025-08-12T06:11:29.634Z Fresh sync_wrapper v1.0.1
12242025-08-12T06:11:29.634Z Fresh syn v2.0.104
12252025-08-12T06:11:29.634Z Fresh encoding_rs v0.8.32
12262025-08-12T06:11:29.634Z Fresh thread_local v1.1.4
12272025-08-12T06:11:29.634Z Fresh tower-layer v0.3.3
12282025-08-12T06:11:29.634Z Fresh iana-time-zone v0.1.47
12292025-08-12T06:11:29.634Z Fresh parking v2.2.0
12302025-08-12T06:11:29.634Z Fresh match_cfg v0.1.0
12312025-08-12T06:11:29.634Z Fresh similar v2.2.1
12322025-08-12T06:11:29.634Z Fresh toml_writer v1.0.2
12332025-08-12T06:11:29.634Z Fresh chrono v0.4.41
12342025-08-12T06:11:29.634Z Fresh hostname v0.3.1
12352025-08-12T06:11:29.634Z Fresh expectorate v1.2.0
12362025-08-12T06:11:29.635Z Fresh toml v0.9.5
12372025-08-12T06:11:29.635Z Fresh event-listener v5.0.0
12382025-08-12T06:11:29.635Z Fresh tower v0.5.2
12392025-08-12T06:11:29.635Z Fresh schemars_derive v0.8.22
12402025-08-12T06:11:29.635Z Fresh usdt-impl v0.5.0
12412025-08-12T06:11:29.635Z Fresh tokio-rustls v0.25.0
12422025-08-12T06:11:29.635Z Fresh tokio-rustls v0.26.0
12432025-08-12T06:11:29.635Z Fresh tokio-native-tls v0.3.1
12442025-08-12T06:11:29.635Z Fresh url v2.5.4
12452025-08-12T06:11:29.635Z Fresh term v0.7.0
12462025-08-12T06:11:29.635Z Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12472025-08-12T06:11:29.635Z Fresh usdt-macro v0.5.0
12482025-08-12T06:11:29.635Z Fresh usdt-attr-macro v0.5.0
12492025-08-12T06:11:29.635Z Fresh serde_urlencoded v0.7.1
12502025-08-12T06:11:29.635Z Fresh slog-json v2.6.1
12512025-08-12T06:11:29.635Z Fresh crossbeam-channel v0.5.1
12522025-08-12T06:11:29.635Z Running `/home/build/.rustup/toolchains/1.89.0-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=517612ae24a6cad0 -C extra-filename=-9ecb5418f5f2a122 --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-fe020249e7dee3f2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27bcd61e7d872dc9.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7b3bd86ef64a8e1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro`
12532025-08-12T06:11:29.635Z Fresh uuid v1.17.0
12542025-08-12T06:11:29.635Z Fresh webpki-roots v0.26.5
12552025-08-12T06:11:29.635Z Fresh futures-executor v0.3.31
12562025-08-12T06:11:29.639Z Fresh async-stream-impl v0.3.6
12572025-08-12T06:11:29.639Z Fresh thiserror-impl v2.0.12
12582025-08-12T06:11:29.639Z Fresh is-terminal v0.4.12
12592025-08-12T06:11:29.639Z Fresh memmap v0.7.0
12602025-08-12T06:11:29.639Z Fresh spin v0.9.8
12612025-08-12T06:11:29.639Z Fresh iri-string v0.7.8
12622025-08-12T06:11:29.671Z Fresh data-encoding v2.4.0
12632025-08-12T06:11:29.674Z Fresh take_mut v0.2.2
12642025-08-12T06:11:29.674Z Fresh dyn-clone v1.0.4
12652025-08-12T06:11:29.674Z Fresh utf-8 v0.7.6
12662025-08-12T06:11:29.674Z Fresh tower-http v0.6.5
12672025-08-12T06:11:29.674Z Fresh slog-async v2.8.0
12682025-08-12T06:11:29.674Z Fresh multer v3.1.0
12692025-08-12T06:11:29.674Z Fresh tungstenite v0.24.0
12702025-08-12T06:11:29.674Z Fresh schemars v0.8.22
12712025-08-12T06:11:29.674Z Fresh usdt v0.5.0
12722025-08-12T06:11:29.674Z Fresh hyper-rustls v0.27.3
12732025-08-12T06:11:29.674Z Fresh slog-term v2.9.1
12742025-08-12T06:11:29.674Z Fresh futures v0.3.31
12752025-08-12T06:11:29.674Z Fresh thiserror v2.0.12
12762025-08-12T06:11:29.674Z Fresh async-stream v0.3.6
12772025-08-12T06:11:29.674Z Fresh slog-bunyan v2.5.0
12782025-08-12T06:11:29.675Z Fresh hyper-tls v0.6.0
12792025-08-12T06:11:29.675Z Fresh camino v1.1.11
12802025-08-12T06:11:29.675Z Fresh mime_guess v2.0.5
12812025-08-12T06:11:29.675Z Fresh target-triple v0.1.3
12822025-08-12T06:11:29.675Z Fresh event-listener-strategy v0.5.4
12832025-08-12T06:11:29.675Z Fresh rustls-native-certs v0.7.0
12842025-08-12T06:11:29.675Z Fresh yasna v0.5.2
12852025-08-12T06:11:29.675Z Fresh openapiv3 v2.2.0
12862025-08-12T06:11:29.675Z Fresh pem v3.0.5
12872025-08-12T06:11:29.675Z Fresh waitgroup v0.1.2
12882025-08-12T06:11:29.675Z Fresh webpki-roots v1.0.0
12892025-08-12T06:11:29.675Z Fresh serde_path_to_error v0.1.17
12902025-08-12T06:11:29.675Z Fresh async-trait v0.1.88
12912025-08-12T06:11:29.675Z Fresh hostname v0.4.0
12922025-08-12T06:11:29.675Z Fresh glob v0.3.0
12932025-08-12T06:11:29.675Z Fresh http-range v0.1.4
12942025-08-12T06:11:29.675Z Fresh debug-ignore v1.0.5
12952025-08-12T06:11:29.675Z Fresh termcolor v1.1.2
12962025-08-12T06:11:29.675Z Fresh simple-mermaid v0.2.0
12972025-08-12T06:11:29.675Z Fresh hyper-staticfile v0.10.1
12982025-08-12T06:11:29.675Z Fresh trybuild v1.0.110
12992025-08-12T06:11:29.675Z Fresh hyper-rustls v0.26.0
13002025-08-12T06:11:29.675Z Fresh reqwest v0.12.22
13012025-08-12T06:11:29.675Z Fresh async-channel v2.5.0
13022025-08-12T06:11:29.675Z Fresh rcgen v0.14.3
13032025-08-12T06:11:29.675Z Fresh buf-list v1.0.3
13042025-08-12T06:11:29.675Z Fresh tokio-tungstenite v0.24.0
13052025-08-12T06:11:29.675Z Fresh anyhow v1.0.98
13062025-08-12T06:11:29.675Z Fresh subprocess v0.2.9
13072025-08-12T06:11:29.675Z Fresh schema-derive v0.1.0
13082025-08-12T06:11:29.675Z Fresh schema v0.1.0
13092025-08-12T06:11:29.675Z Fresh prettyplease v0.2.36
13102025-08-12T06:11:31.716Z Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot)
13112025-08-12T06:11:31.721Z Running `/home/build/.rustup/toolchains/1.89.0-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=78dc4f8b0b6a8c6c -C extra-filename=-e1c49d33ee3f32d1 --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_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out`
13122025-08-12T06:11:31.721Z Running `/home/build/.rustup/toolchains/1.89.0-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=7ee8b920792d5067 -C extra-filename=-086c2036bbe6e11a --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13132025-08-12T06:11:37.858Z Running `/home/build/.rustup/toolchains/1.89.0-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=e75a26162565d449 -C extra-filename=-d7b277deaa8fe24c --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13142025-08-12T06:11:37.864Z Running `/home/build/.rustup/toolchains/1.89.0-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=da7ddca7da4773a6 -C extra-filename=-4b05e1d5b5a248f0 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13152025-08-12T06:11:37.864Z Running `/home/build/.rustup/toolchains/1.89.0-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=5ec6364fdd7582e1 -C extra-filename=-007f1db704e81c52 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13162025-08-12T06:11:37.864Z Running `/home/build/.rustup/toolchains/1.89.0-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=cf3133abd61b91e5 -C extra-filename=-4d9deb0103559bc8 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13172025-08-12T06:11:37.864Z Running `/home/build/.rustup/toolchains/1.89.0-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=52411cf1901fc432 -C extra-filename=-230c85a1b8d4aa78 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13182025-08-12T06:11:37.872Z Running `/home/build/.rustup/toolchains/1.89.0-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=33bf9792c2d3f840 -C extra-filename=-83ee2eb35be52c8e --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13192025-08-12T06:11:37.875Z Running `/home/build/.rustup/toolchains/1.89.0-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=e65b9dd0954457ea -C extra-filename=-06dccc1722ec395d --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13202025-08-12T06:11:51.047Z Running `/home/build/.rustup/toolchains/1.89.0-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=8c19252a9d188617 -C extra-filename=-8f051254849014fe --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13212025-08-12T06:11:56.380Z Running `/home/build/.rustup/toolchains/1.89.0-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=853314b7676a796c -C extra-filename=-c058c83ca688a3d8 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13222025-08-12T06:11:57.248Z Running `/home/build/.rustup/toolchains/1.89.0-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=5eca18bb4ecae8ff -C extra-filename=-ec1ae83fb51a70ed --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13232025-08-12T06:11:57.291Z Running `/home/build/.rustup/toolchains/1.89.0-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=4585684e1415f6a2 -C extra-filename=-832262294c085199 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13242025-08-12T06:11:57.341Z Running `/home/build/.rustup/toolchains/1.89.0-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=41bb74c8369c9e55 -C extra-filename=-479e6e9b460f399b --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13252025-08-12T06:11:59.876Z Running `/home/build/.rustup/toolchains/1.89.0-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=5a505d0727b924a4 -C extra-filename=-911848e7112a0e00 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13262025-08-12T06:12:02.116Z Running `/home/build/.rustup/toolchains/1.89.0-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=3fea623791a42d33 -C extra-filename=-6dc2c8db34d0afdc --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13272025-08-12T06:12:09.718Z Running `/home/build/.rustup/toolchains/1.89.0-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=b9bcdc181b5c65cb -C extra-filename=-87ff2951250b050a --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13282025-08-12T06:12:15.575Z Running `/home/build/.rustup/toolchains/1.89.0-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=fbdf862920a2020b -C extra-filename=-48bf97875a94beb7 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13292025-08-12T06:12:15.839Z Running `/home/build/.rustup/toolchains/1.89.0-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=4615aaf05a2bafef -C extra-filename=-2af859f3709dd935 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13302025-08-12T06:12:16.031Z Running `/home/build/.rustup/toolchains/1.89.0-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=460eabd702275243 -C extra-filename=-056a8f1faaae2134 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13312025-08-12T06:12:19.212Z Running `/home/build/.rustup/toolchains/1.89.0-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=d38055d83d8c8dd9 -C extra-filename=-08316a49f7908dd1 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13322025-08-12T06:12:20.576Z Running `/home/build/.rustup/toolchains/1.89.0-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=676b053033e8fc7c -C extra-filename=-8ff3f8d62548cebe --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13332025-08-12T06:12:21.997Z Running `/home/build/.rustup/toolchains/1.89.0-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=67711660d9f658fd -C extra-filename=-d3b58023ed4d8f78 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13342025-08-12T06:12:22.784Z Running `/home/build/.rustup/toolchains/1.89.0-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=9a2902dfb2f4e478 -C extra-filename=-057bec39f84e38aa --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13352025-08-12T06:12:28.715Z Running `/home/build/.rustup/toolchains/1.89.0-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=b20bf513538f6881 -C extra-filename=-0414b4e4a7d4b3b7 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13362025-08-12T06:12:32.170Z Running `/home/build/.rustup/toolchains/1.89.0-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=0676a19fab9f28b7 -C extra-filename=-e4276f15cb103185 --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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5fa31daea556f8a0/out -L native=/usr/ssl-3/lib/amd64`
13372025-08-12T06:12:55.947Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
13382025-08-12T06:12:55.997Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-086c2036bbe6e11a`
13392025-08-12T06:12:56.000Z
13402025-08-12T06:12:56.000Zrunning 105 tests
13412025-08-12T06:12:56.004Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13422025-08-12T06:12:56.004Ztest api_description::test::test_endpoint_versions_range ... ok
13432025-08-12T06:12:56.004Ztest api_description::test::test_badpath4 - should panic ... ok
13442025-08-12T06:12:56.004Ztest api_description::test::test_endpoint_versions_matches ... ok
13452025-08-12T06:12:56.004Ztest api_description::test::test_badpath1 ... ok
13462025-08-12T06:12:56.004Ztest api_description::test::test_badpath3 ... ok
13472025-08-12T06:12:56.004Ztest api_description::test::test_badpath2 ... ok
13482025-08-12T06:12:56.004Ztest api_description::test::test_dup_names ... ok
13492025-08-12T06:12:56.004Ztest api_description::test::test_tags_need_one ... ok
13502025-08-12T06:12:56.004Ztest api_description::test::test_tags_too_many ... ok
13512025-08-12T06:12:56.004Ztest api_description::test::test_tag_config_deserialize_old ... ok
13522025-08-12T06:12:56.004Ztest error::test::test_serialize_error_response_body ... ok
13532025-08-12T06:12:56.004Ztest api_description::test::test_tags_just_right ... ok
13542025-08-12T06:12:56.004Ztest extractor::metadata::test::test_metadata_simple ... ok
13552025-08-12T06:12:56.004Ztest extractor::metadata::test::test_metadata_flattened ... ok
13562025-08-12T06:12:56.004Ztest from_map::test::test_lone_literal ... ok
13572025-08-12T06:12:56.004Ztest from_map::test::test_deep ... ok
13582025-08-12T06:12:56.004Ztest extractor::metadata::test::test_metadata_pagination ... ok
13592025-08-12T06:12:56.008Ztest from_map::test::test_missing_data2 ... ok
13602025-08-12T06:12:56.008Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13612025-08-12T06:12:56.008Ztest from_map::test::test_missing_data1 ... ok
13622025-08-12T06:12:56.008Ztest from_map::test::test_types ... ok
13632025-08-12T06:12:56.008Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13642025-08-12T06:12:56.008Ztest logging::test::test_config_bad_file_no_level ... ok
13652025-08-12T06:12:56.008Ztest logging::test::test_config_bad_terminal_bad_level ... ok
13662025-08-12T06:12:56.008Ztest logging::test::test_config_bad_log_mode ... ok
13672025-08-12T06:12:56.008Ztest logging::test::test_config_bad_file_no_file ... ok
13682025-08-12T06:12:56.008Ztest logging::test::test_config_bad_terminal_no_level ... ok
13692025-08-12T06:12:56.008Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
13702025-08-12T06:12:56.008Ztest logging::test::test_config_bad_file_bad_path_type ... ok
13712025-08-12T06:12:56.008Ztest pagination::test::test_pagination_schema ... ok
13722025-08-12T06:12:56.008Ztest pagination::test::test_results_page ... ok
13732025-08-12T06:12:56.008Ztest router::test::test_bad_path_segment1 - should panic ... ok
13742025-08-12T06:12:56.008Ztest router::test::test_bad_path_segment2 - should panic ... ok
13752025-08-12T06:12:56.008Ztest pagination::test::test_page_token_serialization ... ok
13762025-08-12T06:12:56.008Ztest router::test::test_bad_path_segment3 - should panic ... ok
13772025-08-12T06:12:56.008Ztest pagination::test::test_pagparams_parsing ... ok
13782025-08-12T06:12:56.008Ztest router::test::test_bad_path_segment4 - should panic ... ok
13792025-08-12T06:12:56.008Znote: configured to log to "/tmp/dropshot-086c2036bbe6e11a.2117.file_dir/log.out"
13802025-08-12T06:12:56.008Ztest router::test::test_bogus_regex - should panic ... ok
13812025-08-12T06:12:56.008Ztest router::test::test_duplicate_route1 - should panic ... ok
13822025-08-12T06:12:56.008Ztest router::test::test_duplicate_route2 - should panic ... ok
13832025-08-12T06:12:56.008Ztest logging::test::test_config_stderr_terminal ... ok
13842025-08-12T06:12:56.008Ztest router::test::test_duplicate_route3 - should panic ... ok
13852025-08-12T06:12:56.008Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
13862025-08-12T06:12:56.008Ztest router::test::test_duplicate_route_same_version - should panic ... ok
13872025-08-12T06:12:56.008Ztest router::test::test_duplicate_varname - should panic ... ok
13882025-08-12T06:12:56.008Ztest router::test::test_empty_variable ... ok
13892025-08-12T06:12:56.009Ztest router::test::test_embedded_non_variable ... ok
13902025-08-12T06:12:56.009Ztest router::test::test_inconsistent_varname - should panic ... ok
13912025-08-12T06:12:56.009Ztest router::test::test_error_cases ... ok
13922025-08-12T06:12:56.009Ztest router::test::test_iter2 ... ok
13932025-08-12T06:12:56.012Ztest router::test::test_iter ... ok
13942025-08-12T06:12:56.012Ztest router::test::test_iter_null ... ok
13952025-08-12T06:12:56.012Ztest router::test::test_literal_after_regex - should panic ... ok
13962025-08-12T06:12:56.012Ztest router::test::test_map ... ok
13972025-08-12T06:12:56.012Ztest router::test::test_literal_after_variable - should panic ... ok
13982025-08-12T06:12:56.012Ztest router::test::test_map_bad_seq ... ok
13992025-08-12T06:12:56.012Ztest router::test::test_more_after_regex - should panic ... ok
14002025-08-12T06:12:56.012Znote: configured to log to "/tmp/dropshot-086c2036bbe6e11a.2117.file_dir/log.out"
14012025-08-12T06:12:56.012Ztest router::test::test_map_bad_value ... ok
14022025-08-12T06:12:56.012Ztest router::test::test_path_segment ... ok
14032025-08-12T06:12:56.012Ztest router::test::test_segments ... ok
14042025-08-12T06:12:56.012Ztest router::test::test_router_versioned ... ok
14052025-08-12T06:12:56.012Ztest router::test::test_router_basic ... ok
14062025-08-12T06:12:56.013Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14072025-08-12T06:12:56.013Ztest router::test::test_variable_after_literal - should panic ... ok
14082025-08-12T06:12:56.013Ztest router::test::test_variable_name_bad_end - should panic ... ok
14092025-08-12T06:12:56.013Ztest router::test::test_variable_name_bad_start - should panic ... ok
14102025-08-12T06:12:56.013Ztest router::test::test_variable_name_empty - should panic ... ok
14112025-08-12T06:12:56.013Ztest router::test::test_variable_rename ... ok
14122025-08-12T06:12:56.013Ztest router::test::test_variables_basic ... ok
14132025-08-12T06:12:56.013Ztest router::test::test_variables_glob ... ok
14142025-08-12T06:12:56.013Ztest router::test::test_variables_multi ... ok
14152025-08-12T06:12:56.013Ztest schema_util::test::test_empty_struct ... ok
14162025-08-12T06:12:56.013Ztest schema_util::test::test_nullable ... ok
14172025-08-12T06:12:56.013Ztest schema_util::test::test_additional_properties ... ok
14182025-08-12T06:12:56.013Znote: configured to log to "/tmp/dropshot-086c2036bbe6e11a.2117.file_dir/log.out"
14192025-08-12T06:12:56.013Ztest schema_util::test::test_two_types - should panic ... ok
14202025-08-12T06:12:56.013Ztest schema_util::test::test_extension_conversion ... ok
14212025-08-12T06:12:56.013Ztest api_description::test::test_tags_set ... ok
14222025-08-12T06:12:56.013Ztest schema_util::test::test_embedded_schema ... ok
14232025-08-12T06:12:56.013Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14242025-08-12T06:12:56.013Ztest logging::test::test_config_file ... ok
14252025-08-12T06:12:56.013Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14262025-08-12T06:12:56.013Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14272025-08-12T06:12:56.013Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14282025-08-12T06:12:56.013Ztest test_util::test::test_bunyan_easy_cases ... ok
14292025-08-12T06:12:56.013Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14302025-08-12T06:12:56.013Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14312025-08-12T06:12:56.013Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14322025-08-12T06:12:56.013Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14332025-08-12T06:12:56.013Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14342025-08-12T06:12:56.013Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14352025-08-12T06:12:56.013Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14362025-08-12T06:12:56.013Ztest to_map::test::test_struct_with_options ... ok
14372025-08-12T06:12:56.013Ztest to_map::test::test_to_map_enum ... ok
14382025-08-12T06:12:56.013Ztest to_map::test::test_to_map_valid ... ok
14392025-08-12T06:12:56.013Ztest to_map::test::test_to_map_vec ... ok
14402025-08-12T06:12:56.013Ztest to_map::test::test_to_map_num ... ok
14412025-08-12T06:12:56.013Ztest to_map::test::test_to_map_seq ... ok
14422025-08-12T06:12:56.013Ztest type_util::tests::test_commented_ref ... ok
14432025-08-12T06:12:56.013Ztest type_util::tests::test_reflexive_type - should panic ... ok
14442025-08-12T06:12:56.013Ztest type_util::tests::test_recursive_type - should panic ... ok
14452025-08-12T06:12:56.017Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14462025-08-12T06:12:56.017Ztest server::test::test_drop_server_without_close_okay ... ok
14472025-08-12T06:12:56.017Ztest server::test::test_server_run_then_close ... ok
14482025-08-12T06:12:56.017Ztest server::test::test_http_acceptor_happy_path ... ok
14492025-08-12T06:12:56.017Z
14502025-08-12T06:12:56.017Ztest result: ok. 105 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14512025-08-12T06:12:56.017Z
14522025-08-12T06:12:56.020Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-8ff3f8d62548cebe`
14532025-08-12T06:12:56.024Z
14542025-08-12T06:12:56.024Zrunning 1 test
14552025-08-12T06:12:56.409Z Compiling proc-macro2 v1.0.96
14562025-08-12T06:12:56.409Z Compiling unicode-ident v1.0.12
14572025-08-12T06:12:56.413Z Compiling libc v0.2.174
14582025-08-12T06:12:56.413Z Checking cfg-if v1.0.0
14592025-08-12T06:12:56.413Z Compiling version_check v0.9.5
14602025-08-12T06:12:56.413Z Checking itoa v1.0.1
14612025-08-12T06:12:56.413Z Compiling serde v1.0.219
14622025-08-12T06:12:56.454Z Checking pin-project-lite v0.2.12
14632025-08-12T06:12:56.533Z Checking memchr v2.6.0
14642025-08-12T06:12:56.569Z Compiling shlex v1.3.0
14652025-08-12T06:12:56.640Z Compiling autocfg v1.1.0
14662025-08-12T06:12:56.669Z Checking smallvec v1.13.2
14672025-08-12T06:12:56.949Z Compiling cc v1.2.16
14682025-08-12T06:12:56.994Z Checking once_cell v1.20.1
14692025-08-12T06:12:57.170Z Checking bytes v1.10.1
14702025-08-12T06:12:57.200Z Checking futures-core v0.3.31
14712025-08-12T06:12:57.290Z Compiling thiserror v1.0.69
14722025-08-12T06:12:57.364Z Compiling log v0.4.17
14732025-08-12T06:12:57.386Z Compiling ryu v1.0.5
14742025-08-12T06:12:57.411Z Compiling parking_lot_core v0.9.4
14752025-08-12T06:12:57.954Z Checking scopeguard v1.2.0
14762025-08-12T06:12:57.975Z Compiling slab v0.4.9
14772025-08-12T06:12:58.024Z Checking futures-sink v0.3.31
14782025-08-12T06:12:58.041Z Compiling serde_json v1.0.142
14792025-08-12T06:12:58.108Z Checking fnv v1.0.7
14802025-08-12T06:12:58.117Z Checking lock_api v0.4.6
14812025-08-12T06:12:58.174Z Checking futures-channel v0.3.31
14822025-08-12T06:12:58.243Z Checking http v1.3.1
14832025-08-12T06:12:58.400Z Compiling quote v1.0.40
14842025-08-12T06:12:58.485Z Checking signal-hook-registry v1.4.0
14852025-08-12T06:12:58.512Z Checking getrandom v0.2.11
14862025-08-12T06:12:58.589Z Checking socket2 v0.6.0
14872025-08-12T06:12:58.747Z Checking mio v1.0.3
14882025-08-12T06:12:58.767Z Compiling syn v2.0.104
14892025-08-12T06:12:58.806Z Checking parking_lot v0.12.1
14902025-08-12T06:12:59.074Z Checking pin-utils v0.1.0
14912025-08-12T06:12:59.087Z Checking zeroize v1.7.0
14922025-08-12T06:12:59.148Z Checking futures-io v0.3.31
14932025-08-12T06:12:59.192Z Checking futures-task v0.3.31
14942025-08-12T06:12:59.411Z Checking rustls-pki-types v1.12.0
14952025-08-12T06:12:59.421Z Checking stable_deref_trait v1.2.0
14962025-08-12T06:12:59.475Z Compiling httparse v1.10.0
14972025-08-12T06:12:59.585Z Compiling ucd-trie v0.1.6
14982025-08-12T06:12:59.720Z Checking tracing-core v0.1.32
14992025-08-12T06:12:59.964Z Checking hashbrown v0.15.2
15002025-08-12T06:13:00.152Z Checking equivalent v1.0.0
15012025-08-12T06:13:00.273Z Checking bitflags v2.4.0
15022025-08-12T06:13:00.351Z Checking untrusted v0.9.0
15032025-08-12T06:13:00.533Z Checking tracing v0.1.40
15042025-08-12T06:13:00.558Z Checking http-body v1.0.1
15052025-08-12T06:13:00.770Z Compiling pkg-config v0.3.31
15062025-08-12T06:13:00.778Z Checking atomic-waker v1.1.1
15072025-08-12T06:13:00.825Z Compiling ring v0.17.13
15082025-08-12T06:13:00.848Z Checking litemap v0.7.4
15092025-08-12T06:13:00.921Z Compiling vcpkg v0.2.15
15102025-08-12T06:13:00.993Z Checking percent-encoding v2.3.1
15112025-08-12T06:13:01.002Z Checking base64 v0.22.1
15122025-08-12T06:13:01.087Z Checking writeable v0.5.5
15132025-08-12T06:13:01.204Z Compiling typenum v1.14.0
15142025-08-12T06:13:01.422Z Compiling generic-array v0.14.5
15152025-08-12T06:13:01.462Z Compiling crossbeam-utils v0.8.15
15162025-08-12T06:13:01.556Z Checking try-lock v0.2.3
15172025-08-12T06:13:01.705Z Checking want v0.3.0
15182025-08-12T06:13:01.899Z Compiling unicase v2.6.0
15192025-08-12T06:13:01.962Z Checking icu_locid_transform_data v1.5.0
15202025-08-12T06:13:02.071Z Checking httpdate v1.0.1
15212025-08-12T06:13:02.075Z Checking powerfmt v0.2.0
15222025-08-12T06:13:02.161Z Checking subtle v2.5.0
15232025-08-12T06:13:02.315Z Compiling getrandom v0.3.1
15242025-08-12T06:13:02.318Z Compiling time-core v0.1.2
15252025-08-12T06:13:02.330Z Compiling num-conv v0.1.0
15262025-08-12T06:13:02.402Z Checking tower-service v0.3.3
15272025-08-12T06:13:02.534Z Checking deranged v0.3.11
15282025-08-12T06:13:02.609Z Compiling time-macros v0.2.18
15292025-08-12T06:13:02.923Z Compiling openssl-sys v0.9.107
15302025-08-12T06:13:03.689Z Checking byteorder v1.4.3
15312025-08-12T06:13:03.973Z Compiling slog v2.7.0
15322025-08-12T06:13:04.069Z Checking num_threads v0.1.3
15332025-08-12T06:13:04.227Z Checking icu_properties_data v1.5.0
15342025-08-12T06:13:04.515Z Compiling usdt-impl v0.5.0
15352025-08-12T06:13:04.697Z Checking ipnet v2.10.0
15362025-08-12T06:13:04.719Z Checking openssl-probe v0.1.4
15372025-08-12T06:13:04.872Z Checking icu_normalizer_data v1.5.0
15382025-08-12T06:13:04.977Z Checking utf16_iter v1.0.5
15392025-08-12T06:13:04.989Z Compiling semver v1.0.26
15402025-08-12T06:13:05.036Z Compiling openssl v0.10.72
15412025-08-12T06:13:05.117Z Checking write16 v1.0.0
15422025-08-12T06:13:05.148Z Checking foreign-types-shared v0.1.1
15432025-08-12T06:13:05.151Z Checking utf8_iter v1.0.4
15442025-08-12T06:13:05.265Z Checking foreign-types v0.3.2
15452025-08-12T06:13:05.356Z Compiling thread-id v4.0.0
15462025-08-12T06:13:05.469Z Checking crypto-common v0.1.6
15472025-08-12T06:13:05.507Z Checking block-buffer v0.10.2
15482025-08-12T06:13:05.699Z Checking form_urlencoded v1.2.1
15492025-08-12T06:13:05.846Z Checking rand_core v0.6.3
15502025-08-12T06:13:05.898Z Checking errno v0.3.10
15512025-08-12T06:13:05.961Z Compiling synstructure v0.13.1
15522025-08-12T06:13:05.990Z Checking time v0.3.36
15532025-08-12T06:13:06.076Z Compiling num-traits v0.2.14
15542025-08-12T06:13:06.084Z Checking ppv-lite86 v0.2.15
15552025-08-12T06:13:06.149Z Compiling rustix v1.0.2
15562025-08-12T06:13:06.504Z Compiling rustls v0.23.13
15572025-08-12T06:13:06.738Z Compiling rustls v0.22.4
15582025-08-12T06:13:06.747Z Checking mime v0.3.16
15592025-08-12T06:13:06.997Z Compiling native-tls v0.2.12
15602025-08-12T06:13:07.056Z Checking plain v0.2.3
15612025-08-12T06:13:07.168Z Checking rand_chacha v0.3.1
15622025-08-12T06:13:07.201Z Checking rustls-webpki v0.102.8
15632025-08-12T06:13:07.533Z Checking digest v0.10.7
15642025-08-12T06:13:07.560Z Checking dirs-sys-next v0.1.2
15652025-08-12T06:13:07.657Z Checking cpufeatures v0.2.2
15662025-08-12T06:13:07.687Z Compiling rustix v0.38.44
15672025-08-12T06:13:07.734Z Checking pretty-hex v0.4.1
15682025-08-12T06:13:07.749Z Checking dirs-next v2.0.0
15692025-08-12T06:13:07.850Z Compiling mime_guess v2.0.5
15702025-08-12T06:13:07.859Z Checking sha1 v0.10.6
15712025-08-12T06:13:08.193Z Checking rand v0.8.4
15722025-08-12T06:13:09.238Z Compiling serde_derive_internals v0.29.0
15732025-08-12T06:13:09.432Z Checking concurrent-queue v2.5.0
15742025-08-12T06:13:09.649Z Checking rustls-pemfile v2.1.3
15752025-08-12T06:13:09.772Z Checking http-body-util v0.1.3
15762025-08-12T06:13:10.033Z Checking sync_wrapper v1.0.1
15772025-08-12T06:13:10.184Z Checking thread_local v1.1.4
15782025-08-12T06:13:10.197Z Compiling multer v3.1.0
15792025-08-12T06:13:10.241Z Checking encoding_rs v0.8.32
15802025-08-12T06:13:10.448Z Compiling slog-async v2.8.0
15812025-08-12T06:13:10.609Z Compiling paste v1.0.15
15822025-08-12T06:13:11.086Z Compiling schemars v0.8.22
15832025-08-12T06:13:11.260Z Checking tower-layer v0.3.3
15842025-08-12T06:13:11.299Z Checking parking v2.2.0
15852025-08-12T06:13:11.496Z Checking iana-time-zone v0.1.47
15862025-08-12T06:13:11.520Z Compiling thiserror v2.0.12
15872025-08-12T06:13:11.531Z Checking match_cfg v0.1.0
15882025-08-12T06:13:11.629Z Checking winnow v0.7.10
15892025-08-12T06:13:11.649Z Compiling camino v1.1.11
15902025-08-12T06:13:11.959Z Checking fastrand v2.1.1
15912025-08-12T06:13:12.273Z Checking tempfile v3.20.0
15922025-08-12T06:13:12.283Z Checking hostname v0.3.1
15932025-08-12T06:13:12.324Z Compiling serde_derive v1.0.219
15942025-08-12T06:13:12.375Z Compiling thiserror-impl v1.0.69
15952025-08-12T06:13:12.414Z Compiling tokio-macros v2.5.0
15962025-08-12T06:13:12.491Z Compiling futures-macro v0.3.31
15972025-08-12T06:13:12.608Z Compiling zerofrom-derive v0.1.5
15982025-08-12T06:13:12.621Z Compiling yoke-derive v0.7.5
15992025-08-12T06:13:12.658Z Compiling zerovec-derive v0.10.3
16002025-08-12T06:13:14.311Z Compiling displaydoc v0.2.5
16012025-08-12T06:13:14.664Z Checking tokio v1.47.1
16022025-08-12T06:13:15.024Z Checking futures-util v0.3.31
16032025-08-12T06:13:15.958Z Compiling zerocopy-derive v0.7.32
16042025-08-12T06:13:16.417Z Compiling icu_provider_macros v1.5.0
16052025-08-12T06:13:16.647Z Compiling pest v2.7.6
16062025-08-12T06:13:16.797Z Compiling scroll_derive v0.12.0
16072025-08-12T06:13:17.457Z Checking zerofrom v0.1.5
16082025-08-12T06:13:17.688Z Checking yoke v0.7.5
16092025-08-12T06:13:18.038Z Checking zerovec v0.10.4
16102025-08-12T06:13:18.060Z Compiling openssl-macros v0.1.1
16112025-08-12T06:13:18.695Z Checking scroll v0.12.0
16122025-08-12T06:13:18.921Z Compiling zerocopy v0.7.32
16132025-08-12T06:13:19.129Z Compiling pest_meta v2.7.6
16142025-08-12T06:13:19.547Z Checking goblin v0.8.0
16152025-08-12T06:13:19.659Z Checking tinystr v0.7.6
16162025-08-12T06:13:20.017Z Checking icu_locid v1.5.0
16172025-08-12T06:13:20.363Z Checking icu_collections v1.5.0
16182025-08-12T06:13:20.813Z Compiling pest_generator v2.7.6
16192025-08-12T06:13:20.978Z Checking icu_provider v1.5.0
16202025-08-12T06:13:21.393Z Checking tokio-util v0.7.7
16212025-08-12T06:13:22.219Z Checking icu_locid_transform v1.5.0
16222025-08-12T06:13:22.758Z Checking tokio-rustls v0.26.0
16232025-08-12T06:13:23.153Z Checking tower v0.5.2
16242025-08-12T06:13:23.180Z Checking icu_properties v1.5.1
16252025-08-12T06:13:23.331Z Checking tokio-rustls v0.25.0
16262025-08-12T06:13:23.698Z Checking futures-executor v0.3.31
16272025-08-12T06:13:23.852Z Compiling pest_derive v2.7.6
16282025-08-12T06:13:23.889Z Checking toml_parser v1.0.2
16292025-08-12T06:13:23.989Z Compiling thiserror-impl v2.0.12
16302025-08-12T06:13:24.445Z Compiling schemars_derive v0.8.22
16312025-08-12T06:13:24.616Z Compiling async-stream-impl v0.3.6
16322025-08-12T06:13:24.872Z Checking tokio-native-tls v0.3.1
16332025-08-12T06:13:25.125Z Checking event-listener v5.0.0
16342025-08-12T06:13:25.467Z Compiling dtrace-parser v0.2.0
16352025-08-12T06:13:25.851Z Checking indexmap v2.10.0
16362025-08-12T06:13:26.487Z Checking icu_normalizer v1.5.0
16372025-08-12T06:13:26.572Z Checking serde_urlencoded v0.7.1
16382025-08-12T06:13:27.034Z Compiling serde_tokenstream v0.2.2
16392025-08-12T06:13:27.080Z Checking h2 v0.4.6
16402025-08-12T06:13:27.279Z Checking idna_adapter v1.2.0
16412025-08-12T06:13:27.390Z Checking serde_spanned v1.0.0
16422025-08-12T06:13:27.472Z Checking idna v1.0.3
16432025-08-12T06:13:27.495Z Checking dof v0.3.0
16442025-08-12T06:13:27.601Z Checking slog-json v2.6.1
16452025-08-12T06:13:27.610Z Checking toml_datetime v0.7.0
16462025-08-12T06:13:27.865Z Checking uuid v1.17.0
16472025-08-12T06:13:27.945Z Checking url v2.5.4
16482025-08-12T06:13:27.984Z Checking chrono v0.4.41
16492025-08-12T06:13:28.732Z Checking term v0.7.0
16502025-08-12T06:13:28.803Z Checking crossbeam-channel v0.5.1
16512025-08-12T06:13:29.262Z Checking webpki-roots v0.26.5
16522025-08-12T06:13:29.481Z Checking memmap v0.7.0
16532025-08-12T06:13:29.559Z Checking is-terminal v0.4.12
16542025-08-12T06:13:29.632Z Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot)
16552025-08-12T06:13:29.683Z Compiling anyhow v1.0.98
16562025-08-12T06:13:29.693Z Checking data-encoding v2.4.0
16572025-08-12T06:13:29.709Z Compiling heck v0.5.0
16582025-08-12T06:13:30.039Z Checking unicode-segmentation v1.10.0
16592025-08-12T06:13:30.042Z Checking iri-string v0.7.8
16602025-08-12T06:13:30.060Z Checking utf-8 v0.7.6
16612025-08-12T06:13:30.235Z Checking spin v0.9.8
16622025-08-12T06:13:30.257Z Checking unicode-width v0.1.9
16632025-08-12T06:13:30.266Z Checking lazy_static v1.5.0
16642025-08-12T06:13:30.400Z Compiling buf-list v1.0.3
16652025-08-12T06:13:30.403Z Checking dyn-clone v1.0.4
16662025-08-12T06:13:30.423Z Checking toml_writer v1.0.2
16672025-08-12T06:13:30.441Z Checking take_mut v0.2.2
16682025-08-12T06:13:30.657Z Checking newline-converter v0.3.0
16692025-08-12T06:13:30.764Z Checking toml v0.9.5
16702025-08-12T06:13:30.895Z Compiling usdt-attr-macro v0.5.0
16712025-08-12T06:13:30.905Z Compiling usdt-macro v0.5.0
16722025-08-12T06:13:31.214Z Checking console v0.15.7
16732025-08-12T06:13:31.232Z Checking hyper v1.6.0
16742025-08-12T06:13:31.603Z Checking tungstenite v0.24.0
16752025-08-12T06:13:31.767Z Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint)
16762025-08-12T06:13:32.090Z Checking atomicwrites v0.4.4
16772025-08-12T06:13:32.093Z Checking slog-term v2.9.1
16782025-08-12T06:13:32.579Z Checking tower-http v0.6.5
16792025-08-12T06:13:32.860Z Checking slog-bunyan v2.5.0
16802025-08-12T06:13:33.030Z Checking openapiv3 v2.2.0
16812025-08-12T06:13:33.067Z Checking async-stream v0.3.6
16822025-08-12T06:13:33.087Z Checking serde_path_to_error v0.1.17
16832025-08-12T06:13:33.146Z Checking usdt v0.5.0
16842025-08-12T06:13:33.193Z Checking hyper-util v0.1.16
16852025-08-12T06:13:33.259Z Checking event-listener-strategy v0.5.4
16862025-08-12T06:13:33.402Z Checking futures v0.3.31
16872025-08-12T06:13:33.473Z Compiling async-trait v0.1.88
16882025-08-12T06:13:33.509Z Checking rustls-native-certs v0.7.0
16892025-08-12T06:13:33.641Z Checking yasna v0.5.2
16902025-08-12T06:13:33.663Z Checking pem v3.0.5
16912025-08-12T06:13:33.675Z Checking waitgroup v0.1.2
16922025-08-12T06:13:33.817Z Checking webpki-roots v1.0.0
16932025-08-12T06:13:33.907Z Checking hostname v0.4.0
16942025-08-12T06:13:33.939Z Checking simple-mermaid v0.2.0
16952025-08-12T06:13:34.023Z Checking http-range v0.1.4
16962025-08-12T06:13:34.040Z Checking similar v2.2.1
16972025-08-12T06:13:34.061Z Checking debug-ignore v1.0.5
16982025-08-12T06:13:34.243Z Checking async-channel v2.5.0
16992025-08-12T06:13:34.264Z Checking hyper-staticfile v0.10.1
17002025-08-12T06:13:34.486Z Checking rcgen v0.14.3
17012025-08-12T06:13:34.597Z Checking tokio-tungstenite v0.24.0
17022025-08-12T06:13:34.745Z Checking expectorate v1.2.0
17032025-08-12T06:13:35.052Z Checking subprocess v0.2.9
17042025-08-12T06:13:35.358Z Checking hyper-tls v0.6.0
17052025-08-12T06:13:35.371Z Checking hyper-rustls v0.27.3
17062025-08-12T06:13:35.481Z Checking hyper-rustls v0.26.0
17072025-08-12T06:13:35.673Z Checking reqwest v0.12.22
17082025-08-12T06:13:38.904Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17092025-08-12T06:13:38.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.90s
17102025-08-12T06:13:39.288Z
17112025-08-12T06:13:39.288Z
17122025-08-12T06:13:50.125Ztest tests/fail/bad_channel10.rs ... ok
17132025-08-12T06:13:50.126Ztest tests/fail/bad_channel11.rs ... ok
17142025-08-12T06:13:50.126Ztest tests/fail/bad_channel12.rs ... ok
17152025-08-12T06:13:50.130Ztest tests/fail/bad_channel13.rs ... ok
17162025-08-12T06:13:50.130Ztest tests/fail/bad_channel14.rs ... ok
17172025-08-12T06:13:50.130Ztest tests/fail/bad_channel15.rs ... ok
17182025-08-12T06:13:50.130Ztest tests/fail/bad_channel17.rs ... ok
17192025-08-12T06:13:50.130Ztest tests/fail/bad_channel18.rs ... ok
17202025-08-12T06:13:50.130Ztest tests/fail/bad_channel19.rs ... ok
17212025-08-12T06:13:50.130Ztest tests/fail/bad_channel1a.rs ... ok
17222025-08-12T06:13:50.130Ztest tests/fail/bad_channel1b.rs ... ok
17232025-08-12T06:13:50.130Ztest tests/fail/bad_channel2.rs ... ok
17242025-08-12T06:13:50.130Ztest tests/fail/bad_channel20.rs ... ok
17252025-08-12T06:13:50.130Ztest tests/fail/bad_channel21.rs ... ok
17262025-08-12T06:13:50.130Ztest tests/fail/bad_channel22.rs ... ok
17272025-08-12T06:13:50.130Ztest tests/fail/bad_channel23.rs ... ok
17282025-08-12T06:13:50.130Ztest tests/fail/bad_channel24.rs ... ok
17292025-08-12T06:13:50.130Ztest tests/fail/bad_channel25.rs ... ok
17302025-08-12T06:13:50.130Ztest tests/fail/bad_channel26.rs ... ok
17312025-08-12T06:13:50.130Ztest tests/fail/bad_channel27.rs ... ok
17322025-08-12T06:13:50.130Ztest tests/fail/bad_channel28.rs ... ok
17332025-08-12T06:13:50.130Ztest tests/fail/bad_channel3.rs ... ok
17342025-08-12T06:13:50.130Ztest tests/fail/bad_channel4.rs ... ok
17352025-08-12T06:13:50.130Ztest tests/fail/bad_channel5.rs ... ok
17362025-08-12T06:13:50.130Ztest tests/fail/bad_channel6.rs ... ok
17372025-08-12T06:13:50.130Ztest tests/fail/bad_channel8.rs ... ok
17382025-08-12T06:13:50.130Ztest tests/fail/bad_channel9.rs ... ok
17392025-08-12T06:13:50.130Ztest tests/fail/bad_endpoint1.rs ... ok
17402025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint10.rs ... ok
17412025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint11.rs ... ok
17422025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint12.rs ... ok
17432025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint13.rs ... ok
17442025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint14.rs ... ok
17452025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint15.rs ... ok
17462025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint16.rs ... ok
17472025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint17.rs ... ok
17482025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint18.rs ... ok
17492025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint19.rs ... ok
17502025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint2.rs ... ok
17512025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint20.rs ... ok
17522025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint21.rs ... ok
17532025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint22.rs ... ok
17542025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint23.rs ... ok
17552025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint24.rs ... ok
17562025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint25.rs ... ok
17572025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint26.rs ... ok
17582025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint27.rs ... ok
17592025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint28.rs ... ok
17602025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint3.rs ... ok
17612025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint4.rs ... ok
17622025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint5.rs ... ok
17632025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint6.rs ... ok
17642025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint7.rs ... ok
17652025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint8.rs ... ok
17662025-08-12T06:13:50.131Ztest tests/fail/bad_endpoint9.rs ... ok
17672025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel10.rs ... ok
17682025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel11.rs ... ok
17692025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel12.rs ... ok
17702025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel13.rs ... ok
17712025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel14.rs ... ok
17722025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel15.rs ... ok
17732025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel17.rs ... ok
17742025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel18.rs ... ok
17752025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel19.rs ... ok
17762025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel1a.rs ... ok
17772025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel1b.rs ... ok
17782025-08-12T06:13:50.131Ztest tests/fail/bad_trait_channel2.rs ... ok
17792025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel20.rs ... ok
17802025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel21.rs ... ok
17812025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel22.rs ... ok
17822025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel23.rs ... ok
17832025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel24.rs ... ok
17842025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel25.rs ... ok
17852025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel26.rs ... ok
17862025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel28.rs ... ok
17872025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel3.rs ... ok
17882025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel4.rs ... ok
17892025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel5.rs ... ok
17902025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel6.rs ... ok
17912025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel8.rs ... ok
17922025-08-12T06:13:50.132Ztest tests/fail/bad_trait_channel9.rs ... ok
17932025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint1.rs ... ok
17942025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint10.rs ... ok
17952025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint11.rs ... ok
17962025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint12.rs ... ok
17972025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint13.rs ... ok
17982025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint14.rs ... ok
17992025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18002025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18012025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18022025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18032025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18042025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18052025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18062025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18072025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18082025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18092025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18102025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18112025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18122025-08-12T06:13:50.132Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18132025-08-12T06:13:50.136Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18142025-08-12T06:13:50.136Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18152025-08-12T06:13:50.136Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18162025-08-12T06:13:50.136Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18172025-08-12T06:13:50.136Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18182025-08-12T06:13:50.136Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18192025-08-12T06:13:50.136Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18202025-08-12T06:13:50.136Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18212025-08-12T06:13:50.136Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18222025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only1.rs ... ok
18232025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only10.rs ... ok
18242025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only11.rs ... ok
18252025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only12.rs ... ok
18262025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only13.rs ... ok
18272025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only14.rs ... ok
18282025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only15.rs ... ok
18292025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only16.rs ... ok
18302025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only17.rs ... ok
18312025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only18.rs ... ok
18322025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only19.rs ... ok
18332025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only2.rs ... ok
18342025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only20.rs ... ok
18352025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only21.rs ... ok
18362025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only22.rs ... ok
18372025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only3.rs ... ok
18382025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only4.rs ... ok
18392025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only5.rs ... ok
18402025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only6.rs ... ok
18412025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only7.rs ... ok
18422025-08-12T06:13:50.136Ztest tests/fail/bad_trait_only8.rs ... ok
18432025-08-12T06:13:50.137Ztest tests/fail/bad_trait_only9.rs ... ok
18442025-08-12T06:13:50.137Ztest tests/fail/bad_version_backwards.rs ... ok
18452025-08-12T06:13:50.137Ztest tests/fail/unused_endpoint.rs ... ok
18462025-08-12T06:13:50.137Z
18472025-08-12T06:13:50.137Z
18482025-08-12T06:13:50.137Ztest fail ... ok
18492025-08-12T06:13:50.137Z
18502025-08-12T06:13:50.137Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 54.10s
18512025-08-12T06:13:50.137Z
18522025-08-12T06:13:50.140Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-6dc2c8db34d0afdc`
18532025-08-12T06:13:50.143Z
18542025-08-12T06:13:50.143Zrunning 82 tests
18552025-08-12T06:13:50.146Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18562025-08-12T06:13:50.146Ztest config::test_config_bad_bind_address_port_too_small ... ok
18572025-08-12T06:13:50.146Ztest config::test_config_bad_bind_address_garbage ... ok
18582025-08-12T06:13:50.146Ztest config::test_config_bad_bind_address_port_too_large ... ok
18592025-08-12T06:13:50.146Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18602025-08-12T06:13:50.146Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18612025-08-12T06:13:50.146Ztest api_trait::test_api_trait_with_complex_tags ... ok
18622025-08-12T06:13:50.146Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
18632025-08-12T06:13:50.146Ztest config::test_config_deprecated_request_body_max_bytes ... ok
18642025-08-12T06:13:50.146Ztest config::test_valid_config_all_settings ... ok
18652025-08-12T06:13:50.146Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-config_handler_task_mode_detached.2971.6.log"
18662025-08-12T06:13:50.146Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-api_trait_basic.2971.0.log"
18672025-08-12T06:13:50.147Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_unversioned_servers_with_versioned_routes.2971.5.log"
18682025-08-12T06:13:50.150Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-config_bind_address_http.2971.1.log"
18692025-08-12T06:13:50.150Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-config_bind_address_https.2971.3.log"
18702025-08-12T06:13:50.150Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-config_bind_address_https_buffer.2971.4.log"
18712025-08-12T06:13:50.150Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-config_handler_task_mode_cancel.2971.2.log"
18722025-08-12T06:13:50.150Ztest config::test_valid_config_basic ... ok
18732025-08-12T06:13:50.150Ztest config::test_unversioned_servers_with_versioned_routes ... ok
18742025-08-12T06:13:50.150Ztest config::test_valid_config_empty ... ok
18752025-08-12T06:13:50.150Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_enum_user_error.2971.7.log"
18762025-08-12T06:13:50.150Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_enum_extractor_error.2971.8.log"
18772025-08-12T06:13:50.153Ztest config::test_config_handler_task_mode_detached ... ok
18782025-08-12T06:13:50.153Ztest custom_errors::test_enum_user_error ... ok
18792025-08-12T06:13:50.153Ztest custom_errors::test_enum_extractor_error ... ok
18802025-08-12T06:13:50.153Ztest config::test_config_handler_task_mode_cancel ... ok
18812025-08-12T06:13:50.153Ztest api_trait::test_api_trait_basic ... ok
18822025-08-12T06:13:50.153Ztest custom_errors::test_trait_based_api ... ok
18832025-08-12T06:13:50.153Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_struct_extractor_error.2971.9.log"
18842025-08-12T06:13:50.154Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_struct_user_error.2971.10.log"
18852025-08-12T06:13:50.154Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_trait_enum_user_error.2971.11.log"
18862025-08-12T06:13:50.154Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_trait_struct_user_error.2971.12.log"
18872025-08-12T06:13:50.157Ztest config::test_config_bind_address_http ... ok
18882025-08-12T06:13:50.157Ztest custom_errors::test_trait_enum_user_error ... ok
18892025-08-12T06:13:50.157Ztest custom_errors::test_struct_user_error ... ok
18902025-08-12T06:13:50.157Ztest custom_errors::test_struct_extractor_error ... ok
18912025-08-12T06:13:50.157Ztest custom_errors::test_trait_struct_user_error ... ok
18922025-08-12T06:13:50.157Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_302_bogus.2971.13.log"
18932025-08-12T06:13:50.157Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_302_found.2971.14.log"
18942025-08-12T06:13:50.157Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_307_temporary_redirect.2971.15.log"
18952025-08-12T06:13:50.157Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_303_see_other.2971.16.log"
18962025-08-12T06:13:50.160Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-demo1.2971.18.log"
18972025-08-12T06:13:50.160Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_delete_request.2971.17.log"
18982025-08-12T06:13:50.160Ztest demo::test_302_bogus ... ok
18992025-08-12T06:13:50.160Ztest demo::test_302_found ... ok
19002025-08-12T06:13:50.160Ztest demo::test_307_temporary_redirect ... ok
19012025-08-12T06:13:50.160Ztest demo::test_delete_request ... ok
19022025-08-12T06:13:50.160Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-demo2json.2971.19.log"
19032025-08-12T06:13:50.160Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-demo2query.2971.20.log"
19042025-08-12T06:13:50.160Ztest demo::test_303_see_other ... ok
19052025-08-12T06:13:50.160Ztest demo::test_demo1 ... ok
19062025-08-12T06:13:50.163Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-demo2urlencoded.2971.21.log"
19072025-08-12T06:13:50.163Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-demo3json.2971.22.log"
19082025-08-12T06:13:50.163Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-demo_path_param_string.2971.23.log"
19092025-08-12T06:13:50.166Ztest demo::test_demo2query ... ok
19102025-08-12T06:13:50.166Ztest demo::test_demo2urlencoded ... ok
19112025-08-12T06:13:50.167Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-demo_path_param_u32.2971.24.log"
19122025-08-12T06:13:50.167Ztest demo::test_demo2json ... ok
19132025-08-12T06:13:50.167Ztest demo::test_demo3json ... ok
19142025-08-12T06:13:50.167Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-demo_path_param_uuid.2971.25.log"
19152025-08-12T06:13:50.167Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-demo_websocket.2971.26.log"
19162025-08-12T06:13:50.167Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_head_request.2971.27.log"
19172025-08-12T06:13:50.167Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_header_request.2971.28.log"
19182025-08-12T06:13:50.170Ztest demo::test_demo_websocket ... ok
19192025-08-12T06:13:50.170Ztest demo::test_demo_path_param_string ... ok
19202025-08-12T06:13:50.170Ztest demo::test_demo_path_param_uuid ... ok
19212025-08-12T06:13:50.170Ztest demo::test_header_request ... ok
19222025-08-12T06:13:50.170Ztest demo::test_demo_path_param_u32 ... ok
19232025-08-12T06:13:50.170Ztest demo::test_head_request ... ok
19242025-08-12T06:13:50.170Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_request_compat.2971.29.log"
19252025-08-12T06:13:50.173Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_large_typed_body.2971.30.log"
19262025-08-12T06:13:50.173Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-tet_raw_request.2971.31.log"
19272025-08-12T06:13:50.173Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_streaming_body.2971.32.log"
19282025-08-12T06:13:50.173Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_request_remote_addr.2971.33.log"
19292025-08-12T06:13:50.173Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_untyped_body.2971.34.log"
19302025-08-12T06:13:50.173Ztest demo::test_raw_request ... ok
19312025-08-12T06:13:50.173Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-graceful_shutdown_with_detached_handler.2971.35.log"
19322025-08-12T06:13:50.173Ztest demo::test_request_compat ... ok
19332025-08-12T06:13:50.173Ztest demo::test_request_remote_addr ... ok
19342025-08-12T06:13:50.177Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-multipart_client.2971.36.log"
19352025-08-12T06:13:50.177Ztest demo::test_streaming_body ... ok
19362025-08-12T06:13:50.177Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-multipart_client.2971.37.log"
19372025-08-12T06:13:50.177Ztest demo::test_large_typed_body ... ok
19382025-08-12T06:13:50.177Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-multipart_client.2971.38.log"
19392025-08-12T06:13:50.177Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-multipart_client.2971.39.log"
19402025-08-12T06:13:50.177Ztest config::test_config_bind_address_https ... ok
19412025-08-12T06:13:50.177Ztest multipart::missing_boundary ... ok
19422025-08-12T06:13:50.177Ztest multipart::no_content_type ... ok
19432025-08-12T06:13:50.177Ztest multipart::test_multipart_client ... ok
19442025-08-12T06:13:50.180Ztest demo::test_untyped_body ... ok
19452025-08-12T06:13:50.180Ztest multipart::weird_content_type ... ok
19462025-08-12T06:13:50.180Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-pagination-basic.2971.40.log"
19472025-08-12T06:13:50.180Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-pagination-multiple-resources.2971.41.log"
19482025-08-12T06:13:50.180Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19492025-08-12T06:13:50.180Ztest openapi::test_openapi_custom_error_types ... ok
19502025-08-12T06:13:50.180Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-pagination-multiple-sorts.2971.42.log"
19512025-08-12T06:13:50.180Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-basic.2971.43.log"
19522025-08-12T06:13:50.208Ztest openapi::test_openapi ... ok
19532025-08-12T06:13:50.208Ztest openapi::test_openapi_fuller ... ok
19542025-08-12T06:13:50.211Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-dictionary.2971.45.log"
19552025-08-12T06:13:50.211Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-empty.2971.44.log"
19562025-08-12T06:13:50.214Ztest pagination::test_paginate_empty ... ok
19572025-08-12T06:13:50.214Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-errors.2971.46.log"
19582025-08-12T06:13:50.217Ztest pagination::test_paginate_errors ... ok
19592025-08-12T06:13:50.217Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-extra_params.2971.47.log"
19602025-08-12T06:13:50.220Ztest pagination::test_paginate_extra_params ... ok
19612025-08-12T06:13:50.223Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-required_params.2971.48.log"
19622025-08-12T06:13:50.223Ztest pagination::test_paginate_with_required_params ... ok
19632025-08-12T06:13:50.227Ztest pagination_schema::test_pagination_schema ... ok
19642025-08-12T06:13:50.227Ztest path_names::test_path_names ... ok
19652025-08-12T06:13:50.227Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_no_tls.2971.49.log"
19662025-08-12T06:13:50.227Ztest starter::test_no_tls ... ok
19672025-08-12T06:13:50.227Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_with_tls.2971.50.log"
19682025-08-12T06:13:50.251Ztest pagination::test_paginate_basic ... ok
19692025-08-12T06:13:50.254Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-non_streaming_servers_do_not_use_transfer_encoding.2971.51.log"
19702025-08-12T06:13:50.254Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
19712025-08-12T06:13:50.254Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-streaming_server_buffered_client.2971.52.log"
19722025-08-12T06:13:50.272Ztest streaming::test_streaming_server_buffered_client ... ok
19732025-08-12T06:13:50.275Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-streaming_server_streaming_client.2971.53.log"
19742025-08-12T06:13:50.289Ztest streaming::test_streaming_server_streaming_client ... ok
19752025-08-12T06:13:50.292Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_server_is_http.2971.54.log"
19762025-08-12T06:13:50.292Ztest tls::test_server_is_http ... ok
19772025-08-12T06:13:50.292Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_server_is_https.2971.55.log"
19782025-08-12T06:13:50.549Ztest starter::test_with_tls ... ok
19792025-08-12T06:13:50.553Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_tls_aborted_negotiation.2971.56.log"
19802025-08-12T06:13:50.603Ztest tls::test_server_is_https ... ok
19812025-08-12T06:13:50.606Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_tls_certificate_loading.2971.57.log"
19822025-08-12T06:13:50.924Ztest tls::test_tls_certificate_loading ... ok
19832025-08-12T06:13:50.927Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_tls_only.2971.58.log"
19842025-08-12T06:13:51.161Ztest tls::test_tls_aborted_negotiation ... ok
19852025-08-12T06:13:51.164Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_tls_refresh_certificates.2971.59.log"
19862025-08-12T06:13:51.204Ztest tls::test_tls_refresh_certificates ... ok
19872025-08-12T06:13:51.207Znote: configured to log to "/tmp/integration_tests-6dc2c8db34d0afdc-test_versions.2971.60.log"
19882025-08-12T06:13:51.232Ztest tls::test_tls_only ... ok
19892025-08-12T06:13:51.235Ztest versions::test_versions_openapi ... ok
19902025-08-12T06:13:51.238Ztest versions::test_versions_openapi_same_names ... ok
19912025-08-12T06:13:51.277Ztest versions::test_versions ... ok
19922025-08-12T06:13:51.332Ztest config::test_config_bind_address_https_buffer ... ok
19932025-08-12T06:13:51.342Ztest pagination::test_example_basic ... ok
19942025-08-12T06:13:51.454Ztest pagination::test_paginate_dictionary ... ok
19952025-08-12T06:13:52.176Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
19962025-08-12T06:13:53.793Ztest pagination::test_example_multiple_sorts ... ok
19972025-08-12T06:13:54.217Ztest pagination::test_example_multiple_resources ... ok
19982025-08-12T06:13:54.217Z
19992025-08-12T06:13:54.217Ztest result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.07s
20002025-08-12T06:13:54.217Z
20012025-08-12T06:13:54.225Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-6aa6e5fa3ff8d5d3`
20022025-08-12T06:13:54.230Z
20032025-08-12T06:13:54.230Zrunning 35 tests
20042025-08-12T06:13:54.236Ztest channel::tests::test_channel_operation_id ... ok
20052025-08-12T06:13:54.236Ztest channel::tests::test_channel_with_versions ... ok
20062025-08-12T06:13:54.239Ztest channel::tests::test_channel_with_unnamed_params ... ok
20072025-08-12T06:13:54.239Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20082025-08-12T06:13:54.239Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20092025-08-12T06:13:54.239Ztest doc::tests::test_extract_summary_description ... ok
20102025-08-12T06:13:54.239Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20112025-08-12T06:13:54.239Ztest endpoint::tests::test_endpoint_bad_string ... ok
20122025-08-12T06:13:54.239Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20132025-08-12T06:13:54.239Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20142025-08-12T06:13:54.239Ztest channel::tests::test_channel_with_custom_params ... ok
20152025-08-12T06:13:54.239Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20162025-08-12T06:13:54.239Ztest endpoint::tests::test_endpoint_not_async ... ok
20172025-08-12T06:13:54.242Ztest endpoint::tests::test_endpoint_content_type ... ok
20182025-08-12T06:13:54.242Ztest endpoint::tests::test_endpoint_basic ... ok
20192025-08-12T06:13:54.242Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20202025-08-12T06:13:54.242Ztest api_trait::tests::test_api_trait_operation_id ... ok
20212025-08-12T06:13:54.243Ztest api_trait::tests::test_api_trait_basic ... ok
20222025-08-12T06:13:54.243Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20232025-08-12T06:13:54.243Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20242025-08-12T06:13:54.243Ztest endpoint::tests::test_endpoint_with_doc ... ok
20252025-08-12T06:13:54.243Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20262025-08-12T06:13:54.246Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20272025-08-12T06:13:54.246Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20282025-08-12T06:13:54.246Ztest endpoint::tests::test_endpoint_with_tags ... ok
20292025-08-12T06:13:54.246Ztest endpoint::tests::test_endpoint_with_query ... ok
20302025-08-12T06:13:54.246Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20312025-08-12T06:13:54.246Ztest params::tests::test_extract_rqctx_ty_param ... ok
20322025-08-12T06:13:54.246Ztest syn_parsing::tests::test_busted_function ... ok
20332025-08-12T06:13:54.246Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20342025-08-12T06:13:54.246Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20352025-08-12T06:13:54.246Ztest endpoint::tests::test_operation_id ... ok
20362025-08-12T06:13:54.249Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20372025-08-12T06:13:54.249Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20382025-08-12T06:13:54.252Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20392025-08-12T06:13:54.252Z
20402025-08-12T06:13:54.252Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
20412025-08-12T06:13:54.252Z
20422025-08-12T06:13:54.252Z Doc-tests dropshot
20432025-08-12T06:13:54.252Z Running `/home/build/.rustup/toolchains/1.89.0-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-5fa31daea556f8a0/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-99ffbf447914f7db.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-af6ddba09068e2ba.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-257b4216846dda7c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-603aca11db5c5228.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-fc5b037c24c23339.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-53b78214eb80d597.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7cff26a79ab4dead.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d24c6ac029c35c3b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5b8bac2dc11f97a4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-9a7db8b58debf48c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1c49d33ee3f32d1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a679bce4ba54ba36.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9c9085a3df0ba472.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8721783f1af196b9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-49204f86f8766499.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-b65eae29a22a6c68.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e177be9a6a5c86c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-c3a21bdac3dc1273.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-54cea8bddc8c999a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0a835bc6ef8029e2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2c50bfc14af95b1e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-99f14ca122f12925.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-18346d1196010207.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7216eb8ffbb1620a.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ae24e03eecb57250.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-c956f1143e65237a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-2707fce9775bf092.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-610befccd42585ca.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-697643d6829eef07.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-197008207fc7ec12.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-723a9f02ea6521a1.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b600928ddb1e90d4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-142267e451f0a445.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-c119413a02f51136.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-74a65ac263fb420a.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e69ac6ca42573ac0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-c1ff3d3d4640fec3.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ed892dd75b20f603.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b07ac1566a50171c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-98045943c31c0f3a.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-97ddd30583eeea89.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-a815bd4549f3b2ca.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ffdeabb8e40f86e0.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0b4f77d74e4ff3a6.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3fdc78e37a14a2c.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-9d2419590fcc74cf.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e538e4d842698449.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9b33bbb89128ef7d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0259b86c2548831f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-19c0282d3fa22974.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-09d4f33b6a71024f.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-917a8ba634846eb1.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-564633546b4ab0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-216bf4166dc6f622.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-65a581f2ec2ba967.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e344c8e8b045f1be.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-592508e825e15519.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1b3e2196e41d9c69.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`
20442025-08-12T06:13:54.718Z
20452025-08-12T06:13:54.718Zrunning 23 tests
20462025-08-12T06:13:56.700Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20472025-08-12T06:13:56.700Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20482025-08-12T06:13:56.700Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20492025-08-12T06:13:56.722Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20502025-08-12T06:14:01.087Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
20512025-08-12T06:14:01.087Ztest dropshot/src/lib.rs - (line 322) ... ignored
20522025-08-12T06:14:01.199Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20532025-08-12T06:14:01.329Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok
20542025-08-12T06:14:01.335Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok
20552025-08-12T06:14:01.451Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20562025-08-12T06:14:01.857Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
20572025-08-12T06:14:01.860Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20582025-08-12T06:14:01.860Ztest dropshot/src/lib.rs - channel (line 1158) ... ignored
20592025-08-12T06:14:01.860Ztest dropshot/src/lib.rs - endpoint (line 1203) ... ignored
20602025-08-12T06:14:03.050Ztest dropshot/src/lib.rs - (line 376) ... ok
20612025-08-12T06:14:03.370Ztest dropshot/src/lib.rs - api_description (line 1023) ... ok
20622025-08-12T06:14:03.399Ztest dropshot/src/lib.rs - (line 639) ... ok
20632025-08-12T06:14:03.658Ztest dropshot/src/lib.rs - (line 110) ... ok
20642025-08-12T06:14:03.686Ztest dropshot/src/lib.rs - (line 189) ... ok
20652025-08-12T06:14:03.734Ztest dropshot/src/lib.rs - api_description (line 1084) ... ok
20662025-08-12T06:14:04.563Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
20672025-08-12T06:14:06.658Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
20682025-08-12T06:14:07.780Ztest dropshot/src/lib.rs - (line 475) ... ok
20692025-08-12T06:14:07.780Z
20702025-08-12T06:14:07.780Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.06s
20712025-08-12T06:14:07.780Z
20722025-08-12T06:14:07.806Z Doc-tests dropshot_endpoint
20732025-08-12T06:14:07.809Z Running `/home/build/.rustup/toolchains/1.89.0-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-5fa31daea556f8a0/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-9ecb5418f5f2a122.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bcbd9d753cb8d6f5.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-fe020249e7dee3f2.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-e4084a9ab64ec7d0.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-4087bcafc6522cbc.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-f824bc9091d2a114.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-190ddf9a1c3b9fb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4ae52e7a4bd09758.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27bcd61e7d872dc9.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7b3bd86ef64a8e1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-69f2ad5c8eb77708.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
20742025-08-12T06:14:08.012Z
20752025-08-12T06:14:08.012Zrunning 0 tests
20762025-08-12T06:14:08.012Z
20772025-08-12T06:14:08.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20782025-08-12T06:14:08.012Z
20792025-08-12T06:14:08.042Z
20802025-08-12T06:14:08.046Zreal 2:38.714948177
20812025-08-12T06:14:08.046Zuser 14:21.244990885
20822025-08-12T06:14:08.046Zsys 2:18.539887273
20832025-08-12T06:14:08.046Ztrap 0.723048084
20842025-08-12T06:14:08.046Ztflt 0.247039506
20852025-08-12T06:14:08.046Zdflt 0.208599101
20862025-08-12T06:14:08.046Zkflt 0.000260980
20872025-08-12T06:14:08.046Zlock 45:01.862090291
20882025-08-12T06:14:08.046Zslp 1:12:09.630853345
20892025-08-12T06:14:08.046Zlat 44.284061504
20902025-08-12T06:14:08.046Zstop 1:10.922966532
20912025-08-12T06:14:08.046Z+ banner docs
20922025-08-12T06:14:08.046Z
20932025-08-12T06:14:08.046Z ##### #### #### ####
20942025-08-12T06:14:08.046Z # # # # # # #
20952025-08-12T06:14:08.046Z # # # # # ####
20962025-08-12T06:14:08.046Z # # # # # #
20972025-08-12T06:14:08.046Z # # # # # # # #
20982025-08-12T06:14:08.046Z ##### #### #### ####
20992025-08-12T06:14:08.046Z
21002025-08-12T06:14:08.046Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21012025-08-12T06:14:08.369Z Compiling proc-macro2 v1.0.96
21022025-08-12T06:14:08.369Z Compiling unicode-ident v1.0.12
21032025-08-12T06:14:08.372Z Checking cfg-if v1.0.0
21042025-08-12T06:14:08.372Z Checking itoa v1.0.1
21052025-08-12T06:14:08.372Z Checking pin-project-lite v0.2.12
21062025-08-12T06:14:08.372Z Checking libc v0.2.174
21072025-08-12T06:14:08.372Z Checking bytes v1.10.1
21082025-08-12T06:14:08.417Z Checking smallvec v1.13.2
21092025-08-12T06:14:08.495Z Checking once_cell v1.20.1
21102025-08-12T06:14:08.541Z Checking futures-core v0.3.31
21112025-08-12T06:14:08.597Z Checking memchr v2.6.0
21122025-08-12T06:14:08.605Z Checking scopeguard v1.2.0
21132025-08-12T06:14:08.737Z Checking futures-sink v0.3.31
21142025-08-12T06:14:08.749Z Checking lock_api v0.4.6
21152025-08-12T06:14:08.758Z Checking slab v0.4.9
21162025-08-12T06:14:08.775Z Checking fnv v1.0.7
21172025-08-12T06:14:08.877Z Checking futures-channel v0.3.31
21182025-08-12T06:14:08.908Z Checking log v0.4.17
21192025-08-12T06:14:09.018Z Checking pin-utils v0.1.0
21202025-08-12T06:14:09.119Z Checking zeroize v1.7.0
21212025-08-12T06:14:09.146Z Checking futures-task v0.3.31
21222025-08-12T06:14:09.186Z Checking futures-io v0.3.31
21232025-08-12T06:14:09.235Z Checking stable_deref_trait v1.2.0
21242025-08-12T06:14:09.348Z Checking httparse v1.10.0
21252025-08-12T06:14:09.357Z Checking http v1.3.1
21262025-08-12T06:14:09.365Z Checking rustls-pki-types v1.12.0
21272025-08-12T06:14:09.373Z Checking tracing-core v0.1.32
21282025-08-12T06:14:09.376Z Checking untrusted v0.9.0
21292025-08-12T06:14:09.411Z Checking hashbrown v0.15.2
21302025-08-12T06:14:09.480Z Checking parking_lot_core v0.9.4
21312025-08-12T06:14:09.536Z Compiling quote v1.0.40
21322025-08-12T06:14:09.738Z Checking getrandom v0.2.11
21332025-08-12T06:14:09.813Z Checking parking_lot v0.12.1
21342025-08-12T06:14:09.908Z Checking mio v1.0.3
21352025-08-12T06:14:09.981Z Compiling syn v2.0.104
21362025-08-12T06:14:09.994Z Checking socket2 v0.6.0
21372025-08-12T06:14:10.008Z Checking signal-hook-registry v1.4.0
21382025-08-12T06:14:10.128Z Checking equivalent v1.0.0
21392025-08-12T06:14:10.163Z Checking tracing v0.1.40
21402025-08-12T06:14:10.244Z Checking ring v0.17.13
21412025-08-12T06:14:10.257Z Checking atomic-waker v1.1.1
21422025-08-12T06:14:10.371Z Checking base64 v0.22.1
21432025-08-12T06:14:10.400Z Checking percent-encoding v2.3.1
21442025-08-12T06:14:10.482Z Checking bitflags v2.4.0
21452025-08-12T06:14:10.486Z Checking ryu v1.0.5
21462025-08-12T06:14:10.498Z Checking writeable v0.5.5
21472025-08-12T06:14:10.605Z Checking http-body v1.0.1
21482025-08-12T06:14:10.614Z Checking litemap v0.7.4
21492025-08-12T06:14:10.725Z Checking try-lock v0.2.3
21502025-08-12T06:14:10.745Z Checking typenum v1.14.0
21512025-08-12T06:14:10.804Z Checking subtle v2.5.0
21522025-08-12T06:14:10.807Z Compiling num-conv v0.1.0
21532025-08-12T06:14:10.821Z Checking httpdate v1.0.1
21542025-08-12T06:14:10.866Z Checking want v0.3.0
21552025-08-12T06:14:10.948Z Compiling time-core v0.1.2
21562025-08-12T06:14:11.031Z Checking powerfmt v0.2.0
21572025-08-12T06:14:11.059Z Checking tower-service v0.3.3
21582025-08-12T06:14:11.062Z Checking crossbeam-utils v0.8.15
21592025-08-12T06:14:11.075Z Checking num_threads v0.1.3
21602025-08-12T06:14:11.119Z Compiling time-macros v0.2.18
21612025-08-12T06:14:11.284Z Checking deranged v0.3.11
21622025-08-12T06:14:11.352Z Checking icu_locid_transform_data v1.5.0
21632025-08-12T06:14:11.423Z Checking getrandom v0.3.1
21642025-08-12T06:14:11.452Z Checking ipnet v2.10.0
21652025-08-12T06:14:11.614Z Checking icu_properties_data v1.5.0
21662025-08-12T06:14:11.623Z Checking slog v2.7.0
21672025-08-12T06:14:11.820Z Checking generic-array v0.14.5
21682025-08-12T06:14:11.838Z Checking form_urlencoded v1.2.1
21692025-08-12T06:14:11.910Z Checking write16 v1.0.0
21702025-08-12T06:14:12.054Z Checking utf16_iter v1.0.5
21712025-08-12T06:14:12.057Z Checking icu_normalizer_data v1.5.0
21722025-08-12T06:14:12.083Z Checking mime v0.3.16
21732025-08-12T06:14:12.154Z Checking openssl-probe v0.1.4
21742025-08-12T06:14:12.226Z Checking utf8_iter v1.0.4
21752025-08-12T06:14:12.321Z Checking foreign-types-shared v0.1.1
21762025-08-12T06:14:12.390Z Checking openssl-sys v0.9.107
21772025-08-12T06:14:12.425Z Checking rand_core v0.6.3
21782025-08-12T06:14:12.434Z Checking rustls-webpki v0.102.8
21792025-08-12T06:14:12.438Z Checking foreign-types v0.3.2
21802025-08-12T06:14:12.524Z Checking errno v0.3.10
21812025-08-12T06:14:12.606Z Checking dirs-sys-next v0.1.2
21822025-08-12T06:14:12.699Z Checking cpufeatures v0.2.2
21832025-08-12T06:14:12.729Z Checking winnow v0.7.10
21842025-08-12T06:14:12.784Z Checking ppv-lite86 v0.2.15
21852025-08-12T06:14:12.795Z Checking dirs-next v2.0.0
21862025-08-12T06:14:12.929Z Checking num-traits v0.2.14
21872025-08-12T06:14:12.939Z Checking block-buffer v0.10.2
21882025-08-12T06:14:13.136Z Checking crypto-common v0.1.6
21892025-08-12T06:14:13.160Z Checking rustls v0.22.4
21902025-08-12T06:14:13.318Z Checking digest v0.10.7
21912025-08-12T06:14:13.444Z Checking rand_chacha v0.3.1
21922025-08-12T06:14:13.553Z Compiling unicase v2.6.0
21932025-08-12T06:14:13.616Z Checking sha1 v0.10.6
21942025-08-12T06:14:13.817Z Checking rustls-pemfile v2.1.3
21952025-08-12T06:14:13.829Z Checking time v0.3.36
21962025-08-12T06:14:13.876Z Checking http-body-util v0.1.3
21972025-08-12T06:14:13.909Z Checking thread_local v1.1.4
21982025-08-12T06:14:14.063Z Checking encoding_rs v0.8.32
21992025-08-12T06:14:14.153Z Checking toml_writer v1.0.2
22002025-08-12T06:14:14.204Z Checking iana-time-zone v0.1.47
22012025-08-12T06:14:14.307Z Checking match_cfg v0.1.0
22022025-08-12T06:14:14.371Z Compiling mime_guess v2.0.5
22032025-08-12T06:14:14.404Z Checking hostname v0.3.1
22042025-08-12T06:14:14.507Z Checking rand v0.8.4
22052025-08-12T06:14:14.543Z Checking rustls v0.23.13
22062025-08-12T06:14:15.295Z Checking toml_parser v1.0.2
22072025-08-12T06:14:15.377Z Checking rustix v1.0.2
22082025-08-12T06:14:15.532Z Checking term v0.7.0
22092025-08-12T06:14:15.711Z Compiling semver v1.0.26
22102025-08-12T06:14:16.023Z Checking crossbeam-channel v0.5.1
22112025-08-12T06:14:16.307Z Checking concurrent-queue v2.5.0
22122025-08-12T06:14:16.325Z Checking is-terminal v0.4.12
22132025-08-12T06:14:16.337Z Checking sync_wrapper v1.0.1
22142025-08-12T06:14:16.447Z Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot)
22152025-08-12T06:14:16.478Z Checking fastrand v2.1.1
22162025-08-12T06:14:16.527Z Checking dyn-clone v1.0.4
22172025-08-12T06:14:16.630Z Checking tower-layer v0.3.3
22182025-08-12T06:14:16.663Z Checking parking v2.2.0
22192025-08-12T06:14:16.728Z Checking take_mut v0.2.2
22202025-08-12T06:14:16.810Z Checking spin v0.9.8
22212025-08-12T06:14:16.831Z Checking event-listener v5.0.0
22222025-08-12T06:14:16.878Z Checking slog-async v2.8.0
22232025-08-12T06:14:16.888Z Checking slog-term v2.9.1
22242025-08-12T06:14:16.932Z Checking tempfile v3.20.0
22252025-08-12T06:14:16.935Z Checking rustix v0.38.44
22262025-08-12T06:14:17.159Z Compiling synstructure v0.13.1
22272025-08-12T06:14:17.211Z Compiling serde_derive_internals v0.29.0
22282025-08-12T06:14:17.256Z Checking waitgroup v0.1.2
22292025-08-12T06:14:17.299Z Checking webpki-roots v0.26.5
22302025-08-12T06:14:17.366Z Checking hostname v0.4.0
22312025-08-12T06:14:17.403Z Checking byteorder v1.4.3
22322025-08-12T06:14:17.496Z Checking utf-8 v0.7.6
22332025-08-12T06:14:17.514Z Checking data-encoding v2.4.0
22342025-08-12T06:14:17.712Z Checking debug-ignore v1.0.5
22352025-08-12T06:14:17.806Z Checking lazy_static v1.5.0
22362025-08-12T06:14:17.864Z Checking unicode-width v0.1.9
22372025-08-12T06:14:17.945Z Checking unicode-segmentation v1.10.0
22382025-08-12T06:14:18.026Z Checking iri-string v0.7.8
22392025-08-12T06:14:18.046Z Checking console v0.15.7
22402025-08-12T06:14:18.376Z Checking atomicwrites v0.4.4
22412025-08-12T06:14:18.565Z Checking newline-converter v0.3.0
22422025-08-12T06:14:18.583Z Checking event-listener-strategy v0.5.4
22432025-08-12T06:14:18.600Z Checking target-triple v0.1.3
22442025-08-12T06:14:18.708Z Checking yasna v0.5.2
22452025-08-12T06:14:18.726Z Checking rustls-native-certs v0.7.0
22462025-08-12T06:14:18.792Z Checking pem v3.0.5
22472025-08-12T06:14:18.884Z Checking webpki-roots v1.0.0
22482025-08-12T06:14:18.926Z Checking similar v2.2.1
22492025-08-12T06:14:19.038Z Checking termcolor v1.1.2
22502025-08-12T06:14:19.042Z Checking glob v0.3.0
22512025-08-12T06:14:19.054Z Checking http-range v0.1.4
22522025-08-12T06:14:19.078Z Checking async-channel v2.5.0
22532025-08-12T06:14:19.259Z Checking anyhow v1.0.98
22542025-08-12T06:14:19.370Z Checking buf-list v1.0.3
22552025-08-12T06:14:19.423Z Checking subprocess v0.2.9
22562025-08-12T06:14:19.542Z Checking rcgen v0.14.3
22572025-08-12T06:14:19.624Z Checking expectorate v1.2.0
22582025-08-12T06:14:19.654Z Checking heck v0.5.0
22592025-08-12T06:14:20.226Z Compiling serde_derive v1.0.219
22602025-08-12T06:14:20.226Z Compiling tokio-macros v2.5.0
22612025-08-12T06:14:20.229Z Compiling futures-macro v0.3.31
22622025-08-12T06:14:20.229Z Compiling zerofrom-derive v0.1.5
22632025-08-12T06:14:20.229Z Compiling yoke-derive v0.7.5
22642025-08-12T06:14:20.229Z Compiling zerovec-derive v0.10.3
22652025-08-12T06:14:20.476Z Compiling displaydoc v0.2.5
22662025-08-12T06:14:20.532Z Compiling icu_provider_macros v1.5.0
22672025-08-12T06:14:21.649Z Compiling openssl-macros v0.1.1
22682025-08-12T06:14:21.708Z Checking tokio v1.47.1
22692025-08-12T06:14:21.960Z Compiling schemars_derive v0.8.22
22702025-08-12T06:14:21.989Z Checking futures-util v0.3.31
22712025-08-12T06:14:22.492Z Checking openssl v0.10.72
22722025-08-12T06:14:22.520Z Compiling thiserror-impl v1.0.69
22732025-08-12T06:14:22.622Z Compiling thiserror-impl v2.0.12
22742025-08-12T06:14:23.238Z Checking zerofrom v0.1.5
22752025-08-12T06:14:23.456Z Checking yoke v0.7.5
22762025-08-12T06:14:23.808Z Checking zerovec v0.10.4
22772025-08-12T06:14:24.573Z Compiling async-stream-impl v0.3.6
22782025-08-12T06:14:25.276Z Checking thiserror v1.0.69
22792025-08-12T06:14:25.383Z Checking thiserror v2.0.12
22802025-08-12T06:14:25.410Z Compiling async-trait v0.1.88
22812025-08-12T06:14:25.444Z Checking tinystr v0.7.6
22822025-08-12T06:14:25.532Z Checking icu_collections v1.5.0
22832025-08-12T06:14:25.772Z Checking icu_locid v1.5.0
22842025-08-12T06:14:25.909Z Checking async-stream v0.3.6
22852025-08-12T06:14:26.117Z Checking tungstenite v0.24.0
22862025-08-12T06:14:26.660Z Checking futures-executor v0.3.31
22872025-08-12T06:14:26.722Z Checking icu_provider v1.5.0
22882025-08-12T06:14:26.886Z Checking futures v0.3.31
22892025-08-12T06:14:26.981Z Checking serde v1.0.219
22902025-08-12T06:14:26.997Z Checking multer v3.1.0
22912025-08-12T06:14:27.338Z Checking icu_locid_transform v1.5.0
22922025-08-12T06:14:27.677Z Checking native-tls v0.2.12
22932025-08-12T06:14:28.151Z Checking icu_properties v1.5.1
22942025-08-12T06:14:28.642Z Checking tokio-util v0.7.7
22952025-08-12T06:14:28.642Z Checking tokio-rustls v0.25.0
22962025-08-12T06:14:28.642Z Checking tower v0.5.2
22972025-08-12T06:14:28.992Z Checking tokio-native-tls v0.3.1
22982025-08-12T06:14:29.288Z Checking tokio-rustls v0.26.0
22992025-08-12T06:14:29.405Z Checking tower-http v0.6.5
23002025-08-12T06:14:29.505Z Checking tokio-tungstenite v0.24.0
23012025-08-12T06:14:30.872Z Checking icu_normalizer v1.5.0
23022025-08-12T06:14:31.327Z Checking indexmap v2.10.0
23032025-08-12T06:14:31.331Z Checking serde_json v1.0.142
23042025-08-12T06:14:31.331Z Checking toml_datetime v0.7.0
23052025-08-12T06:14:31.331Z Checking serde_spanned v1.0.0
23062025-08-12T06:14:31.331Z Checking uuid v1.17.0
23072025-08-12T06:14:31.358Z Checking serde_urlencoded v0.7.1
23082025-08-12T06:14:31.562Z Compiling serde_tokenstream v0.2.2
23092025-08-12T06:14:31.563Z Checking idna_adapter v1.2.0
23102025-08-12T06:14:31.712Z Checking toml v0.9.5
23112025-08-12T06:14:31.712Z Checking chrono v0.4.41
23122025-08-12T06:14:31.759Z Checking idna v1.0.3
23132025-08-12T06:14:31.772Z Checking serde_path_to_error v0.1.17
23142025-08-12T06:14:31.916Z Checking camino v1.1.11
23152025-08-12T06:14:32.074Z Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23162025-08-12T06:14:32.258Z Checking url v2.5.4
23172025-08-12T06:14:32.538Z Checking h2 v0.4.6
23182025-08-12T06:14:32.747Z Documenting dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23192025-08-12T06:14:32.791Z Checking slog-json v2.6.1
23202025-08-12T06:14:32.791Z Checking openapiv3 v2.2.0
23212025-08-12T06:14:33.058Z Checking slog-bunyan v2.5.0
23222025-08-12T06:14:33.073Z Checking trybuild v1.0.110
23232025-08-12T06:14:33.551Z Checking schemars v0.8.22
23242025-08-12T06:14:35.905Z Checking hyper v1.6.0
23252025-08-12T06:14:37.089Z Checking hyper-util v0.1.16
23262025-08-12T06:14:37.092Z Checking hyper-staticfile v0.10.1
23272025-08-12T06:14:38.388Z Checking hyper-rustls v0.27.3
23282025-08-12T06:14:38.388Z Checking hyper-tls v0.6.0
23292025-08-12T06:14:38.392Z Documenting dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot)
23302025-08-12T06:14:38.392Z Checking hyper-rustls v0.26.0
23312025-08-12T06:14:38.626Z Checking reqwest v0.12.22
23322025-08-12T06:14:47.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.02s
23332025-08-12T06:14:47.179Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
23342025-08-12T06:14:47.194Z
23352025-08-12T06:14:47.197Zreal 39.128861696
23362025-08-12T06:14:47.197Zuser 3:23.439591841
23372025-08-12T06:14:47.197Zsys 38.695096649
23382025-08-12T06:14:47.197Ztrap 0.133873460
23392025-08-12T06:14:47.197Ztflt 0.189824344
23402025-08-12T06:14:47.197Zdflt 0.005438089
23412025-08-12T06:14:47.197Zkflt 0.000146777
23422025-08-12T06:14:47.197Zlock 7:25.979505039
23432025-08-12T06:14:47.197Zslp 11:58.130051282
23442025-08-12T06:14:47.197Zlat 11.214603955
23452025-08-12T06:14:47.197Zstop 20.573900317
23462025-08-12T06:14:47.197Zprocess exited: duration 359803 ms, exit code 0
 
23472025-08-12T06:14:47.204Zfound 0 output files