01K1GJMSV2FDYV4D5QM86E48ZT: build-and-test / illumos

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

Buildomat Job: 01K1GJN08R2ZC37RFJPS617V9F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-07-31T15:47:37.322Zjob assigned to worker 01K1GJN0XPW0DVA1BMSX3WN3NF [factory gimlet-EVT22200007-propolis, EVT22200007/36650] (queued for 25 s)
 
22025-07-31T15:47:45.745Zstarting task 0: "setup"
32025-07-31T15:47:45.773Z++ uname -s
42025-07-31T15:47:45.773Z+ kern=SunOS
52025-07-31T15:47:45.773Z+ build_user=build
62025-07-31T15:47:45.773Z+ build_uid=12345
72025-07-31T15:47:45.773Z+ work_dir=/work
82025-07-31T15:47:45.773Z+ input_dir=/input
92025-07-31T15:47:45.773Z+ [[ 0 == 12345 ]]
102025-07-31T15:47:45.773Z+ case "$kern" in
112025-07-31T15:47:45.773Z+ groupadd -g 12345 build
122025-07-31T15:47:45.774Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-07-31T15:47:47.768Z+ zfs create -o mountpoint=/work rpool/work
142025-07-31T15:47:47.803Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-07-31T15:47:47.831Z+ home_fs=zfs
162025-07-31T15:47:47.831Z+ [[ zfs == autofs ]]
172025-07-31T15:47:47.831Z+ mkdir -p /home/build
182025-07-31T15:47:47.831Z+ chown build:build /home/build /work
192025-07-31T15:47:49.813Z+ chmod 0700 /home/build /work
202025-07-31T15:47:49.840Zprocess exited: duration 4074 ms, exit code 0
 
212025-07-31T15:47:49.894Zstarting task 1: "rust-toolchain"
222025-07-31T15:47:49.921Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-07-31T15:47:49.921Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-07-31T15:47:49.921Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-07-31T15:47:49.921Z * rust toolchain channel = "stable"
262025-07-31T15:47:49.921Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-07-31T15:47:49.921Z * rust toolchain profile = "default"
282025-07-31T15:47:49.921Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-07-31T15:47:49.921Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-07-31T15:47:50.063Zinfo: downloading installer
312025-07-31T15:47:50.540Zwarn: It looks like you have an existing installation of Rust at:
322025-07-31T15:47:50.541Zwarn: /opt/ooce/bin
332025-07-31T15:47:50.541Zwarn: It is recommended that rustup be the primary Rust installation.
342025-07-31T15:47:50.541Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-07-31T15:47:50.541Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-07-31T15:47:50.541Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-07-31T15:47:50.541Zwarn: or pass `-y' to ignore all ignorable checks.
382025-07-31T15:47:50.541Zerror: cannot install while Rust is installed
392025-07-31T15:47:50.541Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-07-31T15:47:50.567Zinfo: profile set to 'default'
412025-07-31T15:47:50.567Zinfo: default host triple is x86_64-unknown-illumos
422025-07-31T15:47:50.567Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-07-31T15:47:50.676Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-07-31T15:47:50.676Zinfo: downloading component 'cargo'
452025-07-31T15:47:50.951Zinfo: downloading component 'clippy'
462025-07-31T15:47:51.052Zinfo: downloading component 'rust-docs'
472025-07-31T15:47:51.332Zinfo: downloading component 'rust-std'
482025-07-31T15:47:51.674Zinfo: downloading component 'rustc'
492025-07-31T15:47:53.020Zinfo: downloading component 'rustfmt'
502025-07-31T15:47:53.100Zinfo: installing component 'cargo'
512025-07-31T15:47:54.282Zinfo: installing component 'clippy'
522025-07-31T15:47:54.784Zinfo: installing component 'rust-docs'
532025-07-31T15:47:57.857Zinfo: installing component 'rust-std'
542025-07-31T15:47:59.796Zinfo: installing component 'rustc'
552025-07-31T15:48:07.715Zinfo: installing component 'rustfmt'
562025-07-31T15:48:08.094Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-07-31T15:48:08.094Z
582025-07-31T15:48:08.258Z stable-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-07-31T15:48:08.258Z
602025-07-31T15:48:08.258Z
612025-07-31T15:48:08.258ZRust is installed now. Great!
622025-07-31T15:48:08.258Z
632025-07-31T15:48:08.258ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-07-31T15:48:08.258Zenvironment variable. This has not been done automatically.
652025-07-31T15:48:08.258Z
662025-07-31T15:48:08.258ZTo configure your current shell, you need to source
672025-07-31T15:48:08.258Zthe corresponding env file under $HOME/.cargo.
682025-07-31T15:48:08.258Z
692025-07-31T15:48:08.258ZThis is usually done by running one of the following (note the leading DOT):
702025-07-31T15:48:08.258Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-07-31T15:48:08.258Zsource "$HOME/.cargo/env.fish" # For fish
722025-07-31T15:48:08.258Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-07-31T15:48:08.361Z+ rustup --version
742025-07-31T15:48:08.388Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-07-31T15:48:08.388Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-07-31T15:48:08.498Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-07-31T15:48:08.525Z+ cargo --version
782025-07-31T15:48:08.602Zcargo 1.88.0 (873a06493 2025-05-10)
792025-07-31T15:48:08.629Z+ rustc --version
802025-07-31T15:48:08.718Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-07-31T15:48:08.745Zprocess exited: duration 18830 ms, exit code 0
 
822025-07-31T15:48:08.799Zstarting task 2: "authentication"
832025-07-31T15:48:08.862Zprocess exited: duration 62 ms, exit code 0
 
842025-07-31T15:48:08.916Zstarting task 3: "clone repository"
852025-07-31T15:48:08.943Z+ mkdir -p /work/oxidecomputer/dropshot
862025-07-31T15:48:08.943Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872025-07-31T15:48:08.970ZCloning into '/work/oxidecomputer/dropshot'...
882025-07-31T15:48:10.072Z+ cd /work/oxidecomputer/dropshot
892025-07-31T15:48:10.072Z+ git fetch origin c4aa97a56432a6bd76da7b1d797c20d4d102598f
902025-07-31T15:48:10.710ZFrom https://github.com/oxidecomputer/dropshot
912025-07-31T15:48:10.710Z * branch c4aa97a56432a6bd76da7b1d797c20d4d102598f -> FETCH_HEAD
922025-07-31T15:48:10.737Z+ [[ -n '' ]]
932025-07-31T15:48:10.737Z+ git reset --hard c4aa97a56432a6bd76da7b1d797c20d4d102598f
942025-07-31T15:48:10.792ZHEAD is now at c4aa97a update changelog for pr 1382
952025-07-31T15:48:10.792Zprocess exited: duration 1833 ms, exit code 0
 
962025-07-31T15:48:10.849Zstarting task 4: "build"
972025-07-31T15:48:10.876Z+ cargo --version
982025-07-31T15:48:10.876Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
992025-07-31T15:48:11.003Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
1002025-07-31T15:48:11.004Zinfo: downloading component 'cargo'
1012025-07-31T15:48:11.212Zinfo: downloading component 'clippy'
1022025-07-31T15:48:11.301Zinfo: downloading component 'rust-docs'
1032025-07-31T15:48:11.564Zinfo: downloading component 'rust-std'
1042025-07-31T15:48:11.939Zinfo: downloading component 'rustc'
1052025-07-31T15:48:13.628Zinfo: downloading component 'rustfmt'
1062025-07-31T15:48:13.701Zinfo: installing component 'cargo'
1072025-07-31T15:48:14.853Zinfo: installing component 'clippy'
1082025-07-31T15:48:15.312Zinfo: installing component 'rust-docs'
1092025-07-31T15:48:18.235Zinfo: installing component 'rust-std'
1102025-07-31T15:48:20.214Zinfo: installing component 'rustc'
1112025-07-31T15:48:28.167Zinfo: installing component 'rustfmt'
1122025-07-31T15:48:28.683Zcargo 1.88.0 (873a06493 2025-05-10)
1132025-07-31T15:48:28.710Z+ rustc --version
1142025-07-31T15:48:28.848Zrustc 1.88.0 (6b00bc388 2025-06-23)
1152025-07-31T15:48:28.875Z+ banner build
1162025-07-31T15:48:28.875Z
1172025-07-31T15:48:28.875Z ##### # # # # #####
1182025-07-31T15:48:28.875Z # # # # # # # #
1192025-07-31T15:48:28.875Z ##### # # # # # #
1202025-07-31T15:48:28.875Z # # # # # # # #
1212025-07-31T15:48:28.875Z # # # # # # # #
1222025-07-31T15:48:28.875Z ##### #### # ###### #####
1232025-07-31T15:48:28.875Z
1242025-07-31T15:48:28.875Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1252025-07-31T15:48:29.127Z Updating crates.io index
1262025-07-31T15:48:30.220Z Downloading crates ...
1272025-07-31T15:48:30.300Z Downloaded console v0.15.7
1282025-07-31T15:48:30.327Z Downloaded async-stream v0.3.6
1292025-07-31T15:48:30.327Z Downloaded log v0.4.17
1302025-07-31T15:48:30.354Z Downloaded toml_writer v1.0.2
1312025-07-31T15:48:30.354Z Downloaded pin-utils v0.1.0
1322025-07-31T15:48:30.381Z Downloaded proc-macro2 v1.0.95
1332025-07-31T15:48:30.381Z Downloaded waitgroup v0.1.2
1342025-07-31T15:48:30.381Z Downloaded rustc-hash v2.0.0
1352025-07-31T15:48:30.381Z Downloaded want v0.3.0
1362025-07-31T15:48:30.409Z Downloaded num_threads v0.1.3
1372025-07-31T15:48:30.409Z Downloaded slab v0.4.9
1382025-07-31T15:48:30.409Z Downloaded synstructure v0.13.1
1392025-07-31T15:48:30.409Z Downloaded scroll_derive v0.12.0
1402025-07-31T15:48:30.409Z Downloaded serde_path_to_error v0.1.17
1412025-07-31T15:48:30.409Z Downloaded serde_spanned v1.0.0
1422025-07-31T15:48:30.437Z Downloaded serde_tokenstream v0.2.2
1432025-07-31T15:48:30.437Z Downloaded serde_derive v1.0.219
1442025-07-31T15:48:30.437Z Downloaded shlex v1.3.0
1452025-07-31T15:48:30.437Z Downloaded signal-hook-registry v1.4.0
1462025-07-31T15:48:30.437Z Downloaded similar v2.2.1
1472025-07-31T15:48:30.437Z Downloaded zerovec v0.10.4
1482025-07-31T15:48:30.464Z Downloaded simple-mermaid v0.2.0
1492025-07-31T15:48:30.464Z Downloaded pest v2.7.6
1502025-07-31T15:48:30.464Z Downloaded serde_json v1.0.140
1512025-07-31T15:48:30.464Z Downloaded serde v1.0.219
1522025-07-31T15:48:30.491Z Downloaded quinn-proto v0.11.8
1532025-07-31T15:48:30.491Z Downloaded portable-atomic v1.9.0
1542025-07-31T15:48:30.491Z Downloaded winnow v0.7.10
1552025-07-31T15:48:30.518Z Downloaded rustls-webpki v0.102.8
1562025-07-31T15:48:30.518Z Downloaded openssl v0.10.72
1572025-07-31T15:48:30.545Z Downloaded rustls v0.22.4
1582025-07-31T15:48:30.545Z Downloaded webpki-roots v1.0.0
1592025-07-31T15:48:30.545Z Downloaded rustix v0.38.44
1602025-07-31T15:48:30.571Z Downloaded webpki-roots v0.26.5
1612025-07-31T15:48:30.571Z Downloaded syn v2.0.104
1622025-07-31T15:48:30.598Z Downloaded rustls v0.23.13
1632025-07-31T15:48:30.599Z Downloaded reqwest v0.12.22
1642025-07-31T15:48:30.625Z Downloaded openapiv3 v2.2.0
1652025-07-31T15:48:30.625Z Downloaded rand v0.8.4
1662025-07-31T15:48:30.625Z Downloaded vcpkg v0.2.15
1672025-07-31T15:48:30.668Z Downloaded rustix v1.0.2
1682025-07-31T15:48:30.695Z Downloaded zerocopy v0.7.32
1692025-07-31T15:48:30.722Z Downloaded encoding_rs v0.8.32
1702025-07-31T15:48:30.749Z Downloaded icu_properties_data v1.5.0
1712025-07-31T15:48:30.793Z Downloaded tokio v1.46.1
1722025-07-31T15:48:30.793Z Downloaded schemars v0.8.22
1732025-07-31T15:48:30.820Z Downloaded libc v0.2.174
1742025-07-31T15:48:30.848Z Downloaded rustls-pki-types v1.12.0
1752025-07-31T15:48:30.848Z Downloaded mio v1.0.3
1762025-07-31T15:48:30.848Z Downloaded iri-string v0.7.8
1772025-07-31T15:48:30.876Z Downloaded h2 v0.4.6
1782025-07-31T15:48:30.876Z Downloaded scroll v0.12.0
1792025-07-31T15:48:30.876Z Downloaded rustls-native-certs v0.7.0
1802025-07-31T15:48:30.876Z Downloaded quinn v0.11.4
1812025-07-31T15:48:30.876Z Downloaded sha2 v0.10.8
1822025-07-31T15:48:30.876Z Downloaded sha1 v0.10.6
1832025-07-31T15:48:30.876Z Downloaded serde_urlencoded v0.7.1
1842025-07-31T15:48:30.876Z Downloaded semver v1.0.26
1852025-07-31T15:48:30.876Z Downloaded thiserror v1.0.69
1862025-07-31T15:48:30.904Z Downloaded term v0.7.0
1872025-07-31T15:48:30.904Z Downloaded tempfile v3.20.0
1882025-07-31T15:48:30.904Z Downloaded prettyplease v0.2.35
1892025-07-31T15:48:30.904Z Downloaded hyper v1.6.0
1902025-07-31T15:48:30.904Z Downloaded schemars_derive v0.8.22
1912025-07-31T15:48:30.904Z Downloaded rustls-pemfile v2.1.3
1922025-07-31T15:48:30.904Z Downloaded target-triple v0.1.3
1932025-07-31T15:48:30.904Z Downloaded socket2 v0.5.9
1942025-07-31T15:48:30.904Z Downloaded pkg-config v0.3.31
1952025-07-31T15:48:30.904Z Downloaded pest_meta v2.7.6
1962025-07-31T15:48:30.932Z Downloaded pest_derive v2.7.6
1972025-07-31T15:48:30.932Z Downloaded num-traits v0.2.14
1982025-07-31T15:48:30.932Z Downloaded url v2.5.4
1992025-07-31T15:48:30.932Z Downloaded unicode-segmentation v1.10.0
2002025-07-31T15:48:30.932Z Downloaded serde_derive_internals v0.29.0
2012025-07-31T15:48:30.932Z Downloaded scopeguard v1.2.0
2022025-07-31T15:48:30.932Z Downloaded thiserror-impl v1.0.69
2032025-07-31T15:48:30.932Z Downloaded thiserror v2.0.12
2042025-07-31T15:48:30.932Z Downloaded termcolor v1.1.2
2052025-07-31T15:48:30.932Z Downloaded pem v3.0.5
2062025-07-31T15:48:30.932Z Downloaded parking_lot v0.12.1
2072025-07-31T15:48:30.932Z Downloaded yasna v0.5.2
2082025-07-31T15:48:30.960Z Downloaded tracing v0.1.40
2092025-07-31T15:48:30.960Z Downloaded indexmap v2.10.0
2102025-07-31T15:48:30.960Z Downloaded icu_collections v1.5.0
2112025-07-31T15:48:30.960Z Downloaded schema-derive v0.1.0
2122025-07-31T15:48:30.960Z Downloaded ryu v1.0.5
2132025-07-31T15:48:30.960Z Downloaded thiserror-impl v2.0.12
2142025-07-31T15:48:30.960Z Downloaded subtle v2.5.0
2152025-07-31T15:48:30.960Z Downloaded subprocess v0.2.9
2162025-07-31T15:48:30.960Z Downloaded spin v0.9.8
2172025-07-31T15:48:30.960Z Downloaded slog-json v2.6.1
2182025-07-31T15:48:30.987Z Downloaded rcgen v0.14.2
2192025-07-31T15:48:30.987Z Downloaded ppv-lite86 v0.2.15
2202025-07-31T15:48:30.987Z Downloaded pin-project-lite v0.2.12
2212025-07-31T15:48:30.987Z Downloaded parking_lot_core v0.9.4
2222025-07-31T15:48:30.988Z Downloaded yoke v0.7.5
2232025-07-31T15:48:30.988Z Downloaded uuid v1.17.0
2242025-07-31T15:48:30.988Z Downloaded schema v0.1.0
2252025-07-31T15:48:30.988Z Downloaded ring v0.17.13
2262025-07-31T15:48:31.022Z Downloaded stable_deref_trait v1.2.0
2272025-07-31T15:48:31.051Z Downloaded slog v2.7.0
2282025-07-31T15:48:31.051Z Downloaded quinn-udp v0.5.5
2292025-07-31T15:48:31.051Z Downloaded powerfmt v0.2.0
2302025-07-31T15:48:31.051Z Downloaded tokio-util v0.7.7
2312025-07-31T15:48:31.051Z Downloaded http v1.3.1
2322025-07-31T15:48:31.051Z Downloaded take_mut v0.2.2
2332025-07-31T15:48:31.051Z Downloaded sync_wrapper v1.0.1
2342025-07-31T15:48:31.051Z Downloaded smallvec v1.13.2
2352025-07-31T15:48:31.051Z Downloaded slog-term v2.9.1
2362025-07-31T15:48:31.051Z Downloaded plain v0.2.3
2372025-07-31T15:48:31.051Z Downloaded percent-encoding v2.3.1
2382025-07-31T15:48:31.051Z Downloaded native-tls v0.2.12
2392025-07-31T15:48:31.051Z Downloaded yoke-derive v0.7.5
2402025-07-31T15:48:31.051Z Downloaded writeable v0.5.5
2412025-07-31T15:48:31.079Z Downloaded tungstenite v0.24.0
2422025-07-31T15:48:31.079Z Downloaded thread-id v4.0.0
2432025-07-31T15:48:31.079Z Downloaded chrono v0.4.41
2442025-07-31T15:48:31.079Z Downloaded slog-bunyan v2.5.0
2452025-07-31T15:48:31.079Z Downloaded slog-async v2.8.0
2462025-07-31T15:48:31.079Z Downloaded pretty-hex v0.4.1
2472025-07-31T15:48:31.079Z Downloaded paste v1.0.15
2482025-07-31T15:48:31.079Z Downloaded parking v2.2.0
2492025-07-31T15:48:31.079Z Downloaded openssl-probe v0.1.4
2502025-07-31T15:48:31.079Z Downloaded mime_guess v2.0.5
2512025-07-31T15:48:31.079Z Downloaded write16 v1.0.0
2522025-07-31T15:48:31.079Z Downloaded typenum v1.14.0
2532025-07-31T15:48:31.079Z Downloaded hyper-util v0.1.15
2542025-07-31T15:48:31.107Z Downloaded newline-converter v0.3.0
2552025-07-31T15:48:31.107Z Downloaded memmap v0.7.0
2562025-07-31T15:48:31.107Z Downloaded zeroize v1.7.0
2572025-07-31T15:48:31.107Z Downloaded zerofrom-derive v0.1.5
2582025-07-31T15:48:31.107Z Downloaded zerofrom v0.1.5
2592025-07-31T15:48:31.107Z Downloaded zerocopy-derive v0.7.32
2602025-07-31T15:48:31.107Z Downloaded usdt-attr-macro v0.5.0
2612025-07-31T15:48:31.108Z Downloaded unicase v2.6.0
2622025-07-31T15:48:31.108Z Downloaded idna v1.0.3
2632025-07-31T15:48:31.108Z Downloaded hashbrown v0.15.2
2642025-07-31T15:48:31.108Z Downloaded goblin v0.8.0
2652025-07-31T15:48:31.135Z Downloaded num-conv v0.1.0
2662025-07-31T15:48:31.135Z Downloaded mime v0.3.16
2672025-07-31T15:48:31.135Z Downloaded zerovec-derive v0.10.3
2682025-07-31T15:48:31.135Z Downloaded utf-8 v0.7.6
2692025-07-31T15:48:31.135Z Downloaded usdt-macro v0.5.0
2702025-07-31T15:48:31.135Z Downloaded trybuild v1.0.106
2712025-07-31T15:48:31.135Z Downloaded try-lock v0.2.3
2722025-07-31T15:48:31.135Z Downloaded tower-http v0.6.5
2732025-07-31T15:48:31.135Z Downloaded version_check v0.9.5
2742025-07-31T15:48:31.135Z Downloaded usdt v0.5.0
2752025-07-31T15:48:31.136Z Downloaded tower-service v0.3.3
2762025-07-31T15:48:31.136Z Downloaded tower v0.5.2
2772025-07-31T15:48:31.163Z Downloaded icu_provider v1.5.0
2782025-07-31T15:48:31.163Z Downloaded icu_properties v1.5.1
2792025-07-31T15:48:31.163Z Downloaded icu_locid_transform_data v1.5.0
2802025-07-31T15:48:31.164Z Downloaded rand_core v0.6.3
2812025-07-31T15:48:31.164Z Downloaded rand_chacha v0.3.1
2822025-07-31T15:48:31.164Z Downloaded quote v1.0.40
2832025-07-31T15:48:31.164Z Downloaded utf8_iter v1.0.4
2842025-07-31T15:48:31.164Z Downloaded untrusted v0.9.0
2852025-07-31T15:48:31.164Z Downloaded ucd-trie v0.1.6
2862025-07-31T15:48:31.164Z Downloaded tower-layer v0.3.3
2872025-07-31T15:48:31.164Z Downloaded toml_parser v1.0.1
2882025-07-31T15:48:31.164Z Downloaded toml_datetime v0.7.0
2892025-07-31T15:48:31.164Z Downloaded thread_local v1.1.4
2902025-07-31T15:48:31.191Z Downloaded memchr v2.6.0
2912025-07-31T15:48:31.191Z Downloaded lock_api v0.4.6
2922025-07-31T15:48:31.191Z Downloaded itoa v1.0.1
2932025-07-31T15:48:31.191Z Downloaded ipnet v2.10.0
2942025-07-31T15:48:31.191Z Downloaded idna_adapter v1.2.0
2952025-07-31T15:48:31.191Z Downloaded icu_normalizer_data v1.5.0
2962025-07-31T15:48:31.191Z Downloaded icu_normalizer v1.5.0
2972025-07-31T15:48:31.191Z Downloaded icu_locid_transform v1.5.0
2982025-07-31T15:48:31.191Z Downloaded hyper-rustls v0.26.0
2992025-07-31T15:48:31.191Z Downloaded utf16_iter v1.0.5
3002025-07-31T15:48:31.191Z Downloaded unicode-ident v1.0.12
3012025-07-31T15:48:31.191Z Downloaded toml v0.9.2
3022025-07-31T15:48:31.219Z Downloaded tokio-rustls v0.26.0
3032025-07-31T15:48:31.219Z Downloaded tokio-rustls v0.25.0
3042025-07-31T15:48:31.219Z Downloaded tokio-native-tls v0.3.1
3052025-07-31T15:48:31.219Z Downloaded tokio-macros v2.5.0
3062025-07-31T15:48:31.219Z Downloaded tinyvec v1.5.1
3072025-07-31T15:48:31.219Z Downloaded time-macros v0.2.18
3082025-07-31T15:48:31.219Z Downloaded time v0.3.36
3092025-07-31T15:48:31.219Z Downloaded litemap v0.7.4
3102025-07-31T15:48:31.219Z Downloaded lazy_static v1.5.0
3112025-07-31T15:48:31.219Z Downloaded icu_provider_macros v1.5.0
3122025-07-31T15:48:31.219Z Downloaded iana-time-zone v0.1.47
3132025-07-31T15:48:31.247Z Downloaded hyper-rustls v0.27.3
3142025-07-31T15:48:31.247Z Downloaded http-range v0.1.4
3152025-07-31T15:48:31.247Z Downloaded http-body-util v0.1.3
3162025-07-31T15:48:31.247Z Downloaded http-body v1.0.1
3172025-07-31T15:48:31.247Z Downloaded hostname v0.4.0
3182025-07-31T15:48:31.247Z Downloaded hostname v0.3.1
3192025-07-31T15:48:31.247Z Downloaded fastrand v2.1.1
3202025-07-31T15:48:31.247Z Downloaded pest_generator v2.7.6
3212025-07-31T15:48:31.247Z Downloaded openssl-sys v0.9.107
3222025-07-31T15:48:31.247Z Downloaded once_cell v1.20.1
3232025-07-31T15:48:31.247Z Downloaded multer v3.1.0
3242025-07-31T15:48:31.247Z Downloaded tinyvec_macros v0.1.0
3252025-07-31T15:48:31.247Z Downloaded tinystr v0.7.6
3262025-07-31T15:48:31.247Z Downloaded time-core v0.1.2
3272025-07-31T15:48:31.247Z Downloaded match_cfg v0.1.0
3282025-07-31T15:48:31.275Z Downloaded hyper-tls v0.6.0
3292025-07-31T15:48:31.275Z Downloaded futures-task v0.3.31
3302025-07-31T15:48:31.275Z Downloaded futures-io v0.3.31
3312025-07-31T15:48:31.275Z Downloaded futures-core v0.3.31
3322025-07-31T15:48:31.275Z Downloaded futures v0.3.31
3332025-07-31T15:48:31.275Z Downloaded expectorate v1.2.0
3342025-07-31T15:48:31.275Z Downloaded dyn-clone v1.0.4
3352025-07-31T15:48:31.275Z Downloaded dtrace-parser v0.2.0
3362025-07-31T15:48:31.275Z Downloaded dof v0.3.0
3372025-07-31T15:48:31.275Z Downloaded data-encoding v2.4.0
3382025-07-31T15:48:31.275Z Downloaded crossbeam-channel v0.5.1
3392025-07-31T15:48:31.275Z Downloaded openssl-macros v0.1.1
3402025-07-31T15:48:31.275Z Downloaded usdt-impl v0.5.0
3412025-07-31T15:48:31.275Z Downloaded unicode-width v0.1.9
3422025-07-31T15:48:31.275Z Downloaded tracing-core v0.1.32
3432025-07-31T15:48:31.275Z Downloaded tokio-tungstenite v0.24.0
3442025-07-31T15:48:31.302Z Downloaded is-terminal v0.4.12
3452025-07-31T15:48:31.303Z Downloaded httpdate v1.0.1
3462025-07-31T15:48:31.303Z Downloaded httparse v1.10.0
3472025-07-31T15:48:31.303Z Downloaded heck v0.5.0
3482025-07-31T15:48:31.303Z Downloaded generic-array v0.14.5
3492025-07-31T15:48:31.303Z Downloaded futures-sink v0.3.31
3502025-07-31T15:48:31.303Z Downloaded futures-channel v0.3.31
3512025-07-31T15:48:31.303Z Downloaded fnv v1.0.7
3522025-07-31T15:48:31.303Z Downloaded displaydoc v0.2.5
3532025-07-31T15:48:31.303Z Downloaded dirs-sys-next v0.1.2
3542025-07-31T15:48:31.303Z Downloaded dirs-next v2.0.0
3552025-07-31T15:48:31.303Z Downloaded digest v0.10.7
3562025-07-31T15:48:31.303Z Downloaded deranged v0.3.11
3572025-07-31T15:48:31.303Z Downloaded debug-ignore v1.0.5
3582025-07-31T15:48:31.303Z Downloaded crossbeam-utils v0.8.15
3592025-07-31T15:48:31.303Z Downloaded cpufeatures v0.2.2
3602025-07-31T15:48:31.331Z Downloaded concurrent-queue v2.5.0
3612025-07-31T15:48:31.331Z Downloaded cfg-if v1.0.0
3622025-07-31T15:48:31.331Z Downloaded cc v1.2.16
3632025-07-31T15:48:31.331Z Downloaded bytes v1.10.1
3642025-07-31T15:48:31.331Z Downloaded hyper-staticfile v0.10.1
3652025-07-31T15:48:31.331Z Downloaded glob v0.3.0
3662025-07-31T15:48:31.331Z Downloaded getrandom v0.3.1
3672025-07-31T15:48:31.331Z Downloaded futures-util v0.3.31
3682025-07-31T15:48:31.358Z Downloaded futures-macro v0.3.31
3692025-07-31T15:48:31.358Z Downloaded futures-executor v0.3.31
3702025-07-31T15:48:31.358Z Downloaded event-listener-strategy v0.5.4
3712025-07-31T15:48:31.358Z Downloaded event-listener v5.0.0
3722025-07-31T15:48:31.358Z Downloaded equivalent v1.0.0
3732025-07-31T15:48:31.358Z Downloaded crypto-common v0.1.6
3742025-07-31T15:48:31.358Z Downloaded byteorder v1.4.3
3752025-07-31T15:48:31.358Z Downloaded buf-list v1.0.3
3762025-07-31T15:48:31.358Z Downloaded block-buffer v0.10.2
3772025-07-31T15:48:31.358Z Downloaded bitflags v2.4.0
3782025-07-31T15:48:31.359Z Downloaded base64 v0.22.1
3792025-07-31T15:48:31.359Z Downloaded async-trait v0.1.88
3802025-07-31T15:48:31.386Z Downloaded async-channel v2.5.0
3812025-07-31T15:48:31.386Z Downloaded icu_locid v1.5.0
3822025-07-31T15:48:31.386Z Downloaded getrandom v0.2.11
3832025-07-31T15:48:31.386Z Downloaded form_urlencoded v1.2.1
3842025-07-31T15:48:31.386Z Downloaded foreign-types-shared v0.1.1
3852025-07-31T15:48:31.386Z Downloaded foreign-types v0.3.2
3862025-07-31T15:48:31.386Z Downloaded errno v0.3.10
3872025-07-31T15:48:31.386Z Downloaded camino v1.1.10
3882025-07-31T15:48:31.386Z Downloaded autocfg v1.1.0
3892025-07-31T15:48:31.386Z Downloaded atomicwrites v0.4.4
3902025-07-31T15:48:31.386Z Downloaded atomic-waker v1.1.1
3912025-07-31T15:48:31.386Z Downloaded async-stream-impl v0.3.6
3922025-07-31T15:48:31.386Z Downloaded anyhow v1.0.98
3932025-07-31T15:48:31.532Z Compiling proc-macro2 v1.0.95
3942025-07-31T15:48:31.532Z Compiling unicode-ident v1.0.12
3952025-07-31T15:48:31.532Z Compiling libc v0.2.174
3962025-07-31T15:48:31.560Z Compiling cfg-if v1.0.0
3972025-07-31T15:48:31.560Z Compiling itoa v1.0.1
3982025-07-31T15:48:31.560Z Compiling memchr v2.6.0
3992025-07-31T15:48:31.560Z Compiling once_cell v1.20.1
4002025-07-31T15:48:31.560Z Compiling version_check v0.9.5
4012025-07-31T15:48:31.560Z Running `/home/build/.rustup/toolchains/1.88.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.95/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=5b54bde64180b70a -C extra-filename=-469481ed9a271a80 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-469481ed9a271a80 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4022025-07-31T15:48:31.560Z Running `/home/build/.rustup/toolchains/1.88.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=24bc7c693231abf8 -C extra-filename=-328207cf8536fb3b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4032025-07-31T15:48:31.560Z Running `/home/build/.rustup/toolchains/1.88.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=add8cf096ca29d32 -C extra-filename=-36bfdf7131dc480c --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-36bfdf7131dc480c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4042025-07-31T15:48:31.560Z Running `/home/build/.rustup/toolchains/1.88.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=3c29be5cd153625a -C extra-filename=-dfaff0260e0500ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4052025-07-31T15:48:31.560Z Running `/home/build/.rustup/toolchains/1.88.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=b0a313e0ade74db6 -C extra-filename=-8481105dc09ec6e9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4062025-07-31T15:48:31.560Z Running `/home/build/.rustup/toolchains/1.88.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=7d06ec91b5d95ca7 -C extra-filename=-dbcd09ceefe78011 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4072025-07-31T15:48:31.560Z Running `/home/build/.rustup/toolchains/1.88.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=30b7d8a323162a46 -C extra-filename=-e7ac0db386fad00b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4082025-07-31T15:48:31.560Z Running `/home/build/.rustup/toolchains/1.88.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=ae7ffb7ae09116ad -C extra-filename=-41a29bd53a0aa9b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4092025-07-31T15:48:31.847Z Compiling serde v1.0.219
4102025-07-31T15:48:31.887Z Running `/home/build/.rustup/toolchains/1.88.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=25f5fdf295d48e78 -C extra-filename=-647fb846fab6c8b2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-647fb846fab6c8b2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112025-07-31T15:48:32.002Z Compiling pin-project-lite v0.2.12
4122025-07-31T15:48:32.029Z Running `/home/build/.rustup/toolchains/1.88.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=69425369bd8e4bcd -C extra-filename=-69738074352c7045 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132025-07-31T15:48:32.029Z Compiling shlex v1.3.0
4142025-07-31T15:48:32.030Z Running `/home/build/.rustup/toolchains/1.88.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=36f3eeac45291f70 -C extra-filename=-f9db50e174b099b2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152025-07-31T15:48:32.149Z Compiling autocfg v1.1.0
4162025-07-31T15:48:32.149Z Running `/home/build/.rustup/toolchains/1.88.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=6ddb7a141571997a -C extra-filename=-a954a7404a186604 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172025-07-31T15:48:32.202Z Compiling bytes v1.10.1
4182025-07-31T15:48:32.230Z Running `/home/build/.rustup/toolchains/1.88.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=1f30095285b7f955 -C extra-filename=-be5089041960340d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192025-07-31T15:48:32.327Z Compiling cc v1.2.16
4202025-07-31T15:48:32.355Z Running `/home/build/.rustup/toolchains/1.88.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=e93bd1d480db0f9c -C extra-filename=-998cc3d9928f02eb --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-f9db50e174b099b2.rmeta --cap-lints allow`
4212025-07-31T15:48:32.355Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-469481ed9a271a80/build-script-build`
4222025-07-31T15:48:32.382Z Compiling smallvec v1.13.2
4232025-07-31T15:48:32.382Z Running `/home/build/.rustup/toolchains/1.88.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=609ea8cf9d2fc650 -C extra-filename=-2ffbb8a02f03caaa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242025-07-31T15:48:32.382Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-647fb846fab6c8b2/build-script-build`
4252025-07-31T15:48:32.410Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-36bfdf7131dc480c/build-script-build`
4262025-07-31T15:48:32.437Z Compiling futures-core v0.3.31
4272025-07-31T15:48:32.438Z Running `/home/build/.rustup/toolchains/1.88.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=e2366c82eda41d16 -C extra-filename=-a7577c95cd738630 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4282025-07-31T15:48:32.465Z Running `/home/build/.rustup/toolchains/1.88.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=39193bbbf1d471c5 -C extra-filename=-d24887d0952db9cd --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"))'`
4292025-07-31T15:48:32.664Z Compiling log v0.4.17
4302025-07-31T15:48:32.694Z Running `/home/build/.rustup/toolchains/1.88.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=3d6143dfbd89f912 -C extra-filename=-2f8a64cf75e21fd2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-2f8a64cf75e21fd2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312025-07-31T15:48:32.694Z Running `/home/build/.rustup/toolchains/1.88.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.95/src/lib.rs --error-format=json --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=c79547416b0e68bc -C extra-filename=-ce098131630a8f34 --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-8481105dc09ec6e9.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)'`
4322025-07-31T15:48:32.722Z Compiling parking_lot_core v0.9.4
4332025-07-31T15:48:32.723Z Running `/home/build/.rustup/toolchains/1.88.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=0a608efdebd2ff7d -C extra-filename=-a3acced32cd5bced --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-a3acced32cd5bced -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342025-07-31T15:48:32.759Z Compiling ryu v1.0.5
4352025-07-31T15:48:32.786Z Running `/home/build/.rustup/toolchains/1.88.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=e5c9ba89dfbc3bf7 -C extra-filename=-e016aca67d48df22 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-e016aca67d48df22 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362025-07-31T15:48:33.022Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-2f8a64cf75e21fd2/build-script-build`
4372025-07-31T15:48:33.050Z Running `/home/build/.rustup/toolchains/1.88.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=64d15a59e4a0f4dd -C extra-filename=-99e9fd566e01d257 --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-dfaff0260e0500ae.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4382025-07-31T15:48:33.167Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-a3acced32cd5bced/build-script-build`
4392025-07-31T15:48:33.194Z Compiling scopeguard v1.2.0
4402025-07-31T15:48:33.194Z Running `/home/build/.rustup/toolchains/1.88.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=589273b3cfd87096 -C extra-filename=-f57a705d681a0eb6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412025-07-31T15:48:33.223Z Compiling slab v0.4.9
4422025-07-31T15:48:33.223Z Running `/home/build/.rustup/toolchains/1.88.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=0911b076b1a9d01c -C extra-filename=-813c3ab4e278bc67 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-813c3ab4e278bc67 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-a954a7404a186604.rlib --cap-lints allow`
4432025-07-31T15:48:33.278Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-e016aca67d48df22/build-script-build`
4442025-07-31T15:48:33.348Z Compiling lock_api v0.4.6
4452025-07-31T15:48:33.376Z Running `/home/build/.rustup/toolchains/1.88.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=d0a438ef83a0a1ac -C extra-filename=-a70e244ba15d2c9c --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-f57a705d681a0eb6.rmeta --cap-lints allow`
4462025-07-31T15:48:33.404Z Compiling futures-sink v0.3.31
4472025-07-31T15:48:33.405Z Running `/home/build/.rustup/toolchains/1.88.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=b0a9144b7caa84e4 -C extra-filename=-a701ec04c9ea3b8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4482025-07-31T15:48:33.432Z Running `/home/build/.rustup/toolchains/1.88.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=cc9e9be84edad6b5 -C extra-filename=-4f976a96ffa71223 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4492025-07-31T15:48:33.564Z Compiling quote v1.0.40
4502025-07-31T15:48:33.592Z Running `/home/build/.rustup/toolchains/1.88.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=a32cef93718737b0 -C extra-filename=-ed2aab23cf278b00 --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-ce098131630a8f34.rmeta --cap-lints allow`
4512025-07-31T15:48:33.619Z Running `/home/build/.rustup/toolchains/1.88.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=5786b04a66d95ddc -C extra-filename=-44b600f8f1556c05 --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-dfaff0260e0500ae.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2ffbb8a02f03caaa.rmeta --cap-lints allow`
4522025-07-31T15:48:33.619Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-813c3ab4e278bc67/build-script-build`
4532025-07-31T15:48:33.715Z Compiling getrandom v0.2.11
4542025-07-31T15:48:33.742Z Running `/home/build/.rustup/toolchains/1.88.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=034d42e181dbda88 -C extra-filename=-43164d387bb46470 --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-dfaff0260e0500ae.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --cap-lints allow`
4552025-07-31T15:48:33.784Z Compiling mio v1.0.3
4562025-07-31T15:48:33.812Z Running `/home/build/.rustup/toolchains/1.88.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=4d262f32d61ff207 -C extra-filename=-82ed7bb8518d404c --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-d24887d0952db9cd.rmeta --cap-lints allow`
4572025-07-31T15:48:33.812Z Compiling signal-hook-registry v1.4.0
4582025-07-31T15:48:33.812Z Running `/home/build/.rustup/toolchains/1.88.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=db534ab5dff1b5e3 -C extra-filename=-35f3e309cc98d3bc --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-d24887d0952db9cd.rmeta --cap-lints allow`
4592025-07-31T15:48:33.840Z Compiling socket2 v0.5.9
4602025-07-31T15:48:33.840Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=ec063475dfc80e6e -C extra-filename=-154361273456f495 --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-d24887d0952db9cd.rmeta --cap-lints allow`
4612025-07-31T15:48:34.133Z Compiling syn v2.0.104
4622025-07-31T15:48:34.161Z Running `/home/build/.rustup/toolchains/1.88.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=bca63ad7a2707882 -C extra-filename=-9c5f00afbfa89904 --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-8481105dc09ec6e9.rmeta --cap-lints allow`
4632025-07-31T15:48:34.188Z Compiling parking_lot v0.12.1
4642025-07-31T15:48:34.188Z Running `/home/build/.rustup/toolchains/1.88.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=603baacbb74cce4d -C extra-filename=-ec6453fc256921f5 --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-a70e244ba15d2c9c.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-44b600f8f1556c05.rmeta --cap-lints allow`
4652025-07-31T15:48:34.216Z Compiling thiserror v1.0.69
4662025-07-31T15:48:34.216Z Running `/home/build/.rustup/toolchains/1.88.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=fbf16a80dfed13e7 -C extra-filename=-144715badca47c44 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-144715badca47c44 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672025-07-31T15:48:34.268Z Compiling serde_json v1.0.140
4682025-07-31T15:48:34.296Z Running `/home/build/.rustup/toolchains/1.88.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.140/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=89563c8711df1992 -C extra-filename=-80f33e1e1c8b12f1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-80f33e1e1c8b12f1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692025-07-31T15:48:34.592Z Running `/home/build/.rustup/toolchains/1.88.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=64ac84ea0229e74e -C extra-filename=-0297c07772d0aacd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4702025-07-31T15:48:34.625Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-80f33e1e1c8b12f1/build-script-build`
4712025-07-31T15:48:34.653Z Compiling fnv v1.0.7
4722025-07-31T15:48:34.653Z Running `/home/build/.rustup/toolchains/1.88.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=ca2552de0c330678 -C extra-filename=-1169362082b8f516 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4732025-07-31T15:48:34.712Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-144715badca47c44/build-script-build`
4742025-07-31T15:48:34.740Z Compiling futures-channel v0.3.31
4752025-07-31T15:48:34.740Z Running `/home/build/.rustup/toolchains/1.88.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=e114d1d9a5bb871f -C extra-filename=-9dd85f82b5ff900c --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-a7577c95cd738630.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a701ec04c9ea3b8a.rmeta --cap-lints allow`
4762025-07-31T15:48:34.777Z Compiling http v1.3.1
4772025-07-31T15:48:34.804Z Running `/home/build/.rustup/toolchains/1.88.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=4c0c046cd48f6000 -C extra-filename=-c1a031579dd750a3 --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-be5089041960340d.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-1169362082b8f516.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-328207cf8536fb3b.rmeta --cap-lints allow`
4782025-07-31T15:48:34.849Z Compiling zeroize v1.7.0
4792025-07-31T15:48:34.878Z Running `/home/build/.rustup/toolchains/1.88.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=1b0cdc31f4c398ec -C extra-filename=-3500c25e9365155c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4802025-07-31T15:48:34.878Z Compiling futures-task v0.3.31
4812025-07-31T15:48:34.878Z Running `/home/build/.rustup/toolchains/1.88.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=530b8a602488ad53 -C extra-filename=-1c7528566c3a35c4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4822025-07-31T15:48:34.905Z Compiling futures-io v0.3.31
4832025-07-31T15:48:34.905Z Running `/home/build/.rustup/toolchains/1.88.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=efdad4cf9cb33382 -C extra-filename=-a64e20a4520cf0e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4842025-07-31T15:48:34.981Z Compiling pin-utils v0.1.0
4852025-07-31T15:48:35.009Z Compiling ring v0.17.13
4862025-07-31T15:48:35.009Z Running `/home/build/.rustup/toolchains/1.88.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=874c3fe79a7b2fee -C extra-filename=-c7bdf8d06a55586f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872025-07-31T15:48:35.009Z Running `/home/build/.rustup/toolchains/1.88.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=5013ac5ad8ef5952 -C extra-filename=-9a83871032c610b1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-9a83871032c610b1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-998cc3d9928f02eb.rlib --cap-lints allow`
4882025-07-31T15:48:35.081Z Compiling rustls-pki-types v1.12.0
4892025-07-31T15:48:35.109Z Running `/home/build/.rustup/toolchains/1.88.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=c62f7278508728dd -C extra-filename=-ac218394cca53f8b --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-3500c25e9365155c.rmeta --cap-lints allow`
4902025-07-31T15:48:35.109Z Compiling stable_deref_trait v1.2.0
4912025-07-31T15:48:35.109Z Running `/home/build/.rustup/toolchains/1.88.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=1b77836bd2aa8143 -C extra-filename=-7e99af6a9854b5ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922025-07-31T15:48:35.141Z Compiling httparse v1.10.0
4932025-07-31T15:48:35.169Z Running `/home/build/.rustup/toolchains/1.88.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=48af9bcde516901d -C extra-filename=-a8d19030971ffa60 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-a8d19030971ffa60 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942025-07-31T15:48:35.169Z Compiling bitflags v2.4.0
4952025-07-31T15:48:35.169Z Running `/home/build/.rustup/toolchains/1.88.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=b26c10c90432d17d -C extra-filename=-42ac1726e6699147 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-42ac1726e6699147 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4962025-07-31T15:48:35.170Z Running `/home/build/.rustup/toolchains/1.88.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=a87e826fc227e7c9 -C extra-filename=-d6f784c5d6bd4a8b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4972025-07-31T15:48:35.207Z Compiling tracing-core v0.1.32
4982025-07-31T15:48:35.235Z Running `/home/build/.rustup/toolchains/1.88.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=db367ebfe8af9a36 -C extra-filename=-39f124ee12f2e881 --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-e7ac0db386fad00b.rmeta --cap-lints allow`
4992025-07-31T15:48:35.553Z Compiling hashbrown v0.15.2
5002025-07-31T15:48:35.580Z Running `/home/build/.rustup/toolchains/1.88.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=5df7704f7b3ad3a2 -C extra-filename=-bb58a74cab1beaef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5012025-07-31T15:48:35.620Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-42ac1726e6699147/build-script-build`
5022025-07-31T15:48:35.682Z Compiling ucd-trie v0.1.6
5032025-07-31T15:48:35.710Z Running `/home/build/.rustup/toolchains/1.88.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=e5b0a7574fe3dc64 -C extra-filename=-7d393fe7ebfdd42e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042025-07-31T15:48:35.710Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-a8d19030971ffa60/build-script-build`
5052025-07-31T15:48:35.767Z Running `/home/build/.rustup/toolchains/1.88.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=6067d358568e14fe -C extra-filename=-e1c43a0d7fbaa5b4 --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`
5062025-07-31T15:48:35.889Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-9a83871032c610b1/build-script-build`
5072025-07-31T15:48:35.999Z Compiling untrusted v0.9.0
5082025-07-31T15:48:36.026Z Running `/home/build/.rustup/toolchains/1.88.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=5971f76e80b4f540 -C extra-filename=-a6611d6eb82cd46b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092025-07-31T15:48:36.170Z Compiling byteorder v1.4.3
5102025-07-31T15:48:36.198Z Running `/home/build/.rustup/toolchains/1.88.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=f3f849d53669940f -C extra-filename=-ed788248c067771a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112025-07-31T15:48:36.225Z Compiling equivalent v1.0.0
5122025-07-31T15:48:36.225Z Running `/home/build/.rustup/toolchains/1.88.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=fd093fd03e16c0ba -C extra-filename=-2ac890fc9a328586 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132025-07-31T15:48:36.318Z Compiling http-body v1.0.1
5142025-07-31T15:48:36.346Z Running `/home/build/.rustup/toolchains/1.88.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=3d4e23ac347c62ff -C extra-filename=-dae9cba7962ac5e3 --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-be5089041960340d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --cap-lints allow`
5152025-07-31T15:48:36.346Z Compiling tracing v0.1.40
5162025-07-31T15:48:36.346Z Running `/home/build/.rustup/toolchains/1.88.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=58c9ae5e02628bd0 -C extra-filename=-a431b5ba8f69ae59 --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-69738074352c7045.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-39f124ee12f2e881.rmeta --cap-lints allow`
5172025-07-31T15:48:36.346Z Compiling pkg-config v0.3.31
5182025-07-31T15:48:36.374Z Running `/home/build/.rustup/toolchains/1.88.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=5c2bc49dce419a11 -C extra-filename=-29bcb1379269d48f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192025-07-31T15:48:36.557Z Compiling vcpkg v0.2.15
5202025-07-31T15:48:36.584Z Running `/home/build/.rustup/toolchains/1.88.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=640705322e1b8b72 -C extra-filename=-c3c823b3e98f3f2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212025-07-31T15:48:36.584Z Compiling typenum v1.14.0
5222025-07-31T15:48:36.584Z Running `/home/build/.rustup/toolchains/1.88.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=0c8224a686bac6c6 -C extra-filename=-c0f9a3418bbbcb30 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-c0f9a3418bbbcb30 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232025-07-31T15:48:36.612Z Compiling atomic-waker v1.1.1
5242025-07-31T15:48:36.612Z Running `/home/build/.rustup/toolchains/1.88.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=3b5ca07c7ca19723 -C extra-filename=-76b5b9112969aa72 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252025-07-31T15:48:36.740Z Compiling litemap v0.7.4
5262025-07-31T15:48:36.768Z Running `/home/build/.rustup/toolchains/1.88.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=28562a1370e732e9 -C extra-filename=-47bebbe776098379 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272025-07-31T15:48:36.768Z Compiling writeable v0.5.5
5282025-07-31T15:48:36.768Z Running `/home/build/.rustup/toolchains/1.88.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=2e4a32385f387dd2 -C extra-filename=-889568049f2fe7ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5292025-07-31T15:48:36.825Z Compiling percent-encoding v2.3.1
5302025-07-31T15:48:36.852Z Running `/home/build/.rustup/toolchains/1.88.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=7fc3aec81986e447 -C extra-filename=-7bd7267832da7ff4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312025-07-31T15:48:37.099Z Compiling base64 v0.22.1
5322025-07-31T15:48:37.127Z Running `/home/build/.rustup/toolchains/1.88.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=170275daddc93a41 -C extra-filename=-b1080144b00bc4c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5332025-07-31T15:48:37.154Z Compiling generic-array v0.14.5
5342025-07-31T15:48:37.155Z Running `/home/build/.rustup/toolchains/1.88.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=7c31a092b57af728 -C extra-filename=-d1763118e499ba73 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-d1763118e499ba73 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbcd09ceefe78011.rlib --cap-lints allow`
5352025-07-31T15:48:37.265Z Compiling try-lock v0.2.3
5362025-07-31T15:48:37.293Z Running `/home/build/.rustup/toolchains/1.88.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=0525b06c9b067003 -C extra-filename=-c0b213fbe2083a23 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372025-07-31T15:48:37.341Z Compiling crossbeam-utils v0.8.15
5382025-07-31T15:48:37.369Z Running `/home/build/.rustup/toolchains/1.88.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=35346fa0cac4c798 -C extra-filename=-b57721ed4ee36ff9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b57721ed4ee36ff9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5392025-07-31T15:48:37.421Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-c0f9a3418bbbcb30/build-script-main`
5402025-07-31T15:48:37.452Z Compiling getrandom v0.3.1
5412025-07-31T15:48:37.479Z Running `/home/build/.rustup/toolchains/1.88.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=68feab697192e1e3 -C extra-filename=-c49d765f4a4d275e --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-c49d765f4a4d275e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422025-07-31T15:48:37.507Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-d1763118e499ba73/build-script-build`
5432025-07-31T15:48:37.555Z Running `/home/build/.rustup/toolchains/1.88.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=0911ef241595f987 -C extra-filename=-3649fb5090dc1609 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5442025-07-31T15:48:37.582Z Compiling want v0.3.0
5452025-07-31T15:48:37.582Z Running `/home/build/.rustup/toolchains/1.88.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=042c4a13a90d88cd -C extra-filename=-fe060303515ecd85 --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-99e9fd566e01d257.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-c0b213fbe2083a23.rmeta --cap-lints allow`
5462025-07-31T15:48:37.717Z Compiling tower-service v0.3.3
5472025-07-31T15:48:37.745Z Running `/home/build/.rustup/toolchains/1.88.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=3e9cbd6a1aff89eb -C extra-filename=-7c57ce19ae95057a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5482025-07-31T15:48:37.772Z Compiling openssl-sys v0.9.107
5492025-07-31T15:48:37.773Z Running `/home/build/.rustup/toolchains/1.88.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=e010da93449cac60 -C extra-filename=-fbb103beb3bad593 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-fbb103beb3bad593 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-998cc3d9928f02eb.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-29bcb1379269d48f.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-c3c823b3e98f3f2f.rlib --cap-lints allow`
5502025-07-31T15:48:37.773Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b57721ed4ee36ff9/build-script-build`
5512025-07-31T15:48:37.800Z Compiling subtle v2.5.0
5522025-07-31T15:48:37.800Z Running `/home/build/.rustup/toolchains/1.88.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=f00ba0fd2ec582d1 -C extra-filename=-c116d6b0d982b6e9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532025-07-31T15:48:37.850Z Compiling time-core v0.1.2
5542025-07-31T15:48:37.881Z Running `/home/build/.rustup/toolchains/1.88.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=161117e395228d7e -C extra-filename=-cf627345925648f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552025-07-31T15:48:37.881Z Compiling httpdate v1.0.1
5562025-07-31T15:48:37.881Z Running `/home/build/.rustup/toolchains/1.88.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=ce573351126222ea -C extra-filename=-f32ba0a74234d879 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572025-07-31T15:48:37.882Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-c49d765f4a4d275e/build-script-build`
5582025-07-31T15:48:37.909Z Compiling powerfmt v0.2.0
5592025-07-31T15:48:37.909Z Running `/home/build/.rustup/toolchains/1.88.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=3df7f22f347217eb -C extra-filename=-fd308a0ea1068a6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602025-07-31T15:48:38.029Z Compiling num-conv v0.1.0
5612025-07-31T15:48:38.057Z Running `/home/build/.rustup/toolchains/1.88.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=3ba2f963edeb8cb8 -C extra-filename=-3b66ceca23393bb5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622025-07-31T15:48:38.084Z Compiling icu_locid_transform_data v1.5.0
5632025-07-31T15:48:38.085Z Running `/home/build/.rustup/toolchains/1.88.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=35fa15086a10206a -C extra-filename=-de668acae8889328 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5642025-07-31T15:48:38.179Z Compiling deranged v0.3.11
5652025-07-31T15:48:38.206Z Running `/home/build/.rustup/toolchains/1.88.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=4eb8488352822d50 -C extra-filename=-297d238788afa215 --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-fd308a0ea1068a6c.rmeta --cap-lints allow`
5662025-07-31T15:48:38.281Z Running `/home/build/.rustup/toolchains/1.88.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=10e02e987699883f -C extra-filename=-37ba1254bd9378f2 --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-dfaff0260e0500ae.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --cap-lints allow`
5672025-07-31T15:48:38.309Z Running `/home/build/.rustup/toolchains/1.88.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=aa587d3560a26cd7 -C extra-filename=-3b55f3765d6b5a3d --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-dfaff0260e0500ae.rmeta --cap-lints allow`
5682025-07-31T15:48:38.309Z Compiling time-macros v0.2.18
5692025-07-31T15:48:38.309Z Running `/home/build/.rustup/toolchains/1.88.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=e6685b2279b0098e -C extra-filename=-e732a7f04fb10964 --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-3b66ceca23393bb5.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-cf627345925648f4.rlib --extern proc_macro --cap-lints allow`
5702025-07-31T15:48:38.537Z Running `/home/build/.rustup/toolchains/1.88.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=ad29583097974cb3 -C extra-filename=-7ebe7db4b13ddf0f --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-3649fb5090dc1609.rmeta --cap-lints allow --cfg relaxed_coherence`
5712025-07-31T15:48:38.565Z Running `/home/build/.rustup/toolchains/1.88.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=f058225eeaef3991 -C extra-filename=-ec1ff3f3673c636d --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-dfaff0260e0500ae.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-43164d387bb46470.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-a6611d6eb82cd46b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5722025-07-31T15:48:38.594Z Compiling slog v2.7.0
5732025-07-31T15:48:38.594Z Running `/home/build/.rustup/toolchains/1.88.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=145b9772a9e09b68 -C extra-filename=-68755d743395abf8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-68755d743395abf8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742025-07-31T15:48:38.699Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-fbb103beb3bad593/build-script-main`
5752025-07-31T15:48:38.767Z Compiling icu_properties_data v1.5.0
5762025-07-31T15:48:38.795Z Running `/home/build/.rustup/toolchains/1.88.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=be5fceb1acae14cc -C extra-filename=-b524d831c19198af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772025-07-31T15:48:38.972Z Compiling num_threads v0.1.3
5782025-07-31T15:48:38.999Z Running `/home/build/.rustup/toolchains/1.88.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=97215c1dc6254f28 -C extra-filename=-8512e7c07b48f74f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5792025-07-31T15:48:39.027Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-68755d743395abf8/build-script-build`
5802025-07-31T15:48:39.070Z Compiling thread-id v4.0.0
5812025-07-31T15:48:39.098Z Running `/home/build/.rustup/toolchains/1.88.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=77f0a0fad42d70dc -C extra-filename=-059e8ba9f1eebf5b --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-d24887d0952db9cd.rmeta --cap-lints allow`
5822025-07-31T15:48:39.126Z Compiling errno v0.3.10
5832025-07-31T15:48:39.126Z Running `/home/build/.rustup/toolchains/1.88.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=31a78a45bf9e211f -C extra-filename=-3ec25b8fcdde96eb --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-d24887d0952db9cd.rmeta --cap-lints allow`
5842025-07-31T15:48:39.184Z Compiling unicase v2.6.0
5852025-07-31T15:48:39.211Z Running `/home/build/.rustup/toolchains/1.88.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=b67bcc151ddfb735 -C extra-filename=-1688aa264ef94701 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-1688aa264ef94701 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbcd09ceefe78011.rlib --cap-lints allow`
5862025-07-31T15:48:39.239Z Compiling usdt-impl v0.5.0
5872025-07-31T15:48:39.239Z Running `/home/build/.rustup/toolchains/1.88.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=d677714faa4e09f6 -C extra-filename=-6435c1cbec5ed493 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6435c1cbec5ed493 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbcd09ceefe78011.rlib --cap-lints allow`
5882025-07-31T15:48:39.335Z Compiling rustix v1.0.2
5892025-07-31T15:48:39.363Z Running `/home/build/.rustup/toolchains/1.88.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=b1ee8590e5bd8268 -C extra-filename=-0142da655d1bf395 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-0142da655d1bf395 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902025-07-31T15:48:39.426Z Compiling utf8_iter v1.0.4
5912025-07-31T15:48:39.453Z Running `/home/build/.rustup/toolchains/1.88.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=23d8bff45610cf9e -C extra-filename=-61162f4e47f29064 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5922025-07-31T15:48:39.503Z Compiling paste v1.0.15
5932025-07-31T15:48:39.531Z Running `/home/build/.rustup/toolchains/1.88.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=89485f7d4d19c650 -C extra-filename=-3f4d5e456ef4baf5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-3f4d5e456ef4baf5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5942025-07-31T15:48:39.558Z Compiling openssl v0.10.72
5952025-07-31T15:48:39.558Z Running `/home/build/.rustup/toolchains/1.88.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=bf79d06fbd23ae9a -C extra-filename=-a89929f1fefc89a5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-a89929f1fefc89a5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5962025-07-31T15:48:39.610Z Compiling utf16_iter v1.0.5
5972025-07-31T15:48:39.639Z Running `/home/build/.rustup/toolchains/1.88.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=fbf387386bb29fb3 -C extra-filename=-5135a61d2b5950a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5982025-07-31T15:48:39.666Z Compiling foreign-types-shared v0.1.1
5992025-07-31T15:48:39.666Z Running `/home/build/.rustup/toolchains/1.88.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=8845a82ec7180d83 -C extra-filename=-44dafafc61cc4820 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6002025-07-31T15:48:39.791Z Compiling icu_normalizer_data v1.5.0
6012025-07-31T15:48:39.819Z Running `/home/build/.rustup/toolchains/1.88.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=e38a01183ecc76a6 -C extra-filename=-7ca594f4bb7ead32 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6022025-07-31T15:48:39.819Z Compiling ipnet v2.10.0
6032025-07-31T15:48:39.819Z Running `/home/build/.rustup/toolchains/1.88.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=5389fdaa17f107e2 -C extra-filename=-5515e7dacc7e46c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6042025-07-31T15:48:39.883Z Compiling openssl-probe v0.1.4
6052025-07-31T15:48:39.911Z Running `/home/build/.rustup/toolchains/1.88.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=0b7bb3f655149bdb -C extra-filename=-6fae1bdd24c9d3b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6062025-07-31T15:48:39.911Z Compiling write16 v1.0.0
6072025-07-31T15:48:39.911Z Running `/home/build/.rustup/toolchains/1.88.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=d5a964d34b516dcc -C extra-filename=-fa4c74ff6fbf331f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6082025-07-31T15:48:39.938Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-a89929f1fefc89a5/build-script-build`
6092025-07-31T15:48:39.966Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-3f4d5e456ef4baf5/build-script-build`
6102025-07-31T15:48:39.993Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-0142da655d1bf395/build-script-build`
6112025-07-31T15:48:40.021Z Compiling foreign-types v0.3.2
6122025-07-31T15:48:40.021Z Running `/home/build/.rustup/toolchains/1.88.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=9a8cc475eb829e83 -C extra-filename=-f52f3c3c7182e1d9 --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-44dafafc61cc4820.rmeta --cap-lints allow`
6132025-07-31T15:48:40.052Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6435c1cbec5ed493/build-script-build`
6142025-07-31T15:48:40.104Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-1688aa264ef94701/build-script-build`
6152025-07-31T15:48:40.131Z Compiling crypto-common v0.1.6
6162025-07-31T15:48:40.131Z Running `/home/build/.rustup/toolchains/1.88.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=072d3fc215a9c2a1 -C extra-filename=-64098e738c50b8c4 --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-7ebe7db4b13ddf0f.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-3649fb5090dc1609.rmeta --cap-lints allow`
6172025-07-31T15:48:40.202Z Compiling block-buffer v0.10.2
6182025-07-31T15:48:40.229Z Running `/home/build/.rustup/toolchains/1.88.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=100623cf1d639e2a -C extra-filename=-9612b9725bd054e6 --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-7ebe7db4b13ddf0f.rmeta --cap-lints allow`
6192025-07-31T15:48:40.229Z Running `/home/build/.rustup/toolchains/1.88.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=a3e750d3caa21f44 -C extra-filename=-a9a0f8879f90af4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
6202025-07-31T15:48:40.309Z Compiling synstructure v0.13.1
6212025-07-31T15:48:40.337Z Running `/home/build/.rustup/toolchains/1.88.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=e3f129b48561889e -C extra-filename=-ba9455494fa3b2ed --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow`
6222025-07-31T15:48:40.337Z Running `/home/build/.rustup/toolchains/1.88.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=92193a170c6a1f1e -C extra-filename=-a652df554c0fad2d --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-d24887d0952db9cd.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)'`
6232025-07-31T15:48:40.408Z Compiling form_urlencoded v1.2.1
6242025-07-31T15:48:40.436Z Running `/home/build/.rustup/toolchains/1.88.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=657748b3d6362601 -C extra-filename=-13ec6e784d66b226 --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-7bd7267832da7ff4.rmeta --cap-lints allow`
6252025-07-31T15:48:40.527Z Compiling time v0.3.36
6262025-07-31T15:48:40.555Z Running `/home/build/.rustup/toolchains/1.88.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=b8f2e600042d30cf -C extra-filename=-86d4f330ea3af003 --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-297d238788afa215.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-328207cf8536fb3b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-3b66ceca23393bb5.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-8512e7c07b48f74f.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-fd308a0ea1068a6c.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-cf627345925648f4.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-e732a7f04fb10964.so --cap-lints allow`
6272025-07-31T15:48:40.710Z Compiling rand_core v0.6.3
6282025-07-31T15:48:40.738Z Running `/home/build/.rustup/toolchains/1.88.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=4c12be8cf691a804 -C extra-filename=-54bc8964cb6b1f0f --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-43164d387bb46470.rmeta --cap-lints allow`
6292025-07-31T15:48:40.855Z Compiling rustls-webpki v0.102.8
6302025-07-31T15:48:40.855Z Running `/home/build/.rustup/toolchains/1.88.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=841f6646eb1b9260 -C extra-filename=-29fd86a57c6cfc7b --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-ec1ff3f3673c636d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-a6611d6eb82cd46b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
6312025-07-31T15:48:40.882Z Compiling num-traits v0.2.14
6322025-07-31T15:48:40.882Z Running `/home/build/.rustup/toolchains/1.88.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=1799aaaf30d465cc -C extra-filename=-6d47b5161999d48c --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-6d47b5161999d48c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-a954a7404a186604.rlib --cap-lints allow`
6332025-07-31T15:48:41.077Z Compiling rustix v0.38.44
6342025-07-31T15:48:41.105Z Running `/home/build/.rustup/toolchains/1.88.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=f4cea5dadec2abf4 -C extra-filename=-2ca881a0025ba256 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-2ca881a0025ba256 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6352025-07-31T15:48:41.184Z Compiling plain v0.2.3
6362025-07-31T15:48:41.211Z Running `/home/build/.rustup/toolchains/1.88.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=cfbd99181b187571 -C extra-filename=-eb6af93d4eb91fd7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6372025-07-31T15:48:41.276Z Compiling rustls v0.22.4
6382025-07-31T15:48:41.303Z Running `/home/build/.rustup/toolchains/1.88.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=ddd473a1e79b4684 -C extra-filename=-637ca795c7d3c021 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-637ca795c7d3c021 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6392025-07-31T15:48:41.347Z Compiling mime v0.3.16
6402025-07-31T15:48:41.375Z Running `/home/build/.rustup/toolchains/1.88.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=d04f2c1ea38aa4ea -C extra-filename=-38de0dd7a75f4798 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6412025-07-31T15:48:41.375Z Compiling rustls v0.23.13
6422025-07-31T15:48:41.375Z Running `/home/build/.rustup/toolchains/1.88.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=ce8ee95d07a4c4e8 -C extra-filename=-58cc251609f36ed6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-58cc251609f36ed6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6432025-07-31T15:48:41.575Z Compiling native-tls v0.2.12
6442025-07-31T15:48:41.602Z Running `/home/build/.rustup/toolchains/1.88.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=35eef881733bc1a8 -C extra-filename=-454e71cb48f7c925 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-454e71cb48f7c925 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6452025-07-31T15:48:41.629Z Compiling ppv-lite86 v0.2.15
6462025-07-31T15:48:41.629Z Running `/home/build/.rustup/toolchains/1.88.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=d329591460af8a22 -C extra-filename=-52a7e3f3ff6e8b12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6472025-07-31T15:48:41.748Z Compiling semver v1.0.26
6482025-07-31T15:48:41.775Z Running `/home/build/.rustup/toolchains/1.88.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=ff1f6ff6652c0678 -C extra-filename=-18c9f61e19b8fa45 --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-18c9f61e19b8fa45 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6492025-07-31T15:48:41.853Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-58cc251609f36ed6/build-script-build`
6502025-07-31T15:48:41.881Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-2ca881a0025ba256/build-script-build`
6512025-07-31T15:48:42.003Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-637ca795c7d3c021/build-script-build`
6522025-07-31T15:48:42.030Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-6d47b5161999d48c/build-script-build`
6532025-07-31T15:48:42.056Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-454e71cb48f7c925/build-script-build`
6542025-07-31T15:48:42.083Z Compiling digest v0.10.7
6552025-07-31T15:48:42.083Z Running `/home/build/.rustup/toolchains/1.88.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=97afe5e37fcafda4 -C extra-filename=-5097370232352f5a --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-9612b9725bd054e6.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-64098e738c50b8c4.rmeta --cap-lints allow`
6562025-07-31T15:48:42.211Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-18c9f61e19b8fa45/build-script-build`
6572025-07-31T15:48:42.275Z Compiling rand_chacha v0.3.1
6582025-07-31T15:48:42.302Z Running `/home/build/.rustup/toolchains/1.88.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=189edec3887de8a4 -C extra-filename=-80ed08a071d3dd57 --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-52a7e3f3ff6e8b12.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-54bc8964cb6b1f0f.rmeta --cap-lints allow`
6592025-07-31T15:48:42.302Z Running `/home/build/.rustup/toolchains/1.88.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=2272d5c0045a2897 -C extra-filename=-d2a271226b0186fd --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`
6602025-07-31T15:48:42.360Z Running `/home/build/.rustup/toolchains/1.88.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=449d72ee2fbbd24a -C extra-filename=-361337cd9fd20472 --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-d6f784c5d6bd4a8b.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-3ec25b8fcdde96eb.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6612025-07-31T15:48:42.412Z Running `/home/build/.rustup/toolchains/1.88.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=50383f913ce09861 -C extra-filename=-f5359803d3f31c6f --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-07-31T15:48:42.649Z Compiling dirs-sys-next v0.1.2
6632025-07-31T15:48:42.676Z Running `/home/build/.rustup/toolchains/1.88.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=7f42dcc5b52e0493 -C extra-filename=-57a23d2e7ed297b5 --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-d24887d0952db9cd.rmeta --cap-lints allow`
6642025-07-31T15:48:42.703Z Running `/home/build/.rustup/toolchains/1.88.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=0c505ce9180c7af7 -C extra-filename=-340d619654413178 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-340d619654413178 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbcd09ceefe78011.rlib --cap-lints allow`
6652025-07-31T15:48:42.703Z Compiling fastrand v2.1.1
6662025-07-31T15:48:42.703Z Running `/home/build/.rustup/toolchains/1.88.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=70636d6480d98a36 -C extra-filename=-d017df49ffc04a68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6672025-07-31T15:48:43.041Z Compiling pretty-hex v0.4.1
6682025-07-31T15:48:43.067Z Running `/home/build/.rustup/toolchains/1.88.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=96e9d48f828fa4b5 -C extra-filename=-afcd61b1ab72aac9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6692025-07-31T15:48:43.168Z Compiling cpufeatures v0.2.2
6702025-07-31T15:48:43.196Z Running `/home/build/.rustup/toolchains/1.88.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=1c68cc4dc971a4ba -C extra-filename=-302f454c358ae5d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6712025-07-31T15:48:43.197Z Compiling winnow v0.7.10
6722025-07-31T15:48:43.197Z Running `/home/build/.rustup/toolchains/1.88.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=751128eee1e50c79 -C extra-filename=-b1200cc46e700de9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6732025-07-31T15:48:43.224Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-340d619654413178/build-script-build`
6742025-07-31T15:48:43.260Z Compiling sha1 v0.10.6
6752025-07-31T15:48:43.287Z Running `/home/build/.rustup/toolchains/1.88.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=34ab36b4e3436094 -C extra-filename=-ede61983443a00ff --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-dfaff0260e0500ae.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-302f454c358ae5d1.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-5097370232352f5a.rmeta --cap-lints allow`
6762025-07-31T15:48:43.287Z Compiling dirs-next v2.0.0
6772025-07-31T15:48:43.287Z Compiling mime_guess v2.0.5
6782025-07-31T15:48:43.287Z Running `/home/build/.rustup/toolchains/1.88.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=1df850bdd8037fcb -C extra-filename=-03241ecd770ad89f --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-dfaff0260e0500ae.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-57a23d2e7ed297b5.rmeta --cap-lints allow`
6792025-07-31T15:48:43.287Z Running `/home/build/.rustup/toolchains/1.88.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=4379811699690728 -C extra-filename=-2ca192fb789131f1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-2ca192fb789131f1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-d2a271226b0186fd.rlib --cap-lints allow`
6802025-07-31T15:48:43.351Z Compiling rand v0.8.4
6812025-07-31T15:48:43.379Z Running `/home/build/.rustup/toolchains/1.88.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=949caa51e06c1a6a -C extra-filename=-6d6edce4ed3ff5a6 --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-d24887d0952db9cd.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-80ed08a071d3dd57.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-54bc8964cb6b1f0f.rmeta --cap-lints allow`
6822025-07-31T15:48:43.450Z Compiling serde_derive v1.0.219
6832025-07-31T15:48:43.477Z Running `/home/build/.rustup/toolchains/1.88.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=aa256d8ea7d2a837 -C extra-filename=-e07e680f3b9cbe98 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
6842025-07-31T15:48:43.477Z Compiling tokio-macros v2.5.0
6852025-07-31T15:48:43.478Z Running `/home/build/.rustup/toolchains/1.88.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=627b72fba55d16c9 -C extra-filename=-b3917e3c038d96c8 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
6862025-07-31T15:48:43.585Z Compiling thiserror-impl v1.0.69
6872025-07-31T15:48:43.613Z Running `/home/build/.rustup/toolchains/1.88.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=569a456c6557218c -C extra-filename=-1edd0aa6af543f1a --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
6882025-07-31T15:48:43.613Z Compiling zerofrom-derive v0.1.5
6892025-07-31T15:48:43.613Z Running `/home/build/.rustup/toolchains/1.88.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=ab7e85874864ab4d -C extra-filename=-5aaa46481393ab4a --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ba9455494fa3b2ed.rlib --extern proc_macro --cap-lints allow`
6902025-07-31T15:48:44.162Z Compiling futures-macro v0.3.31
6912025-07-31T15:48:44.189Z Running `/home/build/.rustup/toolchains/1.88.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=66a357227149abe3 -C extra-filename=-55f462dbb0b3c293 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
6922025-07-31T15:48:44.219Z Compiling yoke-derive v0.7.5
6932025-07-31T15:48:44.245Z Running `/home/build/.rustup/toolchains/1.88.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=b8fa229b46f06253 -C extra-filename=-2d7a8f4dde1d399b --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ba9455494fa3b2ed.rlib --extern proc_macro --cap-lints allow`
6942025-07-31T15:48:44.554Z Compiling zerovec-derive v0.10.3
6952025-07-31T15:48:44.581Z Running `/home/build/.rustup/toolchains/1.88.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=5ed7aca8ae1446d9 -C extra-filename=-29c9a6455cc04b0c --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
6962025-07-31T15:48:44.659Z Compiling tokio v1.46.1
6972025-07-31T15:48:44.687Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.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=6830126f6d0ba870 -C extra-filename=-66ad6c704b6bda72 --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-be5089041960340d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-82ed7bb8518d404c.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-ec6453fc256921f5.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-35f3e309cc98d3bc.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-154361273456f495.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-b3917e3c038d96c8.so --cap-lints allow`
6982025-07-31T15:48:45.570Z Compiling futures-util v0.3.31
6992025-07-31T15:48:45.597Z Running `/home/build/.rustup/toolchains/1.88.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=2043a34594cbbebd -C extra-filename=-9a27675f9d7feda8 --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-9dd85f82b5ff900c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-a64e20a4520cf0e3.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-55f462dbb0b3c293.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a701ec04c9ea3b8a.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-1c7528566c3a35c4.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-41a29bd53a0aa9b7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-c7bdf8d06a55586f.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-0297c07772d0aacd.rmeta --cap-lints allow`
7002025-07-31T15:48:45.702Z Running `/home/build/.rustup/toolchains/1.88.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=50325a885c968af7 -C extra-filename=-ed2ac2ccc077116f --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-1edd0aa6af543f1a.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
7012025-07-31T15:48:45.766Z Compiling displaydoc v0.2.5
7022025-07-31T15:48:45.766Z Running `/home/build/.rustup/toolchains/1.88.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=a3edf878edcc1a6e -C extra-filename=-3741e6ce698613ea --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7032025-07-31T15:48:45.853Z Compiling pest v2.7.6
7042025-07-31T15:48:45.880Z Running `/home/build/.rustup/toolchains/1.88.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=155488528de3f077 -C extra-filename=-cc4daabc0c24160d --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-41a29bd53a0aa9b7.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-7d393fe7ebfdd42e.rmeta --cap-lints allow`
7052025-07-31T15:48:46.036Z Compiling zerofrom v0.1.5
7062025-07-31T15:48:46.063Z Running `/home/build/.rustup/toolchains/1.88.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=640e2b7f7c4481d1 -C extra-filename=-0d995bf4a7422020 --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-5aaa46481393ab4a.so --cap-lints allow`
7072025-07-31T15:48:46.194Z Compiling zerocopy-derive v0.7.32
7082025-07-31T15:48:46.221Z Running `/home/build/.rustup/toolchains/1.88.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=a591bd21f4839eb4 -C extra-filename=-324a8d9a7dacba8a --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7092025-07-31T15:48:46.248Z Compiling yoke v0.7.5
7102025-07-31T15:48:46.248Z Running `/home/build/.rustup/toolchains/1.88.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=92d081e51b9e27ae -C extra-filename=-7af539000f152353 --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-7e99af6a9854b5ee.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-2d7a8f4dde1d399b.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0d995bf4a7422020.rmeta --cap-lints allow`
7112025-07-31T15:48:46.424Z Compiling icu_provider_macros v1.5.0
7122025-07-31T15:48:46.451Z Running `/home/build/.rustup/toolchains/1.88.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=7b12170c88231252 -C extra-filename=-7b4ae7a90b973649 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7132025-07-31T15:48:46.556Z Compiling zerovec v0.10.4
7142025-07-31T15:48:46.583Z Running `/home/build/.rustup/toolchains/1.88.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=68703f3c352864e4 -C extra-filename=-3ea61f8acdfc8202 --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-7af539000f152353.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0d995bf4a7422020.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-29c9a6455cc04b0c.so --cap-lints allow`
7152025-07-31T15:48:47.103Z Compiling scroll_derive v0.12.0
7162025-07-31T15:48:47.130Z Running `/home/build/.rustup/toolchains/1.88.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=9cc6f74ff1c2c416 -C extra-filename=-ef99bce81ad40150 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7172025-07-31T15:48:47.397Z Compiling openssl-macros v0.1.1
7182025-07-31T15:48:47.424Z Running `/home/build/.rustup/toolchains/1.88.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=8f468b33212cab76 -C extra-filename=-899da26f988bae9f --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
7192025-07-31T15:48:47.834Z Compiling zerocopy v0.7.32
7202025-07-31T15:48:47.861Z Running `/home/build/.rustup/toolchains/1.88.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=6655e81305747181 -C extra-filename=-3bccafa57e8127c2 --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-ed788248c067771a.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-324a8d9a7dacba8a.so --cap-lints allow`
7212025-07-31T15:48:48.260Z Compiling tinystr v0.7.6
7222025-07-31T15:48:48.287Z Running `/home/build/.rustup/toolchains/1.88.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=ccdff1640a795fec -C extra-filename=-c2b0256fe90bc4d0 --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-3741e6ce698613ea.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7232025-07-31T15:48:48.411Z Compiling pest_meta v2.7.6
7242025-07-31T15:48:48.438Z Running `/home/build/.rustup/toolchains/1.88.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=215dbae6a2c63345 -C extra-filename=-5b6f27f687c6a43d --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-e7ac0db386fad00b.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-cc4daabc0c24160d.rmeta --cap-lints allow`
7252025-07-31T15:48:48.438Z Compiling icu_collections v1.5.0
7262025-07-31T15:48:48.438Z Running `/home/build/.rustup/toolchains/1.88.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=1bb3c7dfd9d0e60c -C extra-filename=-1b36df1afa4b82e2 --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-3741e6ce698613ea.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-7af539000f152353.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0d995bf4a7422020.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7272025-07-31T15:48:48.536Z Compiling scroll v0.12.0
7282025-07-31T15:48:48.563Z Running `/home/build/.rustup/toolchains/1.88.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=09f298f9e5975a56 -C extra-filename=-3359fd504540fe88 --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-ef99bce81ad40150.so --cap-lints allow`
7292025-07-31T15:48:48.651Z Compiling icu_locid v1.5.0
7302025-07-31T15:48:48.678Z Running `/home/build/.rustup/toolchains/1.88.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=5e3d541c7e6ff93d -C extra-filename=-e767690c1b6a36db --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-3741e6ce698613ea.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-47bebbe776098379.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c2b0256fe90bc4d0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-889568049f2fe7ef.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7312025-07-31T15:48:48.880Z Running `/home/build/.rustup/toolchains/1.88.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=d4296d01c2163920 -C extra-filename=-ea9faeaa680382c1 --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-e07e680f3b9cbe98.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)'`
7322025-07-31T15:48:49.007Z Running `/home/build/.rustup/toolchains/1.88.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=c204d39399781b79 -C extra-filename=-5f36237522c08e7c --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-e07e680f3b9cbe98.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)'`
7332025-07-31T15:48:49.059Z Compiling goblin v0.8.0
7342025-07-31T15:48:49.086Z Running `/home/build/.rustup/toolchains/1.88.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=ed8078357edeaeb5 -C extra-filename=-68d902d4de8c3b81 --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-99e9fd566e01d257.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-eb6af93d4eb91fd7.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-3359fd504540fe88.rmeta --cap-lints allow`
7352025-07-31T15:48:49.647Z Compiling pest_generator v2.7.6
7362025-07-31T15:48:49.674Z Running `/home/build/.rustup/toolchains/1.88.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=6298757bb3144d06 -C extra-filename=-d70e78b0fe58ad14 --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-cc4daabc0c24160d.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-5b6f27f687c6a43d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow`
7372025-07-31T15:48:50.267Z Compiling icu_provider v1.5.0
7382025-07-31T15:48:50.294Z Running `/home/build/.rustup/toolchains/1.88.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=1812ebcd1646c84b -C extra-filename=-34ea9414be281627 --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-3741e6ce698613ea.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-e767690c1b6a36db.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-7b4ae7a90b973649.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-7e99af6a9854b5ee.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c2b0256fe90bc4d0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-889568049f2fe7ef.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-7af539000f152353.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0d995bf4a7422020.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7392025-07-31T15:48:50.548Z Running `/home/build/.rustup/toolchains/1.88.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=f301603e5c631747 -C extra-filename=-5e48a87b6b4193d9 --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-d6f784c5d6bd4a8b.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-dfaff0260e0500ae.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-f52f3c3c7182e1d9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-e7ac0db386fad00b.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-899da26f988bae9f.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-a652df554c0fad2d.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)'`
7402025-07-31T15:48:50.840Z Compiling toml_parser v1.0.1
7412025-07-31T15:48:50.867Z Running `/home/build/.rustup/toolchains/1.88.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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=d7df12bb632af373 -C extra-filename=-07057ec29dedb178 --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-b1200cc46e700de9.rmeta --cap-lints allow`
7422025-07-31T15:48:51.112Z Compiling icu_locid_transform v1.5.0
7432025-07-31T15:48:51.139Z Running `/home/build/.rustup/toolchains/1.88.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=4ed07ff71d04db59 -C extra-filename=-9668f6a70fc8fb7e --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-3741e6ce698613ea.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-e767690c1b6a36db.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-de668acae8889328.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-34ea9414be281627.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c2b0256fe90bc4d0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7442025-07-31T15:48:51.268Z Compiling pest_derive v2.7.6
7452025-07-31T15:48:51.295Z Running `/home/build/.rustup/toolchains/1.88.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=55a6aa925e8a5490 -C extra-filename=-74d62472dd1d628e --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-cc4daabc0c24160d.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-d70e78b0fe58ad14.rlib --extern proc_macro --cap-lints allow`
7462025-07-31T15:48:52.097Z Compiling tokio-util v0.7.7
7472025-07-31T15:48:52.125Z Running `/home/build/.rustup/toolchains/1.88.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=c1edebeab997425d -C extra-filename=-dd4857400a1d7302 --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-be5089041960340d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a701ec04c9ea3b8a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-a431b5ba8f69ae59.rmeta --cap-lints allow`
7482025-07-31T15:48:52.152Z Compiling dtrace-parser v0.2.0
7492025-07-31T15:48:52.152Z Running `/home/build/.rustup/toolchains/1.88.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=7410baecf922f698 -C extra-filename=-7a22b04ed75f4b85 --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-cc4daabc0c24160d.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-74d62472dd1d628e.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --cap-lints allow`
7502025-07-31T15:48:53.211Z Compiling indexmap v2.10.0
7512025-07-31T15:48:53.238Z Running `/home/build/.rustup/toolchains/1.88.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=ece7cd6aa7e0dc81 -C extra-filename=-a81a231913902c58 --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-2ac890fc9a328586.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-bb58a74cab1beaef.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow`
7522025-07-31T15:48:53.289Z Running `/home/build/.rustup/toolchains/1.88.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.140/src/lib.rs --error-format=json --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=da5d6cb098b2bb56 -C extra-filename=-b9d5e90c3fc8c40a --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-328207cf8536fb3b.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-41a29bd53a0aa9b7.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-4f976a96ffa71223.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7532025-07-31T15:48:53.388Z Running `/home/build/.rustup/toolchains/1.88.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.140/src/lib.rs --error-format=json --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=0cf07c1ee3d3dec6 -C extra-filename=-662327e1d44c3dd3 --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-328207cf8536fb3b.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-41a29bd53a0aa9b7.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-4f976a96ffa71223.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7542025-07-31T15:48:53.509Z Compiling serde_tokenstream v0.2.2
7552025-07-31T15:48:53.537Z Running `/home/build/.rustup/toolchains/1.88.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=fe0e036dee3da3e5 -C extra-filename=-d9067958bdf7af04 --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow`
7562025-07-31T15:48:53.706Z Compiling icu_properties v1.5.1
7572025-07-31T15:48:53.733Z Running `/home/build/.rustup/toolchains/1.88.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=c4fc7ac1f4624c0a -C extra-filename=-f42511a33dd11716 --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-3741e6ce698613ea.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-1b36df1afa4b82e2.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-9668f6a70fc8fb7e.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-b524d831c19198af.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-34ea9414be281627.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c2b0256fe90bc4d0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7582025-07-31T15:48:53.963Z Compiling serde_spanned v1.0.0
7592025-07-31T15:48:53.990Z Running `/home/build/.rustup/toolchains/1.88.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=9a23d41d33c12d9c -C extra-filename=-7d86c10c6f657075 --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-ea9faeaa680382c1.rmeta --cap-lints allow`
7602025-07-31T15:48:54.191Z Compiling toml_datetime v0.7.0
7612025-07-31T15:48:54.218Z Running `/home/build/.rustup/toolchains/1.88.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=ef0226abbeb1a577 -C extra-filename=-6c4c3568f9fdaef9 --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-ea9faeaa680382c1.rmeta --cap-lints allow`
7622025-07-31T15:48:54.349Z Compiling h2 v0.4.6
7632025-07-31T15:48:54.376Z Running `/home/build/.rustup/toolchains/1.88.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=74c7abca9ec78853 -C extra-filename=-c57da54748d644a9 --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-76b5b9112969aa72.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-1169362082b8f516.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a701ec04c9ea3b8a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-0297c07772d0aacd.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-dd4857400a1d7302.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-a431b5ba8f69ae59.rmeta --cap-lints allow`
7642025-07-31T15:48:54.695Z Compiling dof v0.3.0
7652025-07-31T15:48:54.722Z Running `/home/build/.rustup/toolchains/1.88.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=4af1f13099587b40 -C extra-filename=-e1c6e9e32cafd46e --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-68d902d4de8c3b81.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-afcd61b1ab72aac9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-3bccafa57e8127c2.rmeta --cap-lints allow`
7662025-07-31T15:48:55.489Z Running `/home/build/.rustup/toolchains/1.88.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=5fa1080a214e1dca -C extra-filename=-846c312da715ed96 --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-5f36237522c08e7c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662327e1d44c3dd3.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-3bccafa57e8127c2.rmeta --cap-lints allow`
7672025-07-31T15:48:55.551Z Running `/home/build/.rustup/toolchains/1.88.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=87b844ad94a14190 -C extra-filename=-35386634072ed780 --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-99e9fd566e01d257.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-5e48a87b6b4193d9.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-6fae1bdd24c9d3b3.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-a652df554c0fad2d.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
7682025-07-31T15:48:56.035Z Running `/home/build/.rustup/toolchains/1.88.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=d923ec7394f9dbe5 -C extra-filename=-b98242f38f7495ee --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-ed788248c067771a.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-846c312da715ed96.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-7a22b04ed75f4b85.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-662327e1d44c3dd3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-059e8ba9f1eebf5b.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7692025-07-31T15:48:56.151Z Compiling tempfile v3.20.0
7702025-07-31T15:48:56.178Z Running `/home/build/.rustup/toolchains/1.88.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=07bb0798da2e751b -C extra-filename=-aeaf8cf1b3e93496 --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-d017df49ffc04a68.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-37ba1254bd9378f2.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-e7ac0db386fad00b.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-361337cd9fd20472.rmeta --cap-lints allow`
7712025-07-31T15:48:56.318Z Running `/home/build/.rustup/toolchains/1.88.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=8753f1cc4a41fa89 -C extra-filename=-c0e3676726fdadcd --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`
7722025-07-31T15:48:56.744Z Compiling icu_normalizer v1.5.0
7732025-07-31T15:48:56.771Z Running `/home/build/.rustup/toolchains/1.88.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=b91a2f84fa404857 -C extra-filename=-e7fecd724773d5f2 --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-3741e6ce698613ea.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-1b36df1afa4b82e2.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-7ca594f4bb7ead32.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-f42511a33dd11716.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-34ea9414be281627.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2ffbb8a02f03caaa.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-5135a61d2b5950a6.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-61162f4e47f29064.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-fa4c74ff6fbf331f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-3ea61f8acdfc8202.rmeta --cap-lints allow`
7742025-07-31T15:48:56.952Z Running `/home/build/.rustup/toolchains/1.88.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=0c43845cf1c9d4ce -C extra-filename=-c7b7455fabdc0325 --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)'`
7752025-07-31T15:48:57.077Z Running `/home/build/.rustup/toolchains/1.88.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=d7b03eab041aed5d -C extra-filename=-55a523a3e618bde9 --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-99e9fd566e01d257.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec1ff3f3673c636d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-29fd86a57c6cfc7b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c116d6b0d982b6e9.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-3500c25e9365155c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
7762025-07-31T15:48:57.116Z Running `/home/build/.rustup/toolchains/1.88.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=7a13d6bc93944ee4 -C extra-filename=-1b58c2fea058a2e5 --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-d6f784c5d6bd4a8b.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-3ec25b8fcdde96eb.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7772025-07-31T15:48:57.143Z Running `/home/build/.rustup/toolchains/1.88.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=e88ffe746ccea827 -C extra-filename=-1799733045322717 --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-e7ac0db386fad00b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec1ff3f3673c636d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-29fd86a57c6cfc7b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c116d6b0d982b6e9.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-3500c25e9365155c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
7782025-07-31T15:48:57.466Z Compiling serde_derive_internals v0.29.0
7792025-07-31T15:48:57.493Z Running `/home/build/.rustup/toolchains/1.88.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=3d364551e733602c -C extra-filename=-b7429fbd5f1a7703 --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow`
7802025-07-31T15:48:57.593Z Compiling idna_adapter v1.2.0
7812025-07-31T15:48:57.620Z Running `/home/build/.rustup/toolchains/1.88.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=cb0498bd3656ccca -C extra-filename=-e71e238dfbd6ab3a --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-e7fecd724773d5f2.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-f42511a33dd11716.rmeta --cap-lints allow`
7822025-07-31T15:48:57.671Z Compiling concurrent-queue v2.5.0
7832025-07-31T15:48:57.698Z Running `/home/build/.rustup/toolchains/1.88.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=040e54b8c725c144 -C extra-filename=-aaa15e190589bb4c --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-3b55f3765d6b5a3d.rmeta --cap-lints allow`
7842025-07-31T15:48:57.816Z Compiling idna v1.0.3
7852025-07-31T15:48:57.843Z Running `/home/build/.rustup/toolchains/1.88.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=660589dff4ca3cae -C extra-filename=-03c0271a4966fce0 --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-e71e238dfbd6ab3a.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2ffbb8a02f03caaa.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-61162f4e47f29064.rmeta --cap-lints allow`
7862025-07-31T15:48:57.993Z Compiling rustls-pemfile v2.1.3
7872025-07-31T15:48:58.020Z Running `/home/build/.rustup/toolchains/1.88.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=e398d2699e28696d -C extra-filename=-f1503351a3054c0c --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-b1080144b00bc4c2.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --cap-lints allow`
7882025-07-31T15:48:58.328Z Compiling hyper v1.6.0
7892025-07-31T15:48:58.355Z Running `/home/build/.rustup/toolchains/1.88.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=32e814340ea5a674 -C extra-filename=-5de952b6a3d1ef92 --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-be5089041960340d.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-9dd85f82b5ff900c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-c57da54748d644a9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-dae9cba7962ac5e3.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e1c43a0d7fbaa5b4.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-f32ba0a74234d879.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-328207cf8536fb3b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-2ffbb8a02f03caaa.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-fe060303515ecd85.rmeta --cap-lints allow`
7902025-07-31T15:48:58.355Z Compiling http-body-util v0.1.3
7912025-07-31T15:48:58.355Z Running `/home/build/.rustup/toolchains/1.88.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=48351dcab4a21a9b -C extra-filename=-e05d68e143c3c991 --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-be5089041960340d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-dae9cba7962ac5e3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --cap-lints allow`
7922025-07-31T15:48:58.743Z Running `/home/build/.rustup/toolchains/1.88.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=fea9544b7feffa8d -C extra-filename=-570899529f45d082 --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-8481105dc09ec6e9.rmeta --cap-lints allow`
7932025-07-31T15:48:58.820Z Compiling sync_wrapper v1.0.1
7942025-07-31T15:48:58.848Z Running `/home/build/.rustup/toolchains/1.88.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=4258f4e4b410d4fa -C extra-filename=-7fde041ed0c21e3c --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-a7577c95cd738630.rmeta --cap-lints allow`
7952025-07-31T15:48:58.968Z Compiling multer v3.1.0
7962025-07-31T15:48:58.996Z Running `/home/build/.rustup/toolchains/1.88.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=2d29b5a1150af0ee -C extra-filename=-8aae14eeb9737077 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-8aae14eeb9737077 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbcd09ceefe78011.rlib --cap-lints allow`
7972025-07-31T15:48:58.996Z Compiling thread_local v1.1.4
7982025-07-31T15:48:58.996Z Running `/home/build/.rustup/toolchains/1.88.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=3adb756bba79bd11 -C extra-filename=-6887c0bf1feeed4b --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-e7ac0db386fad00b.rmeta --cap-lints allow`
7992025-07-31T15:48:59.185Z Compiling encoding_rs v0.8.32
8002025-07-31T15:48:59.214Z Running `/home/build/.rustup/toolchains/1.88.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=22f422753cefef19 -C extra-filename=-ac7766f32b37a874 --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-dfaff0260e0500ae.rmeta --cap-lints allow`
8012025-07-31T15:48:59.286Z Compiling camino v1.1.10
8022025-07-31T15:48:59.313Z Running `/home/build/.rustup/toolchains/1.88.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.10/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=c175da88f0657667 -C extra-filename=-bfc746c0b7bc50d2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-bfc746c0b7bc50d2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8032025-07-31T15:48:59.451Z Compiling target-triple v0.1.3
8042025-07-31T15:48:59.478Z Running `/home/build/.rustup/toolchains/1.88.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=197f8e6de0c441c8 -C extra-filename=-e39a3405420533ac --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-e39a3405420533ac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8052025-07-31T15:48:59.783Z Compiling match_cfg v0.1.0
8062025-07-31T15:48:59.810Z Running `/home/build/.rustup/toolchains/1.88.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=32daf2cb046df752 -C extra-filename=-342a05e31bfa25f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8072025-07-31T15:48:59.880Z Compiling unicode-width v0.1.9
8082025-07-31T15:48:59.908Z Running `/home/build/.rustup/toolchains/1.88.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=119697986ae37125 -C extra-filename=-79b30a40063e6e4b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8092025-07-31T15:48:59.908Z Compiling tower-layer v0.3.3
8102025-07-31T15:48:59.908Z Running `/home/build/.rustup/toolchains/1.88.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=c09749d5411dc5bc -C extra-filename=-9988377373b627a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8112025-07-31T15:49:00.045Z Compiling thiserror v2.0.12
8122025-07-31T15:49:00.072Z Running `/home/build/.rustup/toolchains/1.88.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=98c6581ab02cfd71 -C extra-filename=-31557f96772ca0cc --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-31557f96772ca0cc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8132025-07-31T15:49:00.148Z Compiling heck v0.5.0
8142025-07-31T15:49:00.175Z Running `/home/build/.rustup/toolchains/1.88.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=2354a1cbbb6459e9 -C extra-filename=-dacb9904bb1146a4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8152025-07-31T15:49:00.202Z Compiling iana-time-zone v0.1.47
8162025-07-31T15:49:00.228Z Running `/home/build/.rustup/toolchains/1.88.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=98bdc9aae0f2cee8 -C extra-filename=-0f808564dda14afa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8172025-07-31T15:49:00.486Z Compiling hyper-util v0.1.15
8182025-07-31T15:49:00.513Z Running `/home/build/.rustup/toolchains/1.88.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.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="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=2d1871810727ea15 -C extra-filename=-cd3949739b169de2 --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-b1080144b00bc4c2.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-9dd85f82b5ff900c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-dae9cba7962ac5e3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-5515e7dacc7e46c2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-154361273456f495.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-a431b5ba8f69ae59.rmeta --cap-lints allow`
8192025-07-31T15:49:00.553Z Compiling parking v2.2.0
8202025-07-31T15:49:00.580Z Running `/home/build/.rustup/toolchains/1.88.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=1498d3b03d85a551 -C extra-filename=-ffebb5994e4fc9aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8212025-07-31T15:49:00.580Z Compiling schemars v0.8.22
8222025-07-31T15:49:00.580Z Running `/home/build/.rustup/toolchains/1.88.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=9469b30ed64863b7 -C extra-filename=-19f97915b41fa9be --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-19f97915b41fa9be -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8232025-07-31T15:49:00.847Z Compiling slog-async v2.8.0
8242025-07-31T15:49:00.874Z Running `/home/build/.rustup/toolchains/1.88.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=2c7d7ffbfe808adb -C extra-filename=-d0c62a035812a7df --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-d0c62a035812a7df -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8252025-07-31T15:49:00.901Z Compiling unicode-segmentation v1.10.0
8262025-07-31T15:49:00.901Z Running `/home/build/.rustup/toolchains/1.88.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=0ff6bc7d6916d658 -C extra-filename=-4ef16c28b2319b71 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8272025-07-31T15:49:01.277Z Compiling toml_writer v1.0.2
8282025-07-31T15:49:01.305Z Running `/home/build/.rustup/toolchains/1.88.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2c4025f18f496811 -C extra-filename=-ec4e5012de6a5e97 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8292025-07-31T15:49:01.497Z Compiling lazy_static v1.5.0
8302025-07-31T15:49:01.524Z Running `/home/build/.rustup/toolchains/1.88.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=ed505e999b01447f -C extra-filename=-26699e6dd5bb045d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8312025-07-31T15:49:01.524Z Compiling newline-converter v0.3.0
8322025-07-31T15:49:01.524Z Running `/home/build/.rustup/toolchains/1.88.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=e920c88cd1d8a129 -C extra-filename=-eec7405a1ac12291 --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-4ef16c28b2319b71.rmeta --cap-lints allow`
8332025-07-31T15:49:01.626Z Compiling console v0.15.7
8342025-07-31T15:49:01.653Z Running `/home/build/.rustup/toolchains/1.88.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=968e9041a56c7e2d -C extra-filename=-43007bdb84e50f2c --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-26699e6dd5bb045d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-79b30a40063e6e4b.rmeta --cap-lints allow`
8352025-07-31T15:49:01.653Z Compiling toml v0.9.2
8362025-07-31T15:49:01.653Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=f679ed5195816aff -C extra-filename=-ecb22803b5ea18df --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-ea9faeaa680382c1.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-7d86c10c6f657075.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-6c4c3568f9fdaef9.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-07057ec29dedb178.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-ec4e5012de6a5e97.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-b1200cc46e700de9.rmeta --cap-lints allow`
8372025-07-31T15:49:01.751Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-d0c62a035812a7df/build-script-build`
8382025-07-31T15:49:01.812Z Compiling tokio-rustls v0.26.0
8392025-07-31T15:49:01.839Z Running `/home/build/.rustup/toolchains/1.88.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=1203218f278ccfa1 -C extra-filename=-22b1db7432df553b --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-1799733045322717.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
8402025-07-31T15:49:02.175Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-19f97915b41fa9be/build-script-build`
8412025-07-31T15:49:02.202Z Compiling event-listener v5.0.0
8422025-07-31T15:49:02.202Z Running `/home/build/.rustup/toolchains/1.88.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=8782b9539d6592a0 -C extra-filename=-a1520cf22eb43006 --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-aaa15e190589bb4c.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-ffebb5994e4fc9aa.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --cap-lints allow`
8432025-07-31T15:49:02.330Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-31557f96772ca0cc/build-script-build`
8442025-07-31T15:49:02.641Z Compiling tokio-rustls v0.25.0
8452025-07-31T15:49:02.668Z Running `/home/build/.rustup/toolchains/1.88.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=842229c898f49803 -C extra-filename=-af797ae0e969d0d6 --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-55a523a3e618bde9.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
8462025-07-31T15:49:02.695Z Compiling chrono v0.4.41
8472025-07-31T15:49:02.695Z Running `/home/build/.rustup/toolchains/1.88.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=9c9fae4b5b02c409 -C extra-filename=-f47db6a9171558ad --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-0f808564dda14afa.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-c0e3676726fdadcd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow`
8482025-07-31T15:49:02.805Z Compiling tower v0.5.2
8492025-07-31T15:49:02.832Z Running `/home/build/.rustup/toolchains/1.88.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=6a7cadfafd3e5dbc -C extra-filename=-20a3911ad5fcc770 --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-a7577c95cd738630.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-7fde041ed0c21e3c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-9988377373b627a9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --cap-lints allow`
8502025-07-31T15:49:02.993Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-e39a3405420533ac/build-script-build`
8512025-07-31T15:49:03.020Z Compiling hostname v0.3.1
8522025-07-31T15:49:03.020Z Running `/home/build/.rustup/toolchains/1.88.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=e9629b46818b4fb8 -C extra-filename=-100f5fb8f353cef5 --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-d24887d0952db9cd.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-342a05e31bfa25f2.rmeta --cap-lints allow`
8532025-07-31T15:49:03.216Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-bfc746c0b7bc50d2/build-script-build`
8542025-07-31T15:49:03.278Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-8aae14eeb9737077/build-script-build`
8552025-07-31T15:49:03.328Z Compiling schemars_derive v0.8.22
8562025-07-31T15:49:03.355Z Running `/home/build/.rustup/toolchains/1.88.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=23b8089d8a004a8c -C extra-filename=-7069ddb5748bf500 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-b7429fbd5f1a7703.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
8572025-07-31T15:49:03.355Z Compiling atomicwrites v0.4.4
8582025-07-31T15:49:03.355Z Running `/home/build/.rustup/toolchains/1.88.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=95bd91ed0cb9e832 -C extra-filename=-5bf61edbc75ecc6c --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-1b58c2fea058a2e5.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rmeta --cap-lints allow`
8592025-07-31T15:49:03.505Z Compiling url v2.5.4
8602025-07-31T15:49:03.532Z Running `/home/build/.rustup/toolchains/1.88.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=d6c8d58e1b2c038b -C extra-filename=-6999114d60d41480 --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-13ec6e784d66b226.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-03c0271a4966fce0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rmeta --cap-lints allow`
8612025-07-31T15:49:03.649Z Compiling usdt-attr-macro v0.5.0
8622025-07-31T15:49:03.676Z Running `/home/build/.rustup/toolchains/1.88.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=35abc77f9a7949a7 -C extra-filename=-2a126abaa8d6e73e --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-7a22b04ed75f4b85.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9067958bdf7af04.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-b98242f38f7495ee.rlib --extern proc_macro --cap-lints allow`
8632025-07-31T15:49:04.546Z Running `/home/build/.rustup/toolchains/1.88.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=7989ca74814d1ed7 -C extra-filename=-c14de47c2e819980 --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-ed788248c067771a.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-e1c6e9e32cafd46e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-7a22b04ed75f4b85.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-570899529f45d082.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-059e8ba9f1eebf5b.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
8642025-07-31T15:49:04.876Z Compiling usdt-macro v0.5.0
8652025-07-31T15:49:04.903Z Running `/home/build/.rustup/toolchains/1.88.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=4c9baa6e707bd092 -C extra-filename=-25bc64005d3b5da3 --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-7a22b04ed75f4b85.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9067958bdf7af04.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-b98242f38f7495ee.rlib --extern proc_macro --cap-lints allow`
8662025-07-31T15:49:04.930Z Compiling tokio-native-tls v0.3.1
8672025-07-31T15:49:04.957Z Running `/home/build/.rustup/toolchains/1.88.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=843d7468df69f885 -C extra-filename=-8fa388907c9e7eaa --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-35386634072ed780.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8682025-07-31T15:49:05.035Z Compiling slog-json v2.6.1
8692025-07-31T15:49:05.062Z Running `/home/build/.rustup/toolchains/1.88.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=182451c91947374e -C extra-filename=-719614c39ad6264b --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-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-86d4f330ea3af003.rmeta --cap-lints allow`
8702025-07-31T15:49:05.170Z Compiling serde_urlencoded v0.7.1
8712025-07-31T15:49:05.197Z Running `/home/build/.rustup/toolchains/1.88.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=0b720370300f013e -C extra-filename=-e5ec258dcd0d7357 --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-13ec6e784d66b226.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-328207cf8536fb3b.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-4f976a96ffa71223.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow`
8722025-07-31T15:49:05.363Z Compiling uuid v1.17.0
8732025-07-31T15:49:05.452Z Running `/home/build/.rustup/toolchains/1.88.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=60321bf4b3458239 -C extra-filename=-43aecc42677af8ca --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-37ba1254bd9378f2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow`
8742025-07-31T15:49:05.499Z Compiling futures-executor v0.3.31
8752025-07-31T15:49:05.526Z Running `/home/build/.rustup/toolchains/1.88.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=d7f0a0c9da7b3d43 -C extra-filename=-83bfb4ce1a7f6f5f --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-a7577c95cd738630.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-1c7528566c3a35c4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --cap-lints allow`
8762025-07-31T15:49:05.562Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-2ca192fb789131f1/build-script-build`
8772025-07-31T15:49:05.591Z Compiling async-stream-impl v0.3.6
8782025-07-31T15:49:05.618Z Running `/home/build/.rustup/toolchains/1.88.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=38b0d4cf1cd955e4 -C extra-filename=-4a551faac47e85ad --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
8792025-07-31T15:49:05.618Z Compiling thiserror-impl v2.0.12
8802025-07-31T15:49:05.618Z Running `/home/build/.rustup/toolchains/1.88.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=a25caad01b9f16e5 -C extra-filename=-a10557966b40a24a --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
8812025-07-31T15:49:05.785Z Compiling term v0.7.0
8822025-07-31T15:49:05.812Z Running `/home/build/.rustup/toolchains/1.88.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=a31ed3718f72289e -C extra-filename=-0accfb4128cb21b0 --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-03241ecd770ad89f.rmeta --cap-lints allow`
8832025-07-31T15:49:05.958Z Compiling crossbeam-channel v0.5.1
8842025-07-31T15:49:06.004Z Running `/home/build/.rustup/toolchains/1.88.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=a8bc27fc83f97f52 -C extra-filename=-c4339d8217799992 --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-dfaff0260e0500ae.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-3b55f3765d6b5a3d.rmeta --cap-lints allow`
8852025-07-31T15:49:06.050Z Compiling webpki-roots v0.26.5
8862025-07-31T15:49:06.077Z Running `/home/build/.rustup/toolchains/1.88.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=a37b1951aec9039b -C extra-filename=-43305fb28c149921 --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-ac218394cca53f8b.rmeta --cap-lints allow`
8872025-07-31T15:49:06.077Z Compiling is-terminal v0.4.12
8882025-07-31T15:49:06.078Z Running `/home/build/.rustup/toolchains/1.88.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=62994abca9c4cb81 -C extra-filename=-4ddabccd47a508d8 --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-d24887d0952db9cd.rmeta --cap-lints allow`
8892025-07-31T15:49:06.204Z Compiling memmap v0.7.0
8902025-07-31T15:49:06.231Z Running `/home/build/.rustup/toolchains/1.88.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=d5a7c7ef892c12a2 -C extra-filename=-42b7da425b54265f --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-d24887d0952db9cd.rmeta --cap-lints allow`
8912025-07-31T15:49:06.258Z Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot)
8922025-07-31T15:49:06.258Z Running `/home/build/.rustup/toolchains/1.88.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=0bf303a0bda245c6 -C extra-filename=-3f9199acec80ff46 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-3f9199acec80ff46 -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-dbcd09ceefe78011.rlib`
8932025-07-31T15:49:06.501Z Compiling utf-8 v0.7.6
8942025-07-31T15:49:06.528Z Running `/home/build/.rustup/toolchains/1.88.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=a1d4262e58cac274 -C extra-filename=-ea317845d47f7125 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8952025-07-31T15:49:06.574Z Compiling spin v0.9.8
8962025-07-31T15:49:06.601Z Running `/home/build/.rustup/toolchains/1.88.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=835457ce8fff1355 -C extra-filename=-e5d3e54c78a2e81c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8972025-07-31T15:49:06.628Z Compiling anyhow v1.0.98
8982025-07-31T15:49:06.628Z Running `/home/build/.rustup/toolchains/1.88.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=9ef39fe3726756fd -C extra-filename=-6a9db9de8cae5425 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-6a9db9de8cae5425 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8992025-07-31T15:49:06.810Z Compiling similar v2.2.1
9002025-07-31T15:49:06.840Z Running `/home/build/.rustup/toolchains/1.88.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=bf32c643b673bf2e -C extra-filename=-b3fed7e2a10d5781 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9012025-07-31T15:49:06.868Z Compiling take_mut v0.2.2
9022025-07-31T15:49:06.895Z Running `/home/build/.rustup/toolchains/1.88.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=d10e5a27ae5dc2ed -C extra-filename=-9ae549a8afdf454f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9032025-07-31T15:49:06.895Z Compiling dyn-clone v1.0.4
9042025-07-31T15:49:06.895Z Running `/home/build/.rustup/toolchains/1.88.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=aca187e147bb1987 -C extra-filename=-453a02062c3ce0a4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9052025-07-31T15:49:07.020Z Compiling buf-list v1.0.3
9062025-07-31T15:49:07.047Z Running `/home/build/.rustup/toolchains/1.88.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=b34525f900c5f653 -C extra-filename=-4863b14248225f17 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-4863b14248225f17 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9072025-07-31T15:49:07.047Z Compiling iri-string v0.7.8
9082025-07-31T15:49:07.047Z Compiling data-encoding v2.4.0
9092025-07-31T15:49:07.047Z Running `/home/build/.rustup/toolchains/1.88.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=d77928979b552578 -C extra-filename=-53af498df590e937 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9102025-07-31T15:49:07.047Z Running `/home/build/.rustup/toolchains/1.88.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=8c0b071c3542793e -C extra-filename=-ccaee813ff88edb0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9112025-07-31T15:49:07.195Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-6a9db9de8cae5425/build-script-build`
9122025-07-31T15:49:07.388Z Running `/home/build/.rustup/toolchains/1.88.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=e3f5589d25caa07b -C extra-filename=-919536fec28f0767 --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-c4339d8217799992.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-9ae549a8afdf454f.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6887c0bf1feeed4b.rmeta --cap-lints allow --cfg integer128`
9132025-07-31T15:49:07.545Z Compiling tungstenite v0.24.0
9142025-07-31T15:49:07.571Z Running `/home/build/.rustup/toolchains/1.88.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=9bb45fd9b7b008fd -C extra-filename=-be83986c3716984f --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-ed788248c067771a.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-ccaee813ff88edb0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e1c43a0d7fbaa5b4.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-99e9fd566e01d257.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-6d6edce4ed3ff5a6.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ed2ac2ccc077116f.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-ea317845d47f7125.rmeta --cap-lints allow`
9152025-07-31T15:49:07.601Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-4863b14248225f17/build-script-build`
9162025-07-31T15:49:07.661Z Compiling expectorate v1.2.0
9172025-07-31T15:49:07.688Z Running `/home/build/.rustup/toolchains/1.88.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=d3e9da56f2a3db86 -C extra-filename=-7ef30ce53420c0f5 --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-5bf61edbc75ecc6c.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-43007bdb84e50f2c.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-eec7405a1ac12291.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-b3fed7e2a10d5781.rmeta --cap-lints allow`
9182025-07-31T15:49:07.868Z Running `/home/build/.rustup/toolchains/1.88.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=f24c0d1e3856dc7d -C extra-filename=-4ef0477cc0c33749 --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-f47db6a9171558ad.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-453a02062c3ce0a4.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-7069ddb5748bf500.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9192025-07-31T15:49:07.962Z Running `/home/build/.rustup/toolchains/1.88.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=e33e8187b4a26916 -C extra-filename=-e9c85ccd588a0650 --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-a10557966b40a24a.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
9202025-07-31T15:49:08.104Z Running `/home/build/.rustup/toolchains/1.88.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=b250abdc3423e368 -C extra-filename=-a1924ebcca4ac738 --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-be5089041960340d.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-ac7766f32b37a874.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e1c43a0d7fbaa5b4.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-41a29bd53a0aa9b7.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-38de0dd7a75f4798.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-e5d3e54c78a2e81c.rmeta --cap-lints allow`
9212025-07-31T15:49:08.348Z Compiling async-stream v0.3.6
9222025-07-31T15:49:08.375Z Running `/home/build/.rustup/toolchains/1.88.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=e9808faf68974140 -C extra-filename=-966079c1efae5a34 --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-4a551faac47e85ad.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --cap-lints allow`
9232025-07-31T15:49:08.593Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-3f9199acec80ff46/build-script-build`
9242025-07-31T15:49:08.620Z Compiling usdt v0.5.0
9252025-07-31T15:49:08.621Z Running `/home/build/.rustup/toolchains/1.88.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=8bd2e4ee49ec2512 -C extra-filename=-507a846d518b6b47 --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-e1c6e9e32cafd46e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-7a22b04ed75f4b85.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-68d902d4de8c3b81.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-42b7da425b54265f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-2a126abaa8d6e73e.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-c14de47c2e819980.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-25bc64005d3b5da3.so --cap-lints allow`
9262025-07-31T15:49:08.647Z Compiling slog-term v2.9.1
9272025-07-31T15:49:08.647Z Running `/home/build/.rustup/toolchains/1.88.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=431425a376b8b804 -C extra-filename=-1b2c621d84cfeed4 --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-4ddabccd47a508d8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-0accfb4128cb21b0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6887c0bf1feeed4b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-86d4f330ea3af003.rmeta --cap-lints allow`
9282025-07-31T15:49:08.674Z Compiling hyper-rustls v0.27.3
9292025-07-31T15:49:08.674Z Running `/home/build/.rustup/toolchains/1.88.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=c43dea50a7d9379a -C extra-filename=-d6190e2421513a1c --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-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1799733045322717.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-22b1db7432df553b.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-43305fb28c149921.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
9302025-07-31T15:49:08.855Z Compiling futures v0.3.31
9312025-07-31T15:49:08.882Z Running `/home/build/.rustup/toolchains/1.88.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=53ca845c7fd4843c -C extra-filename=-b4b3c7700f4abc56 --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-9dd85f82b5ff900c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-83bfb4ce1a7f6f5f.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-a64e20a4520cf0e3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a701ec04c9ea3b8a.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-1c7528566c3a35c4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --cap-lints allow`
9322025-07-31T15:49:08.959Z Running `/home/build/.rustup/toolchains/1.88.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=3e91bb0228f208b5 -C extra-filename=-5398dc6cdb022f89 --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-38de0dd7a75f4798.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-d2a271226b0186fd.rmeta --cap-lints allow`
9332025-07-31T15:49:09.003Z Compiling slog-bunyan v2.5.0
9342025-07-31T15:49:09.030Z Running `/home/build/.rustup/toolchains/1.88.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=f0eccb97ef5f37ca -C extra-filename=-930003fd8048f06d --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-100f5fb8f353cef5.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-86d4f330ea3af003.rmeta --cap-lints allow`
9352025-07-31T15:49:09.064Z Compiling hyper-tls v0.6.0
9362025-07-31T15:49:09.091Z Running `/home/build/.rustup/toolchains/1.88.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=50775d0fc6320e63 -C extra-filename=-be5dfff1063c1fa1 --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-be5089041960340d.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-35386634072ed780.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-8fa388907c9e7eaa.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9372025-07-31T15:49:09.197Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=3cb7f3d3f496b142 -C extra-filename=-9b1174061e7f9b0f --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-ea9faeaa680382c1.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 --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(absolute_path)'`
9382025-07-31T15:49:09.224Z Running `/home/build/.rustup/toolchains/1.88.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=8905113ae4398322 -C extra-filename=-b2993964078c91d4 --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"))'`
9392025-07-31T15:49:09.315Z Compiling event-listener-strategy v0.5.4
9402025-07-31T15:49:09.342Z Running `/home/build/.rustup/toolchains/1.88.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=845f4d14cfce4876 -C extra-filename=-3ba4c700d6df5c70 --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-a1520cf22eb43006.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --cap-lints allow`
9412025-07-31T15:49:09.342Z Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9422025-07-31T15:49:09.342Z Running `/home/build/.rustup/toolchains/1.88.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=1b10aaefb0cee3b6 -C extra-filename=-1704f730de4d87d2 --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-dacb9904bb1146a4.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9067958bdf7af04.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro`
9432025-07-31T15:49:09.415Z Compiling tower-http v0.6.5
9442025-07-31T15:49:09.442Z Running `/home/build/.rustup/toolchains/1.88.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=96356f98a1196b3f -C extra-filename=-5fa4ef4c355f5c39 --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-d6f784c5d6bd4a8b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-dae9cba7962ac5e3.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-53af498df590e937.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-20a3911ad5fcc770.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-9988377373b627a9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --cap-lints allow`
9452025-07-31T15:49:09.518Z Compiling rustls-native-certs v0.7.0
9462025-07-31T15:49:09.545Z Running `/home/build/.rustup/toolchains/1.88.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=22a1aabe8fa134ed -C extra-filename=-166fe3cbf7322a7f --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-6fae1bdd24c9d3b3.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --cap-lints allow`
9472025-07-31T15:49:09.601Z Compiling openapiv3 v2.2.0
9482025-07-31T15:49:09.628Z Running `/home/build/.rustup/toolchains/1.88.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=d6c9792c80ef7e2e -C extra-filename=-7ae5b120cb46ea46 --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-a81a231913902c58.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --cap-lints allow`
9492025-07-31T15:49:09.726Z Compiling serde_path_to_error v0.1.17
9502025-07-31T15:49:09.753Z Running `/home/build/.rustup/toolchains/1.88.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=ffb1c7c692f26c09 -C extra-filename=-34a0bf7dccc18808 --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-328207cf8536fb3b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --cap-lints allow`
9512025-07-31T15:49:09.858Z Compiling async-trait v0.1.88
9522025-07-31T15:49:09.885Z Running `/home/build/.rustup/toolchains/1.88.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=f8daa33d7afaee5e -C extra-filename=-529d1b1475364577 --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-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
9532025-07-31T15:49:09.944Z Compiling yasna v0.5.2
9542025-07-31T15:49:09.971Z Running `/home/build/.rustup/toolchains/1.88.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=ff8f854efe68bc50 -C extra-filename=-34af97935aeeabfe --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-86d4f330ea3af003.rmeta --cap-lints allow`
9552025-07-31T15:49:10.138Z Compiling pem v3.0.5
9562025-07-31T15:49:10.165Z Running `/home/build/.rustup/toolchains/1.88.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=3945b506cfa1a8f6 -C extra-filename=-29b33e0705eeed83 --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-b1080144b00bc4c2.rmeta --cap-lints allow`
9572025-07-31T15:49:10.248Z Compiling waitgroup v0.1.2
9582025-07-31T15:49:10.275Z Running `/home/build/.rustup/toolchains/1.88.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=72544f31a070fafa -C extra-filename=-c9a4a85b6e3f53a3 --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-76b5b9112969aa72.rmeta --cap-lints allow`
9592025-07-31T15:49:10.384Z Compiling webpki-roots v1.0.0
9602025-07-31T15:49:10.411Z Running `/home/build/.rustup/toolchains/1.88.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=1c62e556ac263c03 -C extra-filename=-6ff5e2070df4acfa --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-ac218394cca53f8b.rmeta --cap-lints allow`
9612025-07-31T15:49:10.451Z Compiling hostname v0.4.0
9622025-07-31T15:49:10.479Z Running `/home/build/.rustup/toolchains/1.88.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=12682b7ab7228d93 -C extra-filename=-9c9c9502d7daf1a9 --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-dfaff0260e0500ae.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rmeta --cap-lints allow`
9632025-07-31T15:49:10.562Z Compiling debug-ignore v1.0.5
9642025-07-31T15:49:10.588Z Running `/home/build/.rustup/toolchains/1.88.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=05edf519127548dd -C extra-filename=-6c38af248fb6fbf0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9652025-07-31T15:49:10.656Z Compiling simple-mermaid v0.2.0
9662025-07-31T15:49:10.694Z Running `/home/build/.rustup/toolchains/1.88.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=2016838cf27a3c9b -C extra-filename=-cde84c3aa24c8eb7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9672025-07-31T15:49:10.721Z Compiling termcolor v1.1.2
9682025-07-31T15:49:10.721Z Running `/home/build/.rustup/toolchains/1.88.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=b9cf5239c9a3f1c7 -C extra-filename=-ecdb20ec6656579f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9692025-07-31T15:49:10.765Z Compiling http-range v0.1.4
9702025-07-31T15:49:10.766Z Running `/home/build/.rustup/toolchains/1.88.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=0dc01989835ddedc -C extra-filename=-daacd953ee0357fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9712025-07-31T15:49:10.793Z Compiling glob v0.3.0
9722025-07-31T15:49:10.793Z Running `/home/build/.rustup/toolchains/1.88.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=3c7e3e32e1e37d8a -C extra-filename=-b7c7d59cdfb31d5f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9732025-07-31T15:49:10.793Z Compiling rcgen v0.14.2
9742025-07-31T15:49:10.793Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.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="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=816443bc5069a208 -C extra-filename=-a24c54b1471d868d --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-29b33e0705eeed83.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec1ff3f3673c636d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-86d4f330ea3af003.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-34af97935aeeabfe.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
9752025-07-31T15:49:11.051Z Compiling hyper-staticfile v0.10.1
9762025-07-31T15:49:11.080Z Running `/home/build/.rustup/toolchains/1.88.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=891466f8fada1f97 -C extra-filename=-1a7b1542a939de7a --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-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-daacd953ee0357fe.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-f32ba0a74234d879.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-6d6edce4ed3ff5a6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-6999114d60d41480.rmeta --cap-lints allow`
9772025-07-31T15:49:11.236Z Compiling trybuild v1.0.106
9782025-07-31T15:49:11.264Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=0365b29ea34e0f2e -C extra-filename=-efa0831725a6a025 --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-b7c7d59cdfb31d5f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-e07e680f3b9cbe98.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-b2993964078c91d4.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-ecdb20ec6656579f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rmeta --cap-lints allow`
9792025-07-31T15:49:11.308Z Compiling reqwest v0.12.22
9802025-07-31T15:49:11.336Z Running `/home/build/.rustup/toolchains/1.88.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=7c2c780445e96bc7 -C extra-filename=-4f017d6ea81fc639 --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-b1080144b00bc4c2.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-ac7766f32b37a874.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-c57da54748d644a9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-dae9cba7962ac5e3.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d6190e2421513a1c.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-be5dfff1063c1fa1.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-99e9fd566e01d257.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-38de0dd7a75f4798.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-35386634072ed780.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1799733045322717.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-7fde041ed0c21e3c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-8fa388907c9e7eaa.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-22b1db7432df553b.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-20a3911ad5fcc770.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-5fa4ef4c355f5c39.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-6999114d60d41480.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-6ff5e2070df4acfa.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
9812025-07-31T15:49:11.514Z Compiling hyper-rustls v0.26.0
9822025-07-31T15:49:11.542Z Running `/home/build/.rustup/toolchains/1.88.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=193bba576e461bdf -C extra-filename=-0a351e1b5a17f3ad --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-9a27675f9d7feda8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-99e9fd566e01d257.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-166fe3cbf7322a7f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7c57ce19ae95057a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
9832025-07-31T15:49:11.621Z Compiling async-channel v2.5.0
9842025-07-31T15:49:11.716Z Running `/home/build/.rustup/toolchains/1.88.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=13451bf93045050a -C extra-filename=-dea17019b4bc287a --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-aaa15e190589bb4c.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-3ba4c700d6df5c70.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a7577c95cd738630.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-69738074352c7045.rmeta --cap-lints allow`
9852025-07-31T15:49:11.974Z Compiling tokio-tungstenite v0.24.0
9862025-07-31T15:49:12.002Z Running `/home/build/.rustup/toolchains/1.88.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=e59bf75d9d5f049c -C extra-filename=-0048564a3545698c --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-9a27675f9d7feda8.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-99e9fd566e01d257.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-be83986c3716984f.rmeta --cap-lints allow`
9872025-07-31T15:49:12.029Z Running `/home/build/.rustup/toolchains/1.88.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=5f6f78bc616d5cd2 -C extra-filename=-ac0a9f5e67d8dfb7 --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-be5089041960340d.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
9882025-07-31T15:49:12.065Z Running `/home/build/.rustup/toolchains/1.88.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=a3de894cc8504126 -C extra-filename=-c027896258056d53 --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-07-31T15:49:12.441Z Compiling subprocess v0.2.9
9902025-07-31T15:49:12.469Z Running `/home/build/.rustup/toolchains/1.88.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=ceeb5a880a34d8e2 -C extra-filename=-3ac14fe746defcac --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-d24887d0952db9cd.rmeta --cap-lints allow`
9912025-07-31T15:49:12.469Z Compiling prettyplease v0.2.35
9922025-07-31T15:49:12.469Z Running `/home/build/.rustup/toolchains/1.88.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.35/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=7144f99855057a14 -C extra-filename=-1b71e37aa1331370 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-1b71e37aa1331370 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9932025-07-31T15:49:12.583Z Compiling schema-derive v0.1.0
9942025-07-31T15:49:12.611Z Running `/home/build/.rustup/toolchains/1.88.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=da67a9780d010771 -C extra-filename=-e0fcdc0e6960d1c4 --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-f5359803d3f31c6f.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro --cap-lints allow`
9952025-07-31T15:49:12.814Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-1b71e37aa1331370/build-script-build`
9962025-07-31T15:49:12.842Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.35/src/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=18a16a73e30cf8da -C extra-filename=-95815e9e8be9d647 --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-ce098131630a8f34.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
9972025-07-31T15:49:14.166Z Compiling schema v0.1.0
9982025-07-31T15:49:14.194Z Running `/home/build/.rustup/toolchains/1.88.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=813f4be38bc05978 -C extra-filename=-c003cb40b34307e7 --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-ce098131630a8f34.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-e0fcdc0e6960d1c4.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rmeta --cap-lints allow`
9992025-07-31T15:49:14.265Z Running `/home/build/.rustup/toolchains/1.88.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=a3c64805e0c3bcd4 -C extra-filename=-6a0543c0ba268782 --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-966079c1efae5a34.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
10002025-07-31T15:49:14.292Z Running `/home/build/.rustup/toolchains/1.88.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=deb65b2f95992028 -C extra-filename=-3493805c7d69be7c --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-7ef30ce53420c0f5.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-dacb9904bb1146a4.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-95815e9e8be9d647.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c003cb40b34307e7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9067958bdf7af04.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro`
10012025-07-31T15:49:16.146Z Running `/home/build/.rustup/toolchains/1.88.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=35da017d1cbf7a8d -C extra-filename=-3c43952d4ff6cc97 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10022025-07-31T15:49:22.032Z Running `/home/build/.rustup/toolchains/1.88.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=15538d3089569f55 -C extra-filename=-ec7474424a71f9fe --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10032025-07-31T15:49:22.111Z Running `/home/build/.rustup/toolchains/1.88.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=ff122e9c38ef6887 -C extra-filename=-b96aeec43f52b2c9 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10042025-07-31T15:49:22.111Z Running `/home/build/.rustup/toolchains/1.88.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=73fa98042bba5c0f -C extra-filename=-e2db091d22a52b36 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10052025-07-31T15:49:22.111Z Running `/home/build/.rustup/toolchains/1.88.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=9a2a384c619a1d3b -C extra-filename=-4dca0748a4e4d22f --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10062025-07-31T15:49:22.112Z Running `/home/build/.rustup/toolchains/1.88.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=b1d173d3b9e82fa8 -C extra-filename=-3504afbcc0f49686 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10072025-07-31T15:49:22.113Z Running `/home/build/.rustup/toolchains/1.88.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=74669bbdab6194d6 -C extra-filename=-101342f74997a063 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10082025-07-31T15:49:22.113Z Running `/home/build/.rustup/toolchains/1.88.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=ad01a813f8fa3d20 -C extra-filename=-8d71ad72340502ad --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10092025-07-31T15:49:36.841Z Running `/home/build/.rustup/toolchains/1.88.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=7c7401c7370f219c -C extra-filename=-ab2f76a3a8f4ef7c --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10102025-07-31T15:49:39.194Z Running `/home/build/.rustup/toolchains/1.88.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=6f9c258442d07193 -C extra-filename=-9e24e5f9c2bda04f --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10112025-07-31T15:49:39.644Z Running `/home/build/.rustup/toolchains/1.88.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=1b6e3914dfda7d6a -C extra-filename=-14407c979a0af749 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10122025-07-31T15:49:39.888Z Running `/home/build/.rustup/toolchains/1.88.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=8200c6c567a415e5 -C extra-filename=-e874b26aa3072960 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10132025-07-31T15:49:41.564Z Running `/home/build/.rustup/toolchains/1.88.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=5cb39b099e2b20f4 -C extra-filename=-5968dda55a4b64a9 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10142025-07-31T15:49:43.422Z Running `/home/build/.rustup/toolchains/1.88.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=4564896e2cee2997 -C extra-filename=-fccc42603f35e62e --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10152025-07-31T15:49:54.258Z Running `/home/build/.rustup/toolchains/1.88.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=e6443f8463e45a97 -C extra-filename=-f25dac509fdc43d3 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10162025-07-31T15:49:55.812Z Running `/home/build/.rustup/toolchains/1.88.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=058e638f4b02d90e -C extra-filename=-21bd80c794eb43a5 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10172025-07-31T15:49:56.425Z Running `/home/build/.rustup/toolchains/1.88.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=64548f4d40240641 -C extra-filename=-21548419348166d8 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10182025-07-31T15:49:56.468Z Running `/home/build/.rustup/toolchains/1.88.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=6b6158c595fbe14b -C extra-filename=-aa085d01297ea809 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10192025-07-31T15:49:59.522Z Running `/home/build/.rustup/toolchains/1.88.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=70da35b96115f43d -C extra-filename=-edeec88f8c0a1cb0 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10202025-07-31T15:49:59.653Z Running `/home/build/.rustup/toolchains/1.88.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=681750cd9c580e45 -C extra-filename=-aceda5110e482f17 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10212025-07-31T15:50:02.197Z Running `/home/build/.rustup/toolchains/1.88.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=b8f211c0498441b5 -C extra-filename=-9575c6e91282ad6f --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10222025-07-31T15:50:02.739Z Running `/home/build/.rustup/toolchains/1.88.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=4a448ebb69fff979 -C extra-filename=-1b3b673485a65376 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10232025-07-31T15:50:12.740Z Running `/home/build/.rustup/toolchains/1.88.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=7a40cbd657a6ccf3 -C extra-filename=-d5e8ace98c60f4da --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10242025-07-31T15:50:15.282Z Running `/home/build/.rustup/toolchains/1.88.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=1cbce58aab029b47 -C extra-filename=-2ac97d6dfe0788f7 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10252025-07-31T15:50:16.299Z Running `/home/build/.rustup/toolchains/1.88.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=ccfcbfe4624c6302 -C extra-filename=-54eafbcbd76734d3 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6a0543c0ba268782.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1704f730de4d87d2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
10262025-07-31T15:50:30.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
10272025-07-31T15:50:30.374Z
10282025-07-31T15:50:30.374Zreal 2:01.478639226
10292025-07-31T15:50:30.375Zuser 12:12.615272976
10302025-07-31T15:50:30.375Zsys 1:46.500657769
10312025-07-31T15:50:30.375Ztrap 0.567837777
10322025-07-31T15:50:30.375Ztflt 0.115723908
10332025-07-31T15:50:30.375Zdflt 0.247323106
10342025-07-31T15:50:30.375Zkflt 0.002127997
10352025-07-31T15:50:30.375Zlock 38:06.524329275
10362025-07-31T15:50:30.375Zslp 58:09.516343224
10372025-07-31T15:50:30.375Zlat 49.961119241
10382025-07-31T15:50:30.375Zstop 53.344122862
10392025-07-31T15:50:30.402Z+ banner test
10402025-07-31T15:50:30.403Z
10412025-07-31T15:50:30.403Z ##### ###### #### #####
10422025-07-31T15:50:30.403Z # # # #
10432025-07-31T15:50:30.403Z # ##### #### #
10442025-07-31T15:50:30.403Z # # # #
10452025-07-31T15:50:30.403Z # # # # #
10462025-07-31T15:50:30.403Z # ###### #### #
10472025-07-31T15:50:30.403Z
10482025-07-31T15:50:30.403Z+ ptime -m cargo test --all-features --locked --verbose
10492025-07-31T15:50:30.785Z Fresh unicode-ident v1.0.12
10502025-07-31T15:50:30.785Z Fresh cfg-if v1.0.0
10512025-07-31T15:50:30.785Z Fresh itoa v1.0.1
10522025-07-31T15:50:30.785Z Fresh once_cell v1.20.1
10532025-07-31T15:50:30.785Z Fresh memchr v2.6.0
10542025-07-31T15:50:30.785Z Fresh version_check v0.9.5
10552025-07-31T15:50:30.785Z Fresh proc-macro2 v1.0.95
10562025-07-31T15:50:30.785Z Fresh pin-project-lite v0.2.12
10572025-07-31T15:50:30.785Z Fresh shlex v1.3.0
10582025-07-31T15:50:30.785Z Fresh autocfg v1.1.0
10592025-07-31T15:50:30.785Z Fresh bytes v1.10.1
10602025-07-31T15:50:30.785Z Fresh smallvec v1.13.2
10612025-07-31T15:50:30.785Z Fresh quote v1.0.40
10622025-07-31T15:50:30.785Z Fresh libc v0.2.174
10632025-07-31T15:50:30.785Z Fresh cc v1.2.16
10642025-07-31T15:50:30.785Z Fresh futures-core v0.3.31
10652025-07-31T15:50:30.785Z Fresh scopeguard v1.2.0
10662025-07-31T15:50:30.785Z Fresh lock_api v0.4.6
10672025-07-31T15:50:30.785Z Fresh futures-sink v0.3.31
10682025-07-31T15:50:30.785Z Fresh socket2 v0.5.9
10692025-07-31T15:50:30.785Z Fresh serde_derive v1.0.219
10702025-07-31T15:50:30.785Z Fresh log v0.4.17
10712025-07-31T15:50:30.785Z Fresh parking_lot_core v0.9.4
10722025-07-31T15:50:30.785Z Fresh tokio-macros v2.5.0
10732025-07-31T15:50:30.785Z Fresh synstructure v0.13.1
10742025-07-31T15:50:30.785Z Fresh getrandom v0.2.11
10752025-07-31T15:50:30.785Z Fresh ryu v1.0.5
10762025-07-31T15:50:30.786Z Fresh parking_lot v0.12.1
10772025-07-31T15:50:30.786Z Fresh mio v1.0.3
10782025-07-31T15:50:30.786Z Fresh signal-hook-registry v1.4.0
10792025-07-31T15:50:30.786Z Fresh slab v0.4.9
10802025-07-31T15:50:30.786Z Fresh tokio v1.46.1
10812025-07-31T15:50:30.786Z Fresh thiserror-impl v1.0.69
10822025-07-31T15:50:30.786Z Fresh fnv v1.0.7
10832025-07-31T15:50:30.786Z Fresh zerofrom-derive v0.1.5
10842025-07-31T15:50:30.786Z Fresh futures-macro v0.3.31
10852025-07-31T15:50:30.786Z Fresh futures-channel v0.3.31
10862025-07-31T15:50:30.786Z Fresh http v1.3.1
10872025-07-31T15:50:30.786Z Fresh thiserror v1.0.69
10882025-07-31T15:50:30.786Z Fresh zeroize v1.7.0
10892025-07-31T15:50:30.786Z Fresh pin-utils v0.1.0
10902025-07-31T15:50:30.786Z Fresh futures-io v0.3.31
10912025-07-31T15:50:30.786Z Fresh futures-task v0.3.31
10922025-07-31T15:50:30.786Z Fresh zerofrom v0.1.5
10932025-07-31T15:50:30.786Z Fresh yoke-derive v0.7.5
10942025-07-31T15:50:30.786Z Fresh futures-util v0.3.31
10952025-07-31T15:50:30.786Z Fresh rustls-pki-types v1.12.0
10962025-07-31T15:50:30.786Z Fresh stable_deref_trait v1.2.0
10972025-07-31T15:50:30.786Z Fresh zerovec-derive v0.10.3
10982025-07-31T15:50:30.786Z Fresh bitflags v2.4.0
10992025-07-31T15:50:30.786Z Fresh yoke v0.7.5
11002025-07-31T15:50:30.786Z Fresh displaydoc v0.2.5
11012025-07-31T15:50:30.786Z Fresh tracing-core v0.1.32
11022025-07-31T15:50:30.786Z Fresh untrusted v0.9.0
11032025-07-31T15:50:30.786Z Fresh equivalent v1.0.0
11042025-07-31T15:50:30.786Z Fresh zerovec v0.10.4
11052025-07-31T15:50:30.786Z Fresh serde v1.0.219
11062025-07-31T15:50:30.786Z Fresh httparse v1.10.0
11072025-07-31T15:50:30.786Z Fresh ucd-trie v0.1.6
11082025-07-31T15:50:30.786Z Fresh byteorder v1.4.3
11092025-07-31T15:50:30.786Z Fresh hashbrown v0.15.2
11102025-07-31T15:50:30.786Z Fresh ring v0.17.13
11112025-07-31T15:50:30.786Z Fresh tracing v0.1.40
11122025-07-31T15:50:30.786Z Fresh tinystr v0.7.6
11132025-07-31T15:50:30.786Z Fresh pest v2.7.6
11142025-07-31T15:50:30.786Z Fresh indexmap v2.10.0
11152025-07-31T15:50:30.787Z Fresh http-body v1.0.1
11162025-07-31T15:50:30.787Z Fresh percent-encoding v2.3.1
11172025-07-31T15:50:30.787Z Fresh pkg-config v0.3.31
11182025-07-31T15:50:30.787Z Fresh writeable v0.5.5
11192025-07-31T15:50:30.787Z Fresh base64 v0.22.1
11202025-07-31T15:50:30.787Z Fresh atomic-waker v1.1.1
11212025-07-31T15:50:30.787Z Fresh vcpkg v0.2.15
11222025-07-31T15:50:30.787Z Fresh litemap v0.7.4
11232025-07-31T15:50:30.787Z Fresh pest_meta v2.7.6
11242025-07-31T15:50:30.787Z Fresh icu_locid v1.5.0
11252025-07-31T15:50:30.787Z Fresh tokio-util v0.7.7
11262025-07-31T15:50:30.787Z Fresh icu_provider_macros v1.5.0
11272025-07-31T15:50:30.787Z Fresh zerocopy-derive v0.7.32
11282025-07-31T15:50:30.787Z Fresh try-lock v0.2.3
11292025-07-31T15:50:30.787Z Fresh icu_provider v1.5.0
11302025-07-31T15:50:30.787Z Fresh h2 v0.4.6
11312025-07-31T15:50:30.787Z Fresh getrandom v0.3.1
11322025-07-31T15:50:30.787Z Fresh want v0.3.0
11332025-07-31T15:50:30.787Z Fresh zerocopy v0.7.32
11342025-07-31T15:50:30.787Z Fresh pest_generator v2.7.6
11352025-07-31T15:50:30.787Z Fresh typenum v1.14.0
11362025-07-31T15:50:30.787Z Fresh rustls-webpki v0.102.8
11372025-07-31T15:50:30.787Z Fresh icu_locid_transform_data v1.5.0
11382025-07-31T15:50:30.787Z Fresh subtle v2.5.0
11392025-07-31T15:50:30.787Z Fresh httpdate v1.0.1
11402025-07-31T15:50:30.787Z Fresh num-conv v0.1.0
11412025-07-31T15:50:30.787Z Fresh powerfmt v0.2.0
11422025-07-31T15:50:30.787Z Fresh tower-service v0.3.3
11432025-07-31T15:50:30.787Z Fresh time-core v0.1.2
11442025-07-31T15:50:30.787Z Fresh crossbeam-utils v0.8.15
11452025-07-31T15:50:30.787Z Fresh pest_derive v2.7.6
11462025-07-31T15:50:30.787Z Fresh hyper v1.6.0
11472025-07-31T15:50:30.787Z Fresh generic-array v0.14.5
11482025-07-31T15:50:30.787Z Fresh icu_locid_transform v1.5.0
11492025-07-31T15:50:30.816Z Fresh time-macros v0.2.18
11502025-07-31T15:50:30.816Z Fresh deranged v0.3.11
11512025-07-31T15:50:30.816Z Fresh serde_tokenstream v0.2.2
11522025-07-31T15:50:30.816Z Fresh icu_collections v1.5.0
11532025-07-31T15:50:30.816Z Fresh errno v0.3.10
11542025-07-31T15:50:30.816Z Fresh num_threads v0.1.3
11552025-07-31T15:50:30.816Z Fresh icu_properties_data v1.5.0
11562025-07-31T15:50:30.816Z Fresh time v0.3.36
11572025-07-31T15:50:30.816Z Fresh dtrace-parser v0.2.0
11582025-07-31T15:50:30.816Z Fresh serde_json v1.0.140
11592025-07-31T15:50:30.816Z Fresh scroll_derive v0.12.0
11602025-07-31T15:50:30.816Z Fresh icu_properties v1.5.1
11612025-07-31T15:50:30.816Z Fresh thread-id v4.0.0
11622025-07-31T15:50:30.816Z Fresh write16 v1.0.0
11632025-07-31T15:50:30.816Z Fresh openssl-probe v0.1.4
11642025-07-31T15:50:30.816Z Fresh utf8_iter v1.0.4
11652025-07-31T15:50:30.816Z Fresh foreign-types-shared v0.1.1
11662025-07-31T15:50:30.816Z Fresh ipnet v2.10.0
11672025-07-31T15:50:30.816Z Fresh utf16_iter v1.0.5
11682025-07-31T15:50:30.816Z Fresh icu_normalizer_data v1.5.0
11692025-07-31T15:50:30.816Z Fresh slog v2.7.0
11702025-07-31T15:50:30.816Z Fresh foreign-types v0.3.2
11712025-07-31T15:50:30.816Z Fresh icu_normalizer v1.5.0
11722025-07-31T15:50:30.816Z Fresh hyper-util v0.1.15
11732025-07-31T15:50:30.816Z Fresh rustix v1.0.2
11742025-07-31T15:50:30.816Z Fresh scroll v0.12.0
11752025-07-31T15:50:30.816Z Fresh paste v1.0.15
11762025-07-31T15:50:30.816Z Fresh block-buffer v0.10.2
11772025-07-31T15:50:30.816Z Fresh crypto-common v0.1.6
11782025-07-31T15:50:30.816Z Fresh openssl-sys v0.9.107
11792025-07-31T15:50:30.816Z Fresh form_urlencoded v1.2.1
11802025-07-31T15:50:30.816Z Fresh rand_core v0.6.3
11812025-07-31T15:50:30.816Z Fresh openssl-macros v0.1.1
11822025-07-31T15:50:30.816Z Fresh ppv-lite86 v0.2.15
11832025-07-31T15:50:30.816Z Fresh plain v0.2.3
11842025-07-31T15:50:30.817Z Fresh mime v0.3.16
11852025-07-31T15:50:30.817Z Fresh fastrand v2.1.1
11862025-07-31T15:50:30.817Z Fresh rand_chacha v0.3.1
11872025-07-31T15:50:30.817Z Fresh openssl v0.10.72
11882025-07-31T15:50:30.817Z Fresh goblin v0.8.0
11892025-07-31T15:50:30.817Z Fresh tempfile v3.20.0
11902025-07-31T15:50:30.817Z Fresh digest v0.10.7
11912025-07-31T15:50:30.817Z Fresh rustix v0.38.44
11922025-07-31T15:50:30.817Z Fresh unicase v2.6.0
11932025-07-31T15:50:30.817Z Fresh semver v1.0.26
11942025-07-31T15:50:30.817Z Fresh idna_adapter v1.2.0
11952025-07-31T15:50:30.817Z Fresh dirs-sys-next v0.1.2
11962025-07-31T15:50:30.817Z Fresh winnow v0.7.10
11972025-07-31T15:50:30.817Z Fresh cpufeatures v0.2.2
11982025-07-31T15:50:30.817Z Fresh unicode-segmentation v1.10.0
11992025-07-31T15:50:30.817Z Fresh unicode-width v0.1.9
12002025-07-31T15:50:30.817Z Fresh heck v0.5.0
12012025-07-31T15:50:30.817Z Fresh pretty-hex v0.4.1
12022025-07-31T15:50:30.817Z Fresh lazy_static v1.5.0
12032025-07-31T15:50:30.817Z Fresh dirs-next v2.0.0
12042025-07-31T15:50:30.817Z Fresh toml_parser v1.0.1
12052025-07-31T15:50:30.817Z Fresh sha1 v0.10.6
12062025-07-31T15:50:30.817Z Fresh dof v0.3.0
12072025-07-31T15:50:30.817Z Fresh newline-converter v0.3.0
12082025-07-31T15:50:30.817Z Fresh native-tls v0.2.12
12092025-07-31T15:50:30.817Z Fresh console v0.15.7
12102025-07-31T15:50:30.817Z Fresh atomicwrites v0.4.4
12112025-07-31T15:50:30.817Z Fresh idna v1.0.3
12122025-07-31T15:50:30.817Z Fresh num-traits v0.2.14
12132025-07-31T15:50:30.817Z Fresh rustls v0.22.4
12142025-07-31T15:50:30.817Z Fresh rand v0.8.4
12152025-07-31T15:50:30.817Z Fresh rustls v0.23.13
12162025-07-31T15:50:30.817Z Fresh concurrent-queue v2.5.0
12172025-07-31T15:50:30.817Z Fresh rustls-pemfile v2.1.3
12182025-07-31T15:50:30.817Z Fresh http-body-util v0.1.3
12192025-07-31T15:50:30.817Z Fresh serde_spanned v1.0.0
12202025-07-31T15:50:30.817Z Fresh toml_datetime v0.7.0
12212025-07-31T15:50:30.818Z Fresh serde_derive_internals v0.29.0
12222025-07-31T15:50:30.818Z Fresh syn v2.0.104
12232025-07-31T15:50:30.818Z Fresh sync_wrapper v1.0.1
12242025-07-31T15:50:30.818Z Fresh thread_local v1.1.4
12252025-07-31T15:50:30.818Z Fresh encoding_rs v0.8.32
12262025-07-31T15:50:30.818Z Fresh match_cfg v0.1.0
12272025-07-31T15:50:30.818Z Fresh tower-layer v0.3.3
12282025-07-31T15:50:30.818Z Fresh similar v2.2.1
12292025-07-31T15:50:30.818Z Fresh toml_writer v1.0.2
12302025-07-31T15:50:30.818Z Fresh parking v2.2.0
12312025-07-31T15:50:30.818Z Fresh iana-time-zone v0.1.47
12322025-07-31T15:50:30.818Z Fresh toml v0.9.2
12332025-07-31T15:50:30.818Z Fresh event-listener v5.0.0
12342025-07-31T15:50:30.818Z Fresh chrono v0.4.41
12352025-07-31T15:50:30.818Z Fresh tower v0.5.2
12362025-07-31T15:50:30.818Z Fresh hostname v0.3.1
12372025-07-31T15:50:30.818Z Fresh expectorate v1.2.0
12382025-07-31T15:50:30.818Z Fresh schemars_derive v0.8.22
12392025-07-31T15:50:30.818Z Fresh usdt-impl v0.5.0
12402025-07-31T15:50:30.818Z Fresh url v2.5.4
12412025-07-31T15:50:30.818Z Fresh tokio-rustls v0.26.0
12422025-07-31T15:50:30.818Z Fresh tokio-rustls v0.25.0
12432025-07-31T15:50:30.818Z Fresh term v0.7.0
12442025-07-31T15:50:30.818Z Fresh tokio-native-tls v0.3.1
12452025-07-31T15:50:30.818Z Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12462025-07-31T15:50:30.818Z Fresh usdt-attr-macro v0.5.0
12472025-07-31T15:50:30.818Z Fresh usdt-macro v0.5.0
12482025-07-31T15:50:30.818Z Fresh serde_urlencoded v0.7.1
12492025-07-31T15:50:30.847Z Fresh slog-json v2.6.1
12502025-07-31T15:50:30.847Z Fresh crossbeam-channel v0.5.1
12512025-07-31T15:50:30.847Z Fresh uuid v1.17.0
12522025-07-31T15:50:30.847Z Fresh webpki-roots v0.26.5
12532025-07-31T15:50:30.847Z Fresh futures-executor v0.3.31
12542025-07-31T15:50:30.847Z Fresh thiserror-impl v2.0.12
12552025-07-31T15:50:30.847Z Fresh async-stream-impl v0.3.6
12562025-07-31T15:50:30.847Z Fresh is-terminal v0.4.12
12572025-07-31T15:50:30.847Z Fresh memmap v0.7.0
12582025-07-31T15:50:30.847Z Running `/home/build/.rustup/toolchains/1.88.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=1c7580cf1f884859 -C extra-filename=-94e082aa4dc37619 --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-dacb9904bb1146a4.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9067958bdf7af04.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro`
12592025-07-31T15:50:30.847Z Fresh iri-string v0.7.8
12602025-07-31T15:50:30.847Z Fresh data-encoding v2.4.0
12612025-07-31T15:50:30.847Z Fresh spin v0.9.8
12622025-07-31T15:50:30.847Z Fresh take_mut v0.2.2
12632025-07-31T15:50:30.847Z Fresh dyn-clone v1.0.4
12642025-07-31T15:50:30.847Z Fresh utf-8 v0.7.6
12652025-07-31T15:50:30.847Z Fresh slog-async v2.8.0
12662025-07-31T15:50:30.847Z Fresh tower-http v0.6.5
12672025-07-31T15:50:30.847Z Fresh multer v3.1.0
12682025-07-31T15:50:30.847Z Fresh schemars v0.8.22
12692025-07-31T15:50:30.847Z Fresh tungstenite v0.24.0
12702025-07-31T15:50:30.847Z Fresh slog-term v2.9.1
12712025-07-31T15:50:30.847Z Fresh async-stream v0.3.6
12722025-07-31T15:50:30.847Z Fresh hyper-rustls v0.27.3
12732025-07-31T15:50:30.847Z Fresh usdt v0.5.0
12742025-07-31T15:50:30.847Z Fresh futures v0.3.31
12752025-07-31T15:50:30.847Z Fresh thiserror v2.0.12
12762025-07-31T15:50:30.847Z Fresh slog-bunyan v2.5.0
12772025-07-31T15:50:30.847Z Fresh hyper-tls v0.6.0
12782025-07-31T15:50:30.847Z Fresh mime_guess v2.0.5
12792025-07-31T15:50:30.848Z Fresh camino v1.1.10
12802025-07-31T15:50:30.848Z Fresh target-triple v0.1.3
12812025-07-31T15:50:30.848Z Fresh event-listener-strategy v0.5.4
12822025-07-31T15:50:30.848Z Fresh rustls-native-certs v0.7.0
12832025-07-31T15:50:30.848Z Fresh yasna v0.5.2
12842025-07-31T15:50:30.848Z Fresh pem v3.0.5
12852025-07-31T15:50:30.848Z Fresh waitgroup v0.1.2
12862025-07-31T15:50:30.848Z Fresh openapiv3 v2.2.0
12872025-07-31T15:50:30.848Z Fresh webpki-roots v1.0.0
12882025-07-31T15:50:30.848Z Fresh serde_path_to_error v0.1.17
12892025-07-31T15:50:30.848Z Fresh async-trait v0.1.88
12902025-07-31T15:50:30.848Z Fresh hostname v0.4.0
12912025-07-31T15:50:30.848Z Fresh termcolor v1.1.2
12922025-07-31T15:50:30.848Z Fresh simple-mermaid v0.2.0
12932025-07-31T15:50:30.848Z Fresh glob v0.3.0
12942025-07-31T15:50:30.848Z Fresh debug-ignore v1.0.5
12952025-07-31T15:50:30.848Z Fresh http-range v0.1.4
12962025-07-31T15:50:30.848Z Fresh trybuild v1.0.106
12972025-07-31T15:50:30.848Z Fresh hyper-rustls v0.26.0
12982025-07-31T15:50:30.848Z Fresh reqwest v0.12.22
12992025-07-31T15:50:30.848Z Fresh rcgen v0.14.2
13002025-07-31T15:50:30.848Z Fresh async-channel v2.5.0
13012025-07-31T15:50:30.848Z Fresh tokio-tungstenite v0.24.0
13022025-07-31T15:50:30.848Z Fresh hyper-staticfile v0.10.1
13032025-07-31T15:50:30.848Z Fresh buf-list v1.0.3
13042025-07-31T15:50:30.848Z Fresh anyhow v1.0.98
13052025-07-31T15:50:30.848Z Fresh subprocess v0.2.9
13062025-07-31T15:50:30.848Z Fresh schema-derive v0.1.0
13072025-07-31T15:50:30.848Z Fresh schema v0.1.0
13082025-07-31T15:50:30.848Z Fresh prettyplease v0.2.35
13092025-07-31T15:50:33.259Z Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot)
13102025-07-31T15:50:33.336Z Running `/home/build/.rustup/toolchains/1.88.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=7972c25be707611a -C extra-filename=-871438b250dd2d89 --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-966079c1efae5a34.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out`
13112025-07-31T15:50:33.336Z Running `/home/build/.rustup/toolchains/1.88.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=7974ad9e1903a017 -C extra-filename=-d2f38a85ccc6147b --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13122025-07-31T15:50:41.001Z Running `/home/build/.rustup/toolchains/1.88.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=79c72b8dcac2d227 -C extra-filename=-7e7e4b7254ffddc6 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13132025-07-31T15:50:41.002Z Running `/home/build/.rustup/toolchains/1.88.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=0ea63d5381390c75 -C extra-filename=-be0214e8ff8bc141 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13142025-07-31T15:50:41.055Z Running `/home/build/.rustup/toolchains/1.88.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=b4d31e50ec14aaf2 -C extra-filename=-b4af5786630fdeea --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13152025-07-31T15:50:41.055Z Running `/home/build/.rustup/toolchains/1.88.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=5522a15508898015 -C extra-filename=-8fcff7933af8f3b8 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13162025-07-31T15:50:41.056Z Running `/home/build/.rustup/toolchains/1.88.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=20a23ed9900de9d0 -C extra-filename=-0bd7db5c3c097ffb --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13172025-07-31T15:50:41.057Z Running `/home/build/.rustup/toolchains/1.88.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=3b991e09966ccb19 -C extra-filename=-e79c6fc0f8350eb8 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13182025-07-31T15:50:41.057Z Running `/home/build/.rustup/toolchains/1.88.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=f7b199a84531dee8 -C extra-filename=-ef8c0845f235f114 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13192025-07-31T15:50:53.265Z Running `/home/build/.rustup/toolchains/1.88.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=f2ce20ebc493b9e1 -C extra-filename=-097d23f3a7d90578 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13202025-07-31T15:50:57.438Z Running `/home/build/.rustup/toolchains/1.88.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=1a7199539bed9504 -C extra-filename=-4eaef91419788dd0 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13212025-07-31T15:50:57.465Z Running `/home/build/.rustup/toolchains/1.88.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=576e1d635824d8b4 -C extra-filename=-82c77e03264062b1 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13222025-07-31T15:50:57.581Z Running `/home/build/.rustup/toolchains/1.88.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=32d93c9b5f7d8481 -C extra-filename=-08f22e4a5f4283c6 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13232025-07-31T15:50:58.642Z Running `/home/build/.rustup/toolchains/1.88.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=e4b506b2e5a53cf0 -C extra-filename=-085f7847373bce03 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13242025-07-31T15:50:58.886Z Running `/home/build/.rustup/toolchains/1.88.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=0e37e3245c9e03cd -C extra-filename=-de68575f7ff1e286 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13252025-07-31T15:50:59.513Z Running `/home/build/.rustup/toolchains/1.88.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=45306c2c54f53500 -C extra-filename=-43cede01b86ce2dc --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13262025-07-31T15:51:13.736Z Running `/home/build/.rustup/toolchains/1.88.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=1c8480991f712be7 -C extra-filename=-d5cd22477116d0ac --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13272025-07-31T15:51:17.077Z Running `/home/build/.rustup/toolchains/1.88.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=de914dcfc3bd3777 -C extra-filename=-d0863f6ab019955b --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13282025-07-31T15:51:19.338Z Running `/home/build/.rustup/toolchains/1.88.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=ea48fcbacba366e6 -C extra-filename=-6895938256b6c0e8 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13292025-07-31T15:51:19.804Z Running `/home/build/.rustup/toolchains/1.88.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=58ced18a6f903b20 -C extra-filename=-3f909d27b413f2b8 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13302025-07-31T15:51:20.655Z Running `/home/build/.rustup/toolchains/1.88.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=b5be2e5d5f8f02e5 -C extra-filename=-ac029281c7183c95 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13312025-07-31T15:51:20.692Z Running `/home/build/.rustup/toolchains/1.88.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=d004d4d95a3559a7 -C extra-filename=-76d34a6dd6540408 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13322025-07-31T15:51:20.910Z Running `/home/build/.rustup/toolchains/1.88.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=22c4b842b3d44217 -C extra-filename=-c2c4ecdf0f2f7a44 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13332025-07-31T15:51:21.001Z Running `/home/build/.rustup/toolchains/1.88.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=3e754df18e97a363 -C extra-filename=-3849697918855625 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13342025-07-31T15:51:31.207Z Running `/home/build/.rustup/toolchains/1.88.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=3a1625183013db40 -C extra-filename=-41cd91537c9c61b2 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13352025-07-31T15:51:34.118Z Running `/home/build/.rustup/toolchains/1.88.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=15de4a09aa62796f -C extra-filename=-aba71be6c3c48163 --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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5c2c9519e801453c/out -L native=/usr/ssl-3/lib/amd64`
13362025-07-31T15:51:55.695Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s
13372025-07-31T15:51:55.752Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-d2f38a85ccc6147b`
13382025-07-31T15:51:55.752Z
13392025-07-31T15:51:55.752Zrunning 105 tests
13402025-07-31T15:51:55.752Ztest api_description::test::test_endpoint_versions_matches ... ok
13412025-07-31T15:51:55.752Ztest api_description::test::test_endpoint_versions_range ... ok
13422025-07-31T15:51:55.752Ztest api_description::test::test_badpath4 - should panic ... ok
13432025-07-31T15:51:55.753Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13442025-07-31T15:51:55.753Ztest api_description::test::test_tags_need_one ... ok
13452025-07-31T15:51:55.753Ztest api_description::test::test_badpath1 ... ok
13462025-07-31T15:51:55.753Ztest api_description::test::test_badpath2 ... ok
13472025-07-31T15:51:55.753Ztest api_description::test::test_badpath3 ... ok
13482025-07-31T15:51:55.753Ztest api_description::test::test_dup_names ... ok
13492025-07-31T15:51:55.753Ztest api_description::test::test_tag_config_deserialize_old ... ok
13502025-07-31T15:51:55.805Ztest api_description::test::test_tags_too_many ... ok
13512025-07-31T15:51:55.805Ztest api_description::test::test_tags_just_right ... ok
13522025-07-31T15:51:55.805Ztest from_map::test::test_deep ... ok
13532025-07-31T15:51:55.805Ztest error::test::test_serialize_error_response_body ... ok
13542025-07-31T15:51:55.806Ztest extractor::metadata::test::test_metadata_simple ... ok
13552025-07-31T15:51:55.806Ztest extractor::metadata::test::test_metadata_flattened ... ok
13562025-07-31T15:51:55.806Ztest from_map::test::test_lone_literal ... ok
13572025-07-31T15:51:55.806Ztest from_map::test::test_missing_data1 ... ok
13582025-07-31T15:51:55.806Ztest extractor::metadata::test::test_metadata_pagination ... ok
13592025-07-31T15:51:55.806Ztest from_map::test::test_missing_data2 ... ok
13602025-07-31T15:51:55.806Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13612025-07-31T15:51:55.806Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13622025-07-31T15:51:55.806Ztest from_map::test::test_types ... ok
13632025-07-31T15:51:55.806Ztest logging::test::test_config_bad_file_no_file ... ok
13642025-07-31T15:51:55.806Ztest logging::test::test_config_bad_file_no_level ... ok
13652025-07-31T15:51:55.806Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
13662025-07-31T15:51:55.806Ztest logging::test::test_config_bad_file_bad_path_type ... ok
13672025-07-31T15:51:55.806Ztest logging::test::test_config_bad_terminal_bad_level ... ok
13682025-07-31T15:51:55.806Ztest logging::test::test_config_bad_terminal_no_level ... ok
13692025-07-31T15:51:55.806Ztest logging::test::test_config_bad_log_mode ... ok
13702025-07-31T15:51:55.806Znote: configured to log to "/tmp/dropshot-d2f38a85ccc6147b.2111.file_dir/log.out"
13712025-07-31T15:51:55.806Ztest pagination::test::test_pagination_schema ... ok
13722025-07-31T15:51:55.806Ztest pagination::test::test_results_page ... ok
13732025-07-31T15:51:55.806Ztest router::test::test_bad_path_segment1 - should panic ... ok
13742025-07-31T15:51:55.806Ztest router::test::test_bad_path_segment2 - should panic ... ok
13752025-07-31T15:51:55.806Ztest pagination::test::test_pagparams_parsing ... ok
13762025-07-31T15:51:55.806Ztest logging::test::test_config_stderr_terminal ... ok
13772025-07-31T15:51:55.806Ztest pagination::test::test_page_token_serialization ... ok
13782025-07-31T15:51:55.806Ztest router::test::test_bad_path_segment3 - should panic ... ok
13792025-07-31T15:51:55.806Ztest router::test::test_duplicate_route2 - should panic ... ok
13802025-07-31T15:51:55.806Ztest router::test::test_duplicate_route1 - should panic ... ok
13812025-07-31T15:51:55.806Ztest router::test::test_bogus_regex - should panic ... ok
13822025-07-31T15:51:55.806Ztest router::test::test_duplicate_route3 - should panic ... ok
13832025-07-31T15:51:55.806Ztest router::test::test_duplicate_varname - should panic ... ok
13842025-07-31T15:51:55.806Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
13852025-07-31T15:51:55.806Ztest router::test::test_duplicate_route_same_version - should panic ... ok
13862025-07-31T15:51:55.806Znote: configured to log to "/tmp/dropshot-d2f38a85ccc6147b.2111.file_dir/log.out"
13872025-07-31T15:51:55.806Ztest router::test::test_empty_variable ... ok
13882025-07-31T15:51:55.806Ztest router::test::test_bad_path_segment4 - should panic ... ok
13892025-07-31T15:51:55.806Ztest router::test::test_inconsistent_varname - should panic ... ok
13902025-07-31T15:51:55.806Ztest router::test::test_embedded_non_variable ... ok
13912025-07-31T15:51:55.806Ztest router::test::test_iter_null ... ok
13922025-07-31T15:51:55.807Ztest router::test::test_iter ... ok
13932025-07-31T15:51:55.807Ztest router::test::test_literal_after_regex - should panic ... ok
13942025-07-31T15:51:55.807Ztest api_description::test::test_tags_set ... ok
13952025-07-31T15:51:55.807Ztest router::test::test_iter2 ... ok
13962025-07-31T15:51:55.807Ztest router::test::test_error_cases ... ok
13972025-07-31T15:51:55.807Ztest router::test::test_map ... ok
13982025-07-31T15:51:55.807Ztest router::test::test_literal_after_variable - should panic ... ok
13992025-07-31T15:51:55.807Ztest router::test::test_path_segment ... ok
14002025-07-31T15:51:55.807Ztest router::test::test_map_bad_value ... ok
14012025-07-31T15:51:55.807Ztest router::test::test_segments ... ok
14022025-07-31T15:51:55.807Ztest router::test::test_map_bad_seq ... ok
14032025-07-31T15:51:55.807Znote: configured to log to "/tmp/dropshot-d2f38a85ccc6147b.2111.file_dir/log.out"
14042025-07-31T15:51:55.807Ztest router::test::test_more_after_regex - should panic ... ok
14052025-07-31T15:51:55.807Ztest router::test::test_router_basic ... ok
14062025-07-31T15:51:55.808Ztest router::test::test_router_versioned ... ok
14072025-07-31T15:51:55.808Ztest router::test::test_variable_name_bad_end - should panic ... ok
14082025-07-31T15:51:55.808Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14092025-07-31T15:51:55.808Ztest logging::test::test_config_file ... ok
14102025-07-31T15:51:55.808Ztest router::test::test_variable_name_bad_start - should panic ... ok
14112025-07-31T15:51:55.808Ztest router::test::test_variable_rename ... ok
14122025-07-31T15:51:55.808Ztest router::test::test_variables_glob ... ok
14132025-07-31T15:51:55.808Ztest router::test::test_variable_name_empty - should panic ... ok
14142025-07-31T15:51:55.808Ztest router::test::test_variables_multi ... ok
14152025-07-31T15:51:55.808Ztest router::test::test_variable_after_literal - should panic ... ok
14162025-07-31T15:51:55.808Ztest router::test::test_variables_basic ... ok
14172025-07-31T15:51:55.808Ztest schema_util::test::test_empty_struct ... ok
14182025-07-31T15:51:55.808Ztest schema_util::test::test_additional_properties ... ok
14192025-07-31T15:51:55.808Ztest schema_util::test::test_nullable ... ok
14202025-07-31T15:51:55.808Ztest schema_util::test::test_embedded_schema ... ok
14212025-07-31T15:51:55.808Ztest schema_util::test::test_two_types - should panic ... ok
14222025-07-31T15:51:55.808Ztest schema_util::test::test_extension_conversion ... ok
14232025-07-31T15:51:55.808Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14242025-07-31T15:51:55.808Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14252025-07-31T15:51:55.808Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14262025-07-31T15:51:55.808Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14272025-07-31T15:51:55.808Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14282025-07-31T15:51:55.808Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14292025-07-31T15:51:55.808Ztest test_util::test::test_bunyan_easy_cases ... ok
14302025-07-31T15:51:55.810Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14312025-07-31T15:51:55.810Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14322025-07-31T15:51:55.810Ztest to_map::test::test_struct_with_options ... ok
14332025-07-31T15:51:55.810Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14342025-07-31T15:51:55.810Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14352025-07-31T15:51:55.810Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14362025-07-31T15:51:55.810Ztest to_map::test::test_to_map_enum ... ok
14372025-07-31T15:51:55.810Ztest to_map::test::test_to_map_num ... ok
14382025-07-31T15:51:55.810Ztest to_map::test::test_to_map_seq ... ok
14392025-07-31T15:51:55.810Ztest type_util::tests::test_commented_ref ... ok
14402025-07-31T15:51:55.810Ztest to_map::test::test_to_map_vec ... ok
14412025-07-31T15:51:55.810Ztest to_map::test::test_to_map_valid ... ok
14422025-07-31T15:51:55.810Ztest type_util::tests::test_recursive_type - should panic ... ok
14432025-07-31T15:51:55.810Ztest type_util::tests::test_reflexive_type - should panic ... ok
14442025-07-31T15:51:55.810Ztest server::test::test_drop_server_without_close_okay ... ok
14452025-07-31T15:51:55.810Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14462025-07-31T15:51:55.810Ztest server::test::test_server_run_then_close ... ok
14472025-07-31T15:51:55.810Ztest server::test::test_http_acceptor_happy_path ... ok
14482025-07-31T15:51:55.810Z
14492025-07-31T15:51:55.810Ztest result: ok. 105 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
14502025-07-31T15:51:55.838Z
14512025-07-31T15:51:55.838Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-6895938256b6c0e8`
14522025-07-31T15:51:55.838Z
14532025-07-31T15:51:55.838Zrunning 1 test
14542025-07-31T15:51:56.350Z Compiling proc-macro2 v1.0.95
14552025-07-31T15:51:56.350Z Compiling unicode-ident v1.0.12
14562025-07-31T15:51:56.350Z Compiling libc v0.2.174
14572025-07-31T15:51:56.350Z Checking cfg-if v1.0.0
14582025-07-31T15:51:56.378Z Compiling version_check v0.9.5
14592025-07-31T15:51:56.378Z Checking itoa v1.0.1
14602025-07-31T15:51:56.378Z Compiling serde v1.0.219
14612025-07-31T15:51:56.378Z Checking pin-project-lite v0.2.12
14622025-07-31T15:51:56.482Z Checking memchr v2.6.0
14632025-07-31T15:51:56.534Z Compiling shlex v1.3.0
14642025-07-31T15:51:56.564Z Compiling autocfg v1.1.0
14652025-07-31T15:51:56.605Z Checking smallvec v1.13.2
14662025-07-31T15:51:56.884Z Compiling cc v1.2.16
14672025-07-31T15:51:56.913Z Checking once_cell v1.20.1
14682025-07-31T15:51:57.025Z Checking bytes v1.10.1
14692025-07-31T15:51:57.063Z Checking futures-core v0.3.31
14702025-07-31T15:51:57.221Z Compiling log v0.4.17
14712025-07-31T15:51:57.248Z Compiling thiserror v1.0.69
14722025-07-31T15:51:57.276Z Compiling ryu v1.0.5
14732025-07-31T15:51:57.303Z Compiling parking_lot_core v0.9.4
14742025-07-31T15:51:57.765Z Checking scopeguard v1.2.0
14752025-07-31T15:51:57.834Z Compiling slab v0.4.9
14762025-07-31T15:51:57.834Z Checking futures-sink v0.3.31
14772025-07-31T15:51:57.870Z Compiling serde_json v1.0.140
14782025-07-31T15:51:57.898Z Checking fnv v1.0.7
14792025-07-31T15:51:57.940Z Checking lock_api v0.4.6
14802025-07-31T15:51:58.004Z Checking futures-channel v0.3.31
14812025-07-31T15:51:58.045Z Compiling quote v1.0.40
14822025-07-31T15:51:58.255Z Checking getrandom v0.2.11
14832025-07-31T15:51:58.295Z Checking socket2 v0.5.9
14842025-07-31T15:51:58.338Z Checking mio v1.0.3
14852025-07-31T15:51:58.425Z Compiling syn v2.0.104
14862025-07-31T15:51:58.497Z Checking parking_lot v0.12.1
14872025-07-31T15:51:58.525Z Checking signal-hook-registry v1.4.0
14882025-07-31T15:51:58.728Z Checking http v1.3.1
14892025-07-31T15:51:58.756Z Checking futures-task v0.3.31
14902025-07-31T15:51:58.783Z Checking zeroize v1.7.0
14912025-07-31T15:51:58.811Z Checking pin-utils v0.1.0
14922025-07-31T15:51:58.896Z Checking futures-io v0.3.31
14932025-07-31T15:51:59.002Z Checking rustls-pki-types v1.12.0
14942025-07-31T15:51:59.029Z Checking stable_deref_trait v1.2.0
14952025-07-31T15:51:59.072Z Compiling httparse v1.10.0
14962025-07-31T15:51:59.179Z Compiling ucd-trie v0.1.6
14972025-07-31T15:51:59.433Z Checking tracing-core v0.1.32
14982025-07-31T15:51:59.499Z Checking untrusted v0.9.0
14992025-07-31T15:51:59.675Z Checking hashbrown v0.15.2
15002025-07-31T15:51:59.703Z Checking bitflags v2.4.0
15012025-07-31T15:51:59.853Z Checking equivalent v1.0.0
15022025-07-31T15:52:00.012Z Checking tracing v0.1.40
15032025-07-31T15:52:00.206Z Compiling ring v0.17.13
15042025-07-31T15:52:00.234Z Checking http-body v1.0.1
15052025-07-31T15:52:00.313Z Checking atomic-waker v1.1.1
15062025-07-31T15:52:00.340Z Compiling typenum v1.14.0
15072025-07-31T15:52:00.340Z Compiling vcpkg v0.2.15
15082025-07-31T15:52:00.447Z Checking litemap v0.7.4
15092025-07-31T15:52:00.474Z Checking base64 v0.22.1
15102025-07-31T15:52:00.552Z Compiling pkg-config v0.3.31
15112025-07-31T15:52:00.633Z Checking writeable v0.5.5
15122025-07-31T15:52:00.764Z Checking percent-encoding v2.3.1
15132025-07-31T15:52:00.952Z Compiling generic-array v0.14.5
15142025-07-31T15:52:00.983Z Checking try-lock v0.2.3
15152025-07-31T15:52:01.125Z Compiling crossbeam-utils v0.8.15
15162025-07-31T15:52:01.225Z Checking want v0.3.0
15172025-07-31T15:52:01.467Z Compiling unicase v2.6.0
15182025-07-31T15:52:01.526Z Compiling num-conv v0.1.0
15192025-07-31T15:52:01.720Z Checking icu_locid_transform_data v1.5.0
15202025-07-31T15:52:01.800Z Checking httpdate v1.0.1
15212025-07-31T15:52:01.834Z Compiling getrandom v0.3.1
15222025-07-31T15:52:01.861Z Checking powerfmt v0.2.0
15232025-07-31T15:52:02.052Z Checking subtle v2.5.0
15242025-07-31T15:52:02.130Z Checking tower-service v0.3.3
15252025-07-31T15:52:02.163Z Compiling openssl-sys v0.9.107
15262025-07-31T15:52:02.266Z Compiling time-core v0.1.2
15272025-07-31T15:52:02.294Z Checking deranged v0.3.11
15282025-07-31T15:52:02.471Z Compiling time-macros v0.2.18
15292025-07-31T15:52:03.041Z Compiling byteorder v1.4.3
15302025-07-31T15:52:03.223Z Checking num_threads v0.1.3
15312025-07-31T15:52:03.297Z Compiling slog v2.7.0
15322025-07-31T15:52:03.455Z Checking icu_properties_data v1.5.0
15332025-07-31T15:52:03.669Z Compiling usdt-impl v0.5.0
15342025-07-31T15:52:03.801Z Checking icu_normalizer_data v1.5.0
15352025-07-31T15:52:03.908Z Checking utf8_iter v1.0.4
15362025-07-31T15:52:03.936Z Checking utf16_iter v1.0.5
15372025-07-31T15:52:04.102Z Checking ipnet v2.10.0
15382025-07-31T15:52:04.130Z Compiling semver v1.0.26
15392025-07-31T15:52:04.130Z Checking openssl-probe v0.1.4
15402025-07-31T15:52:04.130Z Checking write16 v1.0.0
15412025-07-31T15:52:04.157Z Compiling openssl v0.10.72
15422025-07-31T15:52:04.270Z Checking foreign-types-shared v0.1.1
15432025-07-31T15:52:04.400Z Checking foreign-types v0.3.2
15442025-07-31T15:52:04.517Z Compiling thread-id v4.0.0
15452025-07-31T15:52:04.603Z Compiling synstructure v0.13.1
15462025-07-31T15:52:04.678Z Checking block-buffer v0.10.2
15472025-07-31T15:52:04.876Z Checking crypto-common v0.1.6
15482025-07-31T15:52:05.066Z Checking form_urlencoded v1.2.1
15492025-07-31T15:52:05.093Z Checking rand_core v0.6.3
15502025-07-31T15:52:05.186Z Checking time v0.3.36
15512025-07-31T15:52:05.262Z Checking errno v0.3.10
15522025-07-31T15:52:05.289Z Compiling num-traits v0.2.14
15532025-07-31T15:52:05.445Z Checking plain v0.2.3
15542025-07-31T15:52:05.589Z Compiling rustls v0.22.4
15552025-07-31T15:52:05.617Z Compiling native-tls v0.2.12
15562025-07-31T15:52:05.644Z Checking ppv-lite86 v0.2.15
15572025-07-31T15:52:05.674Z Checking mime v0.3.16
15582025-07-31T15:52:05.917Z Compiling rustix v1.0.2
15592025-07-31T15:52:05.970Z Checking rustls-webpki v0.102.8
15602025-07-31T15:52:05.999Z Compiling rustls v0.23.13
15612025-07-31T15:52:06.238Z Checking rand_chacha v0.3.1
15622025-07-31T15:52:06.446Z Checking digest v0.10.7
15632025-07-31T15:52:06.499Z Checking dirs-sys-next v0.1.2
15642025-07-31T15:52:06.696Z Checking pretty-hex v0.4.1
15652025-07-31T15:52:06.723Z Compiling rustix v0.38.44
15662025-07-31T15:52:06.723Z Checking cpufeatures v0.2.2
15672025-07-31T15:52:06.827Z Checking sha1 v0.10.6
15682025-07-31T15:52:07.081Z Checking dirs-next v2.0.0
15692025-07-31T15:52:07.197Z Checking rand v0.8.4
15702025-07-31T15:52:07.235Z Compiling mime_guess v2.0.5
15712025-07-31T15:52:08.227Z Compiling serde_derive_internals v0.29.0
15722025-07-31T15:52:08.266Z Checking concurrent-queue v2.5.0
15732025-07-31T15:52:08.572Z Checking rustls-pemfile v2.1.3
15742025-07-31T15:52:08.600Z Checking http-body-util v0.1.3
15752025-07-31T15:52:08.741Z Checking sync_wrapper v1.0.1
15762025-07-31T15:52:08.830Z Checking thread_local v1.1.4
15772025-07-31T15:52:08.903Z Compiling multer v3.1.0
15782025-07-31T15:52:08.978Z Checking encoding_rs v0.8.32
15792025-07-31T15:52:09.092Z Checking tower-layer v0.3.3
15802025-07-31T15:52:09.291Z Compiling paste v1.0.15
15812025-07-31T15:52:09.351Z Checking winnow v0.7.10
15822025-07-31T15:52:09.693Z Checking match_cfg v0.1.0
15832025-07-31T15:52:09.798Z Compiling thiserror v2.0.12
15842025-07-31T15:52:09.849Z Compiling slog-async v2.8.0
15852025-07-31T15:52:09.953Z Compiling serde_derive v1.0.219
15862025-07-31T15:52:10.420Z Compiling thiserror-impl v1.0.69
15872025-07-31T15:52:10.453Z Compiling tokio-macros v2.5.0
15882025-07-31T15:52:10.552Z Compiling futures-macro v0.3.31
15892025-07-31T15:52:10.800Z Compiling zerofrom-derive v0.1.5
15902025-07-31T15:52:10.848Z Compiling yoke-derive v0.7.5
15912025-07-31T15:52:10.928Z Compiling zerovec-derive v0.10.3
15922025-07-31T15:52:11.631Z Compiling displaydoc v0.2.5
15932025-07-31T15:52:12.361Z Checking tokio v1.46.1
15942025-07-31T15:52:12.674Z Checking futures-util v0.3.31
15952025-07-31T15:52:13.643Z Compiling zerocopy-derive v0.7.32
15962025-07-31T15:52:13.670Z Compiling icu_provider_macros v1.5.0
15972025-07-31T15:52:14.128Z Compiling pest v2.7.6
15982025-07-31T15:52:14.201Z Compiling scroll_derive v0.12.0
15992025-07-31T15:52:14.968Z Checking zerofrom v0.1.5
16002025-07-31T15:52:15.029Z Compiling openssl-macros v0.1.1
16012025-07-31T15:52:15.181Z Checking yoke v0.7.5
16022025-07-31T15:52:15.500Z Checking zerovec v0.10.4
16032025-07-31T15:52:15.771Z Checking scroll v0.12.0
16042025-07-31T15:52:16.046Z Compiling zerocopy v0.7.32
16052025-07-31T15:52:16.079Z Compiling pest_meta v2.7.6
16062025-07-31T15:52:16.187Z Checking goblin v0.8.0
16072025-07-31T15:52:16.962Z Checking tinystr v0.7.6
16082025-07-31T15:52:17.292Z Compiling pest_generator v2.7.6
16092025-07-31T15:52:17.320Z Checking icu_locid v1.5.0
16102025-07-31T15:52:18.216Z Checking icu_provider v1.5.0
16112025-07-31T15:52:18.510Z Checking tokio-util v0.7.7
16122025-07-31T15:52:18.753Z Checking icu_locid_transform v1.5.0
16132025-07-31T15:52:18.877Z Checking icu_collections v1.5.0
16142025-07-31T15:52:19.478Z Compiling camino v1.1.10
16152025-07-31T15:52:19.639Z Checking icu_properties v1.5.1
16162025-07-31T15:52:20.051Z Compiling pest_derive v2.7.6
16172025-07-31T15:52:20.131Z Checking iana-time-zone v0.1.47
16182025-07-31T15:52:20.283Z Compiling schemars v0.8.22
16192025-07-31T15:52:20.427Z Checking parking v2.2.0
16202025-07-31T15:52:20.602Z Checking fastrand v2.1.1
16212025-07-31T15:52:20.676Z Checking event-listener v5.0.0
16222025-07-31T15:52:20.909Z Checking tempfile v3.20.0
16232025-07-31T15:52:20.966Z Checking indexmap v2.10.0
16242025-07-31T15:52:21.167Z Checking tokio-native-tls v0.3.1
16252025-07-31T15:52:21.247Z Checking toml_datetime v0.7.0
16262025-07-31T15:52:21.314Z Checking serde_spanned v1.0.0
16272025-07-31T15:52:21.355Z Compiling dtrace-parser v0.2.0
16282025-07-31T15:52:21.532Z Checking chrono v0.4.41
16292025-07-31T15:52:21.605Z Checking serde_urlencoded v0.7.1
16302025-07-31T15:52:21.896Z Checking uuid v1.17.0
16312025-07-31T15:52:22.060Z Checking h2 v0.4.6
16322025-07-31T15:52:22.328Z Compiling serde_tokenstream v0.2.2
16332025-07-31T15:52:22.362Z Checking dof v0.3.0
16342025-07-31T15:52:22.435Z Checking slog-json v2.6.1
16352025-07-31T15:52:22.537Z Checking icu_normalizer v1.5.0
16362025-07-31T15:52:22.699Z Checking tokio-rustls v0.26.0
16372025-07-31T15:52:22.878Z Checking tokio-rustls v0.25.0
16382025-07-31T15:52:23.034Z Checking tower v0.5.2
16392025-07-31T15:52:23.072Z Checking futures-executor v0.3.31
16402025-07-31T15:52:23.228Z Checking toml_parser v1.0.1
16412025-07-31T15:52:23.255Z Checking idna_adapter v1.2.0
16422025-07-31T15:52:23.282Z Compiling schemars_derive v0.8.22
16432025-07-31T15:52:23.437Z Checking idna v1.0.3
16442025-07-31T15:52:23.650Z Compiling thiserror-impl v2.0.12
16452025-07-31T15:52:23.682Z Compiling async-stream-impl v0.3.6
16462025-07-31T15:52:23.879Z Checking url v2.5.4
16472025-07-31T15:52:23.907Z Checking hostname v0.3.1
16482025-07-31T15:52:24.624Z Checking term v0.7.0
16492025-07-31T15:52:25.033Z Checking crossbeam-channel v0.5.1
16502025-07-31T15:52:25.066Z Checking webpki-roots v0.26.5
16512025-07-31T15:52:25.258Z Checking is-terminal v0.4.12
16522025-07-31T15:52:25.285Z Checking memmap v0.7.0
16532025-07-31T15:52:25.391Z Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot)
16542025-07-31T15:52:25.506Z Compiling usdt-attr-macro v0.5.0
16552025-07-31T15:52:25.534Z Compiling usdt-macro v0.5.0
16562025-07-31T15:52:25.664Z Checking utf-8 v0.7.6
16572025-07-31T15:52:25.751Z Checking hyper v1.6.0
16582025-07-31T15:52:25.751Z Compiling buf-list v1.0.3
16592025-07-31T15:52:25.779Z Compiling anyhow v1.0.98
16602025-07-31T15:52:25.890Z Checking iri-string v0.7.8
16612025-07-31T15:52:26.466Z Checking toml_writer v1.0.2
16622025-07-31T15:52:26.494Z Checking unicode-segmentation v1.10.0
16632025-07-31T15:52:26.645Z Checking unicode-width v0.1.9
16642025-07-31T15:52:26.788Z Compiling heck v0.5.0
16652025-07-31T15:52:26.817Z Checking lazy_static v1.5.0
16662025-07-31T15:52:26.976Z Checking data-encoding v2.4.0
16672025-07-31T15:52:27.043Z Checking spin v0.9.8
16682025-07-31T15:52:27.226Z Checking take_mut v0.2.2
16692025-07-31T15:52:27.266Z Checking dyn-clone v1.0.4
16702025-07-31T15:52:27.293Z Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint)
16712025-07-31T15:52:27.468Z Checking tungstenite v0.24.0
16722025-07-31T15:52:27.553Z Checking hyper-util v0.1.15
16732025-07-31T15:52:27.617Z Checking usdt v0.5.0
16742025-07-31T15:52:27.686Z Checking newline-converter v0.3.0
16752025-07-31T15:52:27.857Z Checking console v0.15.7
16762025-07-31T15:52:27.884Z Checking toml v0.9.2
16772025-07-31T15:52:28.136Z Checking tower-http v0.6.5
16782025-07-31T15:52:28.324Z Checking atomicwrites v0.4.4
16792025-07-31T15:52:28.359Z Checking slog-term v2.9.1
16802025-07-31T15:52:28.404Z Checking async-stream v0.3.6
16812025-07-31T15:52:28.651Z Checking slog-bunyan v2.5.0
16822025-07-31T15:52:28.813Z Checking futures v0.3.31
16832025-07-31T15:52:28.841Z Checking openapiv3 v2.2.0
16842025-07-31T15:52:28.933Z Checking event-listener-strategy v0.5.4
16852025-07-31T15:52:29.055Z Checking serde_path_to_error v0.1.17
16862025-07-31T15:52:29.141Z Compiling async-trait v0.1.88
16872025-07-31T15:52:29.187Z Checking rustls-native-certs v0.7.0
16882025-07-31T15:52:29.341Z Checking yasna v0.5.2
16892025-07-31T15:52:29.369Z Checking pem v3.0.5
16902025-07-31T15:52:29.423Z Checking hyper-rustls v0.27.3
16912025-07-31T15:52:29.588Z Checking hyper-tls v0.6.0
16922025-07-31T15:52:29.627Z Checking waitgroup v0.1.2
16932025-07-31T15:52:29.732Z Checking webpki-roots v1.0.0
16942025-07-31T15:52:29.780Z Checking hostname v0.4.0
16952025-07-31T15:52:29.855Z Checking similar v2.2.1
16962025-07-31T15:52:29.905Z Checking simple-mermaid v0.2.0
16972025-07-31T15:52:29.933Z Checking debug-ignore v1.0.5
16982025-07-31T15:52:29.933Z Checking http-range v0.1.4
16992025-07-31T15:52:30.011Z Checking reqwest v0.12.22
17002025-07-31T15:52:30.081Z Checking rcgen v0.14.2
17012025-07-31T15:52:30.108Z Checking hyper-rustls v0.26.0
17022025-07-31T15:52:30.136Z Checking hyper-staticfile v0.10.1
17032025-07-31T15:52:30.405Z Checking async-channel v2.5.0
17042025-07-31T15:52:30.480Z Checking expectorate v1.2.0
17052025-07-31T15:52:30.716Z Checking tokio-tungstenite v0.24.0
17062025-07-31T15:52:30.829Z Checking subprocess v0.2.9
17072025-07-31T15:52:35.238Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17082025-07-31T15:52:35.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.51s
17092025-07-31T15:52:35.772Z
17102025-07-31T15:52:35.772Z
17112025-07-31T15:52:46.812Ztest tests/fail/bad_channel10.rs ... ok
17122025-07-31T15:52:46.812Ztest tests/fail/bad_channel11.rs ... ok
17132025-07-31T15:52:46.812Ztest tests/fail/bad_channel12.rs ... ok
17142025-07-31T15:52:46.812Ztest tests/fail/bad_channel13.rs ... ok
17152025-07-31T15:52:46.812Ztest tests/fail/bad_channel14.rs ... ok
17162025-07-31T15:52:46.812Ztest tests/fail/bad_channel15.rs ... ok
17172025-07-31T15:52:46.812Ztest tests/fail/bad_channel17.rs ... ok
17182025-07-31T15:52:46.886Ztest tests/fail/bad_channel18.rs ... ok
17192025-07-31T15:52:46.886Ztest tests/fail/bad_channel19.rs ... ok
17202025-07-31T15:52:46.886Ztest tests/fail/bad_channel1a.rs ... ok
17212025-07-31T15:52:46.886Ztest tests/fail/bad_channel1b.rs ... ok
17222025-07-31T15:52:46.886Ztest tests/fail/bad_channel2.rs ... ok
17232025-07-31T15:52:46.886Ztest tests/fail/bad_channel20.rs ... ok
17242025-07-31T15:52:46.886Ztest tests/fail/bad_channel21.rs ... ok
17252025-07-31T15:52:46.886Ztest tests/fail/bad_channel22.rs ... ok
17262025-07-31T15:52:46.886Ztest tests/fail/bad_channel23.rs ... ok
17272025-07-31T15:52:46.886Ztest tests/fail/bad_channel24.rs ... ok
17282025-07-31T15:52:46.886Ztest tests/fail/bad_channel25.rs ... ok
17292025-07-31T15:52:46.886Ztest tests/fail/bad_channel26.rs ... ok
17302025-07-31T15:52:46.886Ztest tests/fail/bad_channel27.rs ... ok
17312025-07-31T15:52:46.886Ztest tests/fail/bad_channel28.rs ... ok
17322025-07-31T15:52:46.886Ztest tests/fail/bad_channel3.rs ... ok
17332025-07-31T15:52:46.886Ztest tests/fail/bad_channel4.rs ... ok
17342025-07-31T15:52:46.886Ztest tests/fail/bad_channel5.rs ... ok
17352025-07-31T15:52:46.886Ztest tests/fail/bad_channel6.rs ... ok
17362025-07-31T15:52:46.886Ztest tests/fail/bad_channel8.rs ... ok
17372025-07-31T15:52:46.887Ztest tests/fail/bad_channel9.rs ... ok
17382025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint1.rs ... ok
17392025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint10.rs ... ok
17402025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint11.rs ... ok
17412025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint12.rs ... ok
17422025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint13.rs ... ok
17432025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint14.rs ... ok
17442025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint15.rs ... ok
17452025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint16.rs ... ok
17462025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint17.rs ... ok
17472025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint18.rs ... ok
17482025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint19.rs ... ok
17492025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint2.rs ... ok
17502025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint20.rs ... ok
17512025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint21.rs ... ok
17522025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint22.rs ... ok
17532025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint23.rs ... ok
17542025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint24.rs ... ok
17552025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint25.rs ... ok
17562025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint26.rs ... ok
17572025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint27.rs ... ok
17582025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint28.rs ... ok
17592025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint3.rs ... ok
17602025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint4.rs ... ok
17612025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint5.rs ... ok
17622025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint6.rs ... ok
17632025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint7.rs ... ok
17642025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint8.rs ... ok
17652025-07-31T15:52:46.887Ztest tests/fail/bad_endpoint9.rs ... ok
17662025-07-31T15:52:46.887Ztest tests/fail/bad_trait_channel10.rs ... ok
17672025-07-31T15:52:46.887Ztest tests/fail/bad_trait_channel11.rs ... ok
17682025-07-31T15:52:46.887Ztest tests/fail/bad_trait_channel12.rs ... ok
17692025-07-31T15:52:46.887Ztest tests/fail/bad_trait_channel13.rs ... ok
17702025-07-31T15:52:46.887Ztest tests/fail/bad_trait_channel14.rs ... ok
17712025-07-31T15:52:46.887Ztest tests/fail/bad_trait_channel15.rs ... ok
17722025-07-31T15:52:46.887Ztest tests/fail/bad_trait_channel17.rs ... ok
17732025-07-31T15:52:46.887Ztest tests/fail/bad_trait_channel18.rs ... ok
17742025-07-31T15:52:46.887Ztest tests/fail/bad_trait_channel19.rs ... ok
17752025-07-31T15:52:46.887Ztest tests/fail/bad_trait_channel1a.rs ... ok
17762025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel1b.rs ... ok
17772025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel2.rs ... ok
17782025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel20.rs ... ok
17792025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel21.rs ... ok
17802025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel22.rs ... ok
17812025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel23.rs ... ok
17822025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel24.rs ... ok
17832025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel25.rs ... ok
17842025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel26.rs ... ok
17852025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel28.rs ... ok
17862025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel3.rs ... ok
17872025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel4.rs ... ok
17882025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel5.rs ... ok
17892025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel6.rs ... ok
17902025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel8.rs ... ok
17912025-07-31T15:52:46.888Ztest tests/fail/bad_trait_channel9.rs ... ok
17922025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint1.rs ... ok
17932025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint10.rs ... ok
17942025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint11.rs ... ok
17952025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint12.rs ... ok
17962025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint13.rs ... ok
17972025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint14.rs ... ok
17982025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint15.rs ... ok
17992025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18002025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18012025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18022025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18032025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18042025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18052025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18062025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18072025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18082025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18092025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18102025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18112025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18122025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18132025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18142025-07-31T15:52:46.888Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18152025-07-31T15:52:46.889Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18162025-07-31T15:52:46.889Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18172025-07-31T15:52:46.889Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18182025-07-31T15:52:46.916Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18192025-07-31T15:52:46.916Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18202025-07-31T15:52:46.916Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18212025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only1.rs ... ok
18222025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only10.rs ... ok
18232025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only11.rs ... ok
18242025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only12.rs ... ok
18252025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only13.rs ... ok
18262025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only14.rs ... ok
18272025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only15.rs ... ok
18282025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only16.rs ... ok
18292025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only17.rs ... ok
18302025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only18.rs ... ok
18312025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only19.rs ... ok
18322025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only2.rs ... ok
18332025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only20.rs ... ok
18342025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only21.rs ... ok
18352025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only22.rs ... ok
18362025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only3.rs ... ok
18372025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only4.rs ... ok
18382025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only5.rs ... ok
18392025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only6.rs ... ok
18402025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only7.rs ... ok
18412025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only8.rs ... ok
18422025-07-31T15:52:46.916Ztest tests/fail/bad_trait_only9.rs ... ok
18432025-07-31T15:52:46.916Ztest tests/fail/bad_version_backwards.rs ... ok
18442025-07-31T15:52:46.916Ztest tests/fail/unused_endpoint.rs ... ok
18452025-07-31T15:52:46.916Z
18462025-07-31T15:52:46.916Z
18472025-07-31T15:52:46.916Ztest fail ... ok
18482025-07-31T15:52:46.917Z
18492025-07-31T15:52:46.917Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 51.04s
18502025-07-31T15:52:46.917Z
18512025-07-31T15:52:46.917Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-4eaef91419788dd0`
18522025-07-31T15:52:46.917Z
18532025-07-31T15:52:46.917Zrunning 82 tests
18542025-07-31T15:52:46.917Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18552025-07-31T15:52:46.917Ztest config::test_config_bad_bind_address_port_too_small ... ok
18562025-07-31T15:52:46.917Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18572025-07-31T15:52:46.917Ztest config::test_config_bad_bind_address_garbage ... ok
18582025-07-31T15:52:46.917Ztest config::test_config_bad_bind_address_port_too_large ... ok
18592025-07-31T15:52:46.917Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18602025-07-31T15:52:46.917Ztest api_trait::test_api_trait_with_complex_tags ... ok
18612025-07-31T15:52:46.917Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
18622025-07-31T15:52:46.917Ztest config::test_config_deprecated_request_body_max_bytes ... ok
18632025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-api_trait_basic.2965.0.log"
18642025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-config_handler_task_mode_detached.2965.5.log"
18652025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-config_bind_address_https_buffer.2965.2.log"
18662025-07-31T15:52:46.917Ztest config::test_valid_config_all_settings ... ok
18672025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_unversioned_servers_with_versioned_routes.2965.6.log"
18682025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-config_handler_task_mode_cancel.2965.3.log"
18692025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-config_bind_address_http.2965.4.log"
18702025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-config_bind_address_https.2965.1.log"
18712025-07-31T15:52:46.917Ztest config::test_valid_config_basic ... ok
18722025-07-31T15:52:46.917Ztest config::test_unversioned_servers_with_versioned_routes ... ok
18732025-07-31T15:52:46.917Ztest config::test_valid_config_empty ... ok
18742025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_enum_user_error.2965.7.log"
18752025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_enum_extractor_error.2965.8.log"
18762025-07-31T15:52:46.917Ztest config::test_config_handler_task_mode_cancel ... ok
18772025-07-31T15:52:46.917Ztest config::test_config_handler_task_mode_detached ... ok
18782025-07-31T15:52:46.917Ztest custom_errors::test_enum_extractor_error ... ok
18792025-07-31T15:52:46.917Ztest custom_errors::test_enum_user_error ... ok
18802025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_struct_extractor_error.2965.9.log"
18812025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_struct_user_error.2965.10.log"
18822025-07-31T15:52:46.917Ztest api_trait::test_api_trait_basic ... ok
18832025-07-31T15:52:46.917Ztest custom_errors::test_trait_based_api ... ok
18842025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_trait_enum_user_error.2965.11.log"
18852025-07-31T15:52:46.917Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_trait_struct_user_error.2965.12.log"
18862025-07-31T15:52:46.917Ztest custom_errors::test_struct_extractor_error ... ok
18872025-07-31T15:52:46.918Ztest config::test_config_bind_address_http ... ok
18882025-07-31T15:52:46.918Ztest custom_errors::test_struct_user_error ... ok
18892025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_302_bogus.2965.13.log"
18902025-07-31T15:52:46.918Ztest custom_errors::test_trait_enum_user_error ... ok
18912025-07-31T15:52:46.918Ztest custom_errors::test_trait_struct_user_error ... ok
18922025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_302_found.2965.14.log"
18932025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_303_see_other.2965.15.log"
18942025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_307_temporary_redirect.2965.16.log"
18952025-07-31T15:52:46.918Ztest demo::test_302_bogus ... ok
18962025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_delete_request.2965.17.log"
18972025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-demo1.2965.18.log"
18982025-07-31T15:52:46.918Ztest demo::test_307_temporary_redirect ... ok
18992025-07-31T15:52:46.918Ztest demo::test_303_see_other ... ok
19002025-07-31T15:52:46.918Ztest demo::test_302_found ... ok
19012025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-demo2json.2965.19.log"
19022025-07-31T15:52:46.918Ztest demo::test_delete_request ... ok
19032025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-demo2query.2965.20.log"
19042025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-demo2urlencoded.2965.21.log"
19052025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-demo3json.2965.22.log"
19062025-07-31T15:52:46.918Ztest demo::test_demo1 ... ok
19072025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-demo_path_param_string.2965.23.log"
19082025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-demo_path_param_u32.2965.24.log"
19092025-07-31T15:52:46.918Ztest demo::test_demo2query ... ok
19102025-07-31T15:52:46.918Ztest demo::test_demo3json ... ok
19112025-07-31T15:52:46.918Ztest demo::test_demo2urlencoded ... ok
19122025-07-31T15:52:46.918Ztest demo::test_demo_path_param_u32 ... ok
19132025-07-31T15:52:46.918Ztest demo::test_demo2json ... ok
19142025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-demo_path_param_uuid.2965.25.log"
19152025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-demo_websocket.2965.26.log"
19162025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_head_request.2965.28.log"
19172025-07-31T15:52:46.918Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_header_request.2965.27.log"
19182025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_large_typed_body.2965.29.log"
19192025-07-31T15:52:46.946Ztest demo::test_demo_path_param_uuid ... ok
19202025-07-31T15:52:46.946Ztest demo::test_head_request ... ok
19212025-07-31T15:52:46.946Ztest demo::test_header_request ... ok
19222025-07-31T15:52:46.946Ztest demo::test_demo_path_param_string ... ok
19232025-07-31T15:52:46.946Ztest demo::test_demo_websocket ... ok
19242025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-tet_raw_request.2965.30.log"
19252025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_request_compat.2965.31.log"
19262025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_request_remote_addr.2965.32.log"
19272025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_streaming_body.2965.33.log"
19282025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_untyped_body.2965.34.log"
19292025-07-31T15:52:46.946Ztest demo::test_large_typed_body ... ok
19302025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-graceful_shutdown_with_detached_handler.2965.35.log"
19312025-07-31T15:52:46.946Ztest demo::test_raw_request ... ok
19322025-07-31T15:52:46.946Ztest demo::test_request_compat ... ok
19332025-07-31T15:52:46.946Ztest demo::test_request_remote_addr ... ok
19342025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-multipart_client.2965.36.log"
19352025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-multipart_client.2965.37.log"
19362025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-multipart_client.2965.38.log"
19372025-07-31T15:52:46.946Ztest config::test_config_bind_address_https ... ok
19382025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-multipart_client.2965.39.log"
19392025-07-31T15:52:46.946Ztest demo::test_streaming_body ... ok
19402025-07-31T15:52:46.946Ztest multipart::missing_boundary ... ok
19412025-07-31T15:52:46.946Ztest multipart::no_content_type ... ok
19422025-07-31T15:52:46.946Ztest multipart::test_multipart_client ... ok
19432025-07-31T15:52:46.946Ztest demo::test_untyped_body ... ok
19442025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-pagination-basic.2965.40.log"
19452025-07-31T15:52:46.946Ztest multipart::weird_content_type ... ok
19462025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-pagination-multiple-resources.2965.41.log"
19472025-07-31T15:52:46.946Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19482025-07-31T15:52:46.946Ztest openapi::test_openapi_custom_error_types ... ok
19492025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-pagination-multiple-sorts.2965.42.log"
19502025-07-31T15:52:46.946Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-basic.2965.43.log"
19512025-07-31T15:52:46.946Ztest openapi::test_openapi_fuller ... ok
19522025-07-31T15:52:46.946Ztest openapi::test_openapi ... ok
19532025-07-31T15:52:46.947Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-dictionary.2965.44.log"
19542025-07-31T15:52:46.947Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-empty.2965.45.log"
19552025-07-31T15:52:46.947Ztest pagination::test_paginate_empty ... ok
19562025-07-31T15:52:46.947Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-errors.2965.46.log"
19572025-07-31T15:52:46.947Ztest pagination::test_paginate_errors ... ok
19582025-07-31T15:52:46.947Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-extra_params.2965.47.log"
19592025-07-31T15:52:46.947Ztest pagination::test_paginate_extra_params ... ok
19602025-07-31T15:52:46.947Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-required_params.2965.48.log"
19612025-07-31T15:52:46.947Ztest pagination::test_paginate_with_required_params ... ok
19622025-07-31T15:52:46.947Ztest pagination_schema::test_pagination_schema ... ok
19632025-07-31T15:52:46.947Ztest path_names::test_path_names ... ok
19642025-07-31T15:52:46.947Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_no_tls.2965.49.log"
19652025-07-31T15:52:46.974Ztest starter::test_no_tls ... ok
19662025-07-31T15:52:46.974Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_with_tls.2965.50.log"
19672025-07-31T15:52:46.974Ztest pagination::test_paginate_basic ... ok
19682025-07-31T15:52:46.974Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-non_streaming_servers_do_not_use_transfer_encoding.2965.51.log"
19692025-07-31T15:52:46.974Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
19702025-07-31T15:52:46.974Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-streaming_server_buffered_client.2965.52.log"
19712025-07-31T15:52:47.004Ztest streaming::test_streaming_server_buffered_client ... ok
19722025-07-31T15:52:47.030Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-streaming_server_streaming_client.2965.53.log"
19732025-07-31T15:52:47.056Ztest streaming::test_streaming_server_streaming_client ... ok
19742025-07-31T15:52:47.056Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_server_is_http.2965.54.log"
19752025-07-31T15:52:47.056Ztest tls::test_server_is_http ... ok
19762025-07-31T15:52:47.056Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_server_is_https.2965.55.log"
19772025-07-31T15:52:47.284Ztest starter::test_with_tls ... ok
19782025-07-31T15:52:47.310Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_tls_aborted_negotiation.2965.56.log"
19792025-07-31T15:52:47.360Ztest tls::test_server_is_https ... ok
19802025-07-31T15:52:47.386Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_tls_certificate_loading.2965.57.log"
19812025-07-31T15:52:47.688Ztest tls::test_tls_certificate_loading ... ok
19822025-07-31T15:52:47.714Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_tls_only.2965.58.log"
19832025-07-31T15:52:47.898Ztest tls::test_tls_aborted_negotiation ... ok
19842025-07-31T15:52:47.924Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_tls_refresh_certificates.2965.59.log"
19852025-07-31T15:52:47.953Ztest tls::test_tls_refresh_certificates ... ok
19862025-07-31T15:52:47.979Znote: configured to log to "/tmp/integration_tests-4eaef91419788dd0-test_versions.2965.60.log"
19872025-07-31T15:52:48.005Ztest tls::test_tls_only ... ok
19882025-07-31T15:52:48.006Ztest versions::test_versions_openapi ... ok
19892025-07-31T15:52:48.006Ztest versions::test_versions_openapi_same_names ... ok
19902025-07-31T15:52:48.032Ztest versions::test_versions ... ok
19912025-07-31T15:52:48.058Ztest config::test_config_bind_address_https_buffer ... ok
19922025-07-31T15:52:48.214Ztest pagination::test_example_basic ... ok
19932025-07-31T15:52:48.434Ztest pagination::test_paginate_dictionary ... ok
19942025-07-31T15:52:48.881Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
19952025-07-31T15:52:51.408Ztest pagination::test_example_multiple_sorts ... ok
19962025-07-31T15:52:51.919Ztest pagination::test_example_multiple_resources ... ok
19972025-07-31T15:52:51.919Z
19982025-07-31T15:52:51.919Ztest result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.08s
19992025-07-31T15:52:51.919Z
20002025-07-31T15:52:51.946Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-3493805c7d69be7c`
20012025-07-31T15:52:51.946Z
20022025-07-31T15:52:51.946Zrunning 35 tests
20032025-07-31T15:52:51.972Ztest channel::tests::test_channel_operation_id ... ok
20042025-07-31T15:52:51.972Ztest channel::tests::test_channel_with_versions ... ok
20052025-07-31T15:52:51.972Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20062025-07-31T15:52:51.972Ztest channel::tests::test_channel_with_unnamed_params ... ok
20072025-07-31T15:52:51.972Ztest doc::tests::test_extract_summary_description ... ok
20082025-07-31T15:52:51.972Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20092025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20102025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_bad_string ... ok
20112025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20122025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20132025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20142025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_not_async ... ok
20152025-07-31T15:52:51.973Ztest api_trait::tests::test_api_trait_operation_id ... ok
20162025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_content_type ... ok
20172025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20182025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_basic ... ok
20192025-07-31T15:52:51.973Ztest api_trait::tests::test_api_trait_basic ... ok
20202025-07-31T15:52:51.973Ztest channel::tests::test_channel_with_custom_params ... ok
20212025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20222025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20232025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20242025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_with_doc ... ok
20252025-07-31T15:52:51.973Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20262025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20272025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_with_query ... ok
20282025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20292025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_with_tags ... ok
20302025-07-31T15:52:51.973Ztest syn_parsing::tests::test_busted_function ... ok
20312025-07-31T15:52:51.973Ztest params::tests::test_extract_rqctx_ty_param ... ok
20322025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20332025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20342025-07-31T15:52:51.973Ztest endpoint::tests::test_operation_id ... ok
20352025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20362025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20372025-07-31T15:52:51.973Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20382025-07-31T15:52:51.973Z
20392025-07-31T15:52:51.973Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
20402025-07-31T15:52:51.973Z
20412025-07-31T15:52:52.000Z Doc-tests dropshot
20422025-07-31T15:52:52.000Z Running `/home/build/.rustup/toolchains/1.88.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-5c2c9519e801453c/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-c027896258056d53.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-dea17019b4bc287a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-966079c1efae5a34.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-529d1b1475364577.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b1080144b00bc4c2.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ac0a9f5e67d8dfb7.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-be5089041960340d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9b1174061e7f9b0f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-f47db6a9171558ad.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6c38af248fb6fbf0.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-871438b250dd2d89.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-13ec6e784d66b226.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b4b3c7700f4abc56.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-9c9c9502d7daf1a9.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c1a031579dd750a3.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e05d68e143c3c991.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5de952b6a3d1ef92.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0a351e1b5a17f3ad.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1a7b1542a939de7a.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-cd3949739b169de2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-a81a231913902c58.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-26699e6dd5bb045d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-d24887d0952db9cd.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5398dc6cdb022f89.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1924ebcca4ac738.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ae5b120cb46ea46.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f5359803d3f31c6f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-29b33e0705eeed83.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-7bd7267832da7ff4.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a24c54b1471d868d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-4f017d6ea81fc639.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55a523a3e618bde9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f1503351a3054c0c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ac218394cca53f8b.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4ef0477cc0c33749.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-f57a705d681a0eb6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea9faeaa680382c1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d5e90c3fc8c40a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-34a0bf7dccc18808.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-e5ec258dcd0d7357.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ede61983443a00ff.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-cde84c3aa24c8eb7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-a9a0f8879f90af4f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-919536fec28f0767.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-930003fd8048f06d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-719614c39ad6264b.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-1b2c621d84cfeed4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3ac14fe746defcac.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-aeaf8cf1b3e93496.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-e9c85ccd588a0650.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-66ad6c704b6bda72.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-af797ae0e969d0d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-0048564a3545698c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ecb22803b5ea18df.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-efa0831725a6a025.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-507a846d518b6b47.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-43aecc42677af8ca.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c9a4a85b6e3f53a3.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`
20432025-07-31T15:52:52.587Z
20442025-07-31T15:52:52.587Zrunning 23 tests
20452025-07-31T15:52:54.425Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20462025-07-31T15:52:54.425Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20472025-07-31T15:52:54.425Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20482025-07-31T15:52:54.471Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20492025-07-31T15:52:58.620Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
20502025-07-31T15:52:58.620Ztest dropshot/src/lib.rs - (line 322) ... ignored
20512025-07-31T15:52:58.680Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20522025-07-31T15:52:58.892Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok
20532025-07-31T15:52:58.920Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok
20542025-07-31T15:52:58.962Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20552025-07-31T15:52:59.163Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
20562025-07-31T15:52:59.367Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20572025-07-31T15:52:59.367Ztest dropshot/src/lib.rs - channel (line 1158) ... ignored
20582025-07-31T15:52:59.367Ztest dropshot/src/lib.rs - endpoint (line 1203) ... ignored
20592025-07-31T15:53:00.500Ztest dropshot/src/lib.rs - (line 376) ... ok
20602025-07-31T15:53:00.747Ztest dropshot/src/lib.rs - api_description (line 1023) ... ok
20612025-07-31T15:53:00.915Ztest dropshot/src/lib.rs - api_description (line 1084) ... ok
20622025-07-31T15:53:00.961Ztest dropshot/src/lib.rs - (line 639) ... ok
20632025-07-31T15:53:01.091Ztest dropshot/src/lib.rs - (line 110) ... ok
20642025-07-31T15:53:01.417Ztest dropshot/src/lib.rs - (line 189) ... ok
20652025-07-31T15:53:02.226Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
20662025-07-31T15:53:04.860Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
20672025-07-31T15:53:06.468Ztest dropshot/src/lib.rs - (line 475) ... ok
20682025-07-31T15:53:06.468Z
20692025-07-31T15:53:06.468Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.88s
20702025-07-31T15:53:06.468Z
20712025-07-31T15:53:06.507Z Doc-tests dropshot_endpoint
20722025-07-31T15:53:06.507Z Running `/home/build/.rustup/toolchains/1.88.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-5c2c9519e801453c/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-94e082aa4dc37619.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7ef30ce53420c0f5.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-dacb9904bb1146a4.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-95815e9e8be9d647.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-ce098131630a8f34.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed2aab23cf278b00.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c003cb40b34307e7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-c7b7455fabdc0325.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5f36237522c08e7c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d9067958bdf7af04.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9c5f00afbfa89904.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
20732025-07-31T15:53:06.769Z
20742025-07-31T15:53:06.769Zrunning 0 tests
20752025-07-31T15:53:06.769Z
20762025-07-31T15:53:06.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20772025-07-31T15:53:06.769Z
20782025-07-31T15:53:06.817Z
20792025-07-31T15:53:06.817Zreal 2:36.426104843
20802025-07-31T15:53:06.817Zuser 12:52.876453313
20812025-07-31T15:53:06.817Zsys 2:29.287274856
20822025-07-31T15:53:06.844Ztrap 0.601488323
20832025-07-31T15:53:06.844Ztflt 0.253989179
20842025-07-31T15:53:06.844Zdflt 0.189057747
20852025-07-31T15:53:06.844Zkflt 0.000630261
20862025-07-31T15:53:06.844Zlock 42:05.233379873
20872025-07-31T15:53:06.844Zslp 1:07:01.809649342
20882025-07-31T15:53:06.844Zlat 52.088767724
20892025-07-31T15:53:06.844Zstop 1:00.729667657
20902025-07-31T15:53:06.844Z+ banner docs
20912025-07-31T15:53:06.844Z
20922025-07-31T15:53:06.844Z ##### #### #### ####
20932025-07-31T15:53:06.844Z # # # # # # #
20942025-07-31T15:53:06.844Z # # # # # ####
20952025-07-31T15:53:06.844Z # # # # # #
20962025-07-31T15:53:06.844Z # # # # # # # #
20972025-07-31T15:53:06.844Z ##### #### #### ####
20982025-07-31T15:53:06.844Z
20992025-07-31T15:53:06.844Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21002025-07-31T15:53:07.272Z Compiling proc-macro2 v1.0.95
21012025-07-31T15:53:07.272Z Compiling unicode-ident v1.0.12
21022025-07-31T15:53:07.273Z Checking cfg-if v1.0.0
21032025-07-31T15:53:07.273Z Checking itoa v1.0.1
21042025-07-31T15:53:07.299Z Checking pin-project-lite v0.2.12
21052025-07-31T15:53:07.325Z Checking libc v0.2.174
21062025-07-31T15:53:07.325Z Checking smallvec v1.13.2
21072025-07-31T15:53:07.351Z Checking bytes v1.10.1
21082025-07-31T15:53:07.395Z Checking once_cell v1.20.1
21092025-07-31T15:53:07.454Z Checking futures-core v0.3.31
21102025-07-31T15:53:07.488Z Checking memchr v2.6.0
21112025-07-31T15:53:07.514Z Checking scopeguard v1.2.0
21122025-07-31T15:53:07.640Z Checking futures-sink v0.3.31
21132025-07-31T15:53:07.666Z Checking slab v0.4.9
21142025-07-31T15:53:07.666Z Checking lock_api v0.4.6
21152025-07-31T15:53:07.693Z Checking fnv v1.0.7
21162025-07-31T15:53:07.785Z Checking futures-channel v0.3.31
21172025-07-31T15:53:07.840Z Checking log v0.4.17
21182025-07-31T15:53:07.892Z Checking futures-io v0.3.31
21192025-07-31T15:53:07.992Z Checking pin-utils v0.1.0
21202025-07-31T15:53:08.069Z Checking futures-task v0.3.31
21212025-07-31T15:53:08.096Z Checking zeroize v1.7.0
21222025-07-31T15:53:08.122Z Checking stable_deref_trait v1.2.0
21232025-07-31T15:53:08.148Z Checking httparse v1.10.0
21242025-07-31T15:53:08.188Z Checking http v1.3.1
21252025-07-31T15:53:08.225Z Checking tracing-core v0.1.32
21262025-07-31T15:53:08.251Z Checking untrusted v0.9.0
21272025-07-31T15:53:08.278Z Checking parking_lot_core v0.9.4
21282025-07-31T15:53:08.304Z Compiling quote v1.0.40
21292025-07-31T15:53:08.339Z Checking mio v1.0.3
21302025-07-31T15:53:08.408Z Checking getrandom v0.2.11
21312025-07-31T15:53:08.497Z Checking signal-hook-registry v1.4.0
21322025-07-31T15:53:08.568Z Checking parking_lot v0.12.1
21332025-07-31T15:53:08.651Z Compiling syn v2.0.104
21342025-07-31T15:53:08.716Z Checking socket2 v0.5.9
21352025-07-31T15:53:08.755Z Checking rustls-pki-types v1.12.0
21362025-07-31T15:53:08.826Z Checking equivalent v1.0.0
21372025-07-31T15:53:08.852Z Checking hashbrown v0.15.2
21382025-07-31T15:53:08.883Z Checking tracing v0.1.40
21392025-07-31T15:53:08.909Z Checking ring v0.17.13
21402025-07-31T15:53:08.948Z Checking atomic-waker v1.1.1
21412025-07-31T15:53:09.089Z Checking percent-encoding v2.3.1
21422025-07-31T15:53:09.159Z Checking bitflags v2.4.0
21432025-07-31T15:53:09.192Z Checking base64 v0.22.1
21442025-07-31T15:53:09.252Z Checking ryu v1.0.5
21452025-07-31T15:53:09.307Z Checking writeable v0.5.5
21462025-07-31T15:53:09.333Z Checking http-body v1.0.1
21472025-07-31T15:53:09.423Z Checking try-lock v0.2.3
21482025-07-31T15:53:09.488Z Checking litemap v0.7.4
21492025-07-31T15:53:09.516Z Checking typenum v1.14.0
21502025-07-31T15:53:09.574Z Checking want v0.3.0
21512025-07-31T15:53:09.607Z Compiling num-conv v0.1.0
21522025-07-31T15:53:09.633Z Checking subtle v2.5.0
21532025-07-31T15:53:09.713Z Checking httpdate v1.0.1
21542025-07-31T15:53:09.772Z Checking powerfmt v0.2.0
21552025-07-31T15:53:09.805Z Compiling time-core v0.1.2
21562025-07-31T15:53:09.851Z Checking tower-service v0.3.3
21572025-07-31T15:53:09.876Z Checking crossbeam-utils v0.8.15
21582025-07-31T15:53:09.954Z Checking icu_locid_transform_data v1.5.0
21592025-07-31T15:53:09.992Z Compiling time-macros v0.2.18
21602025-07-31T15:53:10.028Z Checking deranged v0.3.11
21612025-07-31T15:53:10.163Z Checking num_threads v0.1.3
21622025-07-31T15:53:10.280Z Checking getrandom v0.3.1
21632025-07-31T15:53:10.306Z Checking icu_properties_data v1.5.0
21642025-07-31T15:53:10.365Z Checking ipnet v2.10.0
21652025-07-31T15:53:10.396Z Checking generic-array v0.14.5
21662025-07-31T15:53:10.490Z Checking slog v2.7.0
21672025-07-31T15:53:10.516Z Checking form_urlencoded v1.2.1
21682025-07-31T15:53:10.746Z Checking openssl-probe v0.1.4
21692025-07-31T15:53:10.787Z Checking utf8_iter v1.0.4
21702025-07-31T15:53:10.861Z Checking rustls-webpki v0.102.8
21712025-07-31T15:53:10.887Z Checking foreign-types-shared v0.1.1
21722025-07-31T15:53:10.913Z Checking utf16_iter v1.0.5
21732025-07-31T15:53:10.985Z Checking write16 v1.0.0
21742025-07-31T15:53:11.011Z Checking icu_normalizer_data v1.5.0
21752025-07-31T15:53:11.092Z Checking mime v0.3.16
21762025-07-31T15:53:11.123Z Checking foreign-types v0.3.2
21772025-07-31T15:53:11.149Z Checking openssl-sys v0.9.107
21782025-07-31T15:53:11.176Z Checking rand_core v0.6.3
21792025-07-31T15:53:11.221Z Checking errno v0.3.10
21802025-07-31T15:53:11.331Z Checking block-buffer v0.10.2
21812025-07-31T15:53:11.409Z Checking crypto-common v0.1.6
21822025-07-31T15:53:11.435Z Checking dirs-sys-next v0.1.2
21832025-07-31T15:53:11.461Z Checking winnow v0.7.10
21842025-07-31T15:53:11.538Z Checking ppv-lite86 v0.2.15
21852025-07-31T15:53:11.564Z Checking cpufeatures v0.2.2
21862025-07-31T15:53:11.590Z Checking digest v0.10.7
21872025-07-31T15:53:11.616Z Checking dirs-next v2.0.0
21882025-07-31T15:53:11.653Z Checking rustls v0.22.4
21892025-07-31T15:53:11.750Z Checking num-traits v0.2.14
21902025-07-31T15:53:11.882Z Checking sha1 v0.10.6
21912025-07-31T15:53:12.083Z Checking rand_chacha v0.3.1
21922025-07-31T15:53:12.149Z Compiling unicase v2.6.0
21932025-07-31T15:53:12.183Z Checking rustls-pemfile v2.1.3
21942025-07-31T15:53:12.210Z Checking time v0.3.36
21952025-07-31T15:53:12.407Z Checking http-body-util v0.1.3
21962025-07-31T15:53:12.434Z Checking thread_local v1.1.4
21972025-07-31T15:53:12.460Z Checking encoding_rs v0.8.32
21982025-07-31T15:53:12.666Z Checking toml_writer v1.0.2
21992025-07-31T15:53:12.785Z Checking match_cfg v0.1.0
22002025-07-31T15:53:12.811Z Checking iana-time-zone v0.1.47
22012025-07-31T15:53:12.883Z Checking hostname v0.3.1
22022025-07-31T15:53:12.955Z Compiling mime_guess v2.0.5
22032025-07-31T15:53:12.990Z Checking rand v0.8.4
22042025-07-31T15:53:13.034Z Checking term v0.7.0
22052025-07-31T15:53:13.393Z Checking rustls v0.23.13
22062025-07-31T15:53:13.633Z Checking rustix v1.0.2
22072025-07-31T15:53:13.659Z Checking toml_parser v1.0.1
22082025-07-31T15:53:13.861Z Checking semver v1.0.26
22092025-07-31T15:53:14.228Z Checking crossbeam-channel v0.5.1
22102025-07-31T15:53:14.261Z Checking concurrent-queue v2.5.0
22112025-07-31T15:53:14.287Z Checking is-terminal v0.4.12
22122025-07-31T15:53:14.411Z Checking sync_wrapper v1.0.1
22132025-07-31T15:53:14.492Z Compiling dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot)
22142025-07-31T15:53:14.518Z Checking take_mut v0.2.2
22152025-07-31T15:53:14.564Z Compiling synstructure v0.13.1
22162025-07-31T15:53:14.590Z Compiling serde_derive_internals v0.29.0
22172025-07-31T15:53:14.678Z Checking spin v0.9.8
22182025-07-31T15:53:14.852Z Checking fastrand v2.1.1
22192025-07-31T15:53:14.878Z Checking tower-layer v0.3.3
22202025-07-31T15:53:14.878Z Checking parking v2.2.0
22212025-07-31T15:53:14.913Z Checking dyn-clone v1.0.4
22222025-07-31T15:53:15.069Z Checking event-listener v5.0.0
22232025-07-31T15:53:15.119Z Checking slog-async v2.8.0
22242025-07-31T15:53:15.145Z Checking slog-term v2.9.1
22252025-07-31T15:53:15.182Z Checking tempfile v3.20.0
22262025-07-31T15:53:15.452Z Checking rustix v0.38.44
22272025-07-31T15:53:15.526Z Checking webpki-roots v0.26.5
22282025-07-31T15:53:15.562Z Checking waitgroup v0.1.2
22292025-07-31T15:53:15.588Z Checking hostname v0.4.0
22302025-07-31T15:53:15.709Z Checking unicode-width v0.1.9
22312025-07-31T15:53:15.747Z Checking iri-string v0.7.8
22322025-07-31T15:53:15.747Z Checking debug-ignore v1.0.5
22332025-07-31T15:53:15.747Z Checking byteorder v1.4.3
22342025-07-31T15:53:15.877Z Checking unicode-segmentation v1.10.0
22352025-07-31T15:53:15.904Z Checking utf-8 v0.7.6
22362025-07-31T15:53:16.094Z Checking lazy_static v1.5.0
22372025-07-31T15:53:16.138Z Checking data-encoding v2.4.0
22382025-07-31T15:53:16.268Z Checking console v0.15.7
22392025-07-31T15:53:16.426Z Checking newline-converter v0.3.0
22402025-07-31T15:53:16.584Z Checking event-listener-strategy v0.5.4
22412025-07-31T15:53:16.643Z Checking target-triple v0.1.3
22422025-07-31T15:53:16.735Z Checking atomicwrites v0.4.4
22432025-07-31T15:53:16.763Z Checking yasna v0.5.2
22442025-07-31T15:53:16.790Z Checking rustls-native-certs v0.7.0
22452025-07-31T15:53:16.818Z Checking pem v3.0.5
22462025-07-31T15:53:16.845Z Checking webpki-roots v1.0.0
22472025-07-31T15:53:16.932Z Checking termcolor v1.1.2
22482025-07-31T15:53:16.960Z Checking similar v2.2.1
22492025-07-31T15:53:17.026Z Checking glob v0.3.0
22502025-07-31T15:53:17.076Z Checking http-range v0.1.4
22512025-07-31T15:53:17.261Z Checking async-channel v2.5.0
22522025-07-31T15:53:17.289Z Checking buf-list v1.0.3
22532025-07-31T15:53:17.325Z Checking anyhow v1.0.98
22542025-07-31T15:53:17.352Z Checking subprocess v0.2.9
22552025-07-31T15:53:17.514Z Checking rcgen v0.14.2
22562025-07-31T15:53:17.564Z Checking expectorate v1.2.0
22572025-07-31T15:53:17.591Z Checking heck v0.5.0
22582025-07-31T15:53:17.753Z Compiling serde_derive v1.0.219
22592025-07-31T15:53:17.753Z Compiling tokio-macros v2.5.0
22602025-07-31T15:53:17.780Z Compiling futures-macro v0.3.31
22612025-07-31T15:53:17.780Z Compiling zerofrom-derive v0.1.5
22622025-07-31T15:53:17.868Z Compiling yoke-derive v0.7.5
22632025-07-31T15:53:17.926Z Compiling zerovec-derive v0.10.3
22642025-07-31T15:53:18.245Z Compiling displaydoc v0.2.5
22652025-07-31T15:53:18.319Z Compiling icu_provider_macros v1.5.0
22662025-07-31T15:53:18.947Z Checking tokio v1.46.1
22672025-07-31T15:53:19.234Z Checking futures-util v0.3.31
22682025-07-31T15:53:19.261Z Compiling openssl-macros v0.1.1
22692025-07-31T15:53:19.512Z Compiling async-stream-impl v0.3.6
22702025-07-31T15:53:19.857Z Compiling thiserror-impl v1.0.69
22712025-07-31T15:53:19.884Z Compiling thiserror-impl v2.0.12
22722025-07-31T15:53:19.956Z Checking openssl v0.10.72
22732025-07-31T15:53:20.270Z Checking zerofrom v0.1.5
22742025-07-31T15:53:20.476Z Checking yoke v0.7.5
22752025-07-31T15:53:20.558Z Compiling schemars_derive v0.8.22
22762025-07-31T15:53:20.793Z Checking zerovec v0.10.4
22772025-07-31T15:53:21.951Z Checking thiserror v1.0.69
22782025-07-31T15:53:22.111Z Checking async-stream v0.3.6
22792025-07-31T15:53:22.138Z Checking thiserror v2.0.12
22802025-07-31T15:53:22.175Z Checking tinystr v0.7.6
22812025-07-31T15:53:22.269Z Checking icu_collections v1.5.0
22822025-07-31T15:53:22.304Z Compiling async-trait v0.1.88
22832025-07-31T15:53:22.508Z Checking icu_locid v1.5.0
22842025-07-31T15:53:22.785Z Checking tungstenite v0.24.0
22852025-07-31T15:53:23.006Z Checking serde v1.0.219
22862025-07-31T15:53:23.193Z Checking futures-executor v0.3.31
22872025-07-31T15:53:23.314Z Checking icu_provider v1.5.0
22882025-07-31T15:53:23.415Z Checking futures v0.3.31
22892025-07-31T15:53:23.519Z Checking multer v3.1.0
22902025-07-31T15:53:23.866Z Checking icu_locid_transform v1.5.0
22912025-07-31T15:53:24.225Z Checking native-tls v0.2.12
22922025-07-31T15:53:24.698Z Checking icu_properties v1.5.1
22932025-07-31T15:53:24.811Z Checking tokio-util v0.7.7
22942025-07-31T15:53:24.811Z Checking tokio-rustls v0.25.0
22952025-07-31T15:53:24.838Z Checking tokio-rustls v0.26.0
22962025-07-31T15:53:25.142Z Checking tower v0.5.2
22972025-07-31T15:53:25.181Z Checking tokio-native-tls v0.3.1
22982025-07-31T15:53:25.432Z Checking tokio-tungstenite v0.24.0
22992025-07-31T15:53:25.774Z Checking tower-http v0.6.5
23002025-07-31T15:53:26.719Z Checking indexmap v2.10.0
23012025-07-31T15:53:26.719Z Checking serde_json v1.0.140
23022025-07-31T15:53:26.719Z Checking toml_datetime v0.7.0
23032025-07-31T15:53:26.746Z Checking serde_spanned v1.0.0
23042025-07-31T15:53:26.959Z Checking chrono v0.4.41
23052025-07-31T15:53:27.085Z Checking toml v0.9.2
23062025-07-31T15:53:27.464Z Compiling serde_tokenstream v0.2.2
23072025-07-31T15:53:27.538Z Checking icu_normalizer v1.5.0
23082025-07-31T15:53:27.588Z Checking uuid v1.17.0
23092025-07-31T15:53:27.786Z Checking h2 v0.4.6
23102025-07-31T15:53:27.975Z Checking serde_urlencoded v0.7.1
23112025-07-31T15:53:28.003Z Checking slog-json v2.6.1
23122025-07-31T15:53:28.109Z Checking openapiv3 v2.2.0
23132025-07-31T15:53:28.221Z Checking idna_adapter v1.2.0
23142025-07-31T15:53:28.248Z Checking slog-bunyan v2.5.0
23152025-07-31T15:53:28.276Z Compiling dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23162025-07-31T15:53:28.375Z Checking serde_path_to_error v0.1.17
23172025-07-31T15:53:28.418Z Checking camino v1.1.10
23182025-07-31T15:53:28.445Z Checking idna v1.0.3
23192025-07-31T15:53:28.505Z Checking trybuild v1.0.106
23202025-07-31T15:53:28.718Z Checking schemars v0.8.22
23212025-07-31T15:53:28.897Z Checking url v2.5.4
23222025-07-31T15:53:29.221Z Documenting dropshot_endpoint v0.16.2 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23232025-07-31T15:53:31.090Z Checking hyper v1.6.0
23242025-07-31T15:53:32.731Z Checking hyper-util v0.1.15
23252025-07-31T15:53:32.731Z Checking hyper-staticfile v0.10.1
23262025-07-31T15:53:34.405Z Checking hyper-rustls v0.27.3
23272025-07-31T15:53:34.405Z Checking hyper-tls v0.6.0
23282025-07-31T15:53:34.432Z Documenting dropshot v0.16.2 (/work/oxidecomputer/dropshot/dropshot)
23292025-07-31T15:53:34.433Z Checking hyper-rustls v0.26.0
23302025-07-31T15:53:34.710Z Checking reqwest v0.12.22
23312025-07-31T15:53:43.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.79s
23322025-07-31T15:53:43.726Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
23332025-07-31T15:53:43.754Z
23342025-07-31T15:53:43.754Zreal 36.905911988
23352025-07-31T15:53:43.754Zuser 2:54.126598973
23362025-07-31T15:53:43.754Zsys 43.455407634
23372025-07-31T15:53:43.754Ztrap 0.110339488
23382025-07-31T15:53:43.754Ztflt 0.126760917
23392025-07-31T15:53:43.754Zdflt 0.015568786
23402025-07-31T15:53:43.754Zkflt 0.000121668
23412025-07-31T15:53:43.754Zlock 6:34.343168967
23422025-07-31T15:53:43.754Zslp 10:39.929876256
23432025-07-31T15:53:43.754Zlat 11.658797342
23442025-07-31T15:53:43.754Zstop 19.390792137
23452025-07-31T15:53:43.754Zprocess exited: duration 332925 ms, exit code 0
 
23462025-07-31T15:53:43.810Zfound 0 output files