01JHF0991PJKCJYVHJP2RKWTKB: build-and-test / illumos

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

Buildomat Job: 01JHF09JHAQQXMA31ZAVBFMNAP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-13T04:57:08.411Zjob assigned to worker 01JHF09RNH5B8WQNFM1Y6JZ6Y6 [factory aws, i-06a175aa74b2c9711] (queued for 1 m 8 s)
 
22025-01-13T04:57:16.902Zstarting task 0: "setup"
32025-01-13T04:57:16.909Z++ uname -s
42025-01-13T04:57:16.912Z+ kern=SunOS
52025-01-13T04:57:16.912Z+ case "$kern" in
62025-01-13T04:57:16.912Z+ groupadd -g 12345 build
72025-01-13T04:57:16.915Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-13T04:57:18.921Z+ zfs create -o mountpoint=/work rpool/work
92025-01-13T04:57:19.004Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-13T04:57:19.008Z+ home_fs=zfs
112025-01-13T04:57:19.008Z+ [[ zfs == autofs ]]
122025-01-13T04:57:19.008Z+ mkdir -p /home/build
132025-01-13T04:57:19.011Z+ chown build:build /home/build /work
142025-01-13T04:57:21.011Z+ chmod 0700 /home/build /work
152025-01-13T04:57:21.014Zprocess exited: duration 4113 ms, exit code 0
 
162025-01-13T04:57:21.020Zstarting task 1: "rust-toolchain"
172025-01-13T04:57:21.031Z+ printf ' * toolchain channel = "%s"
182025-01-13T04:57:21.031Z' stable
192025-01-13T04:57:21.031Z+ printf ' * toolchain profile = "%s"
202025-01-13T04:57:21.031Z * toolchain channel = "stable"
212025-01-13T04:57:21.031Z' default
222025-01-13T04:57:21.031Z * toolchain profile = "default"
232025-01-13T04:57:21.031Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-13T04:57:21.031Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252025-01-13T04:57:21.144Zinfo: downloading installer
262025-01-13T04:57:22.422Zinfo: profile set to 'default'
272025-01-13T04:57:22.422Zinfo: default host triple is x86_64-unknown-illumos
282025-01-13T04:57:22.427Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292025-01-13T04:57:22.580Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-13T04:57:22.580Zinfo: downloading component 'cargo'
312025-01-13T04:57:23.484Zinfo: downloading component 'clippy'
322025-01-13T04:57:23.831Zinfo: downloading component 'rust-docs'
332025-01-13T04:57:25.075Zinfo: downloading component 'rust-std'
342025-01-13T04:57:26.906Zinfo: downloading component 'rustc'
352025-01-13T04:57:33.955Zinfo: downloading component 'rustfmt'
362025-01-13T04:57:34.221Zinfo: installing component 'cargo'
372025-01-13T04:57:35.051Zinfo: installing component 'clippy'
382025-01-13T04:57:35.429Zinfo: installing component 'rust-docs'
392025-01-13T04:57:37.105Zinfo: installing component 'rust-std'
402025-01-13T04:57:38.779Zinfo: installing component 'rustc'
412025-01-13T04:57:44.688Zinfo: installing component 'rustfmt'
422025-01-13T04:57:45.019Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432025-01-13T04:57:45.019Z
442025-01-13T04:57:45.410Z stable-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-13T04:57:45.410Z
462025-01-13T04:57:45.412Z
472025-01-13T04:57:45.412ZRust is installed now. Great!
482025-01-13T04:57:45.412Z
492025-01-13T04:57:45.412ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-13T04:57:45.412Zenvironment variable. This has not been done automatically.
512025-01-13T04:57:45.412Z
522025-01-13T04:57:45.412ZTo configure your current shell, you need to source
532025-01-13T04:57:45.412Zthe corresponding env file under $HOME/.cargo.
542025-01-13T04:57:45.413Z
552025-01-13T04:57:45.413ZThis is usually done by running one of the following (note the leading DOT):
562025-01-13T04:57:45.413Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-13T04:57:45.413Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-13T04:57:45.490Z+ rustc --version
592025-01-13T04:57:45.557Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-13T04:57:45.560Zprocess exited: duration 24537 ms, exit code 0
 
612025-01-13T04:57:45.565Zstarting task 2: "authentication"
622025-01-13T04:57:45.586Zprocess exited: duration 21 ms, exit code 0
 
632025-01-13T04:57:45.592Zstarting task 3: "clone repository"
642025-01-13T04:57:45.596Z+ mkdir -p /work/oxidecomputer/dropshot
652025-01-13T04:57:45.599Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
662025-01-13T04:57:47.094ZCloning into '/work/oxidecomputer/dropshot'...
672025-01-13T04:57:48.857Z+ cd /work/oxidecomputer/dropshot
682025-01-13T04:57:48.857Z+ git fetch origin 0b7256096907b09cf3103a7ba3bbc6357c7b6fe2
692025-01-13T04:57:49.166ZFrom https://github.com/oxidecomputer/dropshot
702025-01-13T04:57:49.166Z * branch 0b7256096907b09cf3103a7ba3bbc6357c7b6fe2 -> FETCH_HEAD
712025-01-13T04:57:49.175Z+ [[ -n dependabot/cargo/uuid-1.11.1 ]]
722025-01-13T04:57:49.178Z++ git branch --show-current
732025-01-13T04:57:49.180Z+ current=main
742025-01-13T04:57:49.181Z+ [[ main != dependabot/cargo/uuid-1.11.1 ]]
752025-01-13T04:57:49.181Z+ git branch -f dependabot/cargo/uuid-1.11.1 0b7256096907b09cf3103a7ba3bbc6357c7b6fe2
762025-01-13T04:57:49.183Z+ git checkout -f dependabot/cargo/uuid-1.11.1
772025-01-13T04:57:49.204ZSwitched to branch 'dependabot/cargo/uuid-1.11.1'
782025-01-13T04:57:49.206Z+ git reset --hard 0b7256096907b09cf3103a7ba3bbc6357c7b6fe2
792025-01-13T04:57:49.223ZHEAD is now at 0b72560 Bump uuid from 1.11.0 to 1.11.1
802025-01-13T04:57:49.226Zprocess exited: duration 3632 ms, exit code 0
 
812025-01-13T04:57:49.232Zstarting task 4: "build"
822025-01-13T04:57:49.237Z+ cargo --version
832025-01-13T04:57:49.241Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
842025-01-13T04:57:49.389Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
852025-01-13T04:57:49.389Zinfo: downloading component 'cargo'
862025-01-13T04:57:50.126Zinfo: downloading component 'clippy'
872025-01-13T04:57:50.409Zinfo: downloading component 'rust-docs'
882025-01-13T04:57:51.452Zinfo: downloading component 'rust-std'
892025-01-13T04:57:52.944Zinfo: downloading component 'rustc'
902025-01-13T04:57:58.597Zinfo: downloading component 'rustfmt'
912025-01-13T04:57:58.813Zinfo: installing component 'cargo'
922025-01-13T04:57:59.629Zinfo: installing component 'clippy'
932025-01-13T04:58:00.004Zinfo: installing component 'rust-docs'
942025-01-13T04:58:01.675Zinfo: installing component 'rust-std'
952025-01-13T04:58:03.329Zinfo: installing component 'rustc'
962025-01-13T04:58:09.041Zinfo: installing component 'rustfmt'
972025-01-13T04:58:09.450Zcargo 1.83.0 (5ffbef321 2024-10-29)
982025-01-13T04:58:09.452Z+ rustc --version
992025-01-13T04:58:09.521Zrustc 1.83.0 (90b35a623 2024-11-26)
1002025-01-13T04:58:09.525Z+ banner build
1012025-01-13T04:58:09.621Z
1022025-01-13T04:58:09.621Z ##### # # # # #####
1032025-01-13T04:58:09.621Z # # # # # # # #
1042025-01-13T04:58:09.621Z ##### # # # # # #
1052025-01-13T04:58:09.621Z # # # # # # # #
1062025-01-13T04:58:09.621Z # # # # # # # #
1072025-01-13T04:58:09.621Z ##### #### # ###### #####
1082025-01-13T04:58:09.621Z
1092025-01-13T04:58:09.623Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1102025-01-13T04:58:09.756Z Updating crates.io index
1112025-01-13T04:58:10.663Z Downloading crates ...
1122025-01-13T04:58:10.742Z Downloaded async-stream-impl v0.3.6
1132025-01-13T04:58:10.748Z Downloaded async-channel v2.3.1
1142025-01-13T04:58:10.753Z Downloaded anyhow v1.0.95
1152025-01-13T04:58:10.765Z Downloaded match_cfg v0.1.0
1162025-01-13T04:58:10.770Z Downloaded dtrace-parser v0.2.0
1172025-01-13T04:58:10.773Z Downloaded equivalent v1.0.0
1182025-01-13T04:58:10.776Z Downloaded autocfg v1.1.0
1192025-01-13T04:58:10.781Z Downloaded unicode-width v0.1.9
1202025-01-13T04:58:10.785Z Downloaded openssl-probe v0.1.4
1212025-01-13T04:58:10.791Z Downloaded num-conv v0.1.0
1222025-01-13T04:58:10.794Z Downloaded waitgroup v0.1.2
1232025-01-13T04:58:10.797Z Downloaded http-range v0.1.4
1242025-01-13T04:58:10.797Z Downloaded foreign-types v0.3.2
1252025-01-13T04:58:10.797Z Downloaded foreign-types-shared v0.1.1
1262025-01-13T04:58:10.801Z Downloaded cpufeatures v0.2.2
1272025-01-13T04:58:10.803Z Downloaded concurrent-queue v2.5.0
1282025-01-13T04:58:10.806Z Downloaded block-buffer v0.10.2
1292025-01-13T04:58:10.809Z Downloaded dof v0.3.0
1302025-01-13T04:58:10.812Z Downloaded buf-list v1.0.3
1312025-01-13T04:58:10.814Z Downloaded take_mut v0.2.2
1322025-01-13T04:58:10.814Z Downloaded sync_wrapper v1.0.1
1332025-01-13T04:58:10.816Z Downloaded lazy_static v1.5.0
1342025-01-13T04:58:10.819Z Downloaded deranged v0.3.11
1352025-01-13T04:58:10.819Z Downloaded schema v0.1.0
1362025-01-13T04:58:10.821Z Downloaded heck v0.5.0
1372025-01-13T04:58:10.821Z Downloaded futures-io v0.3.31
1382025-01-13T04:58:10.823Z Downloaded data-encoding v2.4.0
1392025-01-13T04:58:10.823Z Downloaded crypto-common v0.1.6
1402025-01-13T04:58:10.826Z Downloaded cfg-if v1.0.0
1412025-01-13T04:58:10.826Z Downloaded byteorder v1.4.3
1422025-01-13T04:58:10.828Z Downloaded parking v2.2.0
1432025-01-13T04:58:10.831Z Downloaded fnv v1.0.7
1442025-01-13T04:58:10.831Z Downloaded schema-derive v0.1.0
1452025-01-13T04:58:10.831Z Downloaded untrusted v0.9.0
1462025-01-13T04:58:10.833Z Downloaded iana-time-zone v0.1.47
1472025-01-13T04:58:10.836Z Downloaded dyn-clone v1.0.4
1482025-01-13T04:58:10.838Z Downloaded target-triple v0.1.3
1492025-01-13T04:58:10.838Z Downloaded pretty-hex v0.4.1
1502025-01-13T04:58:10.840Z Downloaded ipnet v2.10.0
1512025-01-13T04:58:10.840Z Downloaded scroll_derive v0.12.0
1522025-01-13T04:58:10.842Z Downloaded digest v0.10.7
1532025-01-13T04:58:10.845Z Downloaded glob v0.3.0
1542025-01-13T04:58:10.845Z Downloaded futures-core v0.3.31
1552025-01-13T04:58:10.847Z Downloaded memmap v0.7.0
1562025-01-13T04:58:10.847Z Downloaded hyper-tls v0.6.0
1572025-01-13T04:58:10.849Z Downloaded pest_generator v2.7.6
1582025-01-13T04:58:10.852Z Downloaded newline-converter v0.3.0
1592025-01-13T04:58:10.852Z Downloaded percent-encoding v2.3.1
1602025-01-13T04:58:10.852Z Downloaded paste v1.0.15
1612025-01-13T04:58:10.855Z Downloaded pkg-config v0.3.31
1622025-01-13T04:58:10.857Z Downloaded usdt v0.5.0
1632025-01-13T04:58:10.860Z Downloaded itoa v1.0.1
1642025-01-13T04:58:10.860Z Downloaded futures-sink v0.3.31
1652025-01-13T04:58:10.862Z Downloaded futures-macro v0.3.31
1662025-01-13T04:58:10.862Z Downloaded pin-utils v0.1.0
1672025-01-13T04:58:10.865Z Downloaded slab v0.4.9
1682025-01-13T04:58:10.865Z Downloaded hostname v0.4.0
1692025-01-13T04:58:10.867Z Downloaded signal-hook-registry v1.4.0
1702025-01-13T04:58:10.867Z Downloaded slog-bunyan v2.5.0
1712025-01-13T04:58:10.870Z Downloaded serde_tokenstream v0.2.2
1722025-01-13T04:58:10.870Z Downloaded rustc-hash v2.0.0
1732025-01-13T04:58:10.872Z Downloaded bitflags v2.4.0
1742025-01-13T04:58:10.875Z Downloaded scopeguard v1.2.0
1752025-01-13T04:58:10.875Z Downloaded schemars_derive v0.8.21
1762025-01-13T04:58:10.877Z Downloaded mime_guess v2.0.5
1772025-01-13T04:58:10.880Z Downloaded slog-async v2.8.0
1782025-01-13T04:58:10.882Z Downloaded native-tls v0.2.12
1792025-01-13T04:58:10.884Z Downloaded version_check v0.9.5
1802025-01-13T04:58:10.884Z Downloaded hyper-staticfile v0.10.1
1812025-01-13T04:58:10.887Z Downloaded ppv-lite86 v0.2.15
1822025-01-13T04:58:10.887Z Downloaded futures-executor v0.3.31
1832025-01-13T04:58:10.889Z Downloaded rand_chacha v0.3.1
1842025-01-13T04:58:10.892Z Downloaded event-listener v5.0.0
1852025-01-13T04:58:10.894Z Downloaded quinn-udp v0.5.5
1862025-01-13T04:58:10.894Z Downloaded powerfmt v0.2.0
1872025-01-13T04:58:10.897Z Downloaded utf-8 v0.7.6
1882025-01-13T04:58:10.897Z Downloaded hyper-rustls v0.27.3
1892025-01-13T04:58:10.899Z Downloaded mime v0.3.16
1902025-01-13T04:58:10.902Z Downloaded httparse v1.8.0
1912025-01-13T04:58:10.902Z Downloaded generic-array v0.14.5
1922025-01-13T04:58:10.904Z Downloaded serde_spanned v0.6.7
1932025-01-13T04:58:10.906Z Downloaded atomic-waker v1.1.1
1942025-01-13T04:58:10.909Z Downloaded rand_core v0.6.3
1952025-01-13T04:58:10.909Z Downloaded subtle v2.5.0
1962025-01-13T04:58:10.911Z Downloaded tinyvec_macros v0.1.0
1972025-01-13T04:58:10.911Z Downloaded thread-id v4.0.0
1982025-01-13T04:58:10.914Z Downloaded try-lock v0.2.3
1992025-01-13T04:58:10.914Z Downloaded tower-layer v0.3.3
2002025-01-13T04:58:10.914Z Downloaded termcolor v1.1.2
2012025-01-13T04:58:10.916Z Downloaded http-body-util v0.1.2
2022025-01-13T04:58:10.918Z Downloaded form_urlencoded v1.2.1
2032025-01-13T04:58:10.918Z Downloaded once_cell v1.20.1
2042025-01-13T04:58:10.921Z Downloaded httpdate v1.0.1
2052025-01-13T04:58:10.923Z Downloaded hostname v0.3.1
2062025-01-13T04:58:10.923Z Downloaded getrandom v0.2.11
2072025-01-13T04:58:10.926Z Downloaded pem v3.0.4
2082025-01-13T04:58:10.928Z Downloaded log v0.4.17
2092025-01-13T04:58:10.931Z Downloaded pest_derive v2.7.6
2102025-01-13T04:58:10.933Z Downloaded toml_datetime v0.6.8
2112025-01-13T04:58:10.933Z Downloaded yasna v0.5.2
2122025-01-13T04:58:10.936Z Downloaded thiserror-impl v2.0.9
2132025-01-13T04:58:10.938Z Downloaded unicase v2.6.0
2142025-01-13T04:58:10.940Z Downloaded slog-json v2.6.1
2152025-01-13T04:58:10.940Z Downloaded serde_derive_internals v0.29.0
2162025-01-13T04:58:10.943Z Downloaded semver v1.0.24
2172025-01-13T04:58:10.945Z Downloaded quote v1.0.38
2182025-01-13T04:58:10.948Z Downloaded serde_urlencoded v0.7.1
2192025-01-13T04:58:10.950Z Downloaded time-core v0.1.2
2202025-01-13T04:58:10.950Z Downloaded tower-service v0.3.3
2212025-01-13T04:58:10.952Z Downloaded thread_local v1.1.4
2222025-01-13T04:58:10.952Z Downloaded unicode-segmentation v1.10.0
2232025-01-13T04:58:10.956Z Downloaded slog-term v2.9.1
2242025-01-13T04:58:10.958Z Downloaded smallvec v1.13.2
2252025-01-13T04:58:10.961Z Downloaded typenum v1.14.0
2262025-01-13T04:58:10.963Z Downloaded thiserror-impl v1.0.69
2272025-01-13T04:58:10.966Z Downloaded tokio-native-tls v0.3.1
2282025-01-13T04:58:10.968Z Downloaded usdt-attr-macro v0.5.0
2292025-01-13T04:58:10.968Z Downloaded cc v1.0.83
2302025-01-13T04:58:10.971Z Downloaded hyper-util v0.1.10
2312025-01-13T04:58:10.976Z Downloaded term v0.7.0
2322025-01-13T04:58:10.979Z Downloaded tokio-rustls v0.25.0
2332025-01-13T04:58:10.981Z Downloaded tempfile v3.14.0
2342025-01-13T04:58:10.984Z Downloaded similar v2.2.1
2352025-01-13T04:58:10.989Z Downloaded thiserror v1.0.69
2362025-01-13T04:58:10.995Z Downloaded thiserror v2.0.9
2372025-01-13T04:58:11.001Z Downloaded hyper-rustls v0.26.0
2382025-01-13T04:58:11.003Z Downloaded tinyvec v1.5.1
2392025-01-13T04:58:11.006Z Downloaded rustls-pki-types v1.10.0
2402025-01-13T04:58:11.010Z Downloaded socket2 v0.5.5
2412025-01-13T04:58:11.012Z Downloaded proc-macro2 v1.0.92
2422025-01-13T04:58:11.015Z Downloaded futures v0.3.31
2432025-01-13T04:58:11.020Z Downloaded trybuild v1.0.101
2442025-01-13T04:58:11.024Z Downloaded prettyplease v0.2.25
2452025-01-13T04:58:11.028Z Downloaded toml v0.8.19
2462025-01-13T04:58:11.031Z Downloaded time-macros v0.2.18
2472025-01-13T04:58:11.034Z Downloaded tracing v0.1.40
2482025-01-13T04:58:11.039Z Downloaded spin v0.9.8
2492025-01-13T04:58:11.041Z Downloaded serde_derive v1.0.217
2502025-01-13T04:58:11.044Z Downloaded unicode-normalization v0.1.24
2512025-01-13T04:58:11.048Z Downloaded unicode-bidi v0.3.15
2522025-01-13T04:58:11.051Z Downloaded subprocess v0.2.9
2532025-01-13T04:58:11.054Z Downloaded ucd-trie v0.1.6
2542025-01-13T04:58:11.056Z Downloaded expectorate v1.1.0
2552025-01-13T04:58:11.058Z Downloaded serde v1.0.217
2562025-01-13T04:58:11.062Z Downloaded ryu v1.0.5
2572025-01-13T04:58:11.065Z Downloaded tungstenite v0.24.0
2582025-01-13T04:58:11.068Z Downloaded quinn v0.11.4
2592025-01-13T04:58:11.072Z Downloaded openssl-sys v0.9.103
2602025-01-13T04:58:11.077Z Downloaded mio v1.0.3
2612025-01-13T04:58:11.083Z Downloaded rcgen v0.13.2
2622025-01-13T04:58:11.086Z Downloaded url v2.5.2
2632025-01-13T04:58:11.089Z Downloaded tokio-util v0.7.7
2642025-01-13T04:58:11.096Z Downloaded tower v0.5.2
2652025-01-13T04:58:11.104Z Downloaded tracing-core v0.1.32
2662025-01-13T04:58:11.107Z Downloaded pest v2.7.6
2672025-01-13T04:58:11.112Z Downloaded time v0.3.36
2682025-01-13T04:58:11.120Z Downloaded futures-util v0.3.31
2692025-01-13T04:58:11.131Z Downloaded toml_edit v0.22.20
2702025-01-13T04:58:11.152Z Downloaded serde_json v1.0.134
2712025-01-13T04:58:11.159Z Downloaded winnow v0.6.18
2722025-01-13T04:58:11.166Z Downloaded h2 v0.4.6
2732025-01-13T04:58:11.173Z Downloaded chrono v0.4.39
2742025-01-13T04:58:11.180Z Downloaded portable-atomic v1.9.0
2752025-01-13T04:58:11.187Z Downloaded rustls-webpki v0.102.8
2762025-01-13T04:58:11.205Z Downloaded reqwest v0.12.12
2772025-01-13T04:58:11.214Z Downloaded quinn-proto v0.11.8
2782025-01-13T04:58:11.220Z Downloaded webpki-roots v0.26.5
2792025-01-13T04:58:11.223Z Downloaded vcpkg v0.2.15
2802025-01-13T04:58:11.260Z Downloaded idna v0.5.0
2812025-01-13T04:58:11.267Z Downloaded openssl v0.10.66
2822025-01-13T04:58:11.276Z Downloaded openapiv3 v2.0.0
2832025-01-13T04:58:11.287Z Downloaded syn v2.0.95
2842025-01-13T04:58:11.298Z Downloaded rustls v0.23.13
2852025-01-13T04:58:11.309Z Downloaded rustls v0.22.4
2862025-01-13T04:58:11.321Z Downloaded goblin v0.8.0
2872025-01-13T04:58:11.326Z Downloaded zerocopy v0.7.32
2882025-01-13T04:58:11.340Z Downloaded rustix v0.38.40
2892025-01-13T04:58:11.360Z Downloaded hashbrown v0.15.2
2902025-01-13T04:58:11.365Z Downloaded hyper v1.5.2
2912025-01-13T04:58:11.371Z Downloaded rand v0.8.4
2922025-01-13T04:58:11.375Z Downloaded schemars v0.8.21
2932025-01-13T04:58:11.385Z Downloaded memchr v2.6.0
2942025-01-13T04:58:11.390Z Downloaded http v1.2.0
2952025-01-13T04:58:11.394Z Downloaded crossbeam-channel v0.5.1
2962025-01-13T04:58:11.398Z Downloaded base64 v0.22.1
2972025-01-13T04:58:11.401Z Downloaded indexmap v2.7.0
2982025-01-13T04:58:11.406Z Downloaded tokio-tungstenite v0.24.0
2992025-01-13T04:58:11.408Z Downloaded tokio-rustls v0.26.0
3002025-01-13T04:58:11.410Z Downloaded slog v2.7.0
3012025-01-13T04:58:11.413Z Downloaded plain v0.2.3
3022025-01-13T04:58:11.415Z Downloaded pest_meta v2.7.6
3032025-01-13T04:58:11.418Z Downloaded parking_lot v0.12.1
3042025-01-13T04:58:11.418Z Downloaded zeroize v1.7.0
3052025-01-13T04:58:11.421Z Downloaded uuid v1.11.1
3062025-01-13T04:58:11.421Z Downloaded sha2 v0.10.8
3072025-01-13T04:58:11.423Z Downloaded unicode-ident v1.0.12
3082025-01-13T04:58:11.426Z Downloaded num-traits v0.2.14
3092025-01-13T04:58:11.428Z Downloaded tokio-macros v2.4.0
3102025-01-13T04:58:11.431Z Downloaded sha1 v0.10.6
3112025-01-13T04:58:11.433Z Downloaded libc v0.2.169
3122025-01-13T04:58:11.460Z Downloaded serde_path_to_error v0.1.16
3132025-01-13T04:58:11.463Z Downloaded rustls-pemfile v2.1.3
3142025-01-13T04:58:11.465Z Downloaded tokio v1.42.0
3152025-01-13T04:58:11.500Z Downloaded pin-project-lite v0.2.12
3162025-01-13T04:58:11.505Z Downloaded scroll v0.12.0
3172025-01-13T04:58:11.507Z Downloaded rustls-native-certs v0.7.0
3182025-01-13T04:58:11.507Z Downloaded parking_lot_core v0.9.4
3192025-01-13T04:58:11.510Z Downloaded zerocopy-derive v0.7.32
3202025-01-13T04:58:11.513Z Downloaded futures-channel v0.3.31
3212025-01-13T04:58:11.515Z Downloaded bytes v1.9.0
3222025-01-13T04:58:11.518Z Downloaded lock_api v0.4.6
3232025-01-13T04:58:11.520Z Downloaded crossbeam-utils v0.8.15
3242025-01-13T04:58:11.523Z Downloaded camino v1.1.9
3252025-01-13T04:58:11.525Z Downloaded console v0.15.7
3262025-01-13T04:58:11.528Z Downloaded async-trait v0.1.84
3272025-01-13T04:58:11.530Z Downloaded dirs-sys-next v0.1.2
3282025-01-13T04:58:11.530Z Downloaded multer v3.1.0
3292025-01-13T04:58:11.533Z Downloaded usdt-impl v0.5.0
3302025-01-13T04:58:11.535Z Downloaded fastrand v2.1.1
3312025-01-13T04:58:11.537Z Downloaded event-listener-strategy v0.5.2
3322025-01-13T04:58:11.537Z Downloaded errno v0.3.8
3332025-01-13T04:58:11.537Z Downloaded openssl-macros v0.1.1
3342025-01-13T04:58:11.540Z Downloaded num_threads v0.1.3
3352025-01-13T04:58:11.540Z Downloaded is-terminal v0.4.12
3362025-01-13T04:58:11.540Z Downloaded http-body v1.0.1
3372025-01-13T04:58:11.542Z Downloaded debug-ignore v1.0.5
3382025-01-13T04:58:11.544Z Downloaded async-stream v0.3.6
3392025-01-13T04:58:11.544Z Downloaded simple-mermaid v0.2.0
3402025-01-13T04:58:11.547Z Downloaded want v0.3.0
3412025-01-13T04:58:11.550Z Downloaded usdt-macro v0.5.0
3422025-01-13T04:58:11.550Z Downloaded futures-task v0.3.31
3432025-01-13T04:58:11.550Z Downloaded dirs-next v2.0.0
3442025-01-13T04:58:11.552Z Downloaded encoding_rs v0.8.32
3452025-01-13T04:58:11.769Z Downloaded ring v0.17.7
3462025-01-13T04:58:12.046Z Compiling proc-macro2 v1.0.92
3472025-01-13T04:58:12.046Z Compiling unicode-ident v1.0.12
3482025-01-13T04:58:12.049Z Compiling libc v0.2.169
3492025-01-13T04:58:12.049Z Compiling cfg-if v1.0.0
3502025-01-13T04:58:12.049Z Compiling serde v1.0.217
3512025-01-13T04:58:12.049Z Compiling itoa v1.0.1
3522025-01-13T04:58:12.049Z Compiling memchr v2.6.0
3532025-01-13T04:58:12.068Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=cd146562aee6a48f -C extra-filename=-cd146562aee6a48f --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-cd146562aee6a48f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3542025-01-13T04:58:12.071Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2b4509c562bc133a -C extra-filename=-2b4509c562bc133a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3552025-01-13T04:58:12.071Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/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="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=8e1b57f5fed3e52e -C extra-filename=-8e1b57f5fed3e52e --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-8e1b57f5fed3e52e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3562025-01-13T04:58:12.071Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=5dd581dc3bc79f2e -C extra-filename=-5dd581dc3bc79f2e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3572025-01-13T04:58:12.076Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c00d25df26ced883 -C extra-filename=-c00d25df26ced883 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-c00d25df26ced883 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3582025-01-13T04:58:12.078Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/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)' --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=159a11d02a055511 -C extra-filename=-159a11d02a055511 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-159a11d02a055511 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3592025-01-13T04:58:12.078Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3304f96f964a1429 -C extra-filename=-3304f96f964a1429 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3602025-01-13T04:58:12.078Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=7811892e43d5a81d -C extra-filename=-7811892e43d5a81d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3612025-01-13T04:58:12.149Z Compiling version_check v0.9.5
3622025-01-13T04:58:12.162Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1ca23863feb9ecf9 -C extra-filename=-1ca23863feb9ecf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3632025-01-13T04:58:12.232Z Compiling once_cell v1.20.1
3642025-01-13T04:58:12.237Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=8ecd19cea472010a -C extra-filename=-8ecd19cea472010a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3652025-01-13T04:58:12.300Z Compiling pin-project-lite v0.2.12
3662025-01-13T04:58:12.303Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a094d5966eb5bd87 -C extra-filename=-a094d5966eb5bd87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3672025-01-13T04:58:12.414Z Compiling autocfg v1.1.0
3682025-01-13T04:58:12.417Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4ae02b1ab1a3988d -C extra-filename=-4ae02b1ab1a3988d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3692025-01-13T04:58:12.570Z Compiling bytes v1.9.0
3702025-01-13T04:58:12.573Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7b39fda080c99561 -C extra-filename=-7b39fda080c99561 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3712025-01-13T04:58:12.669Z Compiling log v0.4.17
3722025-01-13T04:58:12.671Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=22cbab9c833124f6 -C extra-filename=-22cbab9c833124f6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-22cbab9c833124f6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3732025-01-13T04:58:12.895Z Compiling futures-core v0.3.31
3742025-01-13T04:58:12.898Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=202e0e401ac02b89 -C extra-filename=-202e0e401ac02b89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3752025-01-13T04:58:13.070Z Compiling parking_lot_core v0.9.4
3762025-01-13T04:58:13.073Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=24bab15ec3e720eb -C extra-filename=-24bab15ec3e720eb --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-24bab15ec3e720eb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3772025-01-13T04:58:13.384Z Compiling slab v0.4.9
3782025-01-13T04:58:13.387Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2402d3bbfa54c27a -C extra-filename=-2402d3bbfa54c27a --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-2402d3bbfa54c27a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-4ae02b1ab1a3988d.rlib --cap-lints allow`
3792025-01-13T04:58:13.397Z Compiling scopeguard v1.2.0
3802025-01-13T04:58:13.407Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=42b7a5659aa61c8d -C extra-filename=-42b7a5659aa61c8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3812025-01-13T04:58:13.492Z Compiling smallvec v1.13.2
3822025-01-13T04:58:13.495Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b1bd81fab5258879 -C extra-filename=-b1bd81fab5258879 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3832025-01-13T04:58:13.728Z Compiling ryu v1.0.5
3842025-01-13T04:58:13.730Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-cd146562aee6a48f/build-script-build`
3852025-01-13T04:58:13.731Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-8e1b57f5fed3e52e/build-script-build`
3862025-01-13T04:58:13.731Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-c00d25df26ced883/build-script-build`
3872025-01-13T04:58:13.731Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-24bab15ec3e720eb/build-script-build`
3882025-01-13T04:58:13.738Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=5fc82c77cb46f485 -C extra-filename=-5fc82c77cb46f485 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-5fc82c77cb46f485 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3892025-01-13T04:58:13.767Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-159a11d02a055511/build-script-build`
3902025-01-13T04:58:13.788Z Compiling futures-sink v0.3.31
3912025-01-13T04:58:13.791Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-22cbab9c833124f6/build-script-build`
3922025-01-13T04:58:13.791Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6547b91da89de9b3 -C extra-filename=-6547b91da89de9b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3932025-01-13T04:58:13.813Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-2402d3bbfa54c27a/build-script-build`
3942025-01-13T04:58:13.815Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --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="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=34297a3c589d60f3 -C extra-filename=-34297a3c589d60f3 --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_new_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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3952025-01-13T04:58:13.836Z Compiling lock_api v0.4.6
3962025-01-13T04:58:13.838Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=2ea91e4e3ae71a91 -C extra-filename=-2ea91e4e3ae71a91 --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-5dd581dc3bc79f2e.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
3972025-01-13T04:58:13.839Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=ad0a48cb3aabe593 -C extra-filename=-ad0a48cb3aabe593 --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-42b7a5659aa61c8d.rmeta --cap-lints allow`
3982025-01-13T04:58:13.839Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/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)' --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=c9a397fb45b8739c -C extra-filename=-c9a397fb45b8739c --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_new_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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3992025-01-13T04:58:13.914Z Compiling thiserror v1.0.69
4002025-01-13T04:58:13.925Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f95b53689135e862 -C extra-filename=-f95b53689135e862 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f95b53689135e862 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4012025-01-13T04:58:13.936Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cd1f1968df994cf1 -C extra-filename=-cd1f1968df994cf1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4022025-01-13T04:58:14.028Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=04e9a0ae494af8ad -C extra-filename=-04e9a0ae494af8ad --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-2b4509c562bc133a.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)'`
4032025-01-13T04:58:14.164Z Compiling serde_json v1.0.134
4042025-01-13T04:58:14.167Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.134/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=5f4571fc76086826 -C extra-filename=-5f4571fc76086826 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-5f4571fc76086826 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4052025-01-13T04:58:14.178Z Compiling futures-channel v0.3.31
4062025-01-13T04:58:14.200Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-5fc82c77cb46f485/build-script-build`
4072025-01-13T04:58:14.200Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4eb31465723bb3e4 -C extra-filename=-4eb31465723bb3e4 --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-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --cap-lints allow`
4082025-01-13T04:58:14.203Z Compiling futures-task v0.3.31
4092025-01-13T04:58:14.212Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=f46c24381bc413fc -C extra-filename=-f46c24381bc413fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4102025-01-13T04:58:14.245Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=ca43ebeaa2825c46 -C extra-filename=-ca43ebeaa2825c46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4112025-01-13T04:58:14.376Z Compiling cc v1.0.83
4122025-01-13T04:58:14.379Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/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)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=066a79900dc716d1 -C extra-filename=-066a79900dc716d1 --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-c9a397fb45b8739c.rmeta --cap-lints allow`
4132025-01-13T04:58:14.427Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f95b53689135e862/build-script-build`
4142025-01-13T04:58:14.450Z Compiling pin-utils v0.1.0
4152025-01-13T04:58:14.453Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0fdc83d8b9503d3c -C extra-filename=-0fdc83d8b9503d3c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162025-01-13T04:58:14.524Z Compiling fnv v1.0.7
4172025-01-13T04:58:14.527Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-5f4571fc76086826/build-script-build`
4182025-01-13T04:58:14.536Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a785c9739f55e7ce -C extra-filename=-a785c9739f55e7ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192025-01-13T04:58:14.549Z Compiling futures-io v0.3.31
4202025-01-13T04:58:14.551Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=5818bb373b366268 -C extra-filename=-5818bb373b366268 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212025-01-13T04:58:14.562Z Compiling equivalent v1.0.0
4222025-01-13T04:58:14.564Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=48c70162b106b140 -C extra-filename=-48c70162b106b140 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232025-01-13T04:58:14.578Z Compiling hashbrown v0.15.2
4242025-01-13T04:58:14.589Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=f5be82adde7a16af -C extra-filename=-f5be82adde7a16af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252025-01-13T04:58:14.644Z Compiling http v1.2.0
4262025-01-13T04:58:14.646Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d564999cad1a5c0c -C extra-filename=-d564999cad1a5c0c --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-7b39fda080c99561.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a785c9739f55e7ce.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --cap-lints allow`
4272025-01-13T04:58:14.656Z Compiling httparse v1.8.0
4282025-01-13T04:58:14.658Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1815815f8349c27 -C extra-filename=-a1815815f8349c27 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-a1815815f8349c27 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292025-01-13T04:58:14.724Z Compiling quote v1.0.38
4302025-01-13T04:58:14.727Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.38/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ed0a1c15b56c7c22 -C extra-filename=-ed0a1c15b56c7c22 --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-04e9a0ae494af8ad.rmeta --cap-lints allow`
4312025-01-13T04:58:14.776Z Compiling rustls-pki-types v1.10.0
4322025-01-13T04:58:14.779Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=09d82741717f5c62 -C extra-filename=-09d82741717f5c62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332025-01-13T04:58:15.074Z Compiling syn v2.0.95
4342025-01-13T04:58:15.074Z Compiling getrandom v0.2.11
4352025-01-13T04:58:15.076Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.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 --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"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=c03bfd60b1c6054c -C extra-filename=-c03bfd60b1c6054c --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow`
4362025-01-13T04:58:15.077Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=bc3291f4765ac313 -C extra-filename=-bc3291f4765ac313 --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-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
4372025-01-13T04:58:15.369Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e2ece6ca696145ee -C extra-filename=-e2ece6ca696145ee --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-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-b1bd81fab5258879.rmeta --cap-lints allow`
4382025-01-13T04:58:15.452Z Compiling signal-hook-registry v1.4.0
4392025-01-13T04:58:15.455Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eb9965676b9552fc -C extra-filename=-eb9965676b9552fc --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-34297a3c589d60f3.rmeta --cap-lints allow`
4402025-01-13T04:58:15.632Z Compiling mio v1.0.3
4412025-01-13T04:58:15.643Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=be61f70fe070fd89 -C extra-filename=-be61f70fe070fd89 --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-34297a3c589d60f3.rmeta --cap-lints allow`
4422025-01-13T04:58:15.732Z Compiling socket2 v0.5.5
4432025-01-13T04:58:15.744Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=2c51904b24cdba1a -C extra-filename=-2c51904b24cdba1a --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-34297a3c589d60f3.rmeta --cap-lints allow`
4442025-01-13T04:58:15.889Z Compiling parking_lot v0.12.1
4452025-01-13T04:58:15.891Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=b9292d5dd3296621 -C extra-filename=-b9292d5dd3296621 --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-ad0a48cb3aabe593.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-e2ece6ca696145ee.rmeta --cap-lints allow`
4462025-01-13T04:58:16.049Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-a1815815f8349c27/build-script-build`
4472025-01-13T04:58:16.068Z Compiling spin v0.9.8
4482025-01-13T04:58:16.071Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --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=aac7f034420c2f30 -C extra-filename=-aac7f034420c2f30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492025-01-13T04:58:16.292Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8170973e93e4b714 -C extra-filename=-8170973e93e4b714 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4502025-01-13T04:58:16.364Z Compiling tracing-core v0.1.32
4512025-01-13T04:58:16.367Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=7dc3347dd7587c6f -C extra-filename=-7dc3347dd7587c6f --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-8ecd19cea472010a.rmeta --cap-lints allow`
4522025-01-13T04:58:16.544Z Compiling ring v0.17.7
4532025-01-13T04:58:16.547Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/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)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=0a17ad2c3bcae0a9 -C extra-filename=-0a17ad2c3bcae0a9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-0a17ad2c3bcae0a9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-066a79900dc716d1.rlib --cap-lints allow`
4542025-01-13T04:58:16.722Z Compiling untrusted v0.9.0
4552025-01-13T04:58:16.724Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c5962458cf40046c -C extra-filename=-c5962458cf40046c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562025-01-13T04:58:16.842Z Compiling byteorder v1.4.3
4572025-01-13T04:58:16.845Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=a679b17ca8f1f83b -C extra-filename=-a679b17ca8f1f83b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4582025-01-13T04:58:16.870Z Compiling ucd-trie v0.1.6
4592025-01-13T04:58:16.872Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8fe6c17116ec2866 -C extra-filename=-8fe6c17116ec2866 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602025-01-13T04:58:16.890Z Compiling atomic-waker v1.1.1
4612025-01-13T04:58:16.893Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=7fd089cc9c593599 -C extra-filename=-7fd089cc9c593599 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4622025-01-13T04:58:16.975Z Compiling typenum v1.14.0
4632025-01-13T04:58:16.977Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=a874ee750a60ee3a -C extra-filename=-a874ee750a60ee3a --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-a874ee750a60ee3a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4642025-01-13T04:58:16.988Z Compiling pkg-config v0.3.31
4652025-01-13T04:58:16.999Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cf7b7af24c352e30 -C extra-filename=-cf7b7af24c352e30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4662025-01-13T04:58:17.067Z Compiling tracing v0.1.40
4672025-01-13T04:58:17.070Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=3cb0fcf01e26557b -C extra-filename=-3cb0fcf01e26557b --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-a094d5966eb5bd87.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-7dc3347dd7587c6f.rmeta --cap-lints allow`
4682025-01-13T04:58:17.305Z Compiling vcpkg v0.2.15
4692025-01-13T04:58:17.307Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=04de5ef0e53c8b57 -C extra-filename=-04de5ef0e53c8b57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4702025-01-13T04:58:17.454Z Compiling http-body v1.0.1
4712025-01-13T04:58:17.456Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5f47cc9f672c6a6d -C extra-filename=-5f47cc9f672c6a6d --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-7b39fda080c99561.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --cap-lints allow`
4722025-01-13T04:58:17.466Z Compiling generic-array v0.14.5
4732025-01-13T04:58:17.468Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=0a273518cb69fe66 -C extra-filename=-0a273518cb69fe66 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-0a273518cb69fe66 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow`
4742025-01-13T04:58:17.557Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-0a17ad2c3bcae0a9/build-script-build`
4752025-01-13T04:58:17.644Z Compiling try-lock v0.2.3
4762025-01-13T04:58:17.647Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=71cc9b573bcfc055 -C extra-filename=-71cc9b573bcfc055 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4772025-01-13T04:58:17.710Z Compiling crossbeam-utils v0.8.15
4782025-01-13T04:58:17.713Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=b5a6dffc99cd6153 -C extra-filename=-b5a6dffc99cd6153 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b5a6dffc99cd6153 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4792025-01-13T04:58:17.756Z Compiling want v0.3.0
4802025-01-13T04:58:17.758Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=77d59de9e605eac7 -C extra-filename=-77d59de9e605eac7 --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-2ea91e4e3ae71a91.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-71cc9b573bcfc055.rmeta --cap-lints allow`
4812025-01-13T04:58:17.780Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-0a273518cb69fe66/build-script-build`
4822025-01-13T04:58:17.835Z Compiling num-conv v0.1.0
4832025-01-13T04:58:17.838Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=41ef72da9f22982d -C extra-filename=-41ef72da9f22982d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4842025-01-13T04:58:17.859Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-a874ee750a60ee3a/build-script-main`
4852025-01-13T04:58:18.004Z Compiling powerfmt v0.2.0
4862025-01-13T04:58:18.006Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=70e5eaac2f714cf0 -C extra-filename=-70e5eaac2f714cf0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872025-01-13T04:58:18.017Z Compiling httpdate v1.0.1
4882025-01-13T04:58:18.019Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=25466779565e1786 -C extra-filename=-25466779565e1786 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4892025-01-13T04:58:18.030Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=1aad48a297284976 -C extra-filename=-1aad48a297284976 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4902025-01-13T04:58:18.072Z Compiling subtle v2.5.0
4912025-01-13T04:58:18.075Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=73d06957f10eeb69 -C extra-filename=-73d06957f10eeb69 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922025-01-13T04:58:18.137Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b5a6dffc99cd6153/build-script-build`
4932025-01-13T04:58:18.156Z Compiling time-core v0.1.2
4942025-01-13T04:58:18.160Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=aa6baf78862fdd65 -C extra-filename=-aa6baf78862fdd65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4952025-01-13T04:58:18.306Z Compiling zeroize v1.7.0
4962025-01-13T04:58:18.308Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=da542cff3d2eedc6 -C extra-filename=-da542cff3d2eedc6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4972025-01-13T04:58:18.318Z Compiling time-macros v0.2.18
4982025-01-13T04:58:18.320Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=116dcbd358aa9937 -C extra-filename=-116dcbd358aa9937 --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-41ef72da9f22982d.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-aa6baf78862fdd65.rlib --extern proc_macro --cap-lints allow`
4992025-01-13T04:58:18.355Z Compiling deranged v0.3.11
5002025-01-13T04:58:18.358Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=9f9a8cae2269c2ed -C extra-filename=-9f9a8cae2269c2ed --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-70e5eaac2f714cf0.rmeta --cap-lints allow`
5012025-01-13T04:58:18.434Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=2bcf0c9b8cf8c35f -C extra-filename=-2bcf0c9b8cf8c35f --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-5dd581dc3bc79f2e.rmeta --cap-lints allow`
5022025-01-13T04:58:18.549Z Compiling base64 v0.22.1
5032025-01-13T04:58:18.551Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5dc2903498e8e0d8 -C extra-filename=-5dc2903498e8e0d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042025-01-13T04:58:18.669Z Compiling openssl-sys v0.9.103
5052025-01-13T04:58:18.671Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=83d205c9532b43d5 -C extra-filename=-83d205c9532b43d5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-83d205c9532b43d5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-066a79900dc716d1.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-cf7b7af24c352e30.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-04de5ef0e53c8b57.rlib --cap-lints allow`
5062025-01-13T04:58:19.046Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=b8ae90b47b532750 -C extra-filename=-b8ae90b47b532750 --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-1aad48a297284976.rmeta --cap-lints allow --cfg relaxed_coherence`
5072025-01-13T04:58:19.172Z Compiling bitflags v2.4.0
5082025-01-13T04:58:19.175Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=4453ff0f6fdc5370 -C extra-filename=-4453ff0f6fdc5370 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092025-01-13T04:58:19.471Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-83d205c9532b43d5/build-script-main`
5102025-01-13T04:58:19.484Z Compiling num_threads v0.1.3
5112025-01-13T04:58:19.486Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5763716f0b9fe373 -C extra-filename=-5763716f0b9fe373 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5122025-01-13T04:58:19.502Z Compiling slog v2.7.0
5132025-01-13T04:58:19.505Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c93c1cc0f85b7373 -C extra-filename=-c93c1cc0f85b7373 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-c93c1cc0f85b7373 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5142025-01-13T04:58:19.588Z Compiling tower-service v0.3.3
5152025-01-13T04:58:19.591Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2303d20fe3ee9543 -C extra-filename=-2303d20fe3ee9543 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5162025-01-13T04:58:19.643Z Compiling unicase v2.6.0
5172025-01-13T04:58:19.646Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a841d2c447f6aa0b -C extra-filename=-a841d2c447f6aa0b --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-a841d2c447f6aa0b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow`
5182025-01-13T04:58:19.688Z Compiling usdt-impl v0.5.0
5192025-01-13T04:58:19.691Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=ed3ebab30af42dfd -C extra-filename=-ed3ebab30af42dfd --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ed3ebab30af42dfd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow`
5202025-01-13T04:58:19.950Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c93c1cc0f85b7373/build-script-build`
5212025-01-13T04:58:19.979Z Compiling openssl-probe v0.1.4
5222025-01-13T04:58:19.982Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dc0a1e1832286ed0 -C extra-filename=-dc0a1e1832286ed0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232025-01-13T04:58:19.994Z Compiling percent-encoding v2.3.1
5242025-01-13T04:58:19.997Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=48a9904ae722e1d3 -C extra-filename=-48a9904ae722e1d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252025-01-13T04:58:20.008Z Compiling openssl v0.10.66
5262025-01-13T04:58:20.011Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=4db551ff8b71c1b5 -C extra-filename=-4db551ff8b71c1b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-4db551ff8b71c1b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272025-01-13T04:58:20.036Z Compiling foreign-types-shared v0.1.1
5282025-01-13T04:58:20.039Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e655ed84d5616fe5 -C extra-filename=-e655ed84d5616fe5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5292025-01-13T04:58:20.111Z Compiling tinyvec_macros v0.1.0
5302025-01-13T04:58:20.113Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-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)' --check-cfg 'cfg(feature, values())' -C metadata=92932337de74c4f0 -C extra-filename=-92932337de74c4f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312025-01-13T04:58:20.181Z Compiling paste v1.0.15
5322025-01-13T04:58:20.184Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9091910e0d3f186f -C extra-filename=-9091910e0d3f186f --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-9091910e0d3f186f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5332025-01-13T04:58:20.249Z Compiling tinyvec v1.5.1
5342025-01-13T04:58:20.254Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "serde", "std", "tinyvec_macros"))' -C metadata=596b343bc3f2559a -C extra-filename=-596b343bc3f2559a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec_macros-92932337de74c4f0.rmeta --cap-lints allow`
5352025-01-13T04:58:20.264Z Compiling form_urlencoded v1.2.1
5362025-01-13T04:58:20.267Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e609e9b6d2cfac5c -C extra-filename=-e609e9b6d2cfac5c --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-48a9904ae722e1d3.rmeta --cap-lints allow`
5372025-01-13T04:58:20.365Z Compiling foreign-types v0.3.2
5382025-01-13T04:58:20.368Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2bc3e7a32a58de3e -C extra-filename=-2bc3e7a32a58de3e --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-e655ed84d5616fe5.rmeta --cap-lints allow`
5392025-01-13T04:58:20.446Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=2cdf19f3b7a2e68f -C extra-filename=-2cdf19f3b7a2e68f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
5402025-01-13T04:58:20.486Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ed3ebab30af42dfd/build-script-build`
5412025-01-13T04:58:20.597Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-9091910e0d3f186f/build-script-build`
5422025-01-13T04:58:20.622Z Compiling block-buffer v0.10.2
5432025-01-13T04:58:20.624Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9a32fa8ee2de33f3 -C extra-filename=-9a32fa8ee2de33f3 --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-b8ae90b47b532750.rmeta --cap-lints allow`
5442025-01-13T04:58:20.640Z Compiling crypto-common v0.1.6
5452025-01-13T04:58:20.643Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=5a91c444c059179b -C extra-filename=-5a91c444c059179b --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-b8ae90b47b532750.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-1aad48a297284976.rmeta --cap-lints allow`
5462025-01-13T04:58:20.775Z Compiling rand_core v0.6.3
5472025-01-13T04:58:20.778Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-a841d2c447f6aa0b/build-script-build`
5482025-01-13T04:58:20.778Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=c77d6b8d89c5b6bc -C extra-filename=-c77d6b8d89c5b6bc --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-bc3291f4765ac313.rmeta --cap-lints allow`
5492025-01-13T04:58:20.938Z Compiling thread-id v4.0.0
5502025-01-13T04:58:20.941Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9d57ebaaf32cbe04 -C extra-filename=-9d57ebaaf32cbe04 --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-c9a397fb45b8739c.rmeta --cap-lints allow`
5512025-01-13T04:58:21.007Z Compiling time v0.3.36
5522025-01-13T04:58:21.010Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=0ee291bca7989732 -C extra-filename=-0ee291bca7989732 --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-9f9a8cae2269c2ed.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-41ef72da9f22982d.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-5763716f0b9fe373.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-70e5eaac2f714cf0.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-aa6baf78862fdd65.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-116dcbd358aa9937.so --cap-lints allow`
5532025-01-13T04:58:21.028Z Compiling num-traits v0.2.14
5542025-01-13T04:58:21.030Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=5c09c1eed9153658 -C extra-filename=-5c09c1eed9153658 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-5c09c1eed9153658 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-4ae02b1ab1a3988d.rlib --cap-lints allow`
5552025-01-13T04:58:21.110Z Compiling unicode-width v0.1.9
5562025-01-13T04:58:21.110Z Compiling plain v0.2.3
5572025-01-13T04:58:21.114Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3fbdf015e2d1ab9a -C extra-filename=-3fbdf015e2d1ab9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582025-01-13T04:58:21.114Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eea47dbe4268cb26 -C extra-filename=-eea47dbe4268cb26 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5592025-01-13T04:58:21.219Z Compiling native-tls v0.2.12
5602025-01-13T04:58:21.222Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=dc77dae4e4fceaae -C extra-filename=-dc77dae4e4fceaae --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-dc77dae4e4fceaae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612025-01-13T04:58:21.247Z Compiling lazy_static v1.5.0
5622025-01-13T04:58:21.249Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=d64202170b2e197a -C extra-filename=-d64202170b2e197a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632025-01-13T04:58:21.323Z Compiling mime v0.3.16
5642025-01-13T04:58:21.325Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2e6e14bf8f897369 -C extra-filename=-2e6e14bf8f897369 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5652025-01-13T04:58:21.341Z Compiling ppv-lite86 v0.2.15
5662025-01-13T04:58:21.343Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=d564fed89c383635 -C extra-filename=-d564fed89c383635 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5672025-01-13T04:58:21.462Z Compiling rustls v0.23.13
5682025-01-13T04:58:21.465Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=1a370e121a6f7649 -C extra-filename=-1a370e121a6f7649 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-1a370e121a6f7649 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5692025-01-13T04:58:21.493Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=9f0aea19f044ffa2 -C extra-filename=-9f0aea19f044ffa2 --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-34297a3c589d60f3.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"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'`
5702025-01-13T04:58:21.545Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-4db551ff8b71c1b5/build-script-build`
5712025-01-13T04:58:21.565Z Compiling rustls v0.22.4
5722025-01-13T04:58:21.568Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=e4f710111ba12d98 -C extra-filename=-e4f710111ba12d98 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-e4f710111ba12d98 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5732025-01-13T04:58:21.798Z Compiling semver v1.0.24
5742025-01-13T04:58:21.801Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d2337ce5edf9387e -C extra-filename=-d2337ce5edf9387e --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-d2337ce5edf9387e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5752025-01-13T04:58:21.840Z Compiling rand_chacha v0.3.1
5762025-01-13T04:58:21.842Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=d85867eb116ad025 -C extra-filename=-d85867eb116ad025 --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-d564fed89c383635.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c77d6b8d89c5b6bc.rmeta --cap-lints allow`
5772025-01-13T04:58:21.856Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-dc77dae4e4fceaae/build-script-build`
5782025-01-13T04:58:21.869Z Compiling unicode-normalization v0.1.24
5792025-01-13T04:58:21.872Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1074ff751d4dcbe6 -C extra-filename=-1074ff751d4dcbe6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec-596b343bc3f2559a.rmeta --cap-lints allow`
5802025-01-13T04:58:21.886Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-5c09c1eed9153658/build-script-build`
5812025-01-13T04:58:22.140Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5d37b5944a2bec33 -C extra-filename=-5d37b5944a2bec33 --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`
5822025-01-13T04:58:22.245Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-d2337ce5edf9387e/build-script-build`
5832025-01-13T04:58:22.302Z Compiling digest v0.10.7
5842025-01-13T04:58:22.305Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=9a02dfbc282c3e64 -C extra-filename=-9a02dfbc282c3e64 --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-9a32fa8ee2de33f3.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-5a91c444c059179b.rmeta --cap-lints allow`
5852025-01-13T04:58:22.469Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=793274e01d89c767 -C extra-filename=-793274e01d89c767 --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"))'`
5862025-01-13T04:58:22.551Z Compiling rustls-pemfile v2.1.3
5872025-01-13T04:58:22.554Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d0874cfdfdccfd34 -C extra-filename=-d0874cfdfdccfd34 --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-5dc2903498e8e0d8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --cap-lints allow`
5882025-01-13T04:58:22.612Z Compiling dirs-sys-next v0.1.2
5892025-01-13T04:58:22.615Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9c4436941f807b37 -C extra-filename=-9c4436941f807b37 --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-34297a3c589d60f3.rmeta --cap-lints allow`
5902025-01-13T04:58:22.762Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=1fd3a47ef93f811e -C extra-filename=-1fd3a47ef93f811e --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1fd3a47ef93f811e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow`
5912025-01-13T04:58:22.884Z Compiling winnow v0.6.18
5922025-01-13T04:58:22.887Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=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' '--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' '--warn=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' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=75c04a53d45b38c7 -C extra-filename=-75c04a53d45b38c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5932025-01-13T04:58:22.923Z Compiling cpufeatures v0.2.2
5942025-01-13T04:58:22.925Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2cde8935906ba3e8 -C extra-filename=-2cde8935906ba3e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5952025-01-13T04:58:23.007Z Compiling pretty-hex v0.4.1
5962025-01-13T04:58:23.009Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=0c8091ee601db76f -C extra-filename=-0c8091ee601db76f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5972025-01-13T04:58:23.130Z Compiling unicode-bidi v0.3.15
5982025-01-13T04:58:23.133Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=b65a8a6e78f10c75 -C extra-filename=-b65a8a6e78f10c75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5992025-01-13T04:58:23.154Z Compiling unicode-segmentation v1.10.0
6002025-01-13T04:58:23.157Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=4a6bb2da173b7a40 -C extra-filename=-4a6bb2da173b7a40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6012025-01-13T04:58:23.186Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1fd3a47ef93f811e/build-script-build`
6022025-01-13T04:58:23.314Z Compiling sha1 v0.10.6
6032025-01-13T04:58:23.317Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=f99f1fc3dc2da012 -C extra-filename=-f99f1fc3dc2da012 --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-5dd581dc3bc79f2e.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-2cde8935906ba3e8.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-9a02dfbc282c3e64.rmeta --cap-lints allow`
6042025-01-13T04:58:23.363Z Compiling dirs-next v2.0.0
6052025-01-13T04:58:23.365Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e6348a0a82943d74 -C extra-filename=-e6348a0a82943d74 --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-5dd581dc3bc79f2e.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-9c4436941f807b37.rmeta --cap-lints allow`
6062025-01-13T04:58:23.542Z Compiling mime_guess v2.0.5
6072025-01-13T04:58:23.544Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=f80aa830a10dcc85 -C extra-filename=-f80aa830a10dcc85 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-f80aa830a10dcc85 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5d37b5944a2bec33.rlib --cap-lints allow`
6082025-01-13T04:58:23.644Z Compiling newline-converter v0.3.0
6092025-01-13T04:58:23.646Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=550874df4534c24e -C extra-filename=-550874df4534c24e --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-4a6bb2da173b7a40.rmeta --cap-lints allow`
6102025-01-13T04:58:23.767Z Compiling idna v0.5.0
6112025-01-13T04:58:23.770Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=70257c669e69ace0 -C extra-filename=-70257c669e69ace0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-b65a8a6e78f10c75.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-1074ff751d4dcbe6.rmeta --cap-lints allow`
6122025-01-13T04:58:23.793Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fe7db9ad15ca6d75 -C extra-filename=-fe7db9ad15ca6d75 --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)'`
6132025-01-13T04:58:24.298Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8d089af357a348f5 -C extra-filename=-8d089af357a348f5 --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`
6142025-01-13T04:58:24.420Z Compiling rand v0.8.4
6152025-01-13T04:58:24.423Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=69240c9b99ad6cac -C extra-filename=-69240c9b99ad6cac --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-34297a3c589d60f3.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-d85867eb116ad025.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c77d6b8d89c5b6bc.rmeta --cap-lints allow`
6162025-01-13T04:58:24.459Z Compiling serde_derive_internals v0.29.0
6172025-01-13T04:58:24.471Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=203278e26cc79d6d -C extra-filename=-203278e26cc79d6d --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --cap-lints allow`
6182025-01-13T04:58:24.564Z Compiling concurrent-queue v2.5.0
6192025-01-13T04:58:24.567Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=9ff9a7c82adc27f1 -C extra-filename=-9ff9a7c82adc27f1 --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-2bcf0c9b8cf8c35f.rmeta --cap-lints allow`
6202025-01-13T04:58:24.882Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.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="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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=981be674ae86df3e -C extra-filename=-981be674ae86df3e --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow`
6212025-01-13T04:58:25.035Z Compiling serde_derive v1.0.217
6222025-01-13T04:58:25.046Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.217/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)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1d3d56cd5229dd11 -C extra-filename=-1d3d56cd5229dd11 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
6232025-01-13T04:58:25.369Z Compiling thiserror-impl v1.0.69
6242025-01-13T04:58:25.372Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f5a46386c0fabbb3 -C extra-filename=-f5a46386c0fabbb3 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
6252025-01-13T04:58:25.653Z Compiling tokio-macros v2.4.0
6262025-01-13T04:58:25.655Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.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)' --check-cfg 'cfg(feature, values())' -C metadata=9a7106c3897c14ae -C extra-filename=-9a7106c3897c14ae --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
6272025-01-13T04:58:25.781Z Compiling futures-macro v0.3.31
6282025-01-13T04:58:25.783Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0031aaa3c74e8322 -C extra-filename=-0031aaa3c74e8322 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
6292025-01-13T04:58:25.891Z Compiling zerocopy-derive v0.7.32
6302025-01-13T04:58:25.894Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=96662ad401388ef1 -C extra-filename=-96662ad401388ef1 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
6312025-01-13T04:58:26.368Z Compiling scroll_derive v0.12.0
6322025-01-13T04:58:26.371Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e4642898792fe2ca -C extra-filename=-e4642898792fe2ca --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
6332025-01-13T04:58:27.080Z Compiling tokio v1.42.0
6342025-01-13T04:58:27.083Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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)' --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=3855163c4efab91d -C extra-filename=-3855163c4efab91d --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-7b39fda080c99561.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-be61f70fe070fd89.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-b9292d5dd3296621.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-eb9965676b9552fc.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2c51904b24cdba1a.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-9a7106c3897c14ae.so --cap-lints allow`
6352025-01-13T04:58:27.525Z Compiling futures-util v0.3.31
6362025-01-13T04:58:27.528Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=6877d04f3628bf57 -C extra-filename=-6877d04f3628bf57 --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-4eb31465723bb3e4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5818bb373b366268.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-0031aaa3c74e8322.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-0fdc83d8b9503d3c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-cd1f1968df994cf1.rmeta --cap-lints allow`
6372025-01-13T04:58:27.708Z Compiling scroll v0.12.0
6382025-01-13T04:58:27.711Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=556c1736e6280c40 -C extra-filename=-556c1736e6280c40 --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-e4642898792fe2ca.so --cap-lints allow`
6392025-01-13T04:58:27.725Z Compiling zerocopy v0.7.32
6402025-01-13T04:58:27.736Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=4f5b7b8e21ada221 -C extra-filename=-4f5b7b8e21ada221 --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-a679b17ca8f1f83b.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-96662ad401388ef1.so --cap-lints allow`
6412025-01-13T04:58:27.957Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a944e3d15290af1a -C extra-filename=-a944e3d15290af1a --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-f5a46386c0fabbb3.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
6422025-01-13T04:58:28.077Z Compiling pest v2.7.6
6432025-01-13T04:58:28.080Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=03ad50838f3c082f -C extra-filename=-03ad50838f3c082f --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-7811892e43d5a81d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-8fe6c17116ec2866.rmeta --cap-lints allow`
6442025-01-13T04:58:28.202Z Compiling openssl-macros v0.1.1
6452025-01-13T04:58:28.205Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bf73bc2e66f029f8 -C extra-filename=-bf73bc2e66f029f8 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
6462025-01-13T04:58:28.939Z Compiling goblin v0.8.0
6472025-01-13T04:58:28.941Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=5df793a17fbe5fb6 -C extra-filename=-5df793a17fbe5fb6 --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-2ea91e4e3ae71a91.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-eea47dbe4268cb26.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-556c1736e6280c40.rmeta --cap-lints allow`
6482025-01-13T04:58:28.985Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=01427cf4c3c09675 -C extra-filename=-01427cf4c3c09675 --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-4453ff0f6fdc5370.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-2bc3e7a32a58de3e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-bf73bc2e66f029f8.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-9f0aea19f044ffa2.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"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'`
6492025-01-13T04:58:29.166Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=d1aa288260289124 -C extra-filename=-d1aa288260289124 --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-bc3291f4765ac313.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-aac7f034420c2f30.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c5962458cf40046c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
6502025-01-13T04:58:30.833Z Compiling pest_meta v2.7.6
6512025-01-13T04:58:30.836Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=d0ffcb5db35d36ac -C extra-filename=-d0ffcb5db35d36ac --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-8ecd19cea472010a.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-03ad50838f3c082f.rmeta --cap-lints allow`
6522025-01-13T04:58:31.732Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=fc73958dbd323ca1 -C extra-filename=-fc73958dbd323ca1 --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-1d3d56cd5229dd11.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)'`
6532025-01-13T04:58:32.782Z Compiling pest_generator v2.7.6
6542025-01-13T04:58:32.785Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d45bba7383985da6 -C extra-filename=-d45bba7383985da6 --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-03ad50838f3c082f.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-d0ffcb5db35d36ac.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --cap-lints allow`
6552025-01-13T04:58:32.925Z Compiling rustls-webpki v0.102.8
6562025-01-13T04:58:32.937Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=0c5bb0630335700b -C extra-filename=-0c5bb0630335700b --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-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c5962458cf40046c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
6572025-01-13T04:58:34.144Z Compiling tokio-util v0.7.7
6582025-01-13T04:58:34.147Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=03061940a6712f28 -C extra-filename=-03061940a6712f28 --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-7b39fda080c99561.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow`
6592025-01-13T04:58:34.354Z Compiling pest_derive v2.7.6
6602025-01-13T04:58:34.356Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=226fd621d800c594 -C extra-filename=-226fd621d800c594 --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-03ad50838f3c082f.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-d45bba7383985da6.rlib --extern proc_macro --cap-lints allow`
6612025-01-13T04:58:35.038Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-1a370e121a6f7649/build-script-build`
6622025-01-13T04:58:35.077Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-e4f710111ba12d98/build-script-build`
6632025-01-13T04:58:35.079Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=b5ca634231d1d6f9 -C extra-filename=-b5ca634231d1d6f9 --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-2ea91e4e3ae71a91.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-0c5bb0630335700b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-73d06957f10eeb69.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-da542cff3d2eedc6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
6642025-01-13T04:58:35.280Z Compiling dtrace-parser v0.2.0
6652025-01-13T04:58:35.283Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f3dd5d4a49fe191e -C extra-filename=-f3dd5d4a49fe191e --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-03ad50838f3c082f.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-226fd621d800c594.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --cap-lints allow`
6662025-01-13T04:58:35.396Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=cfa04b84190bf23c -C extra-filename=-cfa04b84190bf23c --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-8ecd19cea472010a.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-0c5bb0630335700b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-73d06957f10eeb69.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-da542cff3d2eedc6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
6672025-01-13T04:58:37.214Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.134/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0fc409d8ab4d2294 -C extra-filename=-0fc409d8ab4d2294 --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-3304f96f964a1429.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-ca43ebeaa2825c46.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6682025-01-13T04:58:37.263Z Compiling indexmap v2.7.0
6692025-01-13T04:58:37.276Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=e008d45877e24b08 -C extra-filename=-e008d45877e24b08 --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-48c70162b106b140.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-f5be82adde7a16af.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow`
6702025-01-13T04:58:37.289Z Compiling serde_tokenstream v0.2.2
6712025-01-13T04:58:37.289Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c0abb99aa543059f -C extra-filename=-c0abb99aa543059f --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --cap-lints allow`
6722025-01-13T04:58:37.778Z Compiling toml_datetime v0.6.8
6732025-01-13T04:58:37.781Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--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' '--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' '--warn=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' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0b2d5af216ddd436 -C extra-filename=-0b2d5af216ddd436 --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-fc73958dbd323ca1.rmeta --cap-lints allow`
6742025-01-13T04:58:37.983Z Compiling serde_spanned v0.6.7
6752025-01-13T04:58:37.997Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--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::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--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::items_after_statements' '--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' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6fc5dd8b2702fb0f -C extra-filename=-6fc5dd8b2702fb0f --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-fc73958dbd323ca1.rmeta --cap-lints allow`
6762025-01-13T04:58:38.196Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=6fe435568669c821 -C extra-filename=-6fe435568669c821 --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-2ea91e4e3ae71a91.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-01427cf4c3c09675.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-dc0a1e1832286ed0.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-9f0aea19f044ffa2.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
6772025-01-13T04:58:38.264Z Compiling http-body-util v0.1.2
6782025-01-13T04:58:38.276Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-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)' --check-cfg 'cfg(feature, values())' -C metadata=05419c91254ea773 -C extra-filename=-05419c91254ea773 --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-7b39fda080c99561.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow`
6792025-01-13T04:58:38.545Z Compiling h2 v0.4.6
6802025-01-13T04:58:38.548Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=effc59643a69709a -C extra-filename=-effc59643a69709a --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-7fd089cc9c593599.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a785c9739f55e7ce.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-cd1f1968df994cf1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-03061940a6712f28.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow`
6812025-01-13T04:58:38.700Z Compiling toml_edit v0.22.20
6822025-01-13T04:58:38.712Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--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' '--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' '--warn=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' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=b1d83185c70739cd -C extra-filename=-b1d83185c70739cd --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-e008d45877e24b08.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-6fc5dd8b2702fb0f.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-0b2d5af216ddd436.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-75c04a53d45b38c7.rmeta --cap-lints allow`
6832025-01-13T04:58:38.750Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3c5439bb9642eeca -C extra-filename=-3c5439bb9642eeca --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-34297a3c589d60f3.rmeta --cap-lints allow`
6842025-01-13T04:58:38.853Z Compiling dof v0.3.0
6852025-01-13T04:58:38.856Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=e6ff7c1bd9a24a55 -C extra-filename=-e6ff7c1bd9a24a55 --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-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-4f5b7b8e21ada221.rmeta --cap-lints allow`
6862025-01-13T04:58:39.106Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=4d2bab40c7d38543 -C extra-filename=-4d2bab40c7d38543 --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-5df793a17fbe5fb6.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0c8091ee601db76f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-4f5b7b8e21ada221.rmeta --cap-lints allow`
6872025-01-13T04:58:39.624Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=e172905bcdaeb36f -C extra-filename=-e172905bcdaeb36f --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-a679b17ca8f1f83b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-e6ff7c1bd9a24a55.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f3dd5d4a49fe191e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9a397fb45b8739c.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-9d57ebaaf32cbe04.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
6882025-01-13T04:58:39.951Z Compiling multer v3.1.0
6892025-01-13T04:58:39.953Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=4f1cfd0e4b048316 -C extra-filename=-4f1cfd0e4b048316 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-4f1cfd0e4b048316 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow`
6902025-01-13T04:58:40.305Z Compiling thread_local v1.1.4
6912025-01-13T04:58:40.317Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=d8463e636729aa01 -C extra-filename=-d8463e636729aa01 --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-8ecd19cea472010a.rmeta --cap-lints allow`
6922025-01-13T04:58:40.809Z Compiling encoding_rs v0.8.32
6932025-01-13T04:58:40.812Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=1388959d97afce0a -C extra-filename=-1388959d97afce0a --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-5dd581dc3bc79f2e.rmeta --cap-lints allow`
6942025-01-13T04:58:40.903Z Compiling similar v2.2.1
6952025-01-13T04:58:40.914Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=fd619281d65f60ee -C extra-filename=-fd619281d65f60ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6962025-01-13T04:58:41.169Z Compiling schemars v0.8.21
6972025-01-13T04:58:41.172Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=f696eaa5a4d59098 -C extra-filename=-f696eaa5a4d59098 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-f696eaa5a4d59098 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6982025-01-13T04:58:41.562Z Compiling camino v1.1.9
6992025-01-13T04:58:41.565Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=0845dbcc9219c4d7 -C extra-filename=-0845dbcc9219c4d7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-0845dbcc9219c4d7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7002025-01-13T04:58:41.741Z Compiling rustix v0.38.40
7012025-01-13T04:58:41.743Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.40/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)' --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=7f58c1d6029b624a -C extra-filename=-7f58c1d6029b624a --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-7f58c1d6029b624a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7022025-01-13T04:58:42.134Z Compiling iana-time-zone v0.1.47
7032025-01-13T04:58:42.145Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=2836fd28833612d0 -C extra-filename=-2836fd28833612d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7042025-01-13T04:58:42.393Z Compiling match_cfg v0.1.0
7052025-01-13T04:58:42.396Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=28e48748a51e573f -C extra-filename=-28e48748a51e573f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7062025-01-13T04:58:42.481Z Compiling slog-async v2.8.0
7072025-01-13T04:58:42.483Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=941614ad212ee022 -C extra-filename=-941614ad212ee022 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-941614ad212ee022 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7082025-01-13T04:58:42.546Z Compiling thiserror v2.0.9
7092025-01-13T04:58:42.558Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4b849d481804f4b9 -C extra-filename=-4b849d481804f4b9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-4b849d481804f4b9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7102025-01-13T04:58:42.976Z Compiling hyper v1.5.2
7112025-01-13T04:58:42.983Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.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 --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)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=d2f09fec63c98378 -C extra-filename=-d2f09fec63c98378 --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-7b39fda080c99561.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-4eb31465723bb3e4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-effc59643a69709a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-25466779565e1786.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-b1bd81fab5258879.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-77d59de9e605eac7.rmeta --cap-lints allow`
7122025-01-13T04:58:43.087Z Compiling parking v2.2.0
7132025-01-13T04:58:43.090Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=842e8eec59fb759b -C extra-filename=-842e8eec59fb759b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7142025-01-13T04:58:43.128Z Compiling heck v0.5.0
7152025-01-13T04:58:43.131Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=75efcb4fac050736 -C extra-filename=-75efcb4fac050736 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7162025-01-13T04:58:43.421Z Compiling target-triple v0.1.3
7172025-01-13T04:58:43.433Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=adc002e6b4e87eda -C extra-filename=-adc002e6b4e87eda --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-adc002e6b4e87eda -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7182025-01-13T04:58:43.505Z Compiling event-listener v5.0.0
7192025-01-13T04:58:43.508Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=b9adb7aaaf3d9185 -C extra-filename=-b9adb7aaaf3d9185 --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-9ff9a7c82adc27f1.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-842e8eec59fb759b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow`
7202025-01-13T04:58:43.899Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-adc002e6b4e87eda/build-script-build`
7212025-01-13T04:58:43.919Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-4b849d481804f4b9/build-script-build`
7222025-01-13T04:58:44.009Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-941614ad212ee022/build-script-build`
7232025-01-13T04:58:44.060Z Compiling hostname v0.3.1
7242025-01-13T04:58:44.063Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=3333269d3bf5ab3d -C extra-filename=-3333269d3bf5ab3d --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-34297a3c589d60f3.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-28e48748a51e573f.rmeta --cap-lints allow`
7252025-01-13T04:58:44.260Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-7f58c1d6029b624a/build-script-build`
7262025-01-13T04:58:44.274Z Compiling chrono v0.4.39
7272025-01-13T04:58:44.277Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.39/src/lib.rs --error-format=json --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-targets"' --check-cfg 'cfg(docsrs)' --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-targets"))' -C metadata=1cebeb17d07632e4 -C extra-filename=-1cebeb17d07632e4 --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-2836fd28833612d0.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-8d089af357a348f5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow`
7282025-01-13T04:58:44.388Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-0845dbcc9219c4d7/build-script-build`
7292025-01-13T04:58:44.438Z Compiling toml v0.8.19
7302025-01-13T04:58:44.450Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--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' '--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' '--warn=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' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=2ad7a54dddf55371 -C extra-filename=-2ad7a54dddf55371 --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-fc73958dbd323ca1.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-6fc5dd8b2702fb0f.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-0b2d5af216ddd436.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-b1d83185c70739cd.rmeta --cap-lints allow`
7312025-01-13T04:58:45.163Z Compiling hyper-util v0.1.10
7322025-01-13T04:58:45.165Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.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="client"' --cfg 'feature="client-legacy"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=65d3a32f7fa54f2b -C extra-filename=-65d3a32f7fa54f2b --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-7b39fda080c99561.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-4eb31465723bb3e4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2c51904b24cdba1a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow`
7332025-01-13T04:58:45.263Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-f696eaa5a4d59098/build-script-build`
7342025-01-13T04:58:45.283Z Compiling usdt-macro v0.5.0
7352025-01-13T04:58:45.286Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=07d0fc4959f72274 -C extra-filename=-07d0fc4959f72274 --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-f3dd5d4a49fe191e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-e172905bcdaeb36f.rlib --extern proc_macro --cap-lints allow`
7362025-01-13T04:58:45.843Z Compiling usdt-attr-macro v0.5.0
7372025-01-13T04:58:45.846Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=5f72fcc5a68c9932 -C extra-filename=-5f72fcc5a68c9932 --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-f3dd5d4a49fe191e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-e172905bcdaeb36f.rlib --extern proc_macro --cap-lints allow`
7382025-01-13T04:58:46.148Z Compiling tokio-rustls v0.26.0
7392025-01-13T04:58:46.161Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=ef01ca2b40bcc312 -C extra-filename=-ef01ca2b40bcc312 --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-cfa04b84190bf23c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
7402025-01-13T04:58:46.580Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4f1cfd0e4b048316/build-script-build`
7412025-01-13T04:58:46.653Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=579f37c0331f91a0 -C extra-filename=-579f37c0331f91a0 --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-a679b17ca8f1f83b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-4d2bab40c7d38543.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f3dd5d4a49fe191e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-981be674ae86df3e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-3c5439bb9642eeca.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7422025-01-13T04:58:46.715Z Compiling tokio-rustls v0.25.0
7432025-01-13T04:58:46.717Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=cb5d880b2984268f -C extra-filename=-cb5d880b2984268f --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-b5ca634231d1d6f9.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
7442025-01-13T04:58:46.931Z Compiling slog-json v2.6.1
7452025-01-13T04:58:46.934Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=2ad4634d531dafe5 -C extra-filename=-2ad4634d531dafe5 --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-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --cap-lints allow`
7462025-01-13T04:58:47.060Z Compiling tokio-native-tls v0.3.1
7472025-01-13T04:58:47.063Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=24a373aacf2fe714 -C extra-filename=-24a373aacf2fe714 --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-6fe435568669c821.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
7482025-01-13T04:58:47.166Z Compiling serde_urlencoded v0.7.1
7492025-01-13T04:58:47.169Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0a105890568b7f5c -C extra-filename=-0a105890568b7f5c --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-e609e9b6d2cfac5c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-ca43ebeaa2825c46.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow`
7502025-01-13T04:58:47.253Z Compiling uuid v1.11.1
7512025-01-13T04:58:47.256Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=553d0a15d01c8952 -C extra-filename=-553d0a15d01c8952 --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-bc3291f4765ac313.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow`
7522025-01-13T04:58:47.311Z Compiling futures-executor v0.3.31
7532025-01-13T04:58:47.314Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=e295ee301ef28184 -C extra-filename=-e295ee301ef28184 --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-202e0e401ac02b89.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --cap-lints allow`
7542025-01-13T04:58:47.388Z Compiling schemars_derive v0.8.21
7552025-01-13T04:58:47.390Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/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)' --check-cfg 'cfg(feature, values())' -C metadata=005a304da918dd5e -C extra-filename=-005a304da918dd5e --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-203278e26cc79d6d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
7562025-01-13T04:58:47.617Z Compiling async-stream-impl v0.3.6
7572025-01-13T04:58:47.631Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0c4030e05e2cb776 -C extra-filename=-0c4030e05e2cb776 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
7582025-01-13T04:58:47.737Z Compiling thiserror-impl v2.0.9
7592025-01-13T04:58:47.740Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.9/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)' --check-cfg 'cfg(feature, values())' -C metadata=dbe3a14823c0e930 -C extra-filename=-dbe3a14823c0e930 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
7602025-01-13T04:58:47.834Z Compiling url v2.5.2
7612025-01-13T04:58:47.848Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=4cfa63d6a2ef64e8 -C extra-filename=-4cfa63d6a2ef64e8 --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-e609e9b6d2cfac5c.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-70257c669e69ace0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --cap-lints allow`
7622025-01-13T04:58:47.921Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-f80aa830a10dcc85/build-script-build`
7632025-01-13T04:58:47.943Z Compiling term v0.7.0
7642025-01-13T04:58:47.945Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=1bf0bb72c0a08733 -C extra-filename=-1bf0bb72c0a08733 --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-e6348a0a82943d74.rmeta --cap-lints allow`
7652025-01-13T04:58:47.991Z Compiling crossbeam-channel v0.5.1
7662025-01-13T04:58:47.994Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=31fc8d6a88a8514f -C extra-filename=-31fc8d6a88a8514f --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-5dd581dc3bc79f2e.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-2bcf0c9b8cf8c35f.rmeta --cap-lints allow`
7672025-01-13T04:58:48.278Z Compiling webpki-roots v0.26.5
7682025-01-13T04:58:48.281Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=27712424a3a65069 -C extra-filename=-27712424a3a65069 --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-09d82741717f5c62.rmeta --cap-lints allow`
7692025-01-13T04:58:48.456Z Compiling memmap v0.7.0
7702025-01-13T04:58:48.459Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=39e764e7231b6e19 -C extra-filename=-39e764e7231b6e19 --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-34297a3c589d60f3.rmeta --cap-lints allow`
7712025-01-13T04:58:48.680Z Compiling is-terminal v0.4.12
7722025-01-13T04:58:48.683Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=945c24f0c97625c3 -C extra-filename=-945c24f0c97625c3 --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-34297a3c589d60f3.rmeta --cap-lints allow`
7732025-01-13T04:58:48.792Z Compiling errno v0.3.8
7742025-01-13T04:58:48.792Z Compiling sync_wrapper v1.0.1
7752025-01-13T04:58:48.794Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=27095d6e354f34b6 -C extra-filename=-27095d6e354f34b6 --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-34297a3c589d60f3.rmeta --cap-lints allow`
7762025-01-13T04:58:48.794Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=50d860442c475654 -C extra-filename=-50d860442c475654 --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-202e0e401ac02b89.rmeta --cap-lints allow`
7772025-01-13T04:58:48.915Z Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot)
7782025-01-13T04:58:48.918Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=914c9f5db3cb4b64 -C extra-filename=-914c9f5db3cb4b64 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-914c9f5db3cb4b64 -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-1ca23863feb9ecf9.rlib`
7792025-01-13T04:58:48.930Z Compiling tower-layer v0.3.3
7802025-01-13T04:58:48.931Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f47b6d97679d6789 -C extra-filename=-f47b6d97679d6789 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7812025-01-13T04:58:48.999Z Compiling dyn-clone v1.0.4
7822025-01-13T04:58:49.001Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=70f14956d7997a02 -C extra-filename=-70f14956d7997a02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7832025-01-13T04:58:49.013Z Compiling utf-8 v0.7.6
7842025-01-13T04:58:49.015Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=605ed3482e15ff2a -C extra-filename=-605ed3482e15ff2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7852025-01-13T04:58:49.114Z Compiling data-encoding v2.4.0
7862025-01-13T04:58:49.116Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=19fce5e59a4e112a -C extra-filename=-19fce5e59a4e112a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7872025-01-13T04:58:49.180Z Compiling buf-list v1.0.3
7882025-01-13T04:58:49.182Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=f717612ff5e36d0c -C extra-filename=-f717612ff5e36d0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-f717612ff5e36d0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7892025-01-13T04:58:49.299Z Compiling take_mut v0.2.2
7902025-01-13T04:58:49.301Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7a8a81d0830ef560 -C extra-filename=-7a8a81d0830ef560 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7912025-01-13T04:58:49.312Z Compiling anyhow v1.0.95
7922025-01-13T04:58:49.315Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=93b1bb509e16fdff -C extra-filename=-93b1bb509e16fdff --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-93b1bb509e16fdff -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7932025-01-13T04:58:49.421Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=0c0af5df98af4fb4 -C extra-filename=-0c0af5df98af4fb4 --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-31fc8d6a88a8514f.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-7a8a81d0830ef560.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-d8463e636729aa01.rmeta --cap-lints allow --cfg integer128`
7942025-01-13T04:58:49.441Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-914c9f5db3cb4b64/build-script-build`
7952025-01-13T04:58:49.499Z Compiling tower v0.5.2
7962025-01-13T04:58:49.504Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=d0deb41035bb6136 -C extra-filename=-d0deb41035bb6136 --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-202e0e401ac02b89.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-50d860442c475654.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-f47b6d97679d6789.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --cap-lints allow`
7972025-01-13T04:58:49.562Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --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)' --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=6f4c1b1313eeb214 -C extra-filename=-6f4c1b1313eeb214 --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-4453ff0f6fdc5370.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-27095d6e354f34b6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7982025-01-13T04:58:49.734Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-f717612ff5e36d0c/build-script-build`
7992025-01-13T04:58:49.797Z Compiling tungstenite v0.24.0
8002025-01-13T04:58:49.800Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=de72482bb2f42669 -C extra-filename=-de72482bb2f42669 --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-a679b17ca8f1f83b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-19fce5e59a4e112a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-69240c9b99ad6cac.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-605ed3482e15ff2a.rmeta --cap-lints allow`
8012025-01-13T04:58:49.864Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-93b1bb509e16fdff/build-script-build`
8022025-01-13T04:58:50.133Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=8b053870eb21bfe8 -C extra-filename=-8b053870eb21bfe8 --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-1cebeb17d07632e4.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-70f14956d7997a02.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-005a304da918dd5e.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
8032025-01-13T04:58:50.222Z Compiling async-stream v0.3.6
8042025-01-13T04:58:50.224Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5a57ad17b4e272f1 -C extra-filename=-5a57ad17b4e272f1 --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-0c4030e05e2cb776.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow`
8052025-01-13T04:58:50.257Z Compiling slog-term v2.9.1
8062025-01-13T04:58:50.259Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=3f946b592a426227 -C extra-filename=-3f946b592a426227 --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-945c24f0c97625c3.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-1bf0bb72c0a08733.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-d8463e636729aa01.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --cap-lints allow`
8072025-01-13T04:58:50.503Z Compiling usdt v0.5.0
8082025-01-13T04:58:50.557Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=5f58c1f6c57f1a43 -C extra-filename=-5f58c1f6c57f1a43 --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-4d2bab40c7d38543.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f3dd5d4a49fe191e.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-5df793a17fbe5fb6.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-39e764e7231b6e19.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-5f72fcc5a68c9932.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-579f37c0331f91a0.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-07d0fc4959f72274.so --cap-lints allow`
8092025-01-13T04:58:50.615Z Compiling hyper-rustls v0.27.3
8102025-01-13T04:58:50.617Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b54710504fc1796a -C extra-filename=-b54710504fc1796a --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-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cfa04b84190bf23c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-ef01ca2b40bcc312.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-27712424a3a65069.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
8112025-01-13T04:58:50.647Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=effef01581eb9199 -C extra-filename=-effef01581eb9199 --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-dbe3a14823c0e930.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
8122025-01-13T04:58:50.777Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=c89de980e6f38e7b -C extra-filename=-c89de980e6f38e7b --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-2e6e14bf8f897369.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5d37b5944a2bec33.rmeta --cap-lints allow`
8132025-01-13T04:58:51.048Z Compiling futures v0.3.31
8142025-01-13T04:58:51.060Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=343725afd0206a91 -C extra-filename=-343725afd0206a91 --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-4eb31465723bb3e4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-e295ee301ef28184.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5818bb373b366268.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --cap-lints allow`
8152025-01-13T04:58:51.152Z Compiling hyper-tls v0.6.0
8162025-01-13T04:58:51.155Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=2bc781e64f82e16e -C extra-filename=-2bc781e64f82e16e --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-7b39fda080c99561.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-6fe435568669c821.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-24a373aacf2fe714.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8172025-01-13T04:58:51.210Z Compiling slog-bunyan v2.5.0
8182025-01-13T04:58:51.212Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=ab96ca08890a836d -C extra-filename=-ab96ca08890a836d --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-3333269d3bf5ab3d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --cap-lints allow`
8192025-01-13T04:58:51.385Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a558d923c3b38404 -C extra-filename=-a558d923c3b38404 --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-7b39fda080c99561.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-1388959d97afce0a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2e6e14bf8f897369.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-aac7f034420c2f30.rmeta --cap-lints allow`
8202025-01-13T04:58:51.406Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=9d4d303e70230706 -C extra-filename=-9d4d303e70230706 --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-fc73958dbd323ca1.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)'`
8212025-01-13T04:58:51.485Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=177cec3174c54899 -C extra-filename=-177cec3174c54899 --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"))'`
8222025-01-13T04:58:51.509Z Compiling event-listener-strategy v0.5.2
8232025-01-13T04:58:51.512Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a436cd21cd45b0d4 -C extra-filename=-a436cd21cd45b0d4 --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-b9adb7aaaf3d9185.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow`
8242025-01-13T04:58:51.575Z Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
8252025-01-13T04:58:51.577Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values())' -C metadata=14b289dd4dc4586b -C extra-filename=-14b289dd4dc4586b --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-75efcb4fac050736.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro`
8262025-01-13T04:58:51.599Z Compiling openapiv3 v2.0.0
8272025-01-13T04:58:51.602Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=9e18de12f0f003bd -C extra-filename=-9e18de12f0f003bd --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-e008d45877e24b08.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --cap-lints allow`
8282025-01-13T04:58:51.705Z Compiling serde_path_to_error v0.1.16
8292025-01-13T04:58:51.717Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ddfa04027205edc7 -C extra-filename=-ddfa04027205edc7 --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-3304f96f964a1429.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow`
8302025-01-13T04:58:51.779Z Compiling async-trait v0.1.84
8312025-01-13T04:58:51.781Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.84/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)' --check-cfg 'cfg(feature, values())' -C metadata=e77901eedafb7d57 -C extra-filename=-e77901eedafb7d57 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
8322025-01-13T04:58:52.111Z Compiling rustls-native-certs v0.7.0
8332025-01-13T04:58:52.114Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c18dfe814f329c6d -C extra-filename=-c18dfe814f329c6d --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-dc0a1e1832286ed0.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --cap-lints allow`
8342025-01-13T04:58:52.275Z Compiling yasna v0.5.2
8352025-01-13T04:58:52.278Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=c8096c683b9b1dd0 -C extra-filename=-c8096c683b9b1dd0 --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-0ee291bca7989732.rmeta --cap-lints allow`
8362025-01-13T04:58:52.431Z Compiling console v0.15.7
8372025-01-13T04:58:52.434Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=3031900440f0b6f1 -C extra-filename=-3031900440f0b6f1 --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-d64202170b2e197a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3fbdf015e2d1ab9a.rmeta --cap-lints allow`
8382025-01-13T04:58:52.445Z Compiling pem v3.0.4
8392025-01-13T04:58:52.447Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=db8233719cc5e03b -C extra-filename=-db8233719cc5e03b --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-5dc2903498e8e0d8.rmeta --cap-lints allow`
8402025-01-13T04:58:52.496Z Compiling waitgroup v0.1.2
8412025-01-13T04:58:52.498Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=950ec30181990a9c -C extra-filename=-950ec30181990a9c --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-7fd089cc9c593599.rmeta --cap-lints allow`
8422025-01-13T04:58:52.711Z Compiling hostname v0.4.0
8432025-01-13T04:58:52.714Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=841ba5002e7b0097 -C extra-filename=-841ba5002e7b0097 --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-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
8442025-01-13T04:58:52.916Z Compiling debug-ignore v1.0.5
8452025-01-13T04:58:52.919Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=4292a0755d49674f -C extra-filename=-4292a0755d49674f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462025-01-13T04:58:53.052Z Compiling http-range v0.1.4
8472025-01-13T04:58:53.054Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=290194c25a515320 -C extra-filename=-290194c25a515320 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482025-01-13T04:58:53.204Z Compiling simple-mermaid v0.2.0
8492025-01-13T04:58:53.206Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5b274b72def24f6c -C extra-filename=-5b274b72def24f6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8502025-01-13T04:58:53.292Z Compiling glob v0.3.0
8512025-01-13T04:58:53.295Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=92b704c53e209065 -C extra-filename=-92b704c53e209065 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8522025-01-13T04:58:53.357Z Compiling fastrand v2.1.1
8532025-01-13T04:58:53.360Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=884b168f3f346dad -C extra-filename=-884b168f3f346dad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8542025-01-13T04:58:53.817Z Compiling ipnet v2.10.0
8552025-01-13T04:58:53.831Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=30bb0d8f3d0bc871 -C extra-filename=-30bb0d8f3d0bc871 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8562025-01-13T04:58:53.834Z Compiling termcolor v1.1.2
8572025-01-13T04:58:53.850Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3e6dbc33693458ad -C extra-filename=-3e6dbc33693458ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8582025-01-13T04:58:53.879Z Compiling tempfile v3.14.0
8592025-01-13T04:58:53.882Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=18cc41613bf5fed2 -C extra-filename=-18cc41613bf5fed2 --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-5dd581dc3bc79f2e.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-884b168f3f346dad.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-6f4c1b1313eeb214.rmeta --cap-lints allow`
8602025-01-13T04:58:53.892Z Compiling hyper-staticfile v0.10.1
8612025-01-13T04:58:53.894Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3ac0a014889084bc -C extra-filename=-3ac0a014889084bc --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-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-290194c25a515320.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-25466779565e1786.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-69240c9b99ad6cac.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4cfa63d6a2ef64e8.rmeta --cap-lints allow`
8622025-01-13T04:58:54.037Z Compiling rcgen v0.13.2
8632025-01-13T04:58:54.040Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.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="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=bb116c69c0d8ab25 -C extra-filename=-bb116c69c0d8ab25 --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-db8233719cc5e03b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-c8096c683b9b1dd0.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
8642025-01-13T04:58:54.216Z Compiling trybuild v1.0.101
8652025-01-13T04:58:54.219Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=3445faadbe3ba4ed -C extra-filename=-3445faadbe3ba4ed --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-92b704c53e209065.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-1d3d56cd5229dd11.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-177cec3174c54899.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-3e6dbc33693458ad.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rmeta --cap-lints allow`
8662025-01-13T04:58:54.532Z Compiling reqwest v0.12.12
8672025-01-13T04:58:54.534Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --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="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__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", "trust-dns", "zstd"))' -C metadata=e69bf60c7f39ef63 -C extra-filename=-e69bf60c7f39ef63 --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-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-1388959d97afce0a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-effc59643a69709a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b54710504fc1796a.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-2bc781e64f82e16e.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-30bb0d8f3d0bc871.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2e6e14bf8f897369.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-6fe435568669c821.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cfa04b84190bf23c.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-50d860442c475654.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-24a373aacf2fe714.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-ef01ca2b40bcc312.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-d0deb41035bb6136.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4cfa63d6a2ef64e8.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-27712424a3a65069.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8682025-01-13T04:58:54.698Z Compiling expectorate v1.1.0
8692025-01-13T04:58:54.701Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=35d2a205aa1a891e -C extra-filename=-35d2a205aa1a891e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-3031900440f0b6f1.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-550874df4534c24e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fd619281d65f60ee.rmeta --cap-lints allow`
8702025-01-13T04:58:54.853Z Compiling hyper-rustls v0.26.0
8712025-01-13T04:58:54.855Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=96fbf52fb10a3777 -C extra-filename=-96fbf52fb10a3777 --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-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-c18dfe814f329c6d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
8722025-01-13T04:58:54.990Z Compiling async-channel v2.3.1
8732025-01-13T04:58:54.993Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a35806eda814afb8 -C extra-filename=-a35806eda814afb8 --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-9ff9a7c82adc27f1.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-a436cd21cd45b0d4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow`
8742025-01-13T04:58:55.005Z Compiling tokio-tungstenite v0.24.0
8752025-01-13T04:58:55.016Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=190f30fa9ebe436c -C extra-filename=-190f30fa9ebe436c --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-6877d04f3628bf57.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-de72482bb2f42669.rmeta --cap-lints allow`
8762025-01-13T04:58:55.297Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b7f28c4d51c8f9ca -C extra-filename=-b7f28c4d51c8f9ca --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_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)'`
8772025-01-13T04:58:55.348Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=22f382404be15ef9 -C extra-filename=-22f382404be15ef9 --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-7b39fda080c99561.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
8782025-01-13T04:58:55.485Z Compiling subprocess v0.2.9
8792025-01-13T04:58:55.485Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=12bd84fbb54e1a6e -C extra-filename=-12bd84fbb54e1a6e --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-34297a3c589d60f3.rmeta --cap-lints allow`
8802025-01-13T04:58:55.643Z Compiling prettyplease v0.2.25
8812025-01-13T04:58:55.646Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/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)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=aaa6ee7ac55b872e -C extra-filename=-aaa6ee7ac55b872e --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-aaa6ee7ac55b872e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8822025-01-13T04:58:55.869Z Compiling schema-derive v0.1.0
8832025-01-13T04:58:55.872Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f154cef16a04e3c1 -C extra-filename=-f154cef16a04e3c1 --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-793274e01d89c767.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow`
8842025-01-13T04:58:56.026Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-aaa6ee7ac55b872e/build-script-build`
8852025-01-13T04:58:56.045Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=9ef6499a99d9f205 -C extra-filename=-9ef6499a99d9f205 --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-d64202170b2e197a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9a397fb45b8739c.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3fbdf015e2d1ab9a.rmeta --cap-lints allow`
8862025-01-13T04:58:56.151Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/src/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)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ba775f2f282d8ba8 -C extra-filename=-ba775f2f282d8ba8 --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-04e9a0ae494af8ad.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
8872025-01-13T04:58:56.974Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=ea451aa318a3525a -C extra-filename=-ea451aa318a3525a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-9ef6499a99d9f205.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-550874df4534c24e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fd619281d65f60ee.rmeta --cap-lints allow`
8882025-01-13T04:58:57.999Z Compiling schema v0.1.0
8892025-01-13T04:58:58.002Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=04265c1c20cceadf -C extra-filename=-04265c1c20cceadf --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-f154cef16a04e3c1.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --cap-lints allow`
8902025-01-13T04:58:58.104Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values())' -C metadata=106cea9688b8991a -C extra-filename=-106cea9688b8991a --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-ea451aa318a3525a.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-75efcb4fac050736.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-ba775f2f282d8ba8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-04265c1c20cceadf.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro`
8912025-01-13T04:58:58.425Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=04f637fccbe5fbb7 -C extra-filename=-04f637fccbe5fbb7 --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-5a57ad17b4e272f1.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
8922025-01-13T04:58:59.986Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dc567302507a1ac2 -C extra-filename=-dc567302507a1ac2 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8932025-01-13T04:59:04.949Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=724fec4f899fe0cc -C extra-filename=-724fec4f899fe0cc --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8942025-01-13T04:59:04.953Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bc0f4a7075cf11bf -C extra-filename=-bc0f4a7075cf11bf --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8952025-01-13T04:59:04.953Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=aed0fada1b6d80c1 -C extra-filename=-aed0fada1b6d80c1 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8962025-01-13T04:59:04.953Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=23052e7afb6539b0 -C extra-filename=-23052e7afb6539b0 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8972025-01-13T04:59:04.953Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3ee8360b50c2604a -C extra-filename=-3ee8360b50c2604a --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8982025-01-13T04:59:04.959Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bf7f0ef60e5c1946 -C extra-filename=-bf7f0ef60e5c1946 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8992025-01-13T04:59:04.959Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d6da9b2e9ca5fd61 -C extra-filename=-d6da9b2e9ca5fd61 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9002025-01-13T04:59:24.695Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3b12f3f317ca57ff -C extra-filename=-3b12f3f317ca57ff --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9012025-01-13T04:59:24.823Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c104aee3f9a58ee3 -C extra-filename=-c104aee3f9a58ee3 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9022025-01-13T04:59:25.010Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=84e0e9034a80ed90 -C extra-filename=-84e0e9034a80ed90 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9032025-01-13T04:59:25.038Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=454e14d10464b2ab -C extra-filename=-454e14d10464b2ab --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9042025-01-13T04:59:27.767Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a1eb619590403af3 -C extra-filename=-a1eb619590403af3 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9052025-01-13T04:59:28.839Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2a1a0e858b27bd8d -C extra-filename=-2a1a0e858b27bd8d --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9062025-01-13T04:59:29.432Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ccfab7b57f4e69c5 -C extra-filename=-ccfab7b57f4e69c5 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9072025-01-13T04:59:31.132Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dd66f7243fd485c4 -C extra-filename=-dd66f7243fd485c4 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9082025-01-13T04:59:42.707Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=20523290ff818f56 -C extra-filename=-20523290ff818f56 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9092025-01-13T04:59:44.711Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ba1ee05a72a09325 -C extra-filename=-ba1ee05a72a09325 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9102025-01-13T04:59:45.259Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a719ec08e5fec1f7 -C extra-filename=-a719ec08e5fec1f7 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9112025-01-13T04:59:46.477Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e548c2e962275965 -C extra-filename=-e548c2e962275965 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9122025-01-13T04:59:49.003Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=882ce485f2156a24 -C extra-filename=-882ce485f2156a24 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9132025-01-13T04:59:50.482Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5c8bcf707abb0800 -C extra-filename=-5c8bcf707abb0800 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9142025-01-13T04:59:52.375Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8f13811ae5cb84f5 -C extra-filename=-8f13811ae5cb84f5 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9152025-01-13T04:59:52.960Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=378adaaf0df3a909 -C extra-filename=-378adaaf0df3a909 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9162025-01-13T05:00:05.085Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cae4917f13fe13af -C extra-filename=-cae4917f13fe13af --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-04f637fccbe5fbb7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9172025-01-13T05:00:28.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
9182025-01-13T05:00:28.712Z
9192025-01-13T05:00:28.715Zreal 2:19.039456277
9202025-01-13T05:00:28.715Zuser 14:00.911155782
9212025-01-13T05:00:28.715Zsys 1:35.550586854
9222025-01-13T05:00:28.715Ztrap 0.674420509
9232025-01-13T05:00:28.715Ztflt 5.480155548
9242025-01-13T05:00:28.715Zdflt 3.571036763
9252025-01-13T05:00:28.715Zkflt 0.013603275
9262025-01-13T05:00:28.715Zlock 27:11.679860391
9272025-01-13T05:00:28.715Zslp 1:05:19.266717047
9282025-01-13T05:00:28.715Zlat 37.947434183
9292025-01-13T05:00:28.715Zstop 55.897349623
9302025-01-13T05:00:28.715Z+ banner test
9312025-01-13T05:00:28.715Z
9322025-01-13T05:00:28.715Z ##### ###### #### #####
9332025-01-13T05:00:28.715Z # # # #
9342025-01-13T05:00:28.715Z # ##### #### #
9352025-01-13T05:00:28.715Z # # # #
9362025-01-13T05:00:28.715Z # # # # #
9372025-01-13T05:00:28.715Z # ###### #### #
9382025-01-13T05:00:28.715Z
9392025-01-13T05:00:28.715Z+ ptime -m cargo test --all-features --locked --verbose
9402025-01-13T05:00:28.969Z Fresh unicode-ident v1.0.12
9412025-01-13T05:00:28.969Z Fresh cfg-if v1.0.0
9422025-01-13T05:00:28.969Z Fresh itoa v1.0.1
9432025-01-13T05:00:28.969Z Fresh memchr v2.6.0
9442025-01-13T05:00:28.973Z Fresh proc-macro2 v1.0.92
9452025-01-13T05:00:28.973Z Fresh version_check v0.9.5
9462025-01-13T05:00:28.973Z Fresh once_cell v1.20.1
9472025-01-13T05:00:28.973Z Fresh pin-project-lite v0.2.12
9482025-01-13T05:00:28.973Z Fresh autocfg v1.1.0
9492025-01-13T05:00:28.973Z Fresh quote v1.0.38
9502025-01-13T05:00:28.973Z Fresh libc v0.2.169
9512025-01-13T05:00:28.973Z Fresh bytes v1.9.0
9522025-01-13T05:00:28.973Z Fresh futures-core v0.3.31
9532025-01-13T05:00:28.973Z Fresh cc v1.0.83
9542025-01-13T05:00:28.973Z Fresh getrandom v0.2.11
9552025-01-13T05:00:28.973Z Fresh futures-sink v0.3.31
9562025-01-13T05:00:28.973Z Fresh scopeguard v1.2.0
9572025-01-13T05:00:28.973Z Fresh serde_derive v1.0.217
9582025-01-13T05:00:28.973Z Fresh log v0.4.17
9592025-01-13T05:00:28.973Z Fresh smallvec v1.13.2
9602025-01-13T05:00:28.973Z Fresh lock_api v0.4.6
9612025-01-13T05:00:28.973Z Fresh tokio-macros v2.4.0
9622025-01-13T05:00:28.973Z Fresh serde v1.0.217
9632025-01-13T05:00:28.973Z Fresh parking_lot_core v0.9.4
9642025-01-13T05:00:28.973Z Fresh slab v0.4.9
9652025-01-13T05:00:28.973Z Fresh ryu v1.0.5
9662025-01-13T05:00:28.974Z Fresh thiserror-impl v1.0.69
9672025-01-13T05:00:28.974Z Fresh signal-hook-registry v1.4.0
9682025-01-13T05:00:28.974Z Fresh socket2 v0.5.5
9692025-01-13T05:00:28.974Z Fresh parking_lot v0.12.1
9702025-01-13T05:00:28.974Z Fresh mio v1.0.3
9712025-01-13T05:00:28.974Z Fresh thiserror v1.0.69
9722025-01-13T05:00:28.974Z Fresh futures-channel v0.3.31
9732025-01-13T05:00:28.974Z Fresh futures-macro v0.3.31
9742025-01-13T05:00:28.974Z Fresh pin-utils v0.1.0
9752025-01-13T05:00:28.974Z Fresh fnv v1.0.7
9762025-01-13T05:00:28.974Z Fresh tokio v1.42.0
9772025-01-13T05:00:28.974Z Fresh futures-io v0.3.31
9782025-01-13T05:00:28.974Z Fresh futures-task v0.3.31
9792025-01-13T05:00:28.974Z Fresh http v1.2.0
9802025-01-13T05:00:28.974Z Fresh equivalent v1.0.0
9812025-01-13T05:00:28.974Z Fresh hashbrown v0.15.2
9822025-01-13T05:00:28.974Z Fresh serde_json v1.0.134
9832025-01-13T05:00:28.974Z Fresh futures-util v0.3.31
9842025-01-13T05:00:28.974Z Fresh indexmap v2.7.0
9852025-01-13T05:00:28.974Z Fresh rustls-pki-types v1.10.0
9862025-01-13T05:00:28.974Z Fresh spin v0.9.8
9872025-01-13T05:00:28.974Z Fresh tracing-core v0.1.32
9882025-01-13T05:00:28.974Z Fresh untrusted v0.9.0
9892025-01-13T05:00:28.974Z Fresh ucd-trie v0.1.6
9902025-01-13T05:00:28.974Z Fresh byteorder v1.4.3
9912025-01-13T05:00:28.974Z Fresh tracing v0.1.40
9922025-01-13T05:00:28.974Z Fresh pkg-config v0.3.31
9932025-01-13T05:00:28.974Z Fresh vcpkg v0.2.15
9942025-01-13T05:00:28.974Z Fresh atomic-waker v1.1.1
9952025-01-13T05:00:28.974Z Fresh httparse v1.8.0
9962025-01-13T05:00:28.974Z Fresh ring v0.17.7
9972025-01-13T05:00:28.974Z Fresh pest v2.7.6
9982025-01-13T05:00:28.974Z Fresh tokio-util v0.7.7
9992025-01-13T05:00:28.974Z Fresh http-body v1.0.1
10002025-01-13T05:00:28.974Z Fresh zerocopy-derive v0.7.32
10012025-01-13T05:00:28.974Z Fresh pest_meta v2.7.6
10022025-01-13T05:00:28.974Z Fresh try-lock v0.2.3
10032025-01-13T05:00:28.974Z Fresh rustls-webpki v0.102.8
10042025-01-13T05:00:28.975Z Fresh zerocopy v0.7.32
10052025-01-13T05:00:28.975Z Fresh want v0.3.0
10062025-01-13T05:00:28.975Z Fresh pest_generator v2.7.6
10072025-01-13T05:00:28.975Z Fresh typenum v1.14.0
10082025-01-13T05:00:28.975Z Fresh h2 v0.4.6
10092025-01-13T05:00:28.975Z Fresh zeroize v1.7.0
10102025-01-13T05:00:28.975Z Fresh num-conv v0.1.0
10112025-01-13T05:00:28.975Z Fresh subtle v2.5.0
10122025-01-13T05:00:28.975Z Fresh powerfmt v0.2.0
10132025-01-13T05:00:28.975Z Fresh time-core v0.1.2
10142025-01-13T05:00:28.975Z Fresh httpdate v1.0.1
10152025-01-13T05:00:28.975Z Fresh generic-array v0.14.5
10162025-01-13T05:00:28.975Z Fresh crossbeam-utils v0.8.15
10172025-01-13T05:00:28.975Z Fresh pest_derive v2.7.6
10182025-01-13T05:00:28.975Z Fresh serde_tokenstream v0.2.2
10192025-01-13T05:00:28.975Z Fresh deranged v0.3.11
10202025-01-13T05:00:28.975Z Fresh time-macros v0.2.18
10212025-01-13T05:00:28.975Z Fresh hyper v1.5.2
10222025-01-13T05:00:28.975Z Fresh base64 v0.22.1
10232025-01-13T05:00:28.975Z Fresh tower-service v0.3.3
10242025-01-13T05:00:28.975Z Fresh num_threads v0.1.3
10252025-01-13T05:00:28.975Z Fresh bitflags v2.4.0
10262025-01-13T05:00:28.975Z Fresh time v0.3.36
10272025-01-13T05:00:28.975Z Fresh dtrace-parser v0.2.0
10282025-01-13T05:00:28.975Z Fresh scroll_derive v0.12.0
10292025-01-13T05:00:28.975Z Fresh tinyvec_macros v0.1.0
10302025-01-13T05:00:28.975Z Fresh openssl-probe v0.1.4
10312025-01-13T05:00:28.975Z Fresh unicode-width v0.1.9
10322025-01-13T05:00:28.975Z Fresh percent-encoding v2.3.1
10332025-01-13T05:00:28.975Z Fresh foreign-types-shared v0.1.1
10342025-01-13T05:00:28.975Z Fresh lazy_static v1.5.0
10352025-01-13T05:00:28.975Z Fresh paste v1.0.15
10362025-01-13T05:00:28.975Z Fresh foreign-types v0.3.2
10372025-01-13T05:00:28.975Z Fresh form_urlencoded v1.2.1
10382025-01-13T05:00:28.975Z Fresh tinyvec v1.5.1
10392025-01-13T05:00:28.975Z Fresh slog v2.7.0
10402025-01-13T05:00:28.975Z Fresh scroll v0.12.0
10412025-01-13T05:00:28.975Z Fresh hyper-util v0.1.10
10422025-01-13T05:00:28.975Z Fresh block-buffer v0.10.2
10432025-01-13T05:00:28.975Z Fresh crypto-common v0.1.6
10442025-01-13T05:00:28.979Z Fresh openssl-sys v0.9.103
10452025-01-13T05:00:28.979Z Fresh openssl-macros v0.1.1
10462025-01-13T05:00:28.979Z Fresh rand_core v0.6.3
10472025-01-13T05:00:28.979Z Fresh plain v0.2.3
10482025-01-13T05:00:28.979Z Fresh ppv-lite86 v0.2.15
10492025-01-13T05:00:28.979Z Fresh mime v0.3.16
10502025-01-13T05:00:28.979Z Fresh unicode-segmentation v1.10.0
10512025-01-13T05:00:28.979Z Fresh goblin v0.8.0
10522025-01-13T05:00:28.979Z Fresh newline-converter v0.3.0
10532025-01-13T05:00:28.979Z Fresh rand_chacha v0.3.1
10542025-01-13T05:00:28.979Z Fresh openssl v0.10.66
10552025-01-13T05:00:28.979Z Fresh semver v1.0.24
10562025-01-13T05:00:28.979Z Fresh digest v0.10.7
10572025-01-13T05:00:28.979Z Fresh unicase v2.6.0
10582025-01-13T05:00:28.979Z Fresh unicode-normalization v0.1.24
10592025-01-13T05:00:28.979Z Fresh rustls-pemfile v2.1.3
10602025-01-13T05:00:28.979Z Fresh toml_datetime v0.6.8
10612025-01-13T05:00:28.979Z Fresh serde_spanned v0.6.7
10622025-01-13T05:00:28.979Z Fresh dirs-sys-next v0.1.2
10632025-01-13T05:00:28.979Z Fresh cpufeatures v0.2.2
10642025-01-13T05:00:28.979Z Fresh similar v2.2.1
10652025-01-13T05:00:28.979Z Fresh winnow v0.6.18
10662025-01-13T05:00:28.979Z Fresh pretty-hex v0.4.1
10672025-01-13T05:00:28.979Z Fresh heck v0.5.0
10682025-01-13T05:00:28.979Z Fresh unicode-bidi v0.3.15
10692025-01-13T05:00:28.979Z Fresh dirs-next v2.0.0
10702025-01-13T05:00:28.979Z Fresh sha1 v0.10.6
10712025-01-13T05:00:28.979Z Fresh toml_edit v0.22.20
10722025-01-13T05:00:28.979Z Fresh dof v0.3.0
10732025-01-13T05:00:28.979Z Fresh idna v0.5.0
10742025-01-13T05:00:28.979Z Fresh native-tls v0.2.12
10752025-01-13T05:00:28.979Z Fresh rustls v0.22.4
10762025-01-13T05:00:28.980Z Fresh rustls v0.23.13
10772025-01-13T05:00:28.980Z Fresh num-traits v0.2.14
10782025-01-13T05:00:28.980Z Fresh rand v0.8.4
10792025-01-13T05:00:28.980Z Fresh concurrent-queue v2.5.0
10802025-01-13T05:00:28.980Z Fresh http-body-util v0.1.2
10812025-01-13T05:00:28.980Z Fresh serde_derive_internals v0.29.0
10822025-01-13T05:00:28.980Z Fresh thread-id v4.0.0
10832025-01-13T05:00:28.980Z Fresh syn v2.0.95
10842025-01-13T05:00:28.980Z Fresh thread_local v1.1.4
10852025-01-13T05:00:28.980Z Fresh encoding_rs v0.8.32
10862025-01-13T05:00:28.980Z Fresh iana-time-zone v0.1.47
10872025-01-13T05:00:28.980Z Fresh match_cfg v0.1.0
10882025-01-13T05:00:28.980Z Fresh parking v2.2.0
10892025-01-13T05:00:28.980Z Fresh schemars_derive v0.8.21
10902025-01-13T05:00:28.980Z Fresh hostname v0.3.1
10912025-01-13T05:00:28.980Z Fresh event-listener v5.0.0
10922025-01-13T05:00:28.980Z Fresh chrono v0.4.39
10932025-01-13T05:00:28.980Z Fresh usdt-impl v0.5.0
10942025-01-13T05:00:28.980Z Fresh url v2.5.2
10952025-01-13T05:00:28.980Z Fresh tokio-rustls v0.25.0
10962025-01-13T05:00:28.980Z Fresh tokio-native-tls v0.3.1
10972025-01-13T05:00:28.980Z Fresh tokio-rustls v0.26.0
10982025-01-13T05:00:28.980Z Fresh term v0.7.0
10992025-01-13T05:00:28.980Z Fresh toml v0.8.19
11002025-01-13T05:00:28.980Z Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
11012025-01-13T05:00:28.980Z Fresh usdt-macro v0.5.0
11022025-01-13T05:00:28.980Z Fresh usdt-attr-macro v0.5.0
11032025-01-13T05:00:28.980Z Fresh slog-json v2.6.1
11042025-01-13T05:00:28.980Z Fresh serde_urlencoded v0.7.1
11052025-01-13T05:00:28.980Z Fresh crossbeam-channel v0.5.1
11062025-01-13T05:00:28.980Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values())' -C metadata=caeb23e45f2af910 -C extra-filename=-caeb23e45f2af910 --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-75efcb4fac050736.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro`
11072025-01-13T05:00:28.980Z Fresh webpki-roots v0.26.5
11082025-01-13T05:00:28.980Z Fresh futures-executor v0.3.31
11092025-01-13T05:00:28.980Z Fresh uuid v1.11.1
11102025-01-13T05:00:28.980Z Fresh async-stream-impl v0.3.6
11112025-01-13T05:00:28.980Z Fresh thiserror-impl v2.0.9
11122025-01-13T05:00:28.980Z Fresh is-terminal v0.4.12
11132025-01-13T05:00:28.980Z Fresh sync_wrapper v1.0.1
11142025-01-13T05:00:28.980Z Fresh memmap v0.7.0
11152025-01-13T05:00:28.981Z Fresh errno v0.3.8
11162025-01-13T05:00:28.981Z Fresh utf-8 v0.7.6
11172025-01-13T05:00:28.981Z Fresh data-encoding v2.4.0
11182025-01-13T05:00:29.012Z Fresh tower-layer v0.3.3
11192025-01-13T05:00:29.015Z Fresh take_mut v0.2.2
11202025-01-13T05:00:29.015Z Fresh dyn-clone v1.0.4
11212025-01-13T05:00:29.015Z Fresh rustix v0.38.40
11222025-01-13T05:00:29.015Z Fresh usdt v0.5.0
11232025-01-13T05:00:29.015Z Fresh tower v0.5.2
11242025-01-13T05:00:29.015Z Fresh slog-async v2.8.0
11252025-01-13T05:00:29.015Z Fresh schemars v0.8.21
11262025-01-13T05:00:29.015Z Fresh tungstenite v0.24.0
11272025-01-13T05:00:29.015Z Fresh hyper-rustls v0.27.3
11282025-01-13T05:00:29.015Z Fresh thiserror v2.0.9
11292025-01-13T05:00:29.015Z Fresh slog-term v2.9.1
11302025-01-13T05:00:29.015Z Fresh async-stream v0.3.6
11312025-01-13T05:00:29.015Z Fresh futures v0.3.31
11322025-01-13T05:00:29.015Z Fresh mime_guess v2.0.5
11332025-01-13T05:00:29.015Z Fresh slog-bunyan v2.5.0
11342025-01-13T05:00:29.015Z Fresh hyper-tls v0.6.0
11352025-01-13T05:00:29.015Z Fresh multer v3.1.0
11362025-01-13T05:00:29.015Z Fresh camino v1.1.9
11372025-01-13T05:00:29.015Z Fresh event-listener-strategy v0.5.2
11382025-01-13T05:00:29.015Z Fresh target-triple v0.1.3
11392025-01-13T05:00:29.015Z Fresh rustls-native-certs v0.7.0
11402025-01-13T05:00:29.015Z Fresh yasna v0.5.2
11412025-01-13T05:00:29.015Z Fresh pem v3.0.4
11422025-01-13T05:00:29.015Z Fresh waitgroup v0.1.2
11432025-01-13T05:00:29.015Z Fresh openapiv3 v2.0.0
11442025-01-13T05:00:29.016Z Fresh serde_path_to_error v0.1.16
11452025-01-13T05:00:29.016Z Fresh async-trait v0.1.84
11462025-01-13T05:00:29.016Z Fresh hostname v0.4.0
11472025-01-13T05:00:29.016Z Fresh glob v0.3.0
11482025-01-13T05:00:29.016Z Fresh http-range v0.1.4
11492025-01-13T05:00:29.016Z Fresh debug-ignore v1.0.5
11502025-01-13T05:00:29.016Z Fresh ipnet v2.10.0
11512025-01-13T05:00:29.016Z Fresh fastrand v2.1.1
11522025-01-13T05:00:29.016Z Fresh termcolor v1.1.2
11532025-01-13T05:00:29.016Z Fresh simple-mermaid v0.2.0
11542025-01-13T05:00:29.016Z Fresh hyper-staticfile v0.10.1
11552025-01-13T05:00:29.016Z Fresh trybuild v1.0.101
11562025-01-13T05:00:29.016Z Fresh reqwest v0.12.12
11572025-01-13T05:00:29.019Z Fresh tempfile v3.14.0
11582025-01-13T05:00:29.019Z Fresh hyper-rustls v0.26.0
11592025-01-13T05:00:29.019Z Fresh rcgen v0.13.2
11602025-01-13T05:00:29.019Z Fresh async-channel v2.3.1
11612025-01-13T05:00:29.019Z Fresh tokio-tungstenite v0.24.0
11622025-01-13T05:00:29.019Z Fresh anyhow v1.0.95
11632025-01-13T05:00:29.019Z Fresh buf-list v1.0.3
11642025-01-13T05:00:29.019Z Fresh subprocess v0.2.9
11652025-01-13T05:00:29.019Z Fresh schema-derive v0.1.0
11662025-01-13T05:00:29.019Z Fresh console v0.15.7
11672025-01-13T05:00:29.019Z Fresh schema v0.1.0
11682025-01-13T05:00:29.019Z Fresh expectorate v1.1.0
11692025-01-13T05:00:29.019Z Fresh prettyplease v0.2.25
11702025-01-13T05:00:31.052Z Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot)
11712025-01-13T05:00:31.056Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=314248b7336bb654 -C extra-filename=-314248b7336bb654 --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-5a57ad17b4e272f1.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
11722025-01-13T05:00:31.056Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b2fadf22dd684f59 -C extra-filename=-b2fadf22dd684f59 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11732025-01-13T05:00:36.793Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f0d702e71f76a6dd -C extra-filename=-f0d702e71f76a6dd --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11742025-01-13T05:00:36.797Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f3b276d68b683747 -C extra-filename=-f3b276d68b683747 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11752025-01-13T05:00:36.797Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8be805acc5315284 -C extra-filename=-8be805acc5315284 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11762025-01-13T05:00:36.797Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dbbf277b4963de3f -C extra-filename=-dbbf277b4963de3f --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11772025-01-13T05:00:36.800Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=97d7c5c474fe2e80 -C extra-filename=-97d7c5c474fe2e80 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11782025-01-13T05:00:36.800Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b48bac3d9632c87c -C extra-filename=-b48bac3d9632c87c --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11792025-01-13T05:00:36.806Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fc85c0bdd5579e81 -C extra-filename=-fc85c0bdd5579e81 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11802025-01-13T05:00:56.468Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=62526e9221aad731 -C extra-filename=-62526e9221aad731 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11812025-01-13T05:00:56.485Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a24358a4eb37a37b -C extra-filename=-a24358a4eb37a37b --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11822025-01-13T05:00:57.688Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=00aa7448892664d4 -C extra-filename=-00aa7448892664d4 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11832025-01-13T05:00:59.351Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b136fc11ca0fb1d3 -C extra-filename=-b136fc11ca0fb1d3 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11842025-01-13T05:01:00.237Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ca03426272d438a1 -C extra-filename=-ca03426272d438a1 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11852025-01-13T05:01:00.597Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=054169020f82a03f -C extra-filename=-054169020f82a03f --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11862025-01-13T05:01:01.710Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cb269e0d62a2486b -C extra-filename=-cb269e0d62a2486b --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11872025-01-13T05:01:03.354Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c795d0e3c5402ea1 -C extra-filename=-c795d0e3c5402ea1 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11882025-01-13T05:01:16.495Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5065379ebda29c64 -C extra-filename=-5065379ebda29c64 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11892025-01-13T05:01:17.148Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=49fd074f38860f01 -C extra-filename=-49fd074f38860f01 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11902025-01-13T05:01:20.463Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=13cab92b2576a42a -C extra-filename=-13cab92b2576a42a --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11912025-01-13T05:01:21.894Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5a21d41340c6c9fe -C extra-filename=-5a21d41340c6c9fe --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11922025-01-13T05:01:23.022Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=19a2f02119aabed9 -C extra-filename=-19a2f02119aabed9 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11932025-01-13T05:01:24.041Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=53c76cee5367b2cd -C extra-filename=-53c76cee5367b2cd --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11942025-01-13T05:01:24.995Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4de66bfcbd57754f -C extra-filename=-4de66bfcbd57754f --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11952025-01-13T05:01:25.024Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3d3a91d04e8c2c73 -C extra-filename=-3d3a91d04e8c2c73 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11962025-01-13T05:01:36.170Z Running `/home/build/.rustup/toolchains/1.83.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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=64e4716173a5fa2d -C extra-filename=-64e4716173a5fa2d --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
11972025-01-13T05:02:01.205Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 32s
11982025-01-13T05:02:01.253Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-b2fadf22dd684f59`
11992025-01-13T05:02:01.278Z
12002025-01-13T05:02:01.279Zrunning 104 tests
12012025-01-13T05:02:01.281Ztest api_description::test::test_endpoint_versions_matches ... ok
12022025-01-13T05:02:01.281Ztest api_description::test::test_endpoint_versions_range ... ok
12032025-01-13T05:02:01.281Ztest api_description::test::test_badpath4 - should panic ... ok
12042025-01-13T05:02:01.281Ztest api_description::test::test_endpoint_versions_overlaps ... ok
12052025-01-13T05:02:01.281Ztest api_description::test::test_badpath2 ... ok
12062025-01-13T05:02:01.281Ztest api_description::test::test_badpath3 ... ok
12072025-01-13T05:02:01.281Ztest api_description::test::test_badpath1 ... ok
12082025-01-13T05:02:01.281Ztest api_description::test::test_dup_names ... ok
12092025-01-13T05:02:01.281Ztest api_description::test::test_tags_need_one ... ok
12102025-01-13T05:02:01.281Ztest api_description::test::test_tags_too_many ... ok
12112025-01-13T05:02:01.285Ztest error::test::test_serialize_error_response_body ... ok
12122025-01-13T05:02:01.285Ztest api_description::test::test_tag_config_deserialize_old ... ok
12132025-01-13T05:02:01.285Ztest extractor::metadata::test::test_metadata_flattened ... ok
12142025-01-13T05:02:01.285Ztest from_map::test::test_lone_literal ... ok
12152025-01-13T05:02:01.285Ztest extractor::metadata::test::test_metadata_simple ... ok
12162025-01-13T05:02:01.285Ztest from_map::test::test_deep ... ok
12172025-01-13T05:02:01.285Ztest api_description::test::test_tags_just_right ... ok
12182025-01-13T05:02:01.285Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
12192025-01-13T05:02:01.285Ztest from_map::test::test_missing_data2 ... ok
12202025-01-13T05:02:01.285Ztest from_map::test::test_missing_data1 ... ok
12212025-01-13T05:02:01.285Ztest extractor::metadata::test::test_metadata_pagination ... ok
12222025-01-13T05:02:01.285Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
12232025-01-13T05:02:01.285Ztest from_map::test::test_types ... ok
12242025-01-13T05:02:01.285Ztest logging::test::test_config_bad_terminal_no_level ... ok
12252025-01-13T05:02:01.285Ztest logging::test::test_config_bad_file_no_file ... ok
12262025-01-13T05:02:01.285Ztest logging::test::test_config_bad_file_no_level ... ok
12272025-01-13T05:02:01.285Ztest logging::test::test_config_bad_terminal_bad_level ... ok
12282025-01-13T05:02:01.285Ztest logging::test::test_config_bad_log_mode ... ok
12292025-01-13T05:02:01.285Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
12302025-01-13T05:02:01.285Ztest logging::test::test_config_bad_file_bad_path_type ... ok
12312025-01-13T05:02:01.285Ztest pagination::test::test_pagination_schema ... ok
12322025-01-13T05:02:01.285Ztest router::test::test_bad_path_segment1 - should panic ... ok
12332025-01-13T05:02:01.285Ztest pagination::test::test_results_page ... ok
12342025-01-13T05:02:01.285Ztest router::test::test_bad_path_segment2 - should panic ... ok
12352025-01-13T05:02:01.285Ztest pagination::test::test_pagparams_parsing ... ok
12362025-01-13T05:02:01.285Ztest router::test::test_bad_path_segment3 - should panic ... ok
12372025-01-13T05:02:01.285Ztest router::test::test_bad_path_segment4 - should panic ... ok
12382025-01-13T05:02:01.285Ztest pagination::test::test_page_token_serialization ... ok
12392025-01-13T05:02:01.288Znote: configured to log to "/tmp/dropshot-b2fadf22dd684f59.2036.file_dir/log.out"
12402025-01-13T05:02:01.288Ztest router::test::test_bogus_regex - should panic ... ok
12412025-01-13T05:02:01.288Ztest router::test::test_duplicate_route2 - should panic ... ok
12422025-01-13T05:02:01.288Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
12432025-01-13T05:02:01.288Ztest router::test::test_duplicate_route_same_version - should panic ... ok
12442025-01-13T05:02:01.288Ztest router::test::test_duplicate_route1 - should panic ... ok
12452025-01-13T05:02:01.288Ztest logging::test::test_config_stderr_terminal ... ok
12462025-01-13T05:02:01.288Ztest router::test::test_duplicate_route3 - should panic ... ok
12472025-01-13T05:02:01.289Ztest router::test::test_duplicate_varname - should panic ... ok
12482025-01-13T05:02:01.289Ztest router::test::test_embedded_non_variable ... ok
12492025-01-13T05:02:01.289Ztest router::test::test_empty_variable ... ok
12502025-01-13T05:02:01.289Ztest router::test::test_iter ... ok
12512025-01-13T05:02:01.289Ztest router::test::test_inconsistent_varname - should panic ... ok
12522025-01-13T05:02:01.289Ztest router::test::test_error_cases ... ok
12532025-01-13T05:02:01.289Ztest router::test::test_iter_null ... ok
12542025-01-13T05:02:01.289Ztest router::test::test_iter2 ... ok
12552025-01-13T05:02:01.289Ztest router::test::test_literal_after_regex - should panic ... ok
12562025-01-13T05:02:01.289Ztest router::test::test_literal_after_variable - should panic ... ok
12572025-01-13T05:02:01.289Ztest router::test::test_map_bad_seq ... ok
12582025-01-13T05:02:01.289Ztest router::test::test_more_after_regex - should panic ... ok
12592025-01-13T05:02:01.289Znote: configured to log to "/tmp/dropshot-b2fadf22dd684f59.2036.file_dir/log.out"
12602025-01-13T05:02:01.289Ztest router::test::test_map ... ok
12612025-01-13T05:02:01.289Ztest router::test::test_path_segment ... ok
12622025-01-13T05:02:01.289Ztest router::test::test_router_basic ... ok
12632025-01-13T05:02:01.289Ztest router::test::test_router_versioned ... ok
12642025-01-13T05:02:01.289Ztest router::test::test_map_bad_value ... ok
12652025-01-13T05:02:01.289Ztest router::test::test_segments ... ok
12662025-01-13T05:02:01.289Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
12672025-01-13T05:02:01.289Ztest router::test::test_variable_name_bad_end - should panic ... ok
12682025-01-13T05:02:01.289Ztest router::test::test_variable_rename ... ok
12692025-01-13T05:02:01.289Ztest router::test::test_variable_after_literal - should panic ... ok
12702025-01-13T05:02:01.289Ztest router::test::test_variable_name_bad_start - should panic ... ok
12712025-01-13T05:02:01.289Ztest router::test::test_variable_name_empty - should panic ... ok
12722025-01-13T05:02:01.289Ztest api_description::test::test_tags_set ... ok
12732025-01-13T05:02:01.289Znote: configured to log to "/tmp/dropshot-b2fadf22dd684f59.2036.file_dir/log.out"
12742025-01-13T05:02:01.289Ztest router::test::test_variables_basic ... ok
12752025-01-13T05:02:01.289Ztest router::test::test_variables_glob ... ok
12762025-01-13T05:02:01.289Ztest schema_util::test::test_empty_struct ... ok
12772025-01-13T05:02:01.289Ztest router::test::test_variables_multi ... ok
12782025-01-13T05:02:01.292Ztest schema_util::test::test_bad_schema - should panic ... ok
12792025-01-13T05:02:01.292Ztest schema_util::test::test_additional_properties ... ok
12802025-01-13T05:02:01.292Ztest schema_util::test::test_two_types - should panic ... ok
12812025-01-13T05:02:01.292Ztest logging::test::test_config_file ... ok
12822025-01-13T05:02:01.292Ztest schema_util::test::test_extension_conversion ... ok
12832025-01-13T05:02:01.293Ztest schema_util::test::test_nullable ... ok
12842025-01-13T05:02:01.293Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
12852025-01-13T05:02:01.293Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
12862025-01-13T05:02:01.293Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
12872025-01-13T05:02:01.293Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
12882025-01-13T05:02:01.293Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
12892025-01-13T05:02:01.293Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
12902025-01-13T05:02:01.293Ztest test_util::test::test_bunyan_easy_cases ... ok
12912025-01-13T05:02:01.293Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
12922025-01-13T05:02:01.293Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
12932025-01-13T05:02:01.293Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
12942025-01-13T05:02:01.293Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
12952025-01-13T05:02:01.293Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
12962025-01-13T05:02:01.293Ztest to_map::test::test_to_map_num ... ok
12972025-01-13T05:02:01.293Ztest to_map::test::test_to_map_enum ... ok
12982025-01-13T05:02:01.293Ztest to_map::test::test_to_map_valid ... ok
12992025-01-13T05:02:01.293Ztest to_map::test::test_to_map_seq ... ok
13002025-01-13T05:02:01.293Ztest to_map::test::test_to_map_vec ... ok
13012025-01-13T05:02:01.293Ztest type_util::tests::test_commented_ref ... ok
13022025-01-13T05:02:01.293Ztest type_util::tests::test_recursive_type - should panic ... ok
13032025-01-13T05:02:01.293Ztest type_util::tests::test_reflexive_type - should panic ... ok
13042025-01-13T05:02:01.293Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
13052025-01-13T05:02:01.293Ztest server::test::test_drop_server_without_close_okay ... ok
13062025-01-13T05:02:01.296Ztest server::test::test_server_run_then_close ... ok
13072025-01-13T05:02:01.296Ztest server::test::test_http_acceptor_happy_path ... ok
13082025-01-13T05:02:01.297Z
13092025-01-13T05:02:01.297Ztest result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
13102025-01-13T05:02:01.297Z
13112025-01-13T05:02:01.299Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-00aa7448892664d4`
13122025-01-13T05:02:01.305Z
13132025-01-13T05:02:01.305Zrunning 1 test
13142025-01-13T05:02:01.724Z Compiling proc-macro2 v1.0.92
13152025-01-13T05:02:01.724Z Compiling unicode-ident v1.0.12
13162025-01-13T05:02:01.728Z Compiling libc v0.2.169
13172025-01-13T05:02:01.728Z Checking cfg-if v1.0.0
13182025-01-13T05:02:01.728Z Compiling serde v1.0.217
13192025-01-13T05:02:01.728Z Compiling version_check v0.9.5
13202025-01-13T05:02:01.737Z Checking itoa v1.0.1
13212025-01-13T05:02:01.800Z Checking pin-project-lite v0.2.12
13222025-01-13T05:02:01.905Z Checking memchr v2.6.0
13232025-01-13T05:02:01.908Z Compiling autocfg v1.1.0
13242025-01-13T05:02:01.932Z Checking bytes v1.9.0
13252025-01-13T05:02:02.437Z Compiling thiserror v1.0.69
13262025-01-13T05:02:02.515Z Checking futures-core v0.3.31
13272025-01-13T05:02:02.635Z Checking once_cell v1.20.1
13282025-01-13T05:02:02.666Z Compiling log v0.4.17
13292025-01-13T05:02:02.719Z Compiling ryu v1.0.5
13302025-01-13T05:02:02.760Z Compiling parking_lot_core v0.9.4
13312025-01-13T05:02:02.896Z Compiling slab v0.4.9
13322025-01-13T05:02:03.099Z Checking scopeguard v1.2.0
13332025-01-13T05:02:03.213Z Compiling cc v1.0.83
13342025-01-13T05:02:03.226Z Checking futures-sink v0.3.31
13352025-01-13T05:02:03.282Z Checking smallvec v1.13.2
13362025-01-13T05:02:03.296Z Checking lock_api v0.4.6
13372025-01-13T05:02:03.318Z Compiling serde_json v1.0.134
13382025-01-13T05:02:03.348Z Checking futures-channel v0.3.31
13392025-01-13T05:02:03.578Z Compiling quote v1.0.38
13402025-01-13T05:02:03.592Z Checking getrandom v0.2.11
13412025-01-13T05:02:03.649Z Checking signal-hook-registry v1.4.0
13422025-01-13T05:02:03.673Z Checking mio v1.0.3
13432025-01-13T05:02:03.696Z Checking socket2 v0.5.5
13442025-01-13T05:02:03.818Z Checking pin-utils v0.1.0
13452025-01-13T05:02:03.874Z Checking futures-io v0.3.31
13462025-01-13T05:02:03.903Z Compiling syn v2.0.95
13472025-01-13T05:02:03.974Z Checking parking_lot v0.12.1
13482025-01-13T05:02:04.041Z Checking futures-task v0.3.31
13492025-01-13T05:02:04.143Z Checking fnv v1.0.7
13502025-01-13T05:02:04.257Z Checking http v1.2.0
13512025-01-13T05:02:04.260Z Checking rustls-pki-types v1.10.0
13522025-01-13T05:02:04.287Z Checking hashbrown v0.15.2
13532025-01-13T05:02:04.555Z Compiling httparse v1.8.0
13542025-01-13T05:02:04.584Z Checking equivalent v1.0.0
13552025-01-13T05:02:04.742Z Checking spin v0.9.8
13562025-01-13T05:02:04.865Z Compiling ucd-trie v0.1.6
13572025-01-13T05:02:05.173Z Checking tracing-core v0.1.32
13582025-01-13T05:02:05.463Z Checking untrusted v0.9.0
13592025-01-13T05:02:05.548Z Compiling pkg-config v0.3.31
13602025-01-13T05:02:05.608Z Compiling vcpkg v0.2.15
13612025-01-13T05:02:05.620Z Compiling typenum v1.14.0
13622025-01-13T05:02:05.703Z Checking atomic-waker v1.1.1
13632025-01-13T05:02:05.793Z Checking tracing v0.1.40
13642025-01-13T05:02:05.828Z Checking http-body v1.0.1
13652025-01-13T05:02:06.018Z Compiling generic-array v0.14.5
13662025-01-13T05:02:06.091Z Compiling crossbeam-utils v0.8.15
13672025-01-13T05:02:06.336Z Checking try-lock v0.2.3
13682025-01-13T05:02:06.353Z Compiling ring v0.17.7
13692025-01-13T05:02:06.449Z Checking want v0.3.0
13702025-01-13T05:02:06.515Z Compiling unicase v2.6.0
13712025-01-13T05:02:06.609Z Compiling num-conv v0.1.0
13722025-01-13T05:02:06.662Z Checking subtle v2.5.0
13732025-01-13T05:02:06.862Z Compiling time-core v0.1.2
13742025-01-13T05:02:06.878Z Checking httpdate v1.0.1
13752025-01-13T05:02:06.903Z Checking zeroize v1.7.0
13762025-01-13T05:02:07.017Z Checking powerfmt v0.2.0
13772025-01-13T05:02:07.067Z Compiling time-macros v0.2.18
13782025-01-13T05:02:07.264Z Checking deranged v0.3.11
13792025-01-13T05:02:07.447Z Checking bitflags v2.4.0
13802025-01-13T05:02:07.618Z Compiling slog v2.7.0
13812025-01-13T05:02:07.829Z Compiling openssl-sys v0.9.103
13822025-01-13T05:02:08.046Z Checking byteorder v1.4.3
13832025-01-13T05:02:08.228Z Checking tower-service v0.3.3
13842025-01-13T05:02:08.445Z Checking num_threads v0.1.3
13852025-01-13T05:02:08.539Z Checking base64 v0.22.1
13862025-01-13T05:02:08.600Z Compiling usdt-impl v0.5.0
13872025-01-13T05:02:08.971Z Compiling semver v1.0.24
13882025-01-13T05:02:08.979Z Checking foreign-types-shared v0.1.1
13892025-01-13T05:02:09.034Z Checking openssl-probe v0.1.4
13902025-01-13T05:02:09.067Z Checking percent-encoding v2.3.1
13912025-01-13T05:02:09.169Z Compiling openssl v0.10.66
13922025-01-13T05:02:09.265Z Checking tinyvec_macros v0.1.0
13932025-01-13T05:02:09.346Z Checking tinyvec v1.5.1
13942025-01-13T05:02:09.353Z Checking form_urlencoded v1.2.1
13952025-01-13T05:02:09.558Z Checking foreign-types v0.3.2
13962025-01-13T05:02:09.692Z Checking block-buffer v0.10.2
13972025-01-13T05:02:09.790Z Checking crypto-common v0.1.6
13982025-01-13T05:02:10.046Z Checking rand_core v0.6.3
13992025-01-13T05:02:10.125Z Compiling thread-id v4.0.0
14002025-01-13T05:02:10.225Z Compiling num-traits v0.2.14
14012025-01-13T05:02:10.276Z Checking ppv-lite86 v0.2.15
14022025-01-13T05:02:10.301Z Compiling native-tls v0.2.12
14032025-01-13T05:02:10.615Z Checking time v0.3.36
14042025-01-13T05:02:10.617Z Compiling rustls v0.22.4
14052025-01-13T05:02:10.624Z Checking plain v0.2.3
14062025-01-13T05:02:10.708Z Compiling rustls v0.23.13
14072025-01-13T05:02:10.750Z Checking mime v0.3.16
14082025-01-13T05:02:10.801Z Checking unicode-normalization v0.1.24
14092025-01-13T05:02:10.823Z Checking rand_chacha v0.3.1
14102025-01-13T05:02:11.150Z Checking digest v0.10.7
14112025-01-13T05:02:11.274Z Checking rustls-pemfile v2.1.3
14122025-01-13T05:02:11.345Z Checking dirs-sys-next v0.1.2
14132025-01-13T05:02:11.453Z Checking pretty-hex v0.4.1
14142025-01-13T05:02:11.498Z Checking cpufeatures v0.2.2
14152025-01-13T05:02:11.501Z Checking unicode-bidi v0.3.15
14162025-01-13T05:02:11.578Z Checking sha1 v0.10.6
14172025-01-13T05:02:11.620Z Checking dirs-next v2.0.0
14182025-01-13T05:02:11.695Z Compiling mime_guess v2.0.5
14192025-01-13T05:02:12.003Z Checking rand v0.8.4
14202025-01-13T05:02:12.073Z Checking idna v0.5.0
14212025-01-13T05:02:12.208Z Checking rustls-webpki v0.102.8
14222025-01-13T05:02:12.218Z Compiling serde_derive_internals v0.29.0
14232025-01-13T05:02:12.913Z Checking concurrent-queue v2.5.0
14242025-01-13T05:02:13.196Z Checking thread_local v1.1.4
14252025-01-13T05:02:13.226Z Compiling multer v3.1.0
14262025-01-13T05:02:13.266Z Checking encoding_rs v0.8.32
14272025-01-13T05:02:13.437Z Compiling slog-async v2.8.0
14282025-01-13T05:02:13.600Z Compiling thiserror v2.0.9
14292025-01-13T05:02:14.036Z Compiling rustix v0.38.40
14302025-01-13T05:02:14.366Z Compiling camino v1.1.9
14312025-01-13T05:02:14.928Z Checking iana-time-zone v0.1.47
14322025-01-13T05:02:15.067Z Compiling schemars v0.8.21
14332025-01-13T05:02:15.142Z Checking winnow v0.6.18
14342025-01-13T05:02:15.156Z Checking parking v2.2.0
14352025-01-13T05:02:15.298Z Checking match_cfg v0.1.0
14362025-01-13T05:02:15.382Z Compiling paste v1.0.15
14372025-01-13T05:02:15.496Z Checking hostname v0.3.1
14382025-01-13T05:02:15.587Z Checking event-listener v5.0.0
14392025-01-13T05:02:16.110Z Checking url v2.5.2
14402025-01-13T05:02:16.280Z Checking term v0.7.0
14412025-01-13T05:02:16.380Z Checking crossbeam-channel v0.5.1
14422025-01-13T05:02:16.479Z Checking webpki-roots v0.26.5
14432025-01-13T05:02:16.665Z Checking memmap v0.7.0
14442025-01-13T05:02:16.668Z Checking errno v0.3.8
14452025-01-13T05:02:16.809Z Checking is-terminal v0.4.12
14462025-01-13T05:02:16.831Z Checking sync_wrapper v1.0.1
14472025-01-13T05:02:16.858Z Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot)
14482025-01-13T05:02:16.868Z Checking unicode-segmentation v1.10.0
14492025-01-13T05:02:16.916Z Checking take_mut v0.2.2
14502025-01-13T05:02:16.955Z Checking lazy_static v1.5.0
14512025-01-13T05:02:17.035Z Compiling heck v0.5.0
14522025-01-13T05:02:17.043Z Checking utf-8 v0.7.6
14532025-01-13T05:02:17.073Z Checking unicode-width v0.1.9
14542025-01-13T05:02:17.209Z Checking tower-layer v0.3.3
14552025-01-13T05:02:17.219Z Compiling buf-list v1.0.3
14562025-01-13T05:02:17.230Z Checking dyn-clone v1.0.4
14572025-01-13T05:02:17.333Z Compiling anyhow v1.0.95
14582025-01-13T05:02:17.401Z Checking data-encoding v2.4.0
14592025-01-13T05:02:17.441Z Checking newline-converter v0.3.0
14602025-01-13T05:02:17.499Z Checking console v0.15.7
14612025-01-13T05:02:17.575Z Checking slog-term v2.9.1
14622025-01-13T05:02:17.711Z Compiling serde_derive v1.0.217
14632025-01-13T05:02:17.783Z Compiling thiserror-impl v1.0.69
14642025-01-13T05:02:17.795Z Compiling tokio-macros v2.4.0
14652025-01-13T05:02:17.874Z Compiling futures-macro v0.3.31
14662025-01-13T05:02:17.942Z Compiling zerocopy-derive v0.7.32
14672025-01-13T05:02:17.999Z Compiling scroll_derive v0.12.0
14682025-01-13T05:02:18.019Z Compiling openssl-macros v0.1.1
14692025-01-13T05:02:18.039Z Compiling thiserror-impl v2.0.9
14702025-01-13T05:02:20.023Z Checking scroll v0.12.0
14712025-01-13T05:02:20.065Z Checking tokio v1.42.0
14722025-01-13T05:02:20.434Z Checking futures-util v0.3.31
14732025-01-13T05:02:20.465Z Checking goblin v0.8.0
14742025-01-13T05:02:20.989Z Compiling zerocopy v0.7.32
14752025-01-13T05:02:22.296Z Compiling pest v2.7.6
14762025-01-13T05:02:23.856Z Compiling async-stream-impl v0.3.6
14772025-01-13T05:02:24.564Z Compiling schemars_derive v0.8.21
14782025-01-13T05:02:24.730Z Compiling pest_meta v2.7.6
14792025-01-13T05:02:24.859Z Checking http-body-util v0.1.2
14802025-01-13T05:02:25.103Z Checking futures-executor v0.3.31
14812025-01-13T05:02:25.318Z Checking futures v0.3.31
14822025-01-13T05:02:25.412Z Checking tungstenite v0.24.0
14832025-01-13T05:02:25.618Z Compiling async-trait v0.1.84
14842025-01-13T05:02:25.868Z Compiling pest_generator v2.7.6
14852025-01-13T05:02:26.223Z Checking async-stream v0.3.6
14862025-01-13T05:02:26.521Z Checking tokio-util v0.7.7
14872025-01-13T05:02:26.728Z Checking tokio-rustls v0.26.0
14882025-01-13T05:02:27.088Z Checking tokio-native-tls v0.3.1
14892025-01-13T05:02:27.310Z Checking tokio-rustls v0.25.0
14902025-01-13T05:02:27.320Z Checking tower v0.5.2
14912025-01-13T05:02:27.986Z Checking event-listener-strategy v0.5.2
14922025-01-13T05:02:28.169Z Checking yasna v0.5.2
14932025-01-13T05:02:28.368Z Checking rustls-native-certs v0.7.0
14942025-01-13T05:02:28.508Z Checking pem v3.0.4
14952025-01-13T05:02:28.768Z Checking waitgroup v0.1.2
14962025-01-13T05:02:28.835Z Checking hostname v0.4.0
14972025-01-13T05:02:28.889Z Checking http-range v0.1.4
14982025-01-13T05:02:28.913Z Checking debug-ignore v1.0.5
14992025-01-13T05:02:28.961Z Checking simple-mermaid v0.2.0
15002025-01-13T05:02:29.036Z Checking similar v2.2.1
15012025-01-13T05:02:29.039Z Checking ipnet v2.10.0
15022025-01-13T05:02:29.049Z Checking fastrand v2.1.1
15032025-01-13T05:02:29.158Z Checking rcgen v0.13.2
15042025-01-13T05:02:29.213Z Checking async-channel v2.3.1
15052025-01-13T05:02:29.402Z Checking tempfile v3.14.0
15062025-01-13T05:02:29.493Z Checking tokio-tungstenite v0.24.0
15072025-01-13T05:02:29.510Z Compiling pest_derive v2.7.6
15082025-01-13T05:02:29.721Z Checking expectorate v1.1.0
15092025-01-13T05:02:29.866Z Checking subprocess v0.2.9
15102025-01-13T05:02:30.659Z Compiling dtrace-parser v0.2.0
15112025-01-13T05:02:30.973Z Checking indexmap v2.7.0
15122025-01-13T05:02:30.975Z Checking serde_spanned v0.6.7
15132025-01-13T05:02:30.975Z Checking toml_datetime v0.6.8
15142025-01-13T05:02:30.975Z Checking chrono v0.4.39
15152025-01-13T05:02:30.976Z Checking uuid v1.11.1
15162025-01-13T05:02:31.157Z Checking serde_urlencoded v0.7.1
15172025-01-13T05:02:31.254Z Checking serde_path_to_error v0.1.16
15182025-01-13T05:02:31.845Z Compiling serde_tokenstream v0.2.2
15192025-01-13T05:02:32.074Z Checking h2 v0.4.6
15202025-01-13T05:02:32.074Z Checking toml_edit v0.22.20
15212025-01-13T05:02:32.388Z Checking dof v0.3.0
15222025-01-13T05:02:32.388Z Checking slog-json v2.6.1
15232025-01-13T05:02:32.391Z Checking openapiv3 v2.0.0
15242025-01-13T05:02:32.410Z Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
15252025-01-13T05:02:32.623Z Checking slog-bunyan v2.5.0
15262025-01-13T05:02:34.553Z Checking toml v0.8.19
15272025-01-13T05:02:34.951Z Compiling usdt-macro v0.5.0
15282025-01-13T05:02:35.008Z Compiling usdt-attr-macro v0.5.0
15292025-01-13T05:02:35.828Z Checking hyper v1.5.2
15302025-01-13T05:02:36.549Z Checking usdt v0.5.0
15312025-01-13T05:02:37.066Z Checking hyper-util v0.1.10
15322025-01-13T05:02:37.066Z Checking hyper-staticfile v0.10.1
15332025-01-13T05:02:38.035Z Checking hyper-rustls v0.27.3
15342025-01-13T05:02:38.035Z Checking hyper-tls v0.6.0
15352025-01-13T05:02:38.037Z Checking hyper-rustls v0.26.0
15362025-01-13T05:02:38.224Z Checking reqwest v0.12.12
15372025-01-13T05:02:40.380Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
15382025-01-13T05:02:40.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.08s
15392025-01-13T05:02:40.710Z
15402025-01-13T05:02:40.710Z
15412025-01-13T05:02:49.699Ztest tests/fail/bad_channel10.rs ... ok
15422025-01-13T05:02:49.699Ztest tests/fail/bad_channel11.rs ... ok
15432025-01-13T05:02:49.703Ztest tests/fail/bad_channel12.rs ... ok
15442025-01-13T05:02:49.703Ztest tests/fail/bad_channel13.rs ... ok
15452025-01-13T05:02:49.703Ztest tests/fail/bad_channel14.rs ... ok
15462025-01-13T05:02:49.703Ztest tests/fail/bad_channel15.rs ... ok
15472025-01-13T05:02:49.703Ztest tests/fail/bad_channel17.rs ... ok
15482025-01-13T05:02:49.703Ztest tests/fail/bad_channel18.rs ... ok
15492025-01-13T05:02:49.703Ztest tests/fail/bad_channel19.rs ... ok
15502025-01-13T05:02:49.703Ztest tests/fail/bad_channel1a.rs ... ok
15512025-01-13T05:02:49.703Ztest tests/fail/bad_channel1b.rs ... ok
15522025-01-13T05:02:49.703Ztest tests/fail/bad_channel2.rs ... ok
15532025-01-13T05:02:49.703Ztest tests/fail/bad_channel20.rs ... ok
15542025-01-13T05:02:49.703Ztest tests/fail/bad_channel21.rs ... ok
15552025-01-13T05:02:49.703Ztest tests/fail/bad_channel22.rs ... ok
15562025-01-13T05:02:49.703Ztest tests/fail/bad_channel23.rs ... ok
15572025-01-13T05:02:49.703Ztest tests/fail/bad_channel24.rs ... ok
15582025-01-13T05:02:49.703Ztest tests/fail/bad_channel25.rs ... ok
15592025-01-13T05:02:49.703Ztest tests/fail/bad_channel26.rs ... ok
15602025-01-13T05:02:49.703Ztest tests/fail/bad_channel27.rs ... ok
15612025-01-13T05:02:49.703Ztest tests/fail/bad_channel28.rs ... ok
15622025-01-13T05:02:49.703Ztest tests/fail/bad_channel3.rs ... ok
15632025-01-13T05:02:49.703Ztest tests/fail/bad_channel4.rs ... ok
15642025-01-13T05:02:49.703Ztest tests/fail/bad_channel5.rs ... ok
15652025-01-13T05:02:49.703Ztest tests/fail/bad_channel6.rs ... ok
15662025-01-13T05:02:49.703Ztest tests/fail/bad_channel8.rs ... ok
15672025-01-13T05:02:49.703Ztest tests/fail/bad_channel9.rs ... ok
15682025-01-13T05:02:49.703Ztest tests/fail/bad_endpoint1.rs ... ok
15692025-01-13T05:02:49.703Ztest tests/fail/bad_endpoint10.rs ... ok
15702025-01-13T05:02:49.703Ztest tests/fail/bad_endpoint11.rs ... ok
15712025-01-13T05:02:49.703Ztest tests/fail/bad_endpoint12.rs ... ok
15722025-01-13T05:02:49.703Ztest tests/fail/bad_endpoint13.rs ... ok
15732025-01-13T05:02:49.703Ztest tests/fail/bad_endpoint14.rs ... ok
15742025-01-13T05:02:49.703Ztest tests/fail/bad_endpoint15.rs ... ok
15752025-01-13T05:02:49.703Ztest tests/fail/bad_endpoint16.rs ... ok
15762025-01-13T05:02:49.703Ztest tests/fail/bad_endpoint17.rs ... ok
15772025-01-13T05:02:49.703Ztest tests/fail/bad_endpoint18.rs ... ok
15782025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint19.rs ... ok
15792025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint2.rs ... ok
15802025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint20.rs ... ok
15812025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint21.rs ... ok
15822025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint22.rs ... ok
15832025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint23.rs ... ok
15842025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint24.rs ... ok
15852025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint25.rs ... ok
15862025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint26.rs ... ok
15872025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint27.rs ... ok
15882025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint28.rs ... ok
15892025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint3.rs ... ok
15902025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint4.rs ... ok
15912025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint5.rs ... ok
15922025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint6.rs ... ok
15932025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint7.rs ... ok
15942025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint8.rs ... ok
15952025-01-13T05:02:49.704Ztest tests/fail/bad_endpoint9.rs ... ok
15962025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel10.rs ... ok
15972025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel11.rs ... ok
15982025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel12.rs ... ok
15992025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel13.rs ... ok
16002025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel14.rs ... ok
16012025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel15.rs ... ok
16022025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel17.rs ... ok
16032025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel18.rs ... ok
16042025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel19.rs ... ok
16052025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel1a.rs ... ok
16062025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel1b.rs ... ok
16072025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel2.rs ... ok
16082025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel20.rs ... ok
16092025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel21.rs ... ok
16102025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel22.rs ... ok
16112025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel23.rs ... ok
16122025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel24.rs ... ok
16132025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel25.rs ... ok
16142025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel26.rs ... ok
16152025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel28.rs ... ok
16162025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel3.rs ... ok
16172025-01-13T05:02:49.704Ztest tests/fail/bad_trait_channel4.rs ... ok
16182025-01-13T05:02:49.705Ztest tests/fail/bad_trait_channel5.rs ... ok
16192025-01-13T05:02:49.705Ztest tests/fail/bad_trait_channel6.rs ... ok
16202025-01-13T05:02:49.705Ztest tests/fail/bad_trait_channel8.rs ... ok
16212025-01-13T05:02:49.705Ztest tests/fail/bad_trait_channel9.rs ... ok
16222025-01-13T05:02:49.705Ztest tests/fail/bad_trait_endpoint1.rs ... ok
16232025-01-13T05:02:49.705Ztest tests/fail/bad_trait_endpoint10.rs ... ok
16242025-01-13T05:02:49.705Ztest tests/fail/bad_trait_endpoint11.rs ... ok
16252025-01-13T05:02:49.705Ztest tests/fail/bad_trait_endpoint12.rs ... ok
16262025-01-13T05:02:49.705Ztest tests/fail/bad_trait_endpoint13.rs ... ok
16272025-01-13T05:02:49.705Ztest tests/fail/bad_trait_endpoint14.rs ... ok
16282025-01-13T05:02:49.705Ztest tests/fail/bad_trait_endpoint15.rs ... ok
16292025-01-13T05:02:49.705Ztest tests/fail/bad_trait_endpoint16.rs ... ok
16302025-01-13T05:02:49.705Ztest tests/fail/bad_trait_endpoint17.rs ... ok
16312025-01-13T05:02:49.705Ztest tests/fail/bad_trait_endpoint18.rs ... ok
16322025-01-13T05:02:49.705Ztest tests/fail/bad_trait_endpoint19.rs ... ok
16332025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint2.rs ... ok
16342025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint20.rs ... ok
16352025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint21.rs ... ok
16362025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint22.rs ... ok
16372025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint23.rs ... ok
16382025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint24.rs ... ok
16392025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint25.rs ... ok
16402025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint26.rs ... ok
16412025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint27.rs ... ok
16422025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint28.rs ... ok
16432025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint3.rs ... ok
16442025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint4.rs ... ok
16452025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint5.rs ... ok
16462025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint6.rs ... ok
16472025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint7.rs ... ok
16482025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint8.rs ... ok
16492025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint9.rs ... ok
16502025-01-13T05:02:49.708Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
16512025-01-13T05:02:49.708Ztest tests/fail/bad_trait_only1.rs ... ok
16522025-01-13T05:02:49.708Ztest tests/fail/bad_trait_only10.rs ... ok
16532025-01-13T05:02:49.708Ztest tests/fail/bad_trait_only11.rs ... ok
16542025-01-13T05:02:49.708Ztest tests/fail/bad_trait_only12.rs ... ok
16552025-01-13T05:02:49.708Ztest tests/fail/bad_trait_only13.rs ... ok
16562025-01-13T05:02:49.708Ztest tests/fail/bad_trait_only14.rs ... ok
16572025-01-13T05:02:49.708Ztest tests/fail/bad_trait_only15.rs ... ok
16582025-01-13T05:02:49.708Ztest tests/fail/bad_trait_only16.rs ... ok
16592025-01-13T05:02:49.708Ztest tests/fail/bad_trait_only17.rs ... ok
16602025-01-13T05:02:49.708Ztest tests/fail/bad_trait_only18.rs ... ok
16612025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only19.rs ... ok
16622025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only2.rs ... ok
16632025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only20.rs ... ok
16642025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only21.rs ... ok
16652025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only22.rs ... ok
16662025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only3.rs ... ok
16672025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only4.rs ... ok
16682025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only5.rs ... ok
16692025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only6.rs ... ok
16702025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only7.rs ... ok
16712025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only8.rs ... ok
16722025-01-13T05:02:49.709Ztest tests/fail/bad_trait_only9.rs ... ok
16732025-01-13T05:02:49.709Ztest tests/fail/bad_version_backwards.rs ... ok
16742025-01-13T05:02:49.709Ztest tests/fail/unused_endpoint.rs ... ok
16752025-01-13T05:02:49.709Z
16762025-01-13T05:02:49.709Z
16772025-01-13T05:02:49.709Ztest fail ... ok
16782025-01-13T05:02:49.709Z
16792025-01-13T05:02:49.709Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 48.39s
16802025-01-13T05:02:49.709Z
16812025-01-13T05:02:49.712Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-3d3a91d04e8c2c73`
16822025-01-13T05:02:49.719Z
16832025-01-13T05:02:49.719Zrunning 82 tests
16842025-01-13T05:02:49.722Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
16852025-01-13T05:02:49.722Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
16862025-01-13T05:02:49.722Ztest api_trait::test_api_trait_with_complex_tags ... ok
16872025-01-13T05:02:49.722Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
16882025-01-13T05:02:49.722Ztest config::test_config_bad_bind_address_port_too_small ... ok
16892025-01-13T05:02:49.722Ztest config::test_config_bad_bind_address_port_too_large ... ok
16902025-01-13T05:02:49.722Ztest config::test_config_bad_bind_address_garbage ... ok
16912025-01-13T05:02:49.725Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
16922025-01-13T05:02:49.725Ztest config::test_config_deprecated_request_body_max_bytes ... ok
16932025-01-13T05:02:49.725Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-api_trait_basic.2820.0.log"
16942025-01-13T05:02:49.725Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-config_bind_address_http.2820.1.log"
16952025-01-13T05:02:49.725Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-config_bind_address_https_buffer.2820.2.log"
16962025-01-13T05:02:49.725Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-config_handler_task_mode_cancel.2820.3.log"
16972025-01-13T05:02:49.725Ztest config::test_valid_config_all_settings ... ok
16982025-01-13T05:02:49.725Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-config_handler_task_mode_detached.2820.5.log"
16992025-01-13T05:02:49.725Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_unversioned_servers_with_versioned_routes.2820.4.log"
17002025-01-13T05:02:49.725Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-config_bind_address_https.2820.6.log"
17012025-01-13T05:02:49.725Ztest config::test_valid_config_basic ... ok
17022025-01-13T05:02:49.725Ztest config::test_unversioned_servers_with_versioned_routes ... ok
17032025-01-13T05:02:49.725Ztest config::test_valid_config_empty ... ok
17042025-01-13T05:02:49.728Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_enum_user_error.2820.7.log"
17052025-01-13T05:02:49.728Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_enum_extractor_error.2820.8.log"
17062025-01-13T05:02:49.731Ztest config::test_config_handler_task_mode_cancel ... ok
17072025-01-13T05:02:49.731Ztest config::test_config_handler_task_mode_detached ... ok
17082025-01-13T05:02:49.731Ztest custom_errors::test_enum_user_error ... ok
17092025-01-13T05:02:49.731Ztest custom_errors::test_enum_extractor_error ... ok
17102025-01-13T05:02:49.731Ztest api_trait::test_api_trait_basic ... ok
17112025-01-13T05:02:49.731Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_struct_extractor_error.2820.9.log"
17122025-01-13T05:02:49.731Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_struct_user_error.2820.10.log"
17132025-01-13T05:02:49.731Ztest custom_errors::test_trait_based_api ... ok
17142025-01-13T05:02:49.731Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_trait_enum_user_error.2820.11.log"
17152025-01-13T05:02:49.733Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_trait_struct_user_error.2820.12.log"
17162025-01-13T05:02:49.733Ztest custom_errors::test_struct_user_error ... ok
17172025-01-13T05:02:49.733Ztest custom_errors::test_struct_extractor_error ... ok
17182025-01-13T05:02:49.733Ztest config::test_config_bind_address_http ... ok
17192025-01-13T05:02:49.733Ztest custom_errors::test_trait_enum_user_error ... ok
17202025-01-13T05:02:49.733Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_302_bogus.2820.13.log"
17212025-01-13T05:02:49.733Ztest custom_errors::test_trait_struct_user_error ... ok
17222025-01-13T05:02:49.736Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_302_found.2820.14.log"
17232025-01-13T05:02:49.736Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_303_see_other.2820.15.log"
17242025-01-13T05:02:49.736Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_delete_request.2820.17.log"
17252025-01-13T05:02:49.736Ztest demo::test_302_bogus ... ok
17262025-01-13T05:02:49.736Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-demo1.2820.16.log"
17272025-01-13T05:02:49.736Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_307_temporary_redirect.2820.18.log"
17282025-01-13T05:02:49.739Ztest demo::test_302_found ... ok
17292025-01-13T05:02:49.739Ztest demo::test_303_see_other ... ok
17302025-01-13T05:02:49.739Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-demo2json.2820.19.log"
17312025-01-13T05:02:49.739Ztest demo::test_delete_request ... ok
17322025-01-13T05:02:49.739Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-demo2query.2820.20.log"
17332025-01-13T05:02:49.739Ztest demo::test_demo1 ... ok
17342025-01-13T05:02:49.739Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-demo2urlencoded.2820.21.log"
17352025-01-13T05:02:49.742Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-demo3json.2820.22.log"
17362025-01-13T05:02:49.742Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-demo_path_param_string.2820.23.log"
17372025-01-13T05:02:49.742Ztest demo::test_307_temporary_redirect ... ok
17382025-01-13T05:02:49.742Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-demo_path_param_u32.2820.24.log"
17392025-01-13T05:02:49.745Ztest demo::test_demo_path_param_u32 ... ok
17402025-01-13T05:02:49.748Ztest demo::test_demo2query ... ok
17412025-01-13T05:02:49.748Ztest demo::test_demo3json ... ok
17422025-01-13T05:02:49.748Ztest demo::test_demo2json ... ok
17432025-01-13T05:02:49.748Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-demo_path_param_uuid.2820.25.log"
17442025-01-13T05:02:49.748Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_header_request.2820.27.log"
17452025-01-13T05:02:49.748Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-demo_websocket.2820.26.log"
17462025-01-13T05:02:49.748Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_head_request.2820.28.log"
17472025-01-13T05:02:49.750Ztest demo::test_demo2urlencoded ... ok
17482025-01-13T05:02:49.750Ztest demo::test_demo_path_param_uuid ... ok
17492025-01-13T05:02:49.750Ztest demo::test_demo_websocket ... ok
17502025-01-13T05:02:49.750Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_large_typed_body.2820.29.log"
17512025-01-13T05:02:49.750Ztest demo::test_head_request ... ok
17522025-01-13T05:02:49.750Ztest demo::test_header_request ... ok
17532025-01-13T05:02:49.750Ztest config::test_config_bind_address_https_buffer ... ok
17542025-01-13T05:02:49.750Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-tet_raw_request.2820.30.log"
17552025-01-13T05:02:49.753Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_request_compat.2820.31.log"
17562025-01-13T05:02:49.753Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_request_remote_addr.2820.32.log"
17572025-01-13T05:02:49.753Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_untyped_body.2820.34.log"
17582025-01-13T05:02:49.753Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_streaming_body.2820.33.log"
17592025-01-13T05:02:49.753Ztest demo::test_demo_path_param_string ... ok
17602025-01-13T05:02:49.753Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-graceful_shutdown_with_detached_handler.2820.35.log"
17612025-01-13T05:02:49.753Ztest demo::test_raw_request ... ok
17622025-01-13T05:02:49.753Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-multipart_client.2820.36.log"
17632025-01-13T05:02:49.753Ztest demo::test_request_compat ... ok
17642025-01-13T05:02:49.755Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-multipart_client.2820.37.log"
17652025-01-13T05:02:49.758Ztest demo::test_large_typed_body ... ok
17662025-01-13T05:02:49.758Ztest demo::test_request_remote_addr ... ok
17672025-01-13T05:02:49.758Ztest multipart::no_content_type ... ok
17682025-01-13T05:02:49.760Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-multipart_client.2820.38.log"
17692025-01-13T05:02:49.760Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-multipart_client.2820.39.log"
17702025-01-13T05:02:49.760Ztest multipart::missing_boundary ... ok
17712025-01-13T05:02:49.760Ztest multipart::weird_content_type ... ok
17722025-01-13T05:02:49.760Ztest multipart::test_multipart_client ... ok
17732025-01-13T05:02:49.760Ztest demo::test_streaming_body ... ok
17742025-01-13T05:02:49.760Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-pagination-basic.2820.40.log"
17752025-01-13T05:02:49.760Ztest openapi::test_openapi_custom_error_types ... ok
17762025-01-13T05:02:49.770Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-pagination-multiple-resources.2820.41.log"
17772025-01-13T05:02:49.772Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
17782025-01-13T05:02:49.772Ztest config::test_config_bind_address_https ... ok
17792025-01-13T05:02:49.774Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-pagination-multiple-sorts.2820.42.log"
17802025-01-13T05:02:49.777Ztest demo::test_untyped_body ... ok
17812025-01-13T05:02:49.779Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-basic.2820.43.log"
17822025-01-13T05:02:49.779Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-dictionary.2820.44.log"
17832025-01-13T05:02:49.785Ztest openapi::test_openapi ... ok
17842025-01-13T05:02:49.787Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-empty.2820.45.log"
17852025-01-13T05:02:49.789Ztest openapi::test_openapi_fuller ... ok
17862025-01-13T05:02:49.789Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-errors.2820.46.log"
17872025-01-13T05:02:49.812Ztest pagination::test_paginate_empty ... ok
17882025-01-13T05:02:49.814Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-extra_params.2820.47.log"
17892025-01-13T05:02:49.823Ztest pagination::test_paginate_errors ... ok
17902025-01-13T05:02:49.825Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-required_params.2820.48.log"
17912025-01-13T05:02:49.843Ztest pagination::test_paginate_with_required_params ... ok
17922025-01-13T05:02:49.846Ztest pagination::test_paginate_extra_params ... ok
17932025-01-13T05:02:49.846Ztest path_names::test_path_names ... ok
17942025-01-13T05:02:49.846Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_no_tls.2820.49.log"
17952025-01-13T05:02:49.846Ztest pagination_schema::test_pagination_schema ... ok
17962025-01-13T05:02:49.846Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_with_tls.2820.50.log"
17972025-01-13T05:02:49.853Ztest starter::test_no_tls ... ok
17982025-01-13T05:02:49.855Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-non_streaming_servers_do_not_use_transfer_encoding.2820.51.log"
17992025-01-13T05:02:49.860Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
18002025-01-13T05:02:49.862Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-streaming_server_buffered_client.2820.52.log"
18012025-01-13T05:02:49.895Ztest streaming::test_streaming_server_buffered_client ... ok
18022025-01-13T05:02:49.897Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-streaming_server_streaming_client.2820.53.log"
18032025-01-13T05:02:49.924Ztest pagination::test_paginate_basic ... ok
18042025-01-13T05:02:49.926Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_server_is_http.2820.54.log"
18052025-01-13T05:02:49.929Ztest streaming::test_streaming_server_streaming_client ... ok
18062025-01-13T05:02:49.932Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_server_is_https.2820.55.log"
18072025-01-13T05:02:49.934Ztest tls::test_server_is_http ... ok
18082025-01-13T05:02:49.934Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_tls_aborted_negotiation.2820.56.log"
18092025-01-13T05:02:50.187Ztest starter::test_with_tls ... ok
18102025-01-13T05:02:50.190Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_tls_certificate_loading.2820.57.log"
18112025-01-13T05:02:50.257Ztest tls::test_server_is_https ... ok
18122025-01-13T05:02:50.259Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_tls_only.2820.58.log"
18132025-01-13T05:02:50.505Ztest tls::test_tls_certificate_loading ... ok
18142025-01-13T05:02:50.507Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_tls_refresh_certificates.2820.59.log"
18152025-01-13T05:02:50.591Ztest tls::test_tls_aborted_negotiation ... ok
18162025-01-13T05:02:50.594Znote: configured to log to "/tmp/integration_tests-3d3a91d04e8c2c73-test_versions.2820.60.log"
18172025-01-13T05:02:50.661Ztest versions::test_versions ... ok
18182025-01-13T05:02:50.663Ztest versions::test_versions_openapi ... ok
18192025-01-13T05:02:50.666Ztest versions::test_versions_openapi_same_names ... ok
18202025-01-13T05:02:50.863Ztest tls::test_tls_refresh_certificates ... ok
18212025-01-13T05:02:50.895Ztest tls::test_tls_only ... ok
18222025-01-13T05:02:51.595Ztest pagination::test_example_basic ... ok
18232025-01-13T05:02:51.759Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
18242025-01-13T05:02:52.251Ztest pagination::test_paginate_dictionary ... ok
18252025-01-13T05:02:56.143Ztest pagination::test_example_multiple_sorts ... ok
18262025-01-13T05:02:56.292Ztest pagination::test_example_multiple_resources ... ok
18272025-01-13T05:02:56.292Z
18282025-01-13T05:02:56.292Ztest result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.57s
18292025-01-13T05:02:56.292Z
18302025-01-13T05:02:56.301Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-106cea9688b8991a`
18312025-01-13T05:02:56.310Z
18322025-01-13T05:02:56.310Zrunning 35 tests
18332025-01-13T05:02:56.315Ztest channel::tests::test_channel_with_versions ... ok
18342025-01-13T05:02:56.315Ztest channel::tests::test_channel_operation_id ... ok
18352025-01-13T05:02:56.318Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
18362025-01-13T05:02:56.318Ztest channel::tests::test_channel_with_unnamed_params ... ok
18372025-01-13T05:02:56.318Ztest doc::tests::test_extract_summary_description ... ok
18382025-01-13T05:02:56.318Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
18392025-01-13T05:02:56.318Ztest endpoint::tests::test_endpoint_bad_string ... ok
18402025-01-13T05:02:56.318Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
18412025-01-13T05:02:56.318Ztest endpoint::tests::test_endpoint_bad_versions ... ok
18422025-01-13T05:02:56.318Ztest endpoint::tests::test_endpoint_invalid_item ... ok
18432025-01-13T05:02:56.321Ztest endpoint::tests::test_endpoint_no_arguments ... ok
18442025-01-13T05:02:56.321Ztest endpoint::tests::test_endpoint_not_async ... ok
18452025-01-13T05:02:56.321Ztest channel::tests::test_channel_with_custom_params ... ok
18462025-01-13T05:02:56.321Ztest endpoint::tests::test_endpoint_content_type ... ok
18472025-01-13T05:02:56.321Ztest endpoint::tests::test_endpoint_basic ... ok
18482025-01-13T05:02:56.321Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
18492025-01-13T05:02:56.323Ztest api_trait::tests::test_api_trait_operation_id ... ok
18502025-01-13T05:02:56.323Ztest endpoint::tests::test_endpoint_pub_crate ... ok
18512025-01-13T05:02:56.323Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
18522025-01-13T05:02:56.323Ztest api_trait::tests::test_api_trait_basic ... ok
18532025-01-13T05:02:56.323Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
18542025-01-13T05:02:56.323Ztest endpoint::tests::test_endpoint_with_doc ... ok
18552025-01-13T05:02:56.323Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
18562025-01-13T05:02:56.326Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
18572025-01-13T05:02:56.326Ztest endpoint::tests::test_endpoint_with_tags ... ok
18582025-01-13T05:02:56.326Ztest endpoint::tests::test_endpoint_with_query ... ok
18592025-01-13T05:02:56.326Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
18602025-01-13T05:02:56.326Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
18612025-01-13T05:02:56.326Ztest params::tests::test_extract_rqctx_ty_param ... ok
18622025-01-13T05:02:56.326Ztest syn_parsing::tests::test_busted_function ... ok
18632025-01-13T05:02:56.326Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
18642025-01-13T05:02:56.326Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
18652025-01-13T05:02:56.326Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
18662025-01-13T05:02:56.326Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
18672025-01-13T05:02:56.329Ztest endpoint::tests::test_operation_id ... ok
18682025-01-13T05:02:56.329Z
18692025-01-13T05:02:56.329Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
18702025-01-13T05:02:56.329Z
18712025-01-13T05:02:56.329Z Doc-tests dropshot
18722025-01-13T05:02:56.329Z Running `/home/build/.rustup/toolchains/1.83.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-7c55a5d19892b2cd/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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e77901eedafb7d57.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-314248b7336bb654.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8b053870eb21bfe8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-553d0a15d01c8952.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
18732025-01-13T05:02:56.772Z
18742025-01-13T05:02:56.772Zrunning 23 tests
18752025-01-13T05:02:58.785Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
18762025-01-13T05:02:58.788Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
18772025-01-13T05:02:58.788Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
18782025-01-13T05:02:58.793Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
18792025-01-13T05:03:03.226Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 558) ... ok
18802025-01-13T05:03:03.226Ztest dropshot/src/lib.rs - (line 322) ... ignored
18812025-01-13T05:03:03.323Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 363) ... ok
18822025-01-13T05:03:03.579Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
18832025-01-13T05:03:03.878Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok
18842025-01-13T05:03:03.893Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok
18852025-01-13T05:03:04.047Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 153) ... ok
18862025-01-13T05:03:04.169Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
18872025-01-13T05:03:04.172Ztest dropshot/src/lib.rs - channel (line 1139) ... ignored
18882025-01-13T05:03:04.172Ztest dropshot/src/lib.rs - endpoint (line 1184) ... ignored
18892025-01-13T05:03:05.254Ztest dropshot/src/lib.rs - (line 372) ... ok
18902025-01-13T05:03:05.804Ztest dropshot/src/lib.rs - api_description (line 1004) ... ok
18912025-01-13T05:03:05.944Ztest dropshot/src/lib.rs - (line 635) ... ok
18922025-01-13T05:03:06.014Ztest dropshot/src/lib.rs - api_description (line 1065) ... ok
18932025-01-13T05:03:06.030Ztest dropshot/src/lib.rs - (line 189) ... ok
18942025-01-13T05:03:06.055Ztest dropshot/src/lib.rs - (line 110) ... ok
18952025-01-13T05:03:06.819Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
18962025-01-13T05:03:09.092Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
18972025-01-13T05:03:10.500Ztest dropshot/src/lib.rs - (line 471) ... ok
18982025-01-13T05:03:10.503Z
18992025-01-13T05:03:10.503Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.73s
19002025-01-13T05:03:10.503Z
19012025-01-13T05:03:10.524Z Doc-tests dropshot_endpoint
19022025-01-13T05:03:10.527Z Running `/home/build/.rustup/toolchains/1.83.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-7c55a5d19892b2cd/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-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ea451aa318a3525a.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-75efcb4fac050736.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-ba775f2f282d8ba8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-04265c1c20cceadf.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
19032025-01-13T05:03:10.734Z
19042025-01-13T05:03:10.735Zrunning 0 tests
19052025-01-13T05:03:10.735Z
19062025-01-13T05:03:10.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19072025-01-13T05:03:10.735Z
19082025-01-13T05:03:10.763Z
19092025-01-13T05:03:10.765Zreal 2:42.014462364
19102025-01-13T05:03:10.765Zuser 14:21.275582166
19112025-01-13T05:03:10.765Zsys 2:14.382288699
19122025-01-13T05:03:10.765Ztrap 0.731874379
19132025-01-13T05:03:10.765Ztflt 0.479986220
19142025-01-13T05:03:10.765Zdflt 0.317822444
19152025-01-13T05:03:10.765Zkflt 0.000182400
19162025-01-13T05:03:10.765Zlock 31:12.577078211
19172025-01-13T05:03:10.765Zslp 1:11:07.139417060
19182025-01-13T05:03:10.765Zlat 38.588252998
19192025-01-13T05:03:10.765Zstop 52.580151540
19202025-01-13T05:03:10.765Zprocess exited: duration 321497 ms, exit code 0
 
19212025-01-13T05:03:10.772Zfound 0 output files