01JAPP71389Q3P2EDE8MN20AMD: build-and-test / illumos

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

Buildomat Job: 01JAPP79R8NC9EY13CEZSYR3TB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-21T04:44:56.687Zjob assigned to worker 01JAPP7DH9GRABKY3VDPZB4KJ1 (queued for 54 s)
 
22024-10-21T04:45:04.832Zstarting task 0: "setup"
32024-10-21T04:45:04.839Z++ uname -s
42024-10-21T04:45:04.842Z+ kern=SunOS
52024-10-21T04:45:04.842Z+ case "$kern" in
62024-10-21T04:45:04.842Z+ groupadd -g 12345 build
72024-10-21T04:45:04.844Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-21T04:45:06.855Z+ zfs create -o mountpoint=/work rpool/work
92024-10-21T04:45:06.987Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-21T04:45:06.990Z+ home_fs=zfs
112024-10-21T04:45:06.990Z+ [[ zfs == autofs ]]
122024-10-21T04:45:06.990Z+ mkdir -p /home/build
132024-10-21T04:45:06.992Z+ chown build:build /home/build /work
142024-10-21T04:45:08.994Z+ chmod 0700 /home/build /work
152024-10-21T04:45:08.997Zprocess exited: duration 4166 ms, exit code 0
 
162024-10-21T04:45:09.003Zstarting task 1: "rust-toolchain"
172024-10-21T04:45:09.008Z+ printf ' * toolchain channel = "%s"
182024-10-21T04:45:09.008Z' stable
192024-10-21T04:45:09.011Z * toolchain channel = "stable"
202024-10-21T04:45:09.011Z+ printf ' * toolchain profile = "%s"
212024-10-21T04:45:09.011Z' default
222024-10-21T04:45:09.011Z * toolchain profile = "default"
232024-10-21T04:45:09.011Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-21T04:45:09.011Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-21T04:45:09.136Zinfo: downloading installer
262024-10-21T04:45:10.779Zinfo: profile set to 'default'
272024-10-21T04:45:10.779Zinfo: default host triple is x86_64-unknown-illumos
282024-10-21T04:45:10.782Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-21T04:45:10.934Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-10-21T04:45:10.934Zinfo: downloading component 'cargo'
312024-10-21T04:45:12.116Zinfo: downloading component 'clippy'
322024-10-21T04:45:12.664Zinfo: downloading component 'rust-docs'
332024-10-21T04:45:13.813Zinfo: downloading component 'rust-std'
342024-10-21T04:45:16.145Zinfo: downloading component 'rustc'
352024-10-21T04:45:23.594Zinfo: downloading component 'rustfmt'
362024-10-21T04:45:24.058Zinfo: installing component 'cargo'
372024-10-21T04:45:24.962Zinfo: installing component 'clippy'
382024-10-21T04:45:25.373Zinfo: installing component 'rust-docs'
392024-10-21T04:45:27.157Zinfo: installing component 'rust-std'
402024-10-21T04:45:29.112Zinfo: installing component 'rustc'
412024-10-21T04:45:35.683Zinfo: installing component 'rustfmt'
422024-10-21T04:45:36.030Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-10-21T04:45:36.030Z
442024-10-21T04:45:36.414Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-10-21T04:45:36.414Z
462024-10-21T04:45:36.418Z
472024-10-21T04:45:36.418ZRust is installed now. Great!
482024-10-21T04:45:36.418Z
492024-10-21T04:45:36.418ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-21T04:45:36.418Zenvironment variable. This has not been done automatically.
512024-10-21T04:45:36.418Z
522024-10-21T04:45:36.418ZTo configure your current shell, you need to source
532024-10-21T04:45:36.418Zthe corresponding env file under $HOME/.cargo.
542024-10-21T04:45:36.418Z
552024-10-21T04:45:36.418ZThis is usually done by running one of the following (note the leading DOT):
562024-10-21T04:45:36.418Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-21T04:45:36.418Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-21T04:45:36.499Z+ rustc --version
592024-10-21T04:45:36.559Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-10-21T04:45:36.561Zprocess exited: duration 27560 ms, exit code 0
 
612024-10-21T04:45:36.567Zstarting task 2: "authentication"
622024-10-21T04:45:36.587Zprocess exited: duration 19 ms, exit code 0
 
632024-10-21T04:45:36.592Zstarting task 3: "clone repository"
642024-10-21T04:45:36.596Z+ mkdir -p /work/oxidecomputer/dropshot
652024-10-21T04:45:36.599Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
662024-10-21T04:45:36.863ZCloning into '/work/oxidecomputer/dropshot'...
672024-10-21T04:45:37.897Z+ cd /work/oxidecomputer/dropshot
682024-10-21T04:45:37.898Z+ git fetch origin 945d03c3ce45881846aae195068c71d2ecf778d2
692024-10-21T04:45:38.150ZFrom https://github.com/oxidecomputer/dropshot
702024-10-21T04:45:38.150Z * branch 945d03c3ce45881846aae195068c71d2ecf778d2 -> FETCH_HEAD
712024-10-21T04:45:38.158Z+ [[ -n dependabot/cargo/prettyplease-0.2.24 ]]
722024-10-21T04:45:38.161Z++ git branch --show-current
732024-10-21T04:45:38.163Z+ current=main
742024-10-21T04:45:38.163Z+ [[ main != dependabot/cargo/prettyplease-0.2.24 ]]
752024-10-21T04:45:38.163Z+ git branch -f dependabot/cargo/prettyplease-0.2.24 945d03c3ce45881846aae195068c71d2ecf778d2
762024-10-21T04:45:38.166Z+ git checkout -f dependabot/cargo/prettyplease-0.2.24
772024-10-21T04:45:38.184ZSwitched to branch 'dependabot/cargo/prettyplease-0.2.24'
782024-10-21T04:45:38.186Z+ git reset --hard 945d03c3ce45881846aae195068c71d2ecf778d2
792024-10-21T04:45:38.202ZHEAD is now at 945d03c Bump prettyplease from 0.2.22 to 0.2.24
802024-10-21T04:45:38.204Zprocess exited: duration 1610 ms, exit code 0
 
812024-10-21T04:45:38.210Zstarting task 4: "build"
822024-10-21T04:45:38.215Z+ cargo --version
832024-10-21T04:45:38.220Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-10-21T04:45:38.361Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-10-21T04:45:38.361Zinfo: downloading component 'cargo'
862024-10-21T04:45:39.402Zinfo: downloading component 'clippy'
872024-10-21T04:45:39.924Zinfo: downloading component 'rust-docs'
882024-10-21T04:45:40.969Zinfo: downloading component 'rust-std'
892024-10-21T04:45:42.966Zinfo: downloading component 'rustc'
902024-10-21T04:45:49.842Zinfo: downloading component 'rustfmt'
912024-10-21T04:45:50.252Zinfo: installing component 'cargo'
922024-10-21T04:45:51.130Zinfo: installing component 'clippy'
932024-10-21T04:45:51.541Zinfo: installing component 'rust-docs'
942024-10-21T04:45:53.160Zinfo: installing component 'rust-std'
952024-10-21T04:45:55.054Zinfo: installing component 'rustc'
962024-10-21T04:46:01.134Zinfo: installing component 'rustfmt'
972024-10-21T04:46:01.564Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-10-21T04:46:01.566Z+ rustc --version
992024-10-21T04:46:01.636Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-10-21T04:46:01.641Z+ banner build
1012024-10-21T04:46:01.847Z
1022024-10-21T04:46:01.847Z ##### # # # # #####
1032024-10-21T04:46:01.847Z # # # # # # # #
1042024-10-21T04:46:01.847Z ##### # # # # # #
1052024-10-21T04:46:01.847Z # # # # # # # #
1062024-10-21T04:46:01.847Z # # # # # # # #
1072024-10-21T04:46:01.847Z ##### #### # ###### #####
1082024-10-21T04:46:01.847Z
1092024-10-21T04:46:01.850Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1102024-10-21T04:46:02.016Z Updating crates.io index
1112024-10-21T04:46:02.781Z Downloading crates ...
1122024-10-21T04:46:02.871Z Downloaded atomic-waker v1.1.1
1132024-10-21T04:46:02.874Z Downloaded fnv v1.0.7
1142024-10-21T04:46:02.877Z Downloaded block-buffer v0.10.2
1152024-10-21T04:46:02.877Z Downloaded hostname v0.4.0
1162024-10-21T04:46:02.879Z Downloaded cfg-if v1.0.0
1172024-10-21T04:46:02.879Z Downloaded async-trait v0.1.83
1182024-10-21T04:46:02.883Z Downloaded futures-core v0.3.31
1192024-10-21T04:46:02.885Z Downloaded http-body v1.0.1
1202024-10-21T04:46:02.888Z Downloaded async-stream-impl v0.3.6
1212024-10-21T04:46:02.888Z Downloaded deranged v0.3.11
1222024-10-21T04:46:02.888Z Downloaded http-range v0.1.4
1232024-10-21T04:46:02.891Z Downloaded async-stream v0.3.6
1242024-10-21T04:46:02.893Z Downloaded foreign-types-shared v0.1.1
1252024-10-21T04:46:02.896Z Downloaded equivalent v1.0.0
1262024-10-21T04:46:02.913Z Downloaded num-conv v0.1.0
1272024-10-21T04:46:02.915Z Downloaded lazy_static v1.5.0
1282024-10-21T04:46:02.915Z Downloaded httpdate v1.0.1
1292024-10-21T04:46:02.918Z Downloaded futures-sink v0.3.31
1302024-10-21T04:46:02.918Z Downloaded dof v0.3.0
1312024-10-21T04:46:02.918Z Downloaded dirs-next v2.0.0
1322024-10-21T04:46:02.921Z Downloaded itoa v1.0.1
1332024-10-21T04:46:02.923Z Downloaded futures-io v0.3.31
1342024-10-21T04:46:02.923Z Downloaded byteorder v1.4.3
1352024-10-21T04:46:02.927Z Downloaded dyn-clone v1.0.4
1362024-10-21T04:46:02.929Z Downloaded concurrent-queue v2.5.0
1372024-10-21T04:46:02.929Z Downloaded async-channel v2.3.1
1382024-10-21T04:46:02.931Z Downloaded getrandom v0.2.11
1392024-10-21T04:46:02.933Z Downloaded try-lock v0.2.3
1402024-10-21T04:46:02.933Z Downloaded mime v0.3.16
1412024-10-21T04:46:02.936Z Downloaded heck v0.5.0
1422024-10-21T04:46:02.938Z Downloaded data-encoding v2.4.0
1432024-10-21T04:46:02.938Z Downloaded cpufeatures v0.2.2
1442024-10-21T04:46:02.941Z Downloaded ipnet v2.10.0
1452024-10-21T04:46:02.944Z Downloaded event-listener v5.0.0
1462024-10-21T04:46:02.946Z Downloaded hyper-staticfile v0.10.1
1472024-10-21T04:46:02.949Z Downloaded once_cell v1.20.1
1482024-10-21T04:46:02.952Z Downloaded native-tls v0.2.12
1492024-10-21T04:46:02.954Z Downloaded camino v1.1.9
1502024-10-21T04:46:02.958Z Downloaded num_cpus v1.13.0
1512024-10-21T04:46:02.960Z Downloaded lock_api v0.4.6
1522024-10-21T04:46:02.964Z Downloaded hyper-rustls v0.26.0
1532024-10-21T04:46:02.967Z Downloaded scroll_derive v0.12.0
1542024-10-21T04:46:02.969Z Downloaded futures v0.3.31
1552024-10-21T04:46:02.973Z Downloaded crossbeam-utils v0.8.15
1562024-10-21T04:46:02.976Z Downloaded sync_wrapper v1.0.1
1572024-10-21T04:46:02.979Z Downloaded dtrace-parser v0.2.0
1582024-10-21T04:46:02.982Z Downloaded thread-id v4.0.0
1592024-10-21T04:46:02.984Z Downloaded openssl-macros v0.1.1
1602024-10-21T04:46:02.984Z Downloaded foreign-types v0.3.2
1612024-10-21T04:46:02.988Z Downloaded pretty-hex v0.4.1
1622024-10-21T04:46:02.992Z Downloaded openssl-probe v0.1.4
1632024-10-21T04:46:02.992Z Downloaded is-terminal v0.4.12
1642024-10-21T04:46:02.995Z Downloaded futures-task v0.3.31
1652024-10-21T04:46:02.995Z Downloaded hostname v0.3.1
1662024-10-21T04:46:02.997Z Downloaded schema-derive v0.1.0
1672024-10-21T04:46:02.998Z Downloaded pin-utils v0.1.0
1682024-10-21T04:46:02.998Z Downloaded utf-8 v0.7.6
1692024-10-21T04:46:03.000Z Downloaded newline-converter v0.3.0
1702024-10-21T04:46:03.000Z Downloaded match_cfg v0.1.0
1712024-10-21T04:46:03.000Z Downloaded num_threads v0.1.3
1722024-10-21T04:46:03.003Z Downloaded take_mut v0.2.2
1732024-10-21T04:46:03.003Z Downloaded ppv-lite86 v0.2.15
1742024-10-21T04:46:03.005Z Downloaded want v0.3.0
1752024-10-21T04:46:03.005Z Downloaded quinn-udp v0.5.5
1762024-10-21T04:46:03.008Z Downloaded usdt-attr-macro v0.5.0
1772024-10-21T04:46:03.008Z Downloaded tempfile v3.13.0
1782024-10-21T04:46:03.010Z Downloaded thiserror-impl v1.0.64
1792024-10-21T04:46:03.012Z Downloaded serde_spanned v0.6.7
1802024-10-21T04:46:03.012Z Downloaded scopeguard v1.2.0
1812024-10-21T04:46:03.015Z Downloaded zeroize v1.7.0
1822024-10-21T04:46:03.015Z Downloaded pem v3.0.4
1832024-10-21T04:46:03.017Z Downloaded tinyvec_macros v0.1.0
1842024-10-21T04:46:03.017Z Downloaded anyhow v1.0.89
1852024-10-21T04:46:03.021Z Downloaded slab v0.4.9
1862024-10-21T04:46:03.023Z Downloaded schema v0.1.0
1872024-10-21T04:46:03.023Z Downloaded pkg-config v0.3.31
1882024-10-21T04:46:03.026Z Downloaded tower-service v0.3.1
1892024-10-21T04:46:03.026Z Downloaded usdt-macro v0.5.0
1902024-10-21T04:46:03.028Z Downloaded simple-mermaid v0.1.1
1912024-10-21T04:46:03.028Z Downloaded http-body-util v0.1.2
1922024-10-21T04:46:03.031Z Downloaded form_urlencoded v1.2.1
1932024-10-21T04:46:03.031Z Downloaded digest v0.10.7
1942024-10-21T04:46:03.033Z Downloaded buf-list v1.0.3
1952024-10-21T04:46:03.035Z Downloaded slog-bunyan v2.5.0
1962024-10-21T04:46:03.037Z Downloaded futures-executor v0.3.31
1972024-10-21T04:46:03.037Z Downloaded event-listener-strategy v0.5.2
1982024-10-21T04:46:03.040Z Downloaded errno v0.3.8
1992024-10-21T04:46:03.040Z Downloaded serde_urlencoded v0.7.1
2002024-10-21T04:46:03.042Z Downloaded glob v0.3.0
2012024-10-21T04:46:03.045Z Downloaded autocfg v1.1.0
2022024-10-21T04:46:03.045Z Downloaded hyper-tls v0.6.0
2032024-10-21T04:46:03.047Z Downloaded tokio-native-tls v0.3.1
2042024-10-21T04:46:03.049Z Downloaded paste v1.0.15
2052024-10-21T04:46:03.052Z Downloaded memmap v0.7.0
2062024-10-21T04:46:03.054Z Downloaded fastrand v2.1.1
2072024-10-21T04:46:03.054Z Downloaded thread_local v1.1.4
2082024-10-21T04:46:03.057Z Downloaded serde_tokenstream v0.2.2
2092024-10-21T04:46:03.057Z Downloaded rand_chacha v0.3.1
2102024-10-21T04:46:03.059Z Downloaded powerfmt v0.2.0
2112024-10-21T04:46:03.059Z Downloaded time-macros v0.2.18
2122024-10-21T04:46:03.061Z Downloaded tokio-tungstenite v0.24.0
2132024-10-21T04:46:03.064Z Downloaded rand_core v0.6.3
2142024-10-21T04:46:03.066Z Downloaded base64 v0.22.1
2152024-10-21T04:46:03.069Z Downloaded termcolor v1.1.2
2162024-10-21T04:46:03.071Z Downloaded parking_lot_core v0.9.4
2172024-10-21T04:46:03.073Z Downloaded debug-ignore v1.0.5
2182024-10-21T04:46:03.074Z Downloaded typenum v1.14.0
2192024-10-21T04:46:03.077Z Downloaded thiserror v1.0.64
2202024-10-21T04:46:03.081Z Downloaded subtle v2.5.0
2212024-10-21T04:46:03.083Z Downloaded bitflags v2.4.0
2222024-10-21T04:46:03.086Z Downloaded signal-hook-registry v1.4.0
2232024-10-21T04:46:03.089Z Downloaded sha1 v0.10.6
2242024-10-21T04:46:03.089Z Downloaded pin-project-lite v0.2.12
2252024-10-21T04:46:03.092Z Downloaded slog-term v2.9.1
2262024-10-21T04:46:03.094Z Downloaded scroll v0.12.0
2272024-10-21T04:46:03.097Z Downloaded expectorate v1.1.0
2282024-10-21T04:46:03.100Z Downloaded term v0.7.0
2292024-10-21T04:46:03.103Z Downloaded pest_derive v2.7.6
2302024-10-21T04:46:03.105Z Downloaded zerocopy-derive v0.7.32
2312024-10-21T04:46:03.108Z Downloaded rustls-native-certs v0.7.0
2322024-10-21T04:46:03.110Z Downloaded tokio-rustls v0.25.0
2332024-10-21T04:46:03.113Z Downloaded spin v0.9.8
2342024-10-21T04:46:03.115Z Downloaded tokio-rustls v0.26.0
2352024-10-21T04:46:03.118Z Downloaded smallvec v1.13.2
2362024-10-21T04:46:03.120Z Downloaded serde_derive_internals v0.29.0
2372024-10-21T04:46:03.120Z Downloaded num-traits v0.2.14
2382024-10-21T04:46:03.123Z Downloaded hyper-rustls v0.27.3
2392024-10-21T04:46:03.125Z Downloaded similar v2.2.1
2402024-10-21T04:46:03.130Z Downloaded subprocess v0.2.9
2412024-10-21T04:46:03.133Z Downloaded yasna v0.5.2
2422024-10-21T04:46:03.135Z Downloaded unicode-bidi v0.3.15
2432024-10-21T04:46:03.137Z Downloaded toml v0.8.19
2442024-10-21T04:46:03.142Z Downloaded prettyplease v0.2.24
2452024-10-21T04:46:03.145Z Downloaded trybuild v1.0.99
2462024-10-21T04:46:03.149Z Downloaded slog v2.7.0
2472024-10-21T04:46:03.152Z Downloaded serde_derive v1.0.210
2482024-10-21T04:46:03.155Z Downloaded ucd-trie v0.1.6
2492024-10-21T04:46:03.157Z Downloaded openssl-sys v0.9.103
2502024-10-21T04:46:03.160Z Downloaded schemars v0.8.21
2512024-10-21T04:46:03.172Z Downloaded tracing-core v0.1.32
2522024-10-21T04:46:03.175Z Downloaded tungstenite v0.24.0
2532024-10-21T04:46:03.178Z Downloaded proc-macro2 v1.0.87
2542024-10-21T04:46:03.181Z Downloaded tracing v0.1.40
2552024-10-21T04:46:03.185Z Downloaded http v1.1.0
2562024-10-21T04:46:03.189Z Downloaded rcgen v0.13.1
2572024-10-21T04:46:03.192Z Downloaded unicode-segmentation v1.10.0
2582024-10-21T04:46:03.195Z Downloaded url v2.5.2
2592024-10-21T04:46:03.198Z Downloaded crossbeam-channel v0.5.1
2602024-10-21T04:46:03.203Z Downloaded serde v1.0.210
2612024-10-21T04:46:03.205Z Downloaded tokio-util v0.7.7
2622024-10-21T04:46:03.211Z Downloaded toml_edit v0.22.20
2632024-10-21T04:46:03.233Z Downloaded time v0.3.36
2642024-10-21T04:46:03.240Z Downloaded unicode-normalization v0.1.24
2652024-10-21T04:46:03.243Z Downloaded hyper v1.4.1
2662024-10-21T04:46:03.250Z Downloaded futures-util v0.3.31
2672024-10-21T04:46:03.262Z Downloaded h2 v0.4.6
2682024-10-21T04:46:03.270Z Downloaded portable-atomic v1.9.0
2692024-10-21T04:46:03.276Z Downloaded serde_json v1.0.128
2702024-10-21T04:46:03.283Z Downloaded rustls-webpki v0.102.8
2712024-10-21T04:46:03.301Z Downloaded reqwest v0.12.8
2722024-10-21T04:46:03.309Z Downloaded chrono v0.4.38
2732024-10-21T04:46:03.315Z Downloaded quinn-proto v0.11.8
2742024-10-21T04:46:03.322Z Downloaded vcpkg v0.2.15
2752024-10-21T04:46:03.361Z Downloaded openssl v0.10.66
2762024-10-21T04:46:03.369Z Downloaded winnow v0.6.18
2772024-10-21T04:46:03.378Z Downloaded rustls v0.23.13
2782024-10-21T04:46:03.388Z Downloaded syn v2.0.82
2792024-10-21T04:46:03.399Z Downloaded webpki-roots v0.26.5
2802024-10-21T04:46:03.403Z Downloaded openapiv3 v2.0.0
2812024-10-21T04:46:03.413Z Downloaded rustls v0.22.4
2822024-10-21T04:46:03.426Z Downloaded rustix v0.38.37
2832024-10-21T04:46:03.448Z Downloaded idna v0.5.0
2842024-10-21T04:46:03.454Z Downloaded pest v2.7.6
2852024-10-21T04:46:03.459Z Downloaded zerocopy v0.7.32
2862024-10-21T04:46:03.475Z Downloaded hashbrown v0.15.0
2872024-10-21T04:46:03.479Z Downloaded goblin v0.8.0
2882024-10-21T04:46:03.485Z Downloaded quinn v0.11.4
2892024-10-21T04:46:03.488Z Downloaded cc v1.0.83
2902024-10-21T04:46:03.491Z Downloaded rand v0.8.4
2912024-10-21T04:46:03.494Z Downloaded indexmap v2.6.0
2922024-10-21T04:46:03.498Z Downloaded bytes v1.7.2
2932024-10-21T04:46:03.501Z Downloaded ryu v1.0.5
2942024-10-21T04:46:03.505Z Downloaded parking_lot v0.12.1
2952024-10-21T04:46:03.507Z Downloaded uuid v1.10.0
2962024-10-21T04:46:03.510Z Downloaded httparse v1.8.0
2972024-10-21T04:46:03.512Z Downloaded tinyvec v1.5.1
2982024-10-21T04:46:03.514Z Downloaded mio v0.8.11
2992024-10-21T04:46:03.519Z Downloaded socket2 v0.5.5
3002024-10-21T04:46:03.521Z Downloaded pest_meta v2.7.6
3012024-10-21T04:46:03.523Z Downloaded memchr v2.6.0
3022024-10-21T04:46:03.527Z Downloaded slog-json v2.6.1
3032024-10-21T04:46:03.530Z Downloaded unicase v2.6.0
3042024-10-21T04:46:03.532Z Downloaded unicode-ident v1.0.12
3052024-10-21T04:46:03.534Z Downloaded multer v3.1.0
3062024-10-21T04:46:03.537Z Downloaded mime_guess v2.0.5
3072024-10-21T04:46:03.539Z Downloaded libc v0.2.159
3082024-10-21T04:46:03.563Z Downloaded tokio v1.38.1
3092024-10-21T04:46:03.599Z Downloaded schemars_derive v0.8.21
3102024-10-21T04:46:03.602Z Downloaded iana-time-zone v0.1.47
3112024-10-21T04:46:03.604Z Downloaded generic-array v0.14.5
3122024-10-21T04:46:03.606Z Downloaded console v0.15.7
3132024-10-21T04:46:03.609Z Downloaded slog-async v2.8.0
3142024-10-21T04:46:03.609Z Downloaded serde_path_to_error v0.1.16
3152024-10-21T04:46:03.611Z Downloaded rustls-pki-types v1.8.0
3162024-10-21T04:46:03.611Z Downloaded plain v0.2.3
3172024-10-21T04:46:03.614Z Downloaded version_check v0.9.5
3182024-10-21T04:46:03.614Z Downloaded tokio-macros v2.3.0
3192024-10-21T04:46:03.616Z Downloaded toml_datetime v0.6.8
3202024-10-21T04:46:03.616Z Downloaded sha2 v0.10.8
3212024-10-21T04:46:03.618Z Downloaded rustls-pemfile v2.1.3
3222024-10-21T04:46:03.620Z Downloaded pest_generator v2.7.6
3232024-10-21T04:46:03.620Z Downloaded quote v1.0.37
3242024-10-21T04:46:03.623Z Downloaded percent-encoding v2.3.1
3252024-10-21T04:46:03.625Z Downloaded parking v2.2.0
3262024-10-21T04:46:03.625Z Downloaded usdt-impl v0.5.0
3272024-10-21T04:46:03.627Z Downloaded dirs-sys-next v0.1.2
3282024-10-21T04:46:03.627Z Downloaded crypto-common v0.1.6
3292024-10-21T04:46:03.627Z Downloaded unicode-width v0.1.9
3302024-10-21T04:46:03.630Z Downloaded rustc-hash v2.0.0
3312024-10-21T04:46:03.630Z Downloaded waitgroup v0.1.2
3322024-10-21T04:46:03.632Z Downloaded untrusted v0.9.0
3332024-10-21T04:46:03.632Z Downloaded futures-macro v0.3.31
3342024-10-21T04:46:03.635Z Downloaded futures-channel v0.3.31
3352024-10-21T04:46:03.637Z Downloaded time-core v0.1.2
3362024-10-21T04:46:03.637Z Downloaded usdt v0.5.0
3372024-10-21T04:46:03.637Z Downloaded hyper-util v0.1.9
3382024-10-21T04:46:03.640Z Downloaded log v0.4.17
3392024-10-21T04:46:03.646Z Downloaded encoding_rs v0.8.32
3402024-10-21T04:46:03.814Z Downloaded ring v0.17.7
3412024-10-21T04:46:04.092Z Compiling proc-macro2 v1.0.87
3422024-10-21T04:46:04.092Z Compiling unicode-ident v1.0.12
3432024-10-21T04:46:04.092Z Compiling libc v0.2.159
3442024-10-21T04:46:04.095Z Compiling cfg-if v1.0.0
3452024-10-21T04:46:04.095Z Compiling serde v1.0.210
3462024-10-21T04:46:04.112Z Compiling itoa v1.0.1
3472024-10-21T04:46:04.120Z Compiling memchr v2.6.0
3482024-10-21T04:46:04.123Z Running `/home/build/.rustup/toolchains/1.81.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=d592258ebcf7c237 -C extra-filename=-d592258ebcf7c237 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3492024-10-21T04:46:04.123Z Running `/home/build/.rustup/toolchains/1.81.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.87/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=0e3f9caf0d9a5081 -C extra-filename=-0e3f9caf0d9a5081 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-0e3f9caf0d9a5081 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3502024-10-21T04:46:04.123Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/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=b834dd377c280dde -C extra-filename=-b834dd377c280dde --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-b834dd377c280dde -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3512024-10-21T04:46:04.123Z Running `/home/build/.rustup/toolchains/1.81.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=10fb9dc3f074cb65 -C extra-filename=-10fb9dc3f074cb65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3522024-10-21T04:46:04.123Z Running `/home/build/.rustup/toolchains/1.81.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.210/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=c8a84ec71fc96c40 -C extra-filename=-c8a84ec71fc96c40 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-c8a84ec71fc96c40 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3532024-10-21T04:46:04.130Z Running `/home/build/.rustup/toolchains/1.81.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=742f3ff0f8260524 -C extra-filename=-742f3ff0f8260524 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3542024-10-21T04:46:04.130Z Running `/home/build/.rustup/toolchains/1.81.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=8e2c2bc259d34136 -C extra-filename=-8e2c2bc259d34136 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3552024-10-21T04:46:04.139Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/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=bf2de34a6e4e6447 -C extra-filename=-bf2de34a6e4e6447 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-bf2de34a6e4e6447 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3562024-10-21T04:46:04.208Z Compiling version_check v0.9.5
3572024-10-21T04:46:04.210Z Running `/home/build/.rustup/toolchains/1.81.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=9f3f0c5e860299ef -C extra-filename=-9f3f0c5e860299ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3582024-10-21T04:46:04.292Z Compiling once_cell v1.20.1
3592024-10-21T04:46:04.294Z Running `/home/build/.rustup/toolchains/1.81.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=d7ac4481582c0a9f -C extra-filename=-d7ac4481582c0a9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3602024-10-21T04:46:04.375Z Compiling pin-project-lite v0.2.12
3612024-10-21T04:46:04.378Z Running `/home/build/.rustup/toolchains/1.81.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=cd29b7cb1c9afaae -C extra-filename=-cd29b7cb1c9afaae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3622024-10-21T04:46:04.488Z Compiling autocfg v1.1.0
3632024-10-21T04:46:04.488Z Running `/home/build/.rustup/toolchains/1.81.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=fd5f01342e792914 -C extra-filename=-fd5f01342e792914 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3642024-10-21T04:46:04.681Z Compiling bytes v1.7.2
3652024-10-21T04:46:04.684Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7d911351be610b2d -C extra-filename=-7d911351be610b2d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3662024-10-21T04:46:04.803Z Compiling log v0.4.17
3672024-10-21T04:46:04.806Z Running `/home/build/.rustup/toolchains/1.81.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=3098963cfac5c8fc -C extra-filename=-3098963cfac5c8fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-3098963cfac5c8fc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3682024-10-21T04:46:05.051Z Compiling futures-core v0.3.31
3692024-10-21T04:46:05.054Z Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=a0a2bff85b2c71f0 -C extra-filename=-a0a2bff85b2c71f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3702024-10-21T04:46:05.234Z Compiling ryu v1.0.5
3712024-10-21T04:46:05.236Z Running `/home/build/.rustup/toolchains/1.81.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=cde4168d92f0a2c0 -C extra-filename=-cde4168d92f0a2c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-cde4168d92f0a2c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3722024-10-21T04:46:05.560Z Compiling parking_lot_core v0.9.4
3732024-10-21T04:46:05.563Z Running `/home/build/.rustup/toolchains/1.81.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=6f166d9ac5501971 -C extra-filename=-6f166d9ac5501971 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6f166d9ac5501971 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3742024-10-21T04:46:05.608Z Compiling slab v0.4.9
3752024-10-21T04:46:05.610Z Running `/home/build/.rustup/toolchains/1.81.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=600b0e5d850152ec -C extra-filename=-600b0e5d850152ec --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-600b0e5d850152ec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-fd5f01342e792914.rlib --cap-lints allow`
3762024-10-21T04:46:07.203Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-0e3f9caf0d9a5081/build-script-build`
3772024-10-21T04:46:07.223Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b834dd377c280dde/build-script-build`
3782024-10-21T04:46:07.225Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-3098963cfac5c8fc/build-script-build`
3792024-10-21T04:46:07.237Z Compiling scopeguard v1.2.0
3802024-10-21T04:46:07.240Z Running `/home/build/.rustup/toolchains/1.81.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=e95e5544793ebeaa -C extra-filename=-e95e5544793ebeaa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3812024-10-21T04:46:07.247Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-bf2de34a6e4e6447/build-script-build`
3822024-10-21T04:46:07.249Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6f166d9ac5501971/build-script-build`
3832024-10-21T04:46:07.249Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-cde4168d92f0a2c0/build-script-build`
3842024-10-21T04:46:07.267Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-c8a84ec71fc96c40/build-script-build`
3852024-10-21T04:46:07.290Z Compiling futures-sink v0.3.31
3862024-10-21T04:46:07.300Z Running `/home/build/.rustup/toolchains/1.81.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=31376c1d09ce4e9e -C extra-filename=-31376c1d09ce4e9e --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-10fb9dc3f074cb65.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
3872024-10-21T04:46:07.313Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=06ca36b4bf42871e -C extra-filename=-06ca36b4bf42871e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3882024-10-21T04:46:07.316Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --error-format=json --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=a208d46fcdcd8121 -C extra-filename=-a208d46fcdcd8121 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3892024-10-21T04:46:07.327Z Compiling thiserror v1.0.64
3902024-10-21T04:46:07.330Z Running `/home/build/.rustup/toolchains/1.81.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.64/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=f3e5f038837c6f2e -C extra-filename=-f3e5f038837c6f2e --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f3e5f038837c6f2e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3912024-10-21T04:46:07.330Z Compiling smallvec v1.13.2
3922024-10-21T04:46:07.340Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/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=8e1c126768ddeedb -C extra-filename=-8e1c126768ddeedb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3932024-10-21T04:46:07.343Z Running `/home/build/.rustup/toolchains/1.81.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=8d0122e48b5f9f17 -C extra-filename=-8d0122e48b5f9f17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3942024-10-21T04:46:07.365Z Compiling lock_api v0.4.6
3952024-10-21T04:46:07.365Z Running `/home/build/.rustup/toolchains/1.81.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=3978900608dbb478 -C extra-filename=-3978900608dbb478 --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-e95e5544793ebeaa.rmeta --cap-lints allow`
3962024-10-21T04:46:07.424Z Running `/home/build/.rustup/toolchains/1.81.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=b8f88142944b046a -C extra-filename=-b8f88142944b046a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
3972024-10-21T04:46:07.503Z Running `/home/build/.rustup/toolchains/1.81.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.87/src/lib.rs --error-format=json --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=680e36136c16d3ac -C extra-filename=-680e36136c16d3ac --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-d592258ebcf7c237.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)'`
3982024-10-21T04:46:07.717Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-600b0e5d850152ec/build-script-build`
3992024-10-21T04:46:07.745Z Compiling serde_json v1.0.128
4002024-10-21T04:46:07.748Z Running `/home/build/.rustup/toolchains/1.81.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.128/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=08ccec8bab2135b6 -C extra-filename=-08ccec8bab2135b6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-08ccec8bab2135b6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4012024-10-21T04:46:07.805Z Compiling fnv v1.0.7
4022024-10-21T04:46:07.808Z Compiling futures-channel v0.3.31
4032024-10-21T04:46:07.808Z Running `/home/build/.rustup/toolchains/1.81.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=2bd24fb3df166c6c -C extra-filename=-2bd24fb3df166c6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4042024-10-21T04:46:07.817Z Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=82ca570e4520d2e1 -C extra-filename=-82ca570e4520d2e1 --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-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --cap-lints allow`
4052024-10-21T04:46:07.844Z Running `/home/build/.rustup/toolchains/1.81.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=a501e22f7eccc2a1 -C extra-filename=-a501e22f7eccc2a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4062024-10-21T04:46:07.900Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f3e5f038837c6f2e/build-script-build`
4072024-10-21T04:46:07.921Z Compiling http v1.1.0
4082024-10-21T04:46:07.923Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=68da7c01f8e97943 -C extra-filename=-68da7c01f8e97943 --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-7d911351be610b2d.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2bd24fb3df166c6c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --cap-lints allow`
4092024-10-21T04:46:08.097Z Compiling cc v1.0.83
4102024-10-21T04:46:08.099Z Running `/home/build/.rustup/toolchains/1.81.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=2a2fccbe427375a4 -C extra-filename=-2a2fccbe427375a4 --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-8e1c126768ddeedb.rmeta --cap-lints allow`
4112024-10-21T04:46:08.120Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-08ccec8bab2135b6/build-script-build`
4122024-10-21T04:46:08.137Z Compiling equivalent v1.0.0
4132024-10-21T04:46:08.149Z Running `/home/build/.rustup/toolchains/1.81.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=26cd1883cd3a3190 -C extra-filename=-26cd1883cd3a3190 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142024-10-21T04:46:08.151Z Compiling hashbrown v0.15.0
4152024-10-21T04:46:08.151Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.0/src/lib.rs --error-format=json --json=diagnostic-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", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=ece8df7fce8a126f -C extra-filename=-ece8df7fce8a126f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162024-10-21T04:46:08.213Z Compiling pin-utils v0.1.0
4172024-10-21T04:46:08.215Z Running `/home/build/.rustup/toolchains/1.81.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=841cd30071337bce -C extra-filename=-841cd30071337bce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182024-10-21T04:46:08.226Z Compiling futures-io v0.3.31
4192024-10-21T04:46:08.228Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=84ebde06aaab058c -C extra-filename=-84ebde06aaab058c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202024-10-21T04:46:08.240Z Compiling futures-task v0.3.31
4212024-10-21T04:46:08.242Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9291dca7b9bcdf87 -C extra-filename=-9291dca7b9bcdf87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222024-10-21T04:46:08.294Z Compiling rustls-pki-types v1.8.0
4232024-10-21T04:46:08.297Z Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=35337c6705e281ea -C extra-filename=-35337c6705e281ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242024-10-21T04:46:08.525Z Compiling quote v1.0.37
4252024-10-21T04:46:08.527Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=404391456272edbb -C extra-filename=-404391456272edbb --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-680e36136c16d3ac.rmeta --cap-lints allow`
4262024-10-21T04:46:08.575Z Compiling getrandom v0.2.11
4272024-10-21T04:46:08.578Z Running `/home/build/.rustup/toolchains/1.81.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=2a92f4b540398f5e -C extra-filename=-2a92f4b540398f5e --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-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rmeta --cap-lints allow`
4282024-10-21T04:46:08.959Z Compiling syn v2.0.82
4292024-10-21T04:46:08.962Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.82/src/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=23117f57de24db28 -C extra-filename=-23117f57de24db28 --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-680e36136c16d3ac.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-d592258ebcf7c237.rmeta --cap-lints allow`
4302024-10-21T04:46:08.985Z Running `/home/build/.rustup/toolchains/1.81.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=8196f4139237513e -C extra-filename=-8196f4139237513e --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-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-8d0122e48b5f9f17.rmeta --cap-lints allow`
4312024-10-21T04:46:09.230Z Compiling num_cpus v1.13.0
4322024-10-21T04:46:09.233Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03fe9e3d96cc25de -C extra-filename=-03fe9e3d96cc25de --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-a208d46fcdcd8121.rmeta --cap-lints allow`
4332024-10-21T04:46:09.333Z Compiling parking_lot v0.12.1
4342024-10-21T04:46:09.337Z Running `/home/build/.rustup/toolchains/1.81.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=9b68f613e1151621 -C extra-filename=-9b68f613e1151621 --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-3978900608dbb478.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-8196f4139237513e.rmeta --cap-lints allow`
4352024-10-21T04:46:09.346Z Compiling socket2 v0.5.5
4362024-10-21T04:46:09.348Z Running `/home/build/.rustup/toolchains/1.81.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=5db7cd86f508fd44 -C extra-filename=-5db7cd86f508fd44 --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-a208d46fcdcd8121.rmeta --cap-lints allow`
4372024-10-21T04:46:09.433Z Compiling signal-hook-registry v1.4.0
4382024-10-21T04:46:09.435Z Running `/home/build/.rustup/toolchains/1.81.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=0515e458bd54a7bb -C extra-filename=-0515e458bd54a7bb --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-a208d46fcdcd8121.rmeta --cap-lints allow`
4392024-10-21T04:46:09.585Z Compiling mio v0.8.11
4402024-10-21T04:46:09.587Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="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=d70a7ea9f2bd96d2 -C extra-filename=-d70a7ea9f2bd96d2 --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-a208d46fcdcd8121.rmeta --cap-lints allow`
4412024-10-21T04:46:09.673Z Compiling httparse v1.8.0
4422024-10-21T04:46:09.675Z Running `/home/build/.rustup/toolchains/1.81.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=dc1b216898c51762 -C extra-filename=-dc1b216898c51762 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-dc1b216898c51762 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432024-10-21T04:46:10.099Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-dc1b216898c51762/build-script-build`
4442024-10-21T04:46:10.118Z Compiling spin v0.9.8
4452024-10-21T04:46:10.121Z Running `/home/build/.rustup/toolchains/1.81.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=069da3410e3c132f -C extra-filename=-069da3410e3c132f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462024-10-21T04:46:10.364Z Running `/home/build/.rustup/toolchains/1.81.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=21a13ad74cc5c7c6 -C extra-filename=-21a13ad74cc5c7c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4472024-10-21T04:46:10.399Z Compiling tracing-core v0.1.32
4482024-10-21T04:46:10.406Z Running `/home/build/.rustup/toolchains/1.81.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=558686ac403bb3f5 -C extra-filename=-558686ac403bb3f5 --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-d7ac4481582c0a9f.rmeta --cap-lints allow`
4492024-10-21T04:46:10.434Z Compiling untrusted v0.9.0
4502024-10-21T04:46:10.437Z Running `/home/build/.rustup/toolchains/1.81.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=5b41e9fb8926b435 -C extra-filename=-5b41e9fb8926b435 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4512024-10-21T04:46:10.454Z Compiling byteorder v1.4.3
4522024-10-21T04:46:10.456Z Running `/home/build/.rustup/toolchains/1.81.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=c621ca04176e8253 -C extra-filename=-c621ca04176e8253 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4532024-10-21T04:46:10.499Z Compiling ring v0.17.7
4542024-10-21T04:46:10.502Z Running `/home/build/.rustup/toolchains/1.81.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=18682065b70b1fa0 -C extra-filename=-18682065b70b1fa0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-18682065b70b1fa0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-2a2fccbe427375a4.rlib --cap-lints allow`
4552024-10-21T04:46:10.594Z Compiling ucd-trie v0.1.6
4562024-10-21T04:46:10.597Z Running `/home/build/.rustup/toolchains/1.81.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=d3746a03a1ec9fda -C extra-filename=-d3746a03a1ec9fda --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4572024-10-21T04:46:10.784Z Compiling pkg-config v0.3.31
4582024-10-21T04:46:10.786Z Running `/home/build/.rustup/toolchains/1.81.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=9a629b4764ab89dc -C extra-filename=-9a629b4764ab89dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4592024-10-21T04:46:10.945Z Compiling typenum v1.14.0
4602024-10-21T04:46:10.948Z Running `/home/build/.rustup/toolchains/1.81.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=1c4a279d732f1fa0 -C extra-filename=-1c4a279d732f1fa0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-1c4a279d732f1fa0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4612024-10-21T04:46:11.043Z Compiling vcpkg v0.2.15
4622024-10-21T04:46:11.045Z Running `/home/build/.rustup/toolchains/1.81.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=52b6766bfbb6e521 -C extra-filename=-52b6766bfbb6e521 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4632024-10-21T04:46:11.115Z Compiling tracing v0.1.40
4642024-10-21T04:46:11.118Z Running `/home/build/.rustup/toolchains/1.81.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=010fd3ac9d9d5716 -C extra-filename=-010fd3ac9d9d5716 --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-cd29b7cb1c9afaae.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-558686ac403bb3f5.rmeta --cap-lints allow`
4652024-10-21T04:46:11.324Z Compiling atomic-waker v1.1.1
4662024-10-21T04:46:11.327Z Running `/home/build/.rustup/toolchains/1.81.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=ebb90767da02de40 -C extra-filename=-ebb90767da02de40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672024-10-21T04:46:11.512Z Compiling http-body v1.0.1
4682024-10-21T04:46:11.512Z Running `/home/build/.rustup/toolchains/1.81.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=2345959cb3dc3b75 -C extra-filename=-2345959cb3dc3b75 --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-7d911351be610b2d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --cap-lints allow`
4692024-10-21T04:46:11.543Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-18682065b70b1fa0/build-script-build`
4702024-10-21T04:46:11.556Z Compiling generic-array v0.14.5
4712024-10-21T04:46:11.558Z Running `/home/build/.rustup/toolchains/1.81.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=299a563514fbfa52 -C extra-filename=-299a563514fbfa52 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-299a563514fbfa52 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
4722024-10-21T04:46:11.707Z Compiling crossbeam-utils v0.8.15
4732024-10-21T04:46:11.709Z Running `/home/build/.rustup/toolchains/1.81.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=439bf7cf0b71f291 -C extra-filename=-439bf7cf0b71f291 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-439bf7cf0b71f291 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4742024-10-21T04:46:11.864Z Compiling try-lock v0.2.3
4752024-10-21T04:46:11.867Z Running `/home/build/.rustup/toolchains/1.81.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=a889aadfcff4b159 -C extra-filename=-a889aadfcff4b159 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4762024-10-21T04:46:11.898Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-1c4a279d732f1fa0/build-script-main`
4772024-10-21T04:46:11.959Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-299a563514fbfa52/build-script-build`
4782024-10-21T04:46:11.969Z Compiling want v0.3.0
4792024-10-21T04:46:11.971Z Running `/home/build/.rustup/toolchains/1.81.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=ca787da9a6952171 -C extra-filename=-ca787da9a6952171 --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-31376c1d09ce4e9e.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-a889aadfcff4b159.rmeta --cap-lints allow`
4802024-10-21T04:46:11.999Z Compiling httpdate v1.0.1
4812024-10-21T04:46:12.002Z Running `/home/build/.rustup/toolchains/1.81.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=3710a5097de34c68 -C extra-filename=-3710a5097de34c68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4822024-10-21T04:46:12.011Z Compiling powerfmt v0.2.0
4832024-10-21T04:46:12.013Z Running `/home/build/.rustup/toolchains/1.81.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=79a4c9960552dc37 -C extra-filename=-79a4c9960552dc37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4842024-10-21T04:46:12.078Z Running `/home/build/.rustup/toolchains/1.81.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=466998a3bae240f6 -C extra-filename=-466998a3bae240f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852024-10-21T04:46:12.189Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-439bf7cf0b71f291/build-script-build`
4862024-10-21T04:46:12.197Z Compiling time-core v0.1.2
4872024-10-21T04:46:12.200Z Running `/home/build/.rustup/toolchains/1.81.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=1b86199d291ebaea -C extra-filename=-1b86199d291ebaea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882024-10-21T04:46:12.288Z Compiling subtle v2.5.0
4892024-10-21T04:46:12.290Z Running `/home/build/.rustup/toolchains/1.81.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=c47f07b88d3eacd6 -C extra-filename=-c47f07b88d3eacd6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4902024-10-21T04:46:12.365Z Compiling num-conv v0.1.0
4912024-10-21T04:46:12.367Z Running `/home/build/.rustup/toolchains/1.81.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=a4e311a2ece97e7c -C extra-filename=-a4e311a2ece97e7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922024-10-21T04:46:12.464Z Compiling zeroize v1.7.0
4932024-10-21T04:46:12.466Z Running `/home/build/.rustup/toolchains/1.81.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=8e6474ef58ffc2ce -C extra-filename=-8e6474ef58ffc2ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942024-10-21T04:46:12.531Z Compiling deranged v0.3.11
4952024-10-21T04:46:12.534Z Running `/home/build/.rustup/toolchains/1.81.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=a8bb5173d15b53e0 -C extra-filename=-a8bb5173d15b53e0 --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-79a4c9960552dc37.rmeta --cap-lints allow`
4962024-10-21T04:46:12.544Z Running `/home/build/.rustup/toolchains/1.81.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=eb6361ac66ca6ff3 -C extra-filename=-eb6361ac66ca6ff3 --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-10fb9dc3f074cb65.rmeta --cap-lints allow`
4972024-10-21T04:46:12.625Z Compiling time-macros v0.2.18
4982024-10-21T04:46:12.628Z Running `/home/build/.rustup/toolchains/1.81.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=f584f758ed4531cd -C extra-filename=-f584f758ed4531cd --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-a4e311a2ece97e7c.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-1b86199d291ebaea.rlib --extern proc_macro --cap-lints allow`
4992024-10-21T04:46:12.638Z Compiling openssl-sys v0.9.103
5002024-10-21T04:46:12.640Z Running `/home/build/.rustup/toolchains/1.81.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=07d59f8f2d3822c8 -C extra-filename=-07d59f8f2d3822c8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-07d59f8f2d3822c8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-2a2fccbe427375a4.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-9a629b4764ab89dc.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-52b6766bfbb6e521.rlib --cap-lints allow`
5012024-10-21T04:46:12.771Z Compiling base64 v0.22.1
5022024-10-21T04:46:12.773Z Running `/home/build/.rustup/toolchains/1.81.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=d2813238a13a4e3d -C extra-filename=-d2813238a13a4e3d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5032024-10-21T04:46:13.274Z Running `/home/build/.rustup/toolchains/1.81.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=322ed2f0e912b7cf -C extra-filename=-322ed2f0e912b7cf --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-466998a3bae240f6.rmeta --cap-lints allow --cfg relaxed_coherence`
5042024-10-21T04:46:13.546Z Compiling slog v2.7.0
5052024-10-21T04:46:13.548Z Running `/home/build/.rustup/toolchains/1.81.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=c06fe7155cc4b3f8 -C extra-filename=-c06fe7155cc4b3f8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-c06fe7155cc4b3f8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062024-10-21T04:46:13.608Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-07d59f8f2d3822c8/build-script-main`
5072024-10-21T04:46:13.774Z Compiling num_threads v0.1.3
5082024-10-21T04:46:13.776Z Running `/home/build/.rustup/toolchains/1.81.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=a2e6b58fe65205cb -C extra-filename=-a2e6b58fe65205cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092024-10-21T04:46:13.876Z Compiling bitflags v2.4.0
5102024-10-21T04:46:13.879Z Running `/home/build/.rustup/toolchains/1.81.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=51bfd2bc27ffb933 -C extra-filename=-51bfd2bc27ffb933 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112024-10-21T04:46:13.998Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c06fe7155cc4b3f8/build-script-build`
5122024-10-21T04:46:14.056Z Compiling unicase v2.6.0
5132024-10-21T04:46:14.058Z Running `/home/build/.rustup/toolchains/1.81.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=70918463facf3828 -C extra-filename=-70918463facf3828 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-70918463facf3828 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
5142024-10-21T04:46:14.254Z Compiling usdt-impl v0.5.0
5152024-10-21T04:46:14.257Z Running `/home/build/.rustup/toolchains/1.81.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=aaea62d936c84ae6 -C extra-filename=-aaea62d936c84ae6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-aaea62d936c84ae6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
5162024-10-21T04:46:14.363Z Compiling paste v1.0.15
5172024-10-21T04:46:14.366Z Running `/home/build/.rustup/toolchains/1.81.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=df432ca69b43752f -C extra-filename=-df432ca69b43752f --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-df432ca69b43752f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5182024-10-21T04:46:14.393Z Compiling percent-encoding v2.3.1
5192024-10-21T04:46:14.393Z Compiling tinyvec_macros v0.1.0
5202024-10-21T04:46:14.395Z Running `/home/build/.rustup/toolchains/1.81.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=2a227dfef3facbb6 -C extra-filename=-2a227dfef3facbb6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212024-10-21T04:46:14.396Z Running `/home/build/.rustup/toolchains/1.81.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=10d0ec1ac640557d -C extra-filename=-10d0ec1ac640557d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5222024-10-21T04:46:14.481Z Compiling foreign-types-shared v0.1.1
5232024-10-21T04:46:14.484Z Running `/home/build/.rustup/toolchains/1.81.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=96392c29a5a90b25 -C extra-filename=-96392c29a5a90b25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5242024-10-21T04:46:14.559Z Compiling openssl-probe v0.1.4
5252024-10-21T04:46:14.562Z Running `/home/build/.rustup/toolchains/1.81.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=ccb254a8c8a5a664 -C extra-filename=-ccb254a8c8a5a664 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5262024-10-21T04:46:14.576Z Compiling tower-service v0.3.1
5272024-10-21T04:46:14.578Z Running `/home/build/.rustup/toolchains/1.81.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.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=e1ab31e38443a730 -C extra-filename=-e1ab31e38443a730 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282024-10-21T04:46:14.669Z Compiling openssl v0.10.66
5292024-10-21T04:46:14.671Z Running `/home/build/.rustup/toolchains/1.81.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=26b884f4547cf128 -C extra-filename=-26b884f4547cf128 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-26b884f4547cf128 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5302024-10-21T04:46:14.743Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-aaea62d936c84ae6/build-script-build`
5312024-10-21T04:46:14.783Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-df432ca69b43752f/build-script-build`
5322024-10-21T04:46:14.835Z Compiling foreign-types v0.3.2
5332024-10-21T04:46:14.838Z Running `/home/build/.rustup/toolchains/1.81.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=a65327a67759dbf6 -C extra-filename=-a65327a67759dbf6 --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-96392c29a5a90b25.rmeta --cap-lints allow`
5342024-10-21T04:46:14.847Z Compiling form_urlencoded v1.2.1
5352024-10-21T04:46:14.850Z Running `/home/build/.rustup/toolchains/1.81.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=6034213675609ae9 -C extra-filename=-6034213675609ae9 --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-2a227dfef3facbb6.rmeta --cap-lints allow`
5362024-10-21T04:46:14.882Z Compiling tinyvec v1.5.1
5372024-10-21T04:46:14.884Z Running `/home/build/.rustup/toolchains/1.81.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=1bab1612e8c89308 -C extra-filename=-1bab1612e8c89308 --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-10d0ec1ac640557d.rmeta --cap-lints allow`
5382024-10-21T04:46:14.899Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-70918463facf3828/build-script-build`
5392024-10-21T04:46:15.038Z Compiling block-buffer v0.10.2
5402024-10-21T04:46:15.042Z Running `/home/build/.rustup/toolchains/1.81.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=b87da4e74dd8a8b8 -C extra-filename=-b87da4e74dd8a8b8 --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-322ed2f0e912b7cf.rmeta --cap-lints allow`
5412024-10-21T04:46:15.050Z Compiling crypto-common v0.1.6
5422024-10-21T04:46:15.053Z Running `/home/build/.rustup/toolchains/1.81.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=7d4adb005fe15275 -C extra-filename=-7d4adb005fe15275 --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-322ed2f0e912b7cf.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-466998a3bae240f6.rmeta --cap-lints allow`
5432024-10-21T04:46:15.108Z Running `/home/build/.rustup/toolchains/1.81.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=623b7fd74a090828 -C extra-filename=-623b7fd74a090828 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
5442024-10-21T04:46:15.190Z Compiling rand_core v0.6.3
5452024-10-21T04:46:15.193Z Compiling thread-id v4.0.0
5462024-10-21T04:46:15.193Z Running `/home/build/.rustup/toolchains/1.81.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=16cb8cb532895523 -C extra-filename=-16cb8cb532895523 --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-2a92f4b540398f5e.rmeta --cap-lints allow`
5472024-10-21T04:46:15.193Z Running `/home/build/.rustup/toolchains/1.81.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=19d39c47b86b9701 -C extra-filename=-19d39c47b86b9701 --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-8e1c126768ddeedb.rmeta --cap-lints allow`
5482024-10-21T04:46:15.295Z Compiling num-traits v0.2.14
5492024-10-21T04:46:15.297Z Running `/home/build/.rustup/toolchains/1.81.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=25d1f796f5ffb973 -C extra-filename=-25d1f796f5ffb973 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-25d1f796f5ffb973 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-fd5f01342e792914.rlib --cap-lints allow`
5502024-10-21T04:46:15.509Z Compiling mime v0.3.16
5512024-10-21T04:46:15.512Z Running `/home/build/.rustup/toolchains/1.81.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=407c4e666a8d0b2a -C extra-filename=-407c4e666a8d0b2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5522024-10-21T04:46:15.609Z Compiling unicode-width v0.1.9
5532024-10-21T04:46:15.612Z Running `/home/build/.rustup/toolchains/1.81.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=1ebcc729e8c939ba -C extra-filename=-1ebcc729e8c939ba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5542024-10-21T04:46:15.732Z Compiling lazy_static v1.5.0
5552024-10-21T04:46:15.735Z Running `/home/build/.rustup/toolchains/1.81.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=e347a48c6c373223 -C extra-filename=-e347a48c6c373223 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5562024-10-21T04:46:15.836Z Compiling native-tls v0.2.12
5572024-10-21T04:46:15.839Z Running `/home/build/.rustup/toolchains/1.81.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=9fc3009cc773601b -C extra-filename=-9fc3009cc773601b --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-9fc3009cc773601b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582024-10-21T04:46:15.862Z Compiling plain v0.2.3
5592024-10-21T04:46:15.864Z Running `/home/build/.rustup/toolchains/1.81.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=06bf14483863a4cc -C extra-filename=-06bf14483863a4cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602024-10-21T04:46:15.979Z Compiling rustls v0.22.4
5612024-10-21T04:46:15.981Z Running `/home/build/.rustup/toolchains/1.81.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=d4f820822ead4abe -C extra-filename=-d4f820822ead4abe --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-d4f820822ead4abe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622024-10-21T04:46:16.006Z Compiling time v0.3.36
5632024-10-21T04:46:16.008Z Running `/home/build/.rustup/toolchains/1.81.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=1ad758f824170cb4 -C extra-filename=-1ad758f824170cb4 --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-a8bb5173d15b53e0.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-a4e311a2ece97e7c.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-a2e6b58fe65205cb.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-79a4c9960552dc37.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-1b86199d291ebaea.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-f584f758ed4531cd.so --cap-lints allow`
5642024-10-21T04:46:16.019Z Compiling rustls v0.23.13
5652024-10-21T04:46:16.023Z Running `/home/build/.rustup/toolchains/1.81.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=55657060099610ca -C extra-filename=-55657060099610ca --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-55657060099610ca -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662024-10-21T04:46:16.046Z Compiling ppv-lite86 v0.2.15
5672024-10-21T04:46:16.049Z Running `/home/build/.rustup/toolchains/1.81.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=074a345acd155266 -C extra-filename=-074a345acd155266 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682024-10-21T04:46:16.145Z Compiling unicode-normalization v0.1.24
5692024-10-21T04:46:16.148Z Running `/home/build/.rustup/toolchains/1.81.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=2656c349509caf9a -C extra-filename=-2656c349509caf9a --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-1bab1612e8c89308.rmeta --cap-lints allow`
5702024-10-21T04:46:16.231Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-25d1f796f5ffb973/build-script-build`
5712024-10-21T04:46:16.284Z Compiling digest v0.10.7
5722024-10-21T04:46:16.286Z Running `/home/build/.rustup/toolchains/1.81.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=0d6220f30712722c -C extra-filename=-0d6220f30712722c --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-b87da4e74dd8a8b8.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-7d4adb005fe15275.rmeta --cap-lints allow`
5732024-10-21T04:46:16.489Z Running `/home/build/.rustup/toolchains/1.81.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=cc7bef60130e4d67 -C extra-filename=-cc7bef60130e4d67 --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`
5742024-10-21T04:46:16.568Z Running `/home/build/.rustup/toolchains/1.81.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=f3b9ce85cb7f52b1 -C extra-filename=-f3b9ce85cb7f52b1 --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"))'`
5752024-10-21T04:46:16.639Z Compiling rand_chacha v0.3.1
5762024-10-21T04:46:16.642Z Running `/home/build/.rustup/toolchains/1.81.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=083f8382af1213ac -C extra-filename=-083f8382af1213ac --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-074a345acd155266.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-16cb8cb532895523.rmeta --cap-lints allow`
5772024-10-21T04:46:16.832Z Compiling rustls-pemfile v2.1.3
5782024-10-21T04:46:16.834Z Running `/home/build/.rustup/toolchains/1.81.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=e6dfccbc6e21a7d1 -C extra-filename=-e6dfccbc6e21a7d1 --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-d2813238a13a4e3d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --cap-lints allow`
5792024-10-21T04:46:17.254Z Compiling dirs-sys-next v0.1.2
5802024-10-21T04:46:17.257Z Running `/home/build/.rustup/toolchains/1.81.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=87a9cb0d383d1af9 -C extra-filename=-87a9cb0d383d1af9 --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-a208d46fcdcd8121.rmeta --cap-lints allow`
5812024-10-21T04:46:17.293Z Running `/home/build/.rustup/toolchains/1.81.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=79e0ca589ca36422 -C extra-filename=-79e0ca589ca36422 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-79e0ca589ca36422 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
5822024-10-21T04:46:17.554Z Compiling cpufeatures v0.2.2
5832024-10-21T04:46:17.557Z Running `/home/build/.rustup/toolchains/1.81.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=a449e1214a22e7ab -C extra-filename=-a449e1214a22e7ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5842024-10-21T04:46:17.617Z Compiling winnow v0.6.18
5852024-10-21T04:46:17.620Z Running `/home/build/.rustup/toolchains/1.81.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=928300a19a06ba7e -C extra-filename=-928300a19a06ba7e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5862024-10-21T04:46:17.636Z Compiling unicode-bidi v0.3.15
5872024-10-21T04:46:17.639Z Running `/home/build/.rustup/toolchains/1.81.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=fe4489388b786375 -C extra-filename=-fe4489388b786375 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5882024-10-21T04:46:17.754Z Compiling unicode-segmentation v1.10.0
5892024-10-21T04:46:17.757Z Running `/home/build/.rustup/toolchains/1.81.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=e4c8a52d2f6c8711 -C extra-filename=-e4c8a52d2f6c8711 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902024-10-21T04:46:17.967Z Compiling pretty-hex v0.4.1
5912024-10-21T04:46:17.970Z Running `/home/build/.rustup/toolchains/1.81.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=81da656db6704c19 -C extra-filename=-81da656db6704c19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5922024-10-21T04:46:18.170Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-79e0ca589ca36422/build-script-build`
5932024-10-21T04:46:18.303Z Compiling newline-converter v0.3.0
5942024-10-21T04:46:18.305Z Running `/home/build/.rustup/toolchains/1.81.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=46b7faa0d6af7b50 -C extra-filename=-46b7faa0d6af7b50 --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-e4c8a52d2f6c8711.rmeta --cap-lints allow`
5952024-10-21T04:46:18.417Z Compiling idna v0.5.0
5962024-10-21T04:46:18.420Z Running `/home/build/.rustup/toolchains/1.81.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=a3fccb11a7fb733a -C extra-filename=-a3fccb11a7fb733a --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-fe4489388b786375.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-2656c349509caf9a.rmeta --cap-lints allow`
5972024-10-21T04:46:18.447Z Compiling sha1 v0.10.6
5982024-10-21T04:46:18.450Z Running `/home/build/.rustup/toolchains/1.81.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=8bcb558f7ff41031 -C extra-filename=-8bcb558f7ff41031 --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-10fb9dc3f074cb65.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-a449e1214a22e7ab.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-0d6220f30712722c.rmeta --cap-lints allow`
5992024-10-21T04:46:18.654Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-26b884f4547cf128/build-script-build`
6002024-10-21T04:46:18.674Z Running `/home/build/.rustup/toolchains/1.81.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=696531db03efd091 -C extra-filename=-696531db03efd091 --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-a208d46fcdcd8121.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)'`
6012024-10-21T04:46:18.827Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-9fc3009cc773601b/build-script-build`
6022024-10-21T04:46:18.846Z Compiling dirs-next v2.0.0
6032024-10-21T04:46:18.849Z Running `/home/build/.rustup/toolchains/1.81.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=ecc00ed7398dc1c9 -C extra-filename=-ecc00ed7398dc1c9 --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-10fb9dc3f074cb65.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-87a9cb0d383d1af9.rmeta --cap-lints allow`
6042024-10-21T04:46:19.041Z Compiling rand v0.8.4
6052024-10-21T04:46:19.044Z Running `/home/build/.rustup/toolchains/1.81.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=092ab8f12a2aeea0 -C extra-filename=-092ab8f12a2aeea0 --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-a208d46fcdcd8121.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-083f8382af1213ac.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-16cb8cb532895523.rmeta --cap-lints allow`
6062024-10-21T04:46:19.075Z Compiling mime_guess v2.0.5
6072024-10-21T04:46:19.078Z Running `/home/build/.rustup/toolchains/1.81.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=72394a1914bdbe8a -C extra-filename=-72394a1914bdbe8a --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-72394a1914bdbe8a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-cc7bef60130e4d67.rlib --cap-lints allow`
6082024-10-21T04:46:19.732Z Running `/home/build/.rustup/toolchains/1.81.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=8b61e336c22f2100 -C extra-filename=-8b61e336c22f2100 --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`
6092024-10-21T04:46:19.908Z Compiling serde_derive_internals v0.29.0
6102024-10-21T04:46:19.911Z Running `/home/build/.rustup/toolchains/1.81.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=5a203f9971282193 -C extra-filename=-5a203f9971282193 --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-680e36136c16d3ac.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rmeta --cap-lints allow`
6112024-10-21T04:46:20.139Z Compiling concurrent-queue v2.5.0
6122024-10-21T04:46:20.141Z Running `/home/build/.rustup/toolchains/1.81.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=82249b45a9b6b084 -C extra-filename=-82249b45a9b6b084 --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-eb6361ac66ca6ff3.rmeta --cap-lints allow`
6132024-10-21T04:46:20.199Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.82/src/lib.rs --error-format=json --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=1e690185e156b47f -C extra-filename=-1e690185e156b47f --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-680e36136c16d3ac.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-d592258ebcf7c237.rmeta --cap-lints allow`
6142024-10-21T04:46:20.232Z Compiling serde_derive v1.0.210
6152024-10-21T04:46:20.235Z Running `/home/build/.rustup/toolchains/1.81.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.210/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=bfd1199b7a1bb0b6 -C extra-filename=-bfd1199b7a1bb0b6 --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-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro --cap-lints allow`
6162024-10-21T04:46:20.492Z Compiling thiserror-impl v1.0.64
6172024-10-21T04:46:20.494Z Running `/home/build/.rustup/toolchains/1.81.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.64/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=ad08c828b8ce7345 -C extra-filename=-ad08c828b8ce7345 --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-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro --cap-lints allow`
6182024-10-21T04:46:20.507Z Compiling tokio-macros v2.3.0
6192024-10-21T04:46:20.510Z Running `/home/build/.rustup/toolchains/1.81.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.3.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=f78c4d525accc8d3 -C extra-filename=-f78c4d525accc8d3 --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-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro --cap-lints allow`
6202024-10-21T04:46:20.929Z Compiling futures-macro v0.3.31
6212024-10-21T04:46:20.932Z Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=2c6f370f7c3af396 -C extra-filename=-2c6f370f7c3af396 --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-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro --cap-lints allow`
6222024-10-21T04:46:21.251Z Compiling zerocopy-derive v0.7.32
6232024-10-21T04:46:21.255Z Running `/home/build/.rustup/toolchains/1.81.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=642530ec82931463 -C extra-filename=-642530ec82931463 --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-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro --cap-lints allow`
6242024-10-21T04:46:21.994Z Compiling tokio v1.38.1
6252024-10-21T04:46:21.997Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.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="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="num_cpus"' --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", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=10ac28e15a078d67 -C extra-filename=-10ac28e15a078d67 --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-7d911351be610b2d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-d70a7ea9f2bd96d2.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-03fe9e3d96cc25de.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-9b68f613e1151621.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-0515e458bd54a7bb.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-5db7cd86f508fd44.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-f78c4d525accc8d3.so --cap-lints allow`
6262024-10-21T04:46:22.012Z Compiling scroll_derive v0.12.0
6272024-10-21T04:46:22.016Z Running `/home/build/.rustup/toolchains/1.81.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=47fadb2d5cd3510e -C extra-filename=-47fadb2d5cd3510e --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-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro --cap-lints allow`
6282024-10-21T04:46:22.784Z Compiling futures-util v0.3.31
6292024-10-21T04:46:22.787Z Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f5ef06a0cd178c32 -C extra-filename=-f5ef06a0cd178c32 --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-82ca570e4520d2e1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-84ebde06aaab058c.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-2c6f370f7c3af396.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-9291dca7b9bcdf87.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-841cd30071337bce.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a501e22f7eccc2a1.rmeta --cap-lints allow`
6302024-10-21T04:46:23.257Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-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=8dec7a0959c94215 -C extra-filename=-8dec7a0959c94215 --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-ad08c828b8ce7345.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
6312024-10-21T04:46:23.287Z Compiling zerocopy v0.7.32
6322024-10-21T04:46:23.290Z Running `/home/build/.rustup/toolchains/1.81.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=b80a3c6fc09dc42f -C extra-filename=-b80a3c6fc09dc42f --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-c621ca04176e8253.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-642530ec82931463.so --cap-lints allow`
6332024-10-21T04:46:23.389Z Compiling pest v2.7.6
6342024-10-21T04:46:23.392Z Running `/home/build/.rustup/toolchains/1.81.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=2232e4ad98a77288 -C extra-filename=-2232e4ad98a77288 --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-8e2c2bc259d34136.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-d3746a03a1ec9fda.rmeta --cap-lints allow`
6352024-10-21T04:46:23.428Z Compiling scroll v0.12.0
6362024-10-21T04:46:23.431Z Running `/home/build/.rustup/toolchains/1.81.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=b1a7f806b4f677bc -C extra-filename=-b1a7f806b4f677bc --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-47fadb2d5cd3510e.so --cap-lints allow`
6372024-10-21T04:46:24.029Z Compiling openssl-macros v0.1.1
6382024-10-21T04:46:24.032Z Running `/home/build/.rustup/toolchains/1.81.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=fe26dfa7aa866d6a -C extra-filename=-fe26dfa7aa866d6a --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-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro --cap-lints allow`
6392024-10-21T04:46:24.803Z Running `/home/build/.rustup/toolchains/1.81.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=bd1c6ec9624642f5 -C extra-filename=-bd1c6ec9624642f5 --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-51bfd2bc27ffb933.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-a65327a67759dbf6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-fe26dfa7aa866d6a.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-696531db03efd091.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)'`
6402024-10-21T04:46:24.934Z Compiling goblin v0.8.0
6412024-10-21T04:46:24.936Z Running `/home/build/.rustup/toolchains/1.81.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=756719526f000826 -C extra-filename=-756719526f000826 --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-31376c1d09ce4e9e.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-06bf14483863a4cc.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-b1a7f806b4f677bc.rmeta --cap-lints allow`
6422024-10-21T04:46:25.939Z Compiling pest_meta v2.7.6
6432024-10-21T04:46:25.942Z Running `/home/build/.rustup/toolchains/1.81.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=2c32a9e2338d78a0 -C extra-filename=-2c32a9e2338d78a0 --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-d7ac4481582c0a9f.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-2232e4ad98a77288.rmeta --cap-lints allow`
6442024-10-21T04:46:26.931Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --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=27482afb25a04248 -C extra-filename=-27482afb25a04248 --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-bfd1199b7a1bb0b6.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)'`
6452024-10-21T04:46:29.217Z Compiling pest_generator v2.7.6
6462024-10-21T04:46:29.220Z Running `/home/build/.rustup/toolchains/1.81.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=e0a89b26bfeb8ee9 -C extra-filename=-e0a89b26bfeb8ee9 --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-2232e4ad98a77288.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-2c32a9e2338d78a0.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-680e36136c16d3ac.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rmeta --cap-lints allow`
6472024-10-21T04:46:29.871Z Compiling tokio-util v0.7.7
6482024-10-21T04:46:29.874Z Running `/home/build/.rustup/toolchains/1.81.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=47850f4e28e5a6f7 -C extra-filename=-47850f4e28e5a6f7 --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-7d911351be610b2d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow`
6492024-10-21T04:46:30.170Z Running `/home/build/.rustup/toolchains/1.81.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=56546ad317ca1465 -C extra-filename=-56546ad317ca1465 --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-2a92f4b540398f5e.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-069da3410e3c132f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-5b41e9fb8926b435.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
6502024-10-21T04:46:30.945Z Compiling pest_derive v2.7.6
6512024-10-21T04:46:30.948Z Running `/home/build/.rustup/toolchains/1.81.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=a495163d6bf74fd4 -C extra-filename=-a495163d6bf74fd4 --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-2232e4ad98a77288.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-e0a89b26bfeb8ee9.rlib --extern proc_macro --cap-lints allow`
6522024-10-21T04:46:31.240Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-d4f820822ead4abe/build-script-build`
6532024-10-21T04:46:31.259Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-55657060099610ca/build-script-build`
6542024-10-21T04:46:31.277Z Running `/home/build/.rustup/toolchains/1.81.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=26fa04f7c9dc87a9 -C extra-filename=-26fa04f7c9dc87a9 --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-31376c1d09ce4e9e.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-bd1c6ec9624642f5.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-ccb254a8c8a5a664.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-696531db03efd091.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
6552024-10-21T04:46:31.901Z Compiling dtrace-parser v0.2.0
6562024-10-21T04:46:31.903Z Running `/home/build/.rustup/toolchains/1.81.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=0e509c94526298ec -C extra-filename=-0e509c94526298ec --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-2232e4ad98a77288.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-a495163d6bf74fd4.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rmeta --cap-lints allow`
6572024-10-21T04:46:31.974Z Compiling http-body-util v0.1.2
6582024-10-21T04:46:31.976Z Running `/home/build/.rustup/toolchains/1.81.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=2b93cbf04e522001 -C extra-filename=-2b93cbf04e522001 --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-7d911351be610b2d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f5ef06a0cd178c32.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-2345959cb3dc3b75.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow`
6592024-10-21T04:46:32.520Z Compiling rustls-webpki v0.102.8
6602024-10-21T04:46:32.522Z Running `/home/build/.rustup/toolchains/1.81.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=36e4e3f93df39d84 -C extra-filename=-36e4e3f93df39d84 --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-56546ad317ca1465.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-5b41e9fb8926b435.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out`
6612024-10-21T04:46:33.249Z Running `/home/build/.rustup/toolchains/1.81.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.128/src/lib.rs --error-format=json --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=a8cd1a37fcd5c5cc -C extra-filename=-a8cd1a37fcd5c5cc --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-742f3ff0f8260524.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-b8f88142944b046a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6622024-10-21T04:46:34.237Z Compiling indexmap v2.6.0
6632024-10-21T04:46:34.239Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--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=aaf0252f46be700e -C extra-filename=-aaf0252f46be700e --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-26cd1883cd3a3190.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-ece8df7fce8a126f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --cap-lints allow`
6642024-10-21T04:46:34.308Z Compiling serde_tokenstream v0.2.2
6652024-10-21T04:46:34.310Z Running `/home/build/.rustup/toolchains/1.81.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=e0c5c86b38e5e9fb -C extra-filename=-e0c5c86b38e5e9fb --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-680e36136c16d3ac.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rmeta --cap-lints allow`
6662024-10-21T04:46:34.488Z Compiling serde_spanned v0.6.7
6672024-10-21T04:46:34.491Z Running `/home/build/.rustup/toolchains/1.81.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=d1de929cdfd68c83 -C extra-filename=-d1de929cdfd68c83 --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-27482afb25a04248.rmeta --cap-lints allow`
6682024-10-21T04:46:34.720Z Compiling toml_datetime v0.6.8
6692024-10-21T04:46:34.722Z Running `/home/build/.rustup/toolchains/1.81.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=48cb7e2559298df6 -C extra-filename=-48cb7e2559298df6 --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-27482afb25a04248.rmeta --cap-lints allow`
6702024-10-21T04:46:34.881Z Running `/home/build/.rustup/toolchains/1.81.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=befa7a55f7312ef9 -C extra-filename=-befa7a55f7312ef9 --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-31376c1d09ce4e9e.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-56546ad317ca1465.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-36e4e3f93df39d84.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c47f07b88d3eacd6.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-8e6474ef58ffc2ce.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out`
6712024-10-21T04:46:34.979Z Running `/home/build/.rustup/toolchains/1.81.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=412af7ced227ec5a -C extra-filename=-412af7ced227ec5a --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-d7ac4481582c0a9f.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-56546ad317ca1465.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-36e4e3f93df39d84.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c47f07b88d3eacd6.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-8e6474ef58ffc2ce.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
6722024-10-21T04:46:35.297Z Compiling dof v0.3.0
6732024-10-21T04:46:35.300Z Running `/home/build/.rustup/toolchains/1.81.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=da2078e7ddd4609f -C extra-filename=-da2078e7ddd4609f --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-27482afb25a04248.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-b80a3c6fc09dc42f.rmeta --cap-lints allow`
6742024-10-21T04:46:35.521Z Running `/home/build/.rustup/toolchains/1.81.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=965cd1e5c942aaa1 -C extra-filename=-965cd1e5c942aaa1 --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-756719526f000826.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-81da656db6704c19.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-b80a3c6fc09dc42f.rmeta --cap-lints allow`
6752024-10-21T04:46:35.691Z Compiling h2 v0.4.6
6762024-10-21T04:46:35.694Z Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=8147bdde6eaf63ca -C extra-filename=-8147bdde6eaf63ca --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-ebb90767da02de40.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2bd24fb3df166c6c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a501e22f7eccc2a1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-47850f4e28e5a6f7.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow`
6772024-10-21T04:46:36.193Z Running `/home/build/.rustup/toolchains/1.81.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=2a6f06a369bedc04 -C extra-filename=-2a6f06a369bedc04 --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-c621ca04176e8253.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-da2078e7ddd4609f.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-0e509c94526298ec.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8e1c126768ddeedb.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-680e36136c16d3ac.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-19d39c47b86b9701.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
6782024-10-21T04:46:36.400Z Compiling toml_edit v0.22.20
6792024-10-21T04:46:36.403Z Running `/home/build/.rustup/toolchains/1.81.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=f35d084748df1e90 -C extra-filename=-f35d084748df1e90 --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-aaf0252f46be700e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-d1de929cdfd68c83.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-48cb7e2559298df6.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-928300a19a06ba7e.rmeta --cap-lints allow`
6802024-10-21T04:46:37.025Z Running `/home/build/.rustup/toolchains/1.81.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=13cf7e07c11bb21c -C extra-filename=-13cf7e07c11bb21c --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-a208d46fcdcd8121.rmeta --cap-lints allow`
6812024-10-21T04:46:37.150Z Compiling multer v3.1.0
6822024-10-21T04:46:37.152Z Running `/home/build/.rustup/toolchains/1.81.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=ca4e400bb5aa7b87 -C extra-filename=-ca4e400bb5aa7b87 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-ca4e400bb5aa7b87 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
6832024-10-21T04:46:37.509Z Compiling thread_local v1.1.4
6842024-10-21T04:46:37.512Z Running `/home/build/.rustup/toolchains/1.81.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=ff6a742419345a68 -C extra-filename=-ff6a742419345a68 --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-d7ac4481582c0a9f.rmeta --cap-lints allow`
6852024-10-21T04:46:37.578Z Compiling encoding_rs v0.8.32
6862024-10-21T04:46:37.581Z Running `/home/build/.rustup/toolchains/1.81.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=f36c748f9a2c7f7f -C extra-filename=-f36c748f9a2c7f7f --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-10fb9dc3f074cb65.rmeta --cap-lints allow`
6872024-10-21T04:46:38.126Z Compiling camino v1.1.9
6882024-10-21T04:46:38.129Z Running `/home/build/.rustup/toolchains/1.81.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=75c1ab2676a89d4a -C extra-filename=-75c1ab2676a89d4a --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-75c1ab2676a89d4a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6892024-10-21T04:46:38.256Z Compiling rustix v0.38.37
6902024-10-21T04:46:38.259Z Running `/home/build/.rustup/toolchains/1.81.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.37/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 --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"))' --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"))' -C metadata=4b2300114c47d46c -C extra-filename=-4b2300114c47d46c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-4b2300114c47d46c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6912024-10-21T04:46:38.710Z Compiling iana-time-zone v0.1.47
6922024-10-21T04:46:38.712Z Running `/home/build/.rustup/toolchains/1.81.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=d34c1efd5ce91050 -C extra-filename=-d34c1efd5ce91050 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6932024-10-21T04:46:38.972Z Compiling similar v2.2.1
6942024-10-21T04:46:38.975Z Running `/home/build/.rustup/toolchains/1.81.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=70d50c9a3f1d696c -C extra-filename=-70d50c9a3f1d696c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6952024-10-21T04:46:39.129Z Compiling schemars v0.8.21
6962024-10-21T04:46:39.132Z Running `/home/build/.rustup/toolchains/1.81.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=f0e447064b65240b -C extra-filename=-f0e447064b65240b --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-f0e447064b65240b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6972024-10-21T04:46:39.243Z Compiling match_cfg v0.1.0
6982024-10-21T04:46:39.245Z Running `/home/build/.rustup/toolchains/1.81.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=dec3f83c083bb282 -C extra-filename=-dec3f83c083bb282 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6992024-10-21T04:46:39.328Z Compiling heck v0.5.0
7002024-10-21T04:46:39.331Z Running `/home/build/.rustup/toolchains/1.81.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=bb98e02a6d0ef36d -C extra-filename=-bb98e02a6d0ef36d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7012024-10-21T04:46:39.507Z Compiling parking v2.2.0
7022024-10-21T04:46:39.518Z Running `/home/build/.rustup/toolchains/1.81.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=559478ccaa5d9766 -C extra-filename=-559478ccaa5d9766 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7032024-10-21T04:46:39.751Z Compiling slog-async v2.8.0
7042024-10-21T04:46:39.754Z Running `/home/build/.rustup/toolchains/1.81.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=3871fc268e179617 -C extra-filename=-3871fc268e179617 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-3871fc268e179617 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7052024-10-21T04:46:39.907Z Compiling event-listener v5.0.0
7062024-10-21T04:46:39.918Z Running `/home/build/.rustup/toolchains/1.81.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=a8507f45a4cfa240 -C extra-filename=-a8507f45a4cfa240 --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-82249b45a9b6b084.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-559478ccaa5d9766.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow`
7072024-10-21T04:46:40.250Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-3871fc268e179617/build-script-build`
7082024-10-21T04:46:40.309Z Compiling toml v0.8.19
7092024-10-21T04:46:40.311Z Running `/home/build/.rustup/toolchains/1.81.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=e60a3f5a69c60712 -C extra-filename=-e60a3f5a69c60712 --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-27482afb25a04248.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-d1de929cdfd68c83.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-48cb7e2559298df6.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-f35d084748df1e90.rmeta --cap-lints allow`
7102024-10-21T04:46:40.514Z Compiling hyper v1.4.1
7112024-10-21T04:46:40.517Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --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("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=9a54f6a70bcbdd16 -C extra-filename=-9a54f6a70bcbdd16 --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-7d911351be610b2d.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-82ca570e4520d2e1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f5ef06a0cd178c32.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-8147bdde6eaf63ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-2345959cb3dc3b75.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-21a13ad74cc5c7c6.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-3710a5097de34c68.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-8d0122e48b5f9f17.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-ca787da9a6952171.rmeta --cap-lints allow`
7122024-10-21T04:46:41.784Z Compiling tokio-rustls v0.26.0
7132024-10-21T04:46:41.786Z Running `/home/build/.rustup/toolchains/1.81.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=612248d2e5db687d -C extra-filename=-612248d2e5db687d --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-412af7ced227ec5a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out`
7142024-10-21T04:46:42.254Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-f0e447064b65240b/build-script-build`
7152024-10-21T04:46:42.276Z Compiling hostname v0.3.1
7162024-10-21T04:46:42.278Z Running `/home/build/.rustup/toolchains/1.81.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=9538831bc79964f8 -C extra-filename=-9538831bc79964f8 --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-a208d46fcdcd8121.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-dec3f83c083bb282.rmeta --cap-lints allow`
7172024-10-21T04:46:42.291Z Compiling tokio-rustls v0.25.0
7182024-10-21T04:46:42.294Z Running `/home/build/.rustup/toolchains/1.81.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=2b85b63390db022c -C extra-filename=-2b85b63390db022c --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-befa7a55f7312ef9.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out`
7192024-10-21T04:46:42.533Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-4b2300114c47d46c/build-script-build`
7202024-10-21T04:46:42.565Z Compiling chrono v0.4.38
7212024-10-21T04:46:42.567Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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="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=c3b6681b1def1448 -C extra-filename=-c3b6681b1def1448 --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-d34c1efd5ce91050.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-8b61e336c22f2100.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --cap-lints allow`
7222024-10-21T04:46:42.655Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-75c1ab2676a89d4a/build-script-build`
7232024-10-21T04:46:42.710Z Compiling usdt-attr-macro v0.5.0
7242024-10-21T04:46:42.713Z Running `/home/build/.rustup/toolchains/1.81.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=310458f05c2e4d3a -C extra-filename=-310458f05c2e4d3a --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-0e509c94526298ec.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e0c5c86b38e5e9fb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-2a6f06a369bedc04.rlib --extern proc_macro --cap-lints allow`
7252024-10-21T04:46:42.724Z Compiling usdt-macro v0.5.0
7262024-10-21T04:46:42.724Z Running `/home/build/.rustup/toolchains/1.81.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=c9d9ba4a53d3de4d -C extra-filename=-c9d9ba4a53d3de4d --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-0e509c94526298ec.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e0c5c86b38e5e9fb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-2a6f06a369bedc04.rlib --extern proc_macro --cap-lints allow`
7272024-10-21T04:46:44.093Z Compiling hyper-util v0.1.9
7282024-10-21T04:46:44.096Z Running `/home/build/.rustup/toolchains/1.81.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.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="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=14554bc63e14eee7 -C extra-filename=-14554bc63e14eee7 --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-7d911351be610b2d.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-82ca570e4520d2e1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f5ef06a0cd178c32.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-2345959cb3dc3b75.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-5db7cd86f508fd44.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow`
7292024-10-21T04:46:44.239Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-ca4e400bb5aa7b87/build-script-build`
7302024-10-21T04:46:44.298Z Running `/home/build/.rustup/toolchains/1.81.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=877954e226d1e244 -C extra-filename=-877954e226d1e244 --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-c621ca04176e8253.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-965cd1e5c942aaa1.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-0e509c94526298ec.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-680e36136c16d3ac.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1e690185e156b47f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-13cf7e07c11bb21c.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7312024-10-21T04:46:44.339Z Compiling slog-json v2.6.1
7322024-10-21T04:46:44.342Z Running `/home/build/.rustup/toolchains/1.81.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=248d8dc33be98578 -C extra-filename=-248d8dc33be98578 --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-27482afb25a04248.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-1ad758f824170cb4.rmeta --cap-lints allow`
7332024-10-21T04:46:44.732Z Compiling uuid v1.10.0
7342024-10-21T04:46:44.735Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 --allow=unexpected_cfgs --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=b8c60d209b72d309 -C extra-filename=-b8c60d209b72d309 --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-2a92f4b540398f5e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --cap-lints allow`
7352024-10-21T04:46:45.262Z Compiling serde_urlencoded v0.7.1
7362024-10-21T04:46:45.264Z Running `/home/build/.rustup/toolchains/1.81.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=71628ad04ba94f8d -C extra-filename=-71628ad04ba94f8d --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-6034213675609ae9.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-b8f88142944b046a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --cap-lints allow`
7372024-10-21T04:46:45.659Z Compiling tokio-native-tls v0.3.1
7382024-10-21T04:46:45.661Z Running `/home/build/.rustup/toolchains/1.81.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=0e2c07dde4cc0f6e -C extra-filename=-0e2c07dde4cc0f6e --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-26fa04f7c9dc87a9.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
7392024-10-21T04:46:45.823Z Compiling futures-executor v0.3.31
7402024-10-21T04:46:45.825Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=7e968e1fcf54aa52 -C extra-filename=-7e968e1fcf54aa52 --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-a0a2bff85b2c71f0.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-9291dca7b9bcdf87.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f5ef06a0cd178c32.rmeta --cap-lints allow`
7412024-10-21T04:46:45.926Z Compiling schemars_derive v0.8.21
7422024-10-21T04:46:45.929Z Running `/home/build/.rustup/toolchains/1.81.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=20b46d10b4c330f7 -C extra-filename=-20b46d10b4c330f7 --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-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-5a203f9971282193.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro --cap-lints allow`
7432024-10-21T04:46:46.278Z Compiling async-stream-impl v0.3.6
7442024-10-21T04:46:46.281Z Running `/home/build/.rustup/toolchains/1.81.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=523fbf9b88ca43d2 -C extra-filename=-523fbf9b88ca43d2 --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-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro --cap-lints allow`
7452024-10-21T04:46:46.370Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-72394a1914bdbe8a/build-script-build`
7462024-10-21T04:46:46.405Z Compiling url v2.5.2
7472024-10-21T04:46:46.407Z Running `/home/build/.rustup/toolchains/1.81.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=a8ade3ec4438d82a -C extra-filename=-a8ade3ec4438d82a --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-6034213675609ae9.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-a3fccb11a7fb733a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --cap-lints allow`
7482024-10-21T04:46:46.479Z Compiling term v0.7.0
7492024-10-21T04:46:46.481Z Running `/home/build/.rustup/toolchains/1.81.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=c4552564f66c6743 -C extra-filename=-c4552564f66c6743 --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-ecc00ed7398dc1c9.rmeta --cap-lints allow`
7502024-10-21T04:46:46.669Z Compiling crossbeam-channel v0.5.1
7512024-10-21T04:46:46.671Z Running `/home/build/.rustup/toolchains/1.81.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=c1c0e7364fb015ec -C extra-filename=-c1c0e7364fb015ec --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-10fb9dc3f074cb65.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-eb6361ac66ca6ff3.rmeta --cap-lints allow`
7522024-10-21T04:46:47.084Z Compiling webpki-roots v0.26.5
7532024-10-21T04:46:47.087Z Running `/home/build/.rustup/toolchains/1.81.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=db7a6fd10ccfe348 -C extra-filename=-db7a6fd10ccfe348 --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-35337c6705e281ea.rmeta --cap-lints allow`
7542024-10-21T04:46:47.323Z Compiling memmap v0.7.0
7552024-10-21T04:46:47.325Z Running `/home/build/.rustup/toolchains/1.81.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=5557b3898bb00d97 -C extra-filename=-5557b3898bb00d97 --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-a208d46fcdcd8121.rmeta --cap-lints allow`
7562024-10-21T04:46:47.336Z Compiling is-terminal v0.4.12
7572024-10-21T04:46:47.339Z Running `/home/build/.rustup/toolchains/1.81.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=3728e2fabd96429c -C extra-filename=-3728e2fabd96429c --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-a208d46fcdcd8121.rmeta --cap-lints allow`
7582024-10-21T04:46:47.447Z Compiling errno v0.3.8
7592024-10-21T04:46:47.450Z Running `/home/build/.rustup/toolchains/1.81.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=b4d8428d88ce27ba -C extra-filename=-b4d8428d88ce27ba --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-a208d46fcdcd8121.rmeta --cap-lints allow`
7602024-10-21T04:46:47.663Z Compiling dropshot v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot)
7612024-10-21T04:46:47.665Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=65ed69b788ffa4f2 -C extra-filename=-65ed69b788ffa4f2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-65ed69b788ffa4f2 -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-9f3f0c5e860299ef.rlib`
7622024-10-21T04:46:47.693Z Compiling utf-8 v0.7.6
7632024-10-21T04:46:47.696Z Running `/home/build/.rustup/toolchains/1.81.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=c11433f03abfe393 -C extra-filename=-c11433f03abfe393 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7642024-10-21T04:46:47.721Z Compiling buf-list v1.0.3
7652024-10-21T04:46:47.723Z Running `/home/build/.rustup/toolchains/1.81.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=304dae053e391bd3 -C extra-filename=-304dae053e391bd3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-304dae053e391bd3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7662024-10-21T04:46:47.906Z Compiling dyn-clone v1.0.4
7672024-10-21T04:46:47.908Z Running `/home/build/.rustup/toolchains/1.81.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=542882571363b762 -C extra-filename=-542882571363b762 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682024-10-21T04:46:47.998Z Compiling take_mut v0.2.2
7692024-10-21T04:46:48.000Z Running `/home/build/.rustup/toolchains/1.81.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=d4af846d3fc33c2e -C extra-filename=-d4af846d3fc33c2e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7702024-10-21T04:46:48.018Z Compiling trybuild v1.0.99
7712024-10-21T04:46:48.020Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/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("diff", "dissimilar"))' -C metadata=8a3cec2e12b85eba -C extra-filename=-8a3cec2e12b85eba --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-8a3cec2e12b85eba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722024-10-21T04:46:48.043Z Compiling anyhow v1.0.89
7732024-10-21T04:46:48.046Z Running `/home/build/.rustup/toolchains/1.81.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.89/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=53e1f1fb1c91e976 -C extra-filename=-53e1f1fb1c91e976 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-53e1f1fb1c91e976 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742024-10-21T04:46:48.144Z Compiling data-encoding v2.4.0
7752024-10-21T04:46:48.147Z Running `/home/build/.rustup/toolchains/1.81.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=df1f794fc3ac218c -C extra-filename=-df1f794fc3ac218c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7762024-10-21T04:46:48.300Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-304dae053e391bd3/build-script-build`
7772024-10-21T04:46:48.327Z Running `/home/build/.rustup/toolchains/1.81.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=d4739def605b204f -C extra-filename=-d4739def605b204f --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-c1c0e7364fb015ec.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-d4af846d3fc33c2e.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ff6a742419345a68.rmeta --cap-lints allow --cfg integer128`
7782024-10-21T04:46:48.353Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-65ed69b788ffa4f2/build-script-build`
7792024-10-21T04:46:48.413Z Compiling async-stream v0.3.6
7802024-10-21T04:46:48.418Z Running `/home/build/.rustup/toolchains/1.81.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=f662407c778ce9b8 -C extra-filename=-f662407c778ce9b8 --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-523fbf9b88ca43d2.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow`
7812024-10-21T04:46:48.464Z Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-8a3cec2e12b85eba/build-script-build`
7822024-10-21T04:46:48.483Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --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"))' --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"))' -C metadata=d649fe262e4fd7c2 -C extra-filename=-d649fe262e4fd7c2 --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-51bfd2bc27ffb933.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-b4d8428d88ce27ba.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7832024-10-21T04:46:48.587Z Compiling usdt v0.5.0
7842024-10-21T04:46:48.590Z Running `/home/build/.rustup/toolchains/1.81.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=e35c33a15cc46cc6 -C extra-filename=-e35c33a15cc46cc6 --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-965cd1e5c942aaa1.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-0e509c94526298ec.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-756719526f000826.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-5557b3898bb00d97.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-310458f05c2e4d3a.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-877954e226d1e244.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-c9d9ba4a53d3de4d.so --cap-lints allow`
7852024-10-21T04:46:48.604Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-53e1f1fb1c91e976/build-script-build`
7862024-10-21T04:46:48.747Z Compiling slog-term v2.9.1
7872024-10-21T04:46:48.750Z Running `/home/build/.rustup/toolchains/1.81.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=4f93ebf77c06f715 -C extra-filename=-4f93ebf77c06f715 --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-3728e2fabd96429c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-c4552564f66c6743.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ff6a742419345a68.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-1ad758f824170cb4.rmeta --cap-lints allow`
7882024-10-21T04:46:48.957Z Compiling tungstenite v0.24.0
7892024-10-21T04:46:48.961Z Running `/home/build/.rustup/toolchains/1.81.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=3aef0723042ea65c -C extra-filename=-3aef0723042ea65c --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-c621ca04176e8253.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-df1f794fc3ac218c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-21a13ad74cc5c7c6.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-092ab8f12a2aeea0.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-c11433f03abfe393.rmeta --cap-lints allow`
7902024-10-21T04:46:49.022Z Running `/home/build/.rustup/toolchains/1.81.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=0c345c81022a97a8 -C extra-filename=-0c345c81022a97a8 --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-c3b6681b1def1448.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-542882571363b762.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-20b46d10b4c330f7.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7912024-10-21T04:46:49.164Z Compiling hyper-rustls v0.27.3
7922024-10-21T04:46:49.167Z Running `/home/build/.rustup/toolchains/1.81.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=0d2b8b3454d745ed -C extra-filename=-0d2b8b3454d745ed --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-f5ef06a0cd178c32.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-412af7ced227ec5a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-612248d2e5db687d.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-db7a6fd10ccfe348.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out`
7932024-10-21T04:46:49.701Z Running `/home/build/.rustup/toolchains/1.81.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=5afe55f051ae4c10 -C extra-filename=-5afe55f051ae4c10 --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-407c4e666a8d0b2a.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-cc7bef60130e4d67.rmeta --cap-lints allow`
7942024-10-21T04:46:49.883Z Compiling futures v0.3.31
7952024-10-21T04:46:49.885Z Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=8c81402920052e19 -C extra-filename=-8c81402920052e19 --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-82ca570e4520d2e1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-7e968e1fcf54aa52.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-84ebde06aaab058c.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-9291dca7b9bcdf87.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f5ef06a0cd178c32.rmeta --cap-lints allow`
7962024-10-21T04:46:49.990Z Compiling hyper-tls v0.6.0
7972024-10-21T04:46:49.993Z Running `/home/build/.rustup/toolchains/1.81.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=d03f06b9050bb2c5 -C extra-filename=-d03f06b9050bb2c5 --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-7d911351be610b2d.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-26fa04f7c9dc87a9.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-0e2c07dde4cc0f6e.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
7982024-10-21T04:46:50.156Z Compiling slog-bunyan v2.5.0
7992024-10-21T04:46:50.159Z Running `/home/build/.rustup/toolchains/1.81.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=d2601790bfabd3b3 -C extra-filename=-d2601790bfabd3b3 --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-9538831bc79964f8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-1ad758f824170cb4.rmeta --cap-lints allow`
8002024-10-21T04:46:50.372Z Running `/home/build/.rustup/toolchains/1.81.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=1acb25d5cf2ffce3 -C extra-filename=-1acb25d5cf2ffce3 --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-7d911351be610b2d.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f36c748f9a2c7f7f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f5ef06a0cd178c32.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-21a13ad74cc5c7c6.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-407c4e666a8d0b2a.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-069da3410e3c132f.rmeta --cap-lints allow`
8012024-10-21T04:46:50.415Z Running `/home/build/.rustup/toolchains/1.81.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=49bb13381029b3c1 -C extra-filename=-49bb13381029b3c1 --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-27482afb25a04248.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)'`
8022024-10-21T04:46:50.741Z Compiling event-listener-strategy v0.5.2
8032024-10-21T04:46:50.743Z Running `/home/build/.rustup/toolchains/1.81.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=6b934a56ab8cf1a3 -C extra-filename=-6b934a56ab8cf1a3 --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-a8507f45a4cfa240.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow`
8042024-10-21T04:46:50.783Z Compiling dropshot_endpoint v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
8052024-10-21T04:46:50.785Z Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=b1a3b6130b1adfa7 -C extra-filename=-b1a3b6130b1adfa7 --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-bb98e02a6d0ef36d.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e0c5c86b38e5e9fb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro`
8062024-10-21T04:46:50.863Z Compiling openapiv3 v2.0.0
8072024-10-21T04:46:50.865Z Running `/home/build/.rustup/toolchains/1.81.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=76db652aa21ed238 -C extra-filename=-76db652aa21ed238 --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-aaf0252f46be700e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rmeta --cap-lints allow`
8082024-10-21T04:46:50.943Z Compiling serde_path_to_error v0.1.16
8092024-10-21T04:46:50.946Z Running `/home/build/.rustup/toolchains/1.81.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=236a04454a849d9e -C extra-filename=-236a04454a849d9e --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-742f3ff0f8260524.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --cap-lints allow`
8102024-10-21T04:46:50.975Z Compiling async-trait v0.1.83
8112024-10-21T04:46:50.986Z Running `/home/build/.rustup/toolchains/1.81.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.83/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=7553e2b62a8c2e88 -C extra-filename=-7553e2b62a8c2e88 --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-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro --cap-lints allow`
8122024-10-21T04:46:51.510Z Compiling yasna v0.5.2
8132024-10-21T04:46:51.512Z Running `/home/build/.rustup/toolchains/1.81.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=098f2f3fe2580563 -C extra-filename=-098f2f3fe2580563 --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-1ad758f824170cb4.rmeta --cap-lints allow`
8142024-10-21T04:46:51.600Z Compiling rustls-native-certs v0.7.0
8152024-10-21T04:46:51.604Z Running `/home/build/.rustup/toolchains/1.81.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=1b5c6a3e47a90dbf -C extra-filename=-1b5c6a3e47a90dbf --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-ccb254a8c8a5a664.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --cap-lints allow`
8162024-10-21T04:46:51.652Z Compiling console v0.15.7
8172024-10-21T04:46:51.655Z Running `/home/build/.rustup/toolchains/1.81.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=89a0fa3524cc68b9 -C extra-filename=-89a0fa3524cc68b9 --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-e347a48c6c373223.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-1ebcc729e8c939ba.rmeta --cap-lints allow`
8182024-10-21T04:46:51.835Z Compiling pem v3.0.4
8192024-10-21T04:46:51.838Z Running `/home/build/.rustup/toolchains/1.81.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=f1935e7b7c34a91b -C extra-filename=-f1935e7b7c34a91b --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-d2813238a13a4e3d.rmeta --cap-lints allow`
8202024-10-21T04:46:52.118Z Compiling waitgroup v0.1.2
8212024-10-21T04:46:52.121Z Running `/home/build/.rustup/toolchains/1.81.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=3a229a6884d8fdd0 -C extra-filename=-3a229a6884d8fdd0 --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-ebb90767da02de40.rmeta --cap-lints allow`
8222024-10-21T04:46:52.394Z Compiling hostname v0.4.0
8232024-10-21T04:46:52.396Z Running `/home/build/.rustup/toolchains/1.81.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=ac4f9a17ae7297af -C extra-filename=-ac4f9a17ae7297af --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-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rmeta --cap-lints allow`
8242024-10-21T04:46:52.689Z Compiling sync_wrapper v1.0.1
8252024-10-21T04:46:52.695Z Running `/home/build/.rustup/toolchains/1.81.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=c7a3878bf6e19f24 -C extra-filename=-c7a3878bf6e19f24 --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-a0a2bff85b2c71f0.rmeta --cap-lints allow`
8262024-10-21T04:46:52.829Z Compiling ipnet v2.10.0
8272024-10-21T04:46:52.832Z Running `/home/build/.rustup/toolchains/1.81.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=e7c20efba4ca2732 -C extra-filename=-e7c20efba4ca2732 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8282024-10-21T04:46:52.842Z Compiling debug-ignore v1.0.5
8292024-10-21T04:46:52.846Z Running `/home/build/.rustup/toolchains/1.81.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=5b6b618c0c74b983 -C extra-filename=-5b6b618c0c74b983 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8302024-10-21T04:46:52.978Z Compiling http-range v0.1.4
8312024-10-21T04:46:52.981Z Running `/home/build/.rustup/toolchains/1.81.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=137c81223126df7d -C extra-filename=-137c81223126df7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8322024-10-21T04:46:53.380Z Compiling termcolor v1.1.2
8332024-10-21T04:46:53.382Z Running `/home/build/.rustup/toolchains/1.81.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=ba0b9ae268051772 -C extra-filename=-ba0b9ae268051772 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8342024-10-21T04:46:53.423Z Compiling fastrand v2.1.1
8352024-10-21T04:46:53.423Z Running `/home/build/.rustup/toolchains/1.81.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=47d692aed41e165a -C extra-filename=-47d692aed41e165a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8362024-10-21T04:46:53.474Z Compiling glob v0.3.0
8372024-10-21T04:46:53.477Z Running `/home/build/.rustup/toolchains/1.81.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=20ad84b14bb5f485 -C extra-filename=-20ad84b14bb5f485 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8382024-10-21T04:46:53.488Z Compiling simple-mermaid v0.1.1
8392024-10-21T04:46:53.491Z Running `/home/build/.rustup/toolchains/1.81.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.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=56e82a490b48ce7a -C extra-filename=-56e82a490b48ce7a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8402024-10-21T04:46:53.501Z Compiling reqwest v0.12.8
8412024-10-21T04:46:53.503Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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=unexpected_cfgs --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"' --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-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=3818f3c74d8ef9bc -C extra-filename=-3818f3c74d8ef9bc --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-d2813238a13a4e3d.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f36c748f9a2c7f7f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-f5ef06a0cd178c32.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-8147bdde6eaf63ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-2345959cb3dc3b75.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0d2b8b3454d745ed.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-d03f06b9050bb2c5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-e7c20efba4ca2732.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-407c4e666a8d0b2a.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-26fa04f7c9dc87a9.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-412af7ced227ec5a.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-c7a3878bf6e19f24.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-0e2c07dde4cc0f6e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-612248d2e5db687d.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-a8ade3ec4438d82a.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-db7a6fd10ccfe348.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8422024-10-21T04:46:53.575Z Compiling hyper-staticfile v0.10.1
8432024-10-21T04:46:53.577Z Running `/home/build/.rustup/toolchains/1.81.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=4b2d90f3c454b0cc -C extra-filename=-4b2d90f3c454b0cc --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-f5ef06a0cd178c32.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-137c81223126df7d.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-3710a5097de34c68.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-092ab8f12a2aeea0.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-a8ade3ec4438d82a.rmeta --cap-lints allow`
8442024-10-21T04:46:54.030Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/src/lib.rs --error-format=json --json=diagnostic-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=503733ef57aa34c1 -C extra-filename=-503733ef57aa34c1 --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-20ad84b14bb5f485.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-bfd1199b7a1bb0b6.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-ba0b9ae268051772.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rmeta --cap-lints allow --check-cfg 'cfg(trybuild_no_target)' --check-cfg 'cfg(host_os, values("windows"))'`
8452024-10-21T04:46:54.295Z Compiling tempfile v3.13.0
8462024-10-21T04:46:54.298Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e9b1c8f1c07ca746 -C extra-filename=-e9b1c8f1c07ca746 --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-10fb9dc3f074cb65.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-47d692aed41e165a.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-d649fe262e4fd7c2.rmeta --cap-lints allow`
8472024-10-21T04:46:54.341Z Compiling rcgen v0.13.1
8482024-10-21T04:46:54.344Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=89f46b7edebf2455 -C extra-filename=-89f46b7edebf2455 --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-f1935e7b7c34a91b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-56546ad317ca1465.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-1ad758f824170cb4.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-098f2f3fe2580563.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out`
8492024-10-21T04:46:54.694Z Compiling expectorate v1.1.0
8502024-10-21T04:46:54.696Z Running `/home/build/.rustup/toolchains/1.81.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=f589d1140265936c -C extra-filename=-f589d1140265936c --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-89a0fa3524cc68b9.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-46b7faa0d6af7b50.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-70d50c9a3f1d696c.rmeta --cap-lints allow`
8512024-10-21T04:46:54.854Z Compiling hyper-rustls v0.26.0
8522024-10-21T04:46:54.866Z Running `/home/build/.rustup/toolchains/1.81.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=03b5a09151c0404b -C extra-filename=-03b5a09151c0404b --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-f5ef06a0cd178c32.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-1b5c6a3e47a90dbf.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out`
8532024-10-21T04:46:54.899Z Compiling async-channel v2.3.1
8542024-10-21T04:46:54.901Z Running `/home/build/.rustup/toolchains/1.81.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=0c1d479864e8cd09 -C extra-filename=-0c1d479864e8cd09 --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-82249b45a9b6b084.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-6b934a56ab8cf1a3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow`
8552024-10-21T04:46:55.267Z Compiling tokio-tungstenite v0.24.0
8562024-10-21T04:46:55.270Z Running `/home/build/.rustup/toolchains/1.81.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=a20e2f865f91c6b0 -C extra-filename=-a20e2f865f91c6b0 --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-f5ef06a0cd178c32.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-3aef0723042ea65c.rmeta --cap-lints allow`
8572024-10-21T04:46:55.317Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/lib.rs --error-format=json --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=0ecdaf20c160ee7d -C extra-filename=-0ecdaf20c160ee7d --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)'`
8582024-10-21T04:46:55.447Z Compiling subprocess v0.2.9
8592024-10-21T04:46:55.449Z Running `/home/build/.rustup/toolchains/1.81.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=ae38f1378c23e0a8 -C extra-filename=-ae38f1378c23e0a8 --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-7d911351be610b2d.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
8602024-10-21T04:46:55.449Z Running `/home/build/.rustup/toolchains/1.81.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=eac51669ab0162bb -C extra-filename=-eac51669ab0162bb --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-a208d46fcdcd8121.rmeta --cap-lints allow`
8612024-10-21T04:46:55.817Z Compiling prettyplease v0.2.24
8622024-10-21T04:46:55.819Z Running `/home/build/.rustup/toolchains/1.81.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.24/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=ca0fe0b39b5341d4 -C extra-filename=-ca0fe0b39b5341d4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-ca0fe0b39b5341d4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8632024-10-21T04:46:56.046Z Compiling schema-derive v0.1.0
8642024-10-21T04:46:56.048Z Running `/home/build/.rustup/toolchains/1.81.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=f297804a75dae20a -C extra-filename=-f297804a75dae20a --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-f3b9ce85cb7f52b1.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro --cap-lints allow`
8652024-10-21T04:46:56.130Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-ca0fe0b39b5341d4/build-script-build`
8662024-10-21T04:46:56.149Z Running `/home/build/.rustup/toolchains/1.81.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=5b00ff7f77a2cbc4 -C extra-filename=-5b00ff7f77a2cbc4 --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-e347a48c6c373223.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8e1c126768ddeedb.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-1ebcc729e8c939ba.rmeta --cap-lints allow`
8672024-10-21T04:46:56.324Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=3d02960b4bb872d8 -C extra-filename=-3d02960b4bb872d8 --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-680e36136c16d3ac.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
8682024-10-21T04:46:57.701Z Running `/home/build/.rustup/toolchains/1.81.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=e1c1659e582c55e8 -C extra-filename=-e1c1659e582c55e8 --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-5b00ff7f77a2cbc4.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-46b7faa0d6af7b50.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-70d50c9a3f1d696c.rmeta --cap-lints allow`
8692024-10-21T04:46:58.376Z Compiling schema v0.1.0
8702024-10-21T04:46:58.387Z Running `/home/build/.rustup/toolchains/1.81.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=55789efd82d5ba70 -C extra-filename=-55789efd82d5ba70 --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-680e36136c16d3ac.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-f297804a75dae20a.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rmeta --cap-lints allow`
8712024-10-21T04:46:58.460Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=1ff5bf1b7060b5fc -C extra-filename=-1ff5bf1b7060b5fc --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-f662407c778ce9b8.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out`
8722024-10-21T04:46:58.478Z Running `/home/build/.rustup/toolchains/1.81.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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fe738c88c8aedb5b -C extra-filename=-fe738c88c8aedb5b --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-e1c1659e582c55e8.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-bb98e02a6d0ef36d.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-3d02960b4bb872d8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-55789efd82d5ba70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e0c5c86b38e5e9fb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro`
8732024-10-21T04:47:01.331Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=e4d19177158f9dfe -C extra-filename=-e4d19177158f9dfe --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8742024-10-21T04:47:06.403Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=910c537d17564679 -C extra-filename=-910c537d17564679 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8752024-10-21T04:47:06.403Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=49708f0189d6e77c -C extra-filename=-49708f0189d6e77c --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8762024-10-21T04:47:06.408Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2021 dropshot/tests/test_path_names.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=a487fb9365d1156a -C extra-filename=-a487fb9365d1156a --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8772024-10-21T04:47:06.408Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=43fe077e71089ea0 -C extra-filename=-43fe077e71089ea0 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8782024-10-21T04:47:06.409Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=62f8d18cc997f6c5 -C extra-filename=-62f8d18cc997f6c5 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8792024-10-21T04:47:06.409Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2021 dropshot/tests/test_pagination_schema.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d425590423bc344e -C extra-filename=-d425590423bc344e --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8802024-10-21T04:47:06.413Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=aa664f7da132f578 -C extra-filename=-aa664f7da132f578 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8812024-10-21T04:47:08.124Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=b85db209148c3192 -C extra-filename=-b85db209148c3192 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8822024-10-21T04:47:17.203Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=83fa30f8062089bb -C extra-filename=-83fa30f8062089bb --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8832024-10-21T04:47:23.689Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=adc83607f08f65db -C extra-filename=-adc83607f08f65db --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8842024-10-21T04:47:26.674Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2021 dropshot/tests/test_pagination.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d3a717e6d65c3d3c -C extra-filename=-d3a717e6d65c3d3c --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8852024-10-21T04:47:28.091Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2021 dropshot/tests/test_tls.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ec71d6f5c5b78410 -C extra-filename=-ec71d6f5c5b78410 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8862024-10-21T04:47:28.478Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2021 dropshot/tests/test_demo.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=17d21f07bc678953 -C extra-filename=-17d21f07bc678953 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8872024-10-21T04:47:29.639Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_api_trait --edition=2021 dropshot/tests/test_api_trait.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=da599b47154d6fa2 -C extra-filename=-da599b47154d6fa2 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8882024-10-21T04:47:35.740Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2021 dropshot/tests/test_streaming.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=e6550565640fad54 -C extra-filename=-e6550565640fad54 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8892024-10-21T04:47:39.919Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0d6b079a60c8068e -C extra-filename=-0d6b079a60c8068e --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8902024-10-21T04:47:41.008Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2021 dropshot/tests/test_openapi.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=5ad38861aa3447c2 -C extra-filename=-5ad38861aa3447c2 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8912024-10-21T04:47:45.501Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2021 dropshot/tests/test_config.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=5913f970fe5e8ff5 -C extra-filename=-5913f970fe5e8ff5 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8922024-10-21T04:48:00.204Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7b9d1485d3a4e8a1 -C extra-filename=-7b9d1485d3a4e8a1 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8932024-10-21T04:48:01.809Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fef2a5fb855cba45 -C extra-filename=-fef2a5fb855cba45 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8942024-10-21T04:48:02.341Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_starter --edition=2021 dropshot/tests/test_starter.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7c69e3276028e05f -C extra-filename=-7c69e3276028e05f --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8952024-10-21T04:48:03.386Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=42adea47e009d559 -C extra-filename=-42adea47e009d559 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8962024-10-21T04:48:03.621Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=20c885ab2ea83fbe -C extra-filename=-20c885ab2ea83fbe --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8972024-10-21T04:48:06.399Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=87fb4af32d85dad5 -C extra-filename=-87fb4af32d85dad5 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8982024-10-21T04:48:06.818Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=1eb5fe9c021a0288 -C extra-filename=-1eb5fe9c021a0288 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
8992024-10-21T04:48:17.106Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=63d1e186e5d636e3 -C extra-filename=-63d1e186e5d636e3 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
9002024-10-21T04:48:22.283Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2021 dropshot/tests/test_detached_shutdown.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0de89d5e984bb35c -C extra-filename=-0de89d5e984bb35c --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
9012024-10-21T04:48:22.652Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=94b0965770036538 -C extra-filename=-94b0965770036538 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
9022024-10-21T04:48:25.213Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=89da6062b039a221 -C extra-filename=-89da6062b039a221 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
9032024-10-21T04:48:30.508Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4260d13646e30c99 -C extra-filename=-4260d13646e30c99 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
9042024-10-21T04:48:30.553Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6b96bc01122050ce -C extra-filename=-6b96bc01122050ce --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
9052024-10-21T04:48:31.842Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2021 dropshot/tests/test_multipart.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9b7f407cbcfd3d3a -C extra-filename=-9b7f407cbcfd3d3a --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
9062024-10-21T04:48:34.174Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=500b8147e0d4ab28 -C extra-filename=-500b8147e0d4ab28 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-1ff5bf1b7060b5fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b1a3b6130b1adfa7.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
9072024-10-21T04:48:54.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
9082024-10-21T04:48:55.068Z
9092024-10-21T04:48:55.068Zreal 2:53.194700043
9102024-10-21T04:48:55.068Zuser 17:43.724659188
9112024-10-21T04:48:55.068Zsys 2:54.947264825
9122024-10-21T04:48:55.068Ztrap 0.794635082
9132024-10-21T04:48:55.068Ztflt 10.623302116
9142024-10-21T04:48:55.068Zdflt 9.195308441
9152024-10-21T04:48:55.068Zkflt 0.019007184
9162024-10-21T04:48:55.068Zlock 38:46.471492880
9172024-10-21T04:48:55.071Zslp 1:31:56.709000318
9182024-10-21T04:48:55.071Zlat 45.924978790
9192024-10-21T04:48:55.071Zstop 59.330439018
9202024-10-21T04:48:55.071Z+ banner test
9212024-10-21T04:48:55.073Z
9222024-10-21T04:48:55.073Z ##### ###### #### #####
9232024-10-21T04:48:55.073Z # # # #
9242024-10-21T04:48:55.073Z # ##### #### #
9252024-10-21T04:48:55.073Z # # # #
9262024-10-21T04:48:55.073Z # # # # #
9272024-10-21T04:48:55.073Z # ###### #### #
9282024-10-21T04:48:55.073Z
9292024-10-21T04:48:55.073Z+ ptime -m cargo test --all-features --locked --verbose
9302024-10-21T04:48:55.330Z Fresh unicode-ident v1.0.12
9312024-10-21T04:48:55.330Z Fresh cfg-if v1.0.0
9322024-10-21T04:48:55.330Z Fresh itoa v1.0.1
9332024-10-21T04:48:55.330Z Fresh memchr v2.6.0
9342024-10-21T04:48:55.333Z Fresh proc-macro2 v1.0.87
9352024-10-21T04:48:55.333Z Fresh version_check v0.9.5
9362024-10-21T04:48:55.333Z Fresh once_cell v1.20.1
9372024-10-21T04:48:55.333Z Fresh pin-project-lite v0.2.12
9382024-10-21T04:48:55.333Z Fresh autocfg v1.1.0
9392024-10-21T04:48:55.333Z Fresh quote v1.0.37
9402024-10-21T04:48:55.333Z Fresh libc v0.2.159
9412024-10-21T04:48:55.333Z Fresh bytes v1.7.2
9422024-10-21T04:48:55.333Z Fresh futures-core v0.3.31
9432024-10-21T04:48:55.333Z Fresh cc v1.0.83
9442024-10-21T04:48:55.333Z Fresh getrandom v0.2.11
9452024-10-21T04:48:55.333Z Fresh futures-sink v0.3.31
9462024-10-21T04:48:55.334Z Fresh serde_derive v1.0.210
9472024-10-21T04:48:55.334Z Fresh log v0.4.17
9482024-10-21T04:48:55.334Z Fresh smallvec v1.13.2
9492024-10-21T04:48:55.334Z Fresh scopeguard v1.2.0
9502024-10-21T04:48:55.334Z Fresh thiserror-impl v1.0.64
9512024-10-21T04:48:55.334Z Fresh ryu v1.0.5
9522024-10-21T04:48:55.334Z Fresh serde v1.0.210
9532024-10-21T04:48:55.334Z Fresh lock_api v0.4.6
9542024-10-21T04:48:55.334Z Fresh parking_lot_core v0.9.4
9552024-10-21T04:48:55.334Z Fresh slab v0.4.9
9562024-10-21T04:48:55.334Z Fresh tokio-macros v2.3.0
9572024-10-21T04:48:55.334Z Fresh socket2 v0.5.5
9582024-10-21T04:48:55.334Z Fresh parking_lot v0.12.1
9592024-10-21T04:48:55.334Z Fresh thiserror v1.0.64
9602024-10-21T04:48:55.334Z Fresh num_cpus v1.13.0
9612024-10-21T04:48:55.334Z Fresh mio v0.8.11
9622024-10-21T04:48:55.334Z Fresh signal-hook-registry v1.4.0
9632024-10-21T04:48:55.334Z Fresh fnv v1.0.7
9642024-10-21T04:48:55.334Z Fresh futures-channel v0.3.31
9652024-10-21T04:48:55.334Z Fresh tokio v1.38.1
9662024-10-21T04:48:55.334Z Fresh http v1.1.0
9672024-10-21T04:48:55.334Z Fresh serde_json v1.0.128
9682024-10-21T04:48:55.334Z Fresh futures-macro v0.3.31
9692024-10-21T04:48:55.334Z Fresh futures-io v0.3.31
9702024-10-21T04:48:55.334Z Fresh pin-utils v0.1.0
9712024-10-21T04:48:55.334Z Fresh hashbrown v0.15.0
9722024-10-21T04:48:55.334Z Fresh futures-task v0.3.31
9732024-10-21T04:48:55.334Z Fresh equivalent v1.0.0
9742024-10-21T04:48:55.334Z Fresh rustls-pki-types v1.8.0
9752024-10-21T04:48:55.334Z Fresh spin v0.9.8
9762024-10-21T04:48:55.334Z Fresh tracing-core v0.1.32
9772024-10-21T04:48:55.334Z Fresh byteorder v1.4.3
9782024-10-21T04:48:55.334Z Fresh indexmap v2.6.0
9792024-10-21T04:48:55.334Z Fresh futures-util v0.3.31
9802024-10-21T04:48:55.334Z Fresh ucd-trie v0.1.6
9812024-10-21T04:48:55.334Z Fresh untrusted v0.9.0
9822024-10-21T04:48:55.334Z Fresh tracing v0.1.40
9832024-10-21T04:48:55.334Z Fresh vcpkg v0.2.15
9842024-10-21T04:48:55.334Z Fresh httparse v1.8.0
9852024-10-21T04:48:55.334Z Fresh ring v0.17.7
9862024-10-21T04:48:55.335Z Fresh pest v2.7.6
9872024-10-21T04:48:55.335Z Fresh atomic-waker v1.1.1
9882024-10-21T04:48:55.335Z Fresh pkg-config v0.3.31
9892024-10-21T04:48:55.335Z Fresh tokio-util v0.7.7
9902024-10-21T04:48:55.335Z Fresh http-body v1.0.1
9912024-10-21T04:48:55.335Z Fresh pest_meta v2.7.6
9922024-10-21T04:48:55.335Z Fresh zerocopy-derive v0.7.32
9932024-10-21T04:48:55.335Z Fresh try-lock v0.2.3
9942024-10-21T04:48:55.335Z Fresh typenum v1.14.0
9952024-10-21T04:48:55.335Z Fresh rustls-webpki v0.102.8
9962024-10-21T04:48:55.335Z Fresh zerocopy v0.7.32
9972024-10-21T04:48:55.335Z Fresh pest_generator v2.7.6
9982024-10-21T04:48:55.335Z Fresh want v0.3.0
9992024-10-21T04:48:55.335Z Fresh h2 v0.4.6
10002024-10-21T04:48:55.335Z Fresh powerfmt v0.2.0
10012024-10-21T04:48:55.335Z Fresh time-core v0.1.2
10022024-10-21T04:48:55.335Z Fresh httpdate v1.0.1
10032024-10-21T04:48:55.335Z Fresh num-conv v0.1.0
10042024-10-21T04:48:55.335Z Fresh subtle v2.5.0
10052024-10-21T04:48:55.335Z Fresh zeroize v1.7.0
10062024-10-21T04:48:55.335Z Fresh deranged v0.3.11
10072024-10-21T04:48:55.335Z Fresh pest_derive v2.7.6
10082024-10-21T04:48:55.335Z Fresh generic-array v0.14.5
10092024-10-21T04:48:55.335Z Fresh time-macros v0.2.18
10102024-10-21T04:48:55.335Z Fresh hyper v1.4.1
10112024-10-21T04:48:55.335Z Fresh crossbeam-utils v0.8.15
10122024-10-21T04:48:55.335Z Fresh serde_tokenstream v0.2.2
10132024-10-21T04:48:55.335Z Fresh num_threads v0.1.3
10142024-10-21T04:48:55.335Z Fresh base64 v0.22.1
10152024-10-21T04:48:55.335Z Fresh bitflags v2.4.0
10162024-10-21T04:48:55.335Z Fresh time v0.3.36
10172024-10-21T04:48:55.335Z Fresh dtrace-parser v0.2.0
10182024-10-21T04:48:55.335Z Fresh scroll_derive v0.12.0
10192024-10-21T04:48:55.335Z Fresh tinyvec_macros v0.1.0
10202024-10-21T04:48:55.335Z Fresh lazy_static v1.5.0
10212024-10-21T04:48:55.335Z Fresh unicode-width v0.1.9
10222024-10-21T04:48:55.335Z Fresh openssl-probe v0.1.4
10232024-10-21T04:48:55.335Z Fresh foreign-types-shared v0.1.1
10242024-10-21T04:48:55.335Z Fresh percent-encoding v2.3.1
10252024-10-21T04:48:55.335Z Fresh tower-service v0.3.1
10262024-10-21T04:48:55.336Z Fresh hyper-util v0.1.9
10272024-10-21T04:48:55.336Z Fresh form_urlencoded v1.2.1
10282024-10-21T04:48:55.336Z Fresh slog v2.7.0
10292024-10-21T04:48:55.336Z Fresh foreign-types v0.3.2
10302024-10-21T04:48:55.336Z Fresh tinyvec v1.5.1
10312024-10-21T04:48:55.336Z Fresh paste v1.0.15
10322024-10-21T04:48:55.336Z Fresh scroll v0.12.0
10332024-10-21T04:48:55.336Z Fresh block-buffer v0.10.2
10342024-10-21T04:48:55.339Z Fresh crypto-common v0.1.6
10352024-10-21T04:48:55.339Z Fresh openssl-sys v0.9.103
10362024-10-21T04:48:55.339Z Fresh rand_core v0.6.3
10372024-10-21T04:48:55.339Z Fresh openssl-macros v0.1.1
10382024-10-21T04:48:55.339Z Fresh unicode-segmentation v1.10.0
10392024-10-21T04:48:55.339Z Fresh ppv-lite86 v0.2.15
10402024-10-21T04:48:55.339Z Fresh mime v0.3.16
10412024-10-21T04:48:55.339Z Fresh plain v0.2.3
10422024-10-21T04:48:55.339Z Fresh goblin v0.8.0
10432024-10-21T04:48:55.340Z Fresh rand_chacha v0.3.1
10442024-10-21T04:48:55.340Z Fresh newline-converter v0.3.0
10452024-10-21T04:48:55.340Z Fresh unicase v2.6.0
10462024-10-21T04:48:55.340Z Fresh openssl v0.10.66
10472024-10-21T04:48:55.340Z Fresh digest v0.10.7
10482024-10-21T04:48:55.340Z Fresh unicode-normalization v0.1.24
10492024-10-21T04:48:55.340Z Fresh rustls-pemfile v2.1.3
10502024-10-21T04:48:55.340Z Fresh toml_datetime v0.6.8
10512024-10-21T04:48:55.340Z Fresh serde_spanned v0.6.7
10522024-10-21T04:48:55.340Z Fresh dirs-sys-next v0.1.2
10532024-10-21T04:48:55.340Z Fresh cpufeatures v0.2.2
10542024-10-21T04:48:55.340Z Fresh winnow v0.6.18
10552024-10-21T04:48:55.340Z Fresh similar v2.2.1
10562024-10-21T04:48:55.340Z Fresh pretty-hex v0.4.1
10572024-10-21T04:48:55.340Z Fresh unicode-bidi v0.3.15
10582024-10-21T04:48:55.340Z Fresh heck v0.5.0
10592024-10-21T04:48:55.340Z Fresh idna v0.5.0
10602024-10-21T04:48:55.340Z Fresh dof v0.3.0
10612024-10-21T04:48:55.340Z Fresh dirs-next v2.0.0
10622024-10-21T04:48:55.341Z Fresh toml_edit v0.22.20
10632024-10-21T04:48:55.341Z Fresh sha1 v0.10.6
10642024-10-21T04:48:55.341Z Fresh rustls v0.22.4
10652024-10-21T04:48:55.341Z Fresh native-tls v0.2.12
10662024-10-21T04:48:55.341Z Fresh rand v0.8.4
10672024-10-21T04:48:55.341Z Fresh rustls v0.23.13
10682024-10-21T04:48:55.341Z Fresh num-traits v0.2.14
10692024-10-21T04:48:55.341Z Fresh concurrent-queue v2.5.0
10702024-10-21T04:48:55.341Z Fresh http-body-util v0.1.2
10712024-10-21T04:48:55.341Z Fresh serde_derive_internals v0.29.0
10722024-10-21T04:48:55.341Z Fresh thread-id v4.0.0
10732024-10-21T04:48:55.341Z Fresh syn v2.0.82
10742024-10-21T04:48:55.341Z Fresh thread_local v1.1.4
10752024-10-21T04:48:55.341Z Fresh encoding_rs v0.8.32
10762024-10-21T04:48:55.341Z Fresh match_cfg v0.1.0
10772024-10-21T04:48:55.341Z Fresh iana-time-zone v0.1.47
10782024-10-21T04:48:55.341Z Fresh parking v2.2.0
10792024-10-21T04:48:55.341Z Fresh usdt-impl v0.5.0
10802024-10-21T04:48:55.341Z Fresh chrono v0.4.38
10812024-10-21T04:48:55.341Z Fresh hostname v0.3.1
10822024-10-21T04:48:55.341Z Fresh event-listener v5.0.0
10832024-10-21T04:48:55.341Z Fresh schemars_derive v0.8.21
10842024-10-21T04:48:55.341Z Fresh tokio-native-tls v0.3.1
10852024-10-21T04:48:55.341Z Fresh tokio-rustls v0.26.0
10862024-10-21T04:48:55.341Z Fresh url v2.5.2
10872024-10-21T04:48:55.341Z Fresh term v0.7.0
10882024-10-21T04:48:55.341Z Fresh tokio-rustls v0.25.0
10892024-10-21T04:48:55.341Z Fresh toml v0.8.19
10902024-10-21T04:48:55.341Z Compiling dropshot_endpoint v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
10912024-10-21T04:48:55.341Z Fresh usdt-attr-macro v0.5.0
10922024-10-21T04:48:55.341Z Fresh usdt-macro v0.5.0
10932024-10-21T04:48:55.341Z Fresh slog-json v2.6.1
10942024-10-21T04:48:55.341Z Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=894ad08ea0491a24 -C extra-filename=-894ad08ea0491a24 --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-bb98e02a6d0ef36d.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e0c5c86b38e5e9fb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro`
10952024-10-21T04:48:55.341Z Fresh serde_urlencoded v0.7.1
10962024-10-21T04:48:55.341Z Fresh crossbeam-channel v0.5.1
10972024-10-21T04:48:55.341Z Fresh futures-executor v0.3.31
10982024-10-21T04:48:55.341Z Fresh webpki-roots v0.26.5
10992024-10-21T04:48:55.341Z Fresh uuid v1.10.0
11002024-10-21T04:48:55.341Z Fresh async-stream-impl v0.3.6
11012024-10-21T04:48:55.341Z Fresh errno v0.3.8
11022024-10-21T04:48:55.373Z Fresh is-terminal v0.4.12
11032024-10-21T04:48:55.376Z Fresh memmap v0.7.0
11042024-10-21T04:48:55.376Z Fresh data-encoding v2.4.0
11052024-10-21T04:48:55.376Z Fresh take_mut v0.2.2
11062024-10-21T04:48:55.376Z Fresh dyn-clone v1.0.4
11072024-10-21T04:48:55.376Z Fresh utf-8 v0.7.6
11082024-10-21T04:48:55.376Z Fresh usdt v0.5.0
11092024-10-21T04:48:55.376Z Fresh schemars v0.8.21
11102024-10-21T04:48:55.376Z Fresh tungstenite v0.24.0
11112024-10-21T04:48:55.376Z Fresh slog-async v2.8.0
11122024-10-21T04:48:55.376Z Fresh slog-term v2.9.1
11132024-10-21T04:48:55.376Z Fresh rustix v0.38.37
11142024-10-21T04:48:55.376Z Fresh futures v0.3.31
11152024-10-21T04:48:55.376Z Fresh async-stream v0.3.6
11162024-10-21T04:48:55.376Z Fresh hyper-rustls v0.27.3
11172024-10-21T04:48:55.376Z Fresh slog-bunyan v2.5.0
11182024-10-21T04:48:55.376Z Fresh event-listener-strategy v0.5.2
11192024-10-21T04:48:55.376Z Fresh mime_guess v2.0.5
11202024-10-21T04:48:55.376Z Fresh hyper-tls v0.6.0
11212024-10-21T04:48:55.376Z Fresh multer v3.1.0
11222024-10-21T04:48:55.376Z Fresh camino v1.1.9
11232024-10-21T04:48:55.376Z Fresh rustls-native-certs v0.7.0
11242024-10-21T04:48:55.376Z Fresh yasna v0.5.2
11252024-10-21T04:48:55.376Z Fresh pem v3.0.4
11262024-10-21T04:48:55.376Z Fresh waitgroup v0.1.2
11272024-10-21T04:48:55.376Z Fresh openapiv3 v2.0.0
11282024-10-21T04:48:55.376Z Fresh serde_path_to_error v0.1.16
11292024-10-21T04:48:55.376Z Fresh async-trait v0.1.83
11302024-10-21T04:48:55.376Z Fresh sync_wrapper v1.0.1
11312024-10-21T04:48:55.376Z Fresh hostname v0.4.0
11322024-10-21T04:48:55.376Z Fresh fastrand v2.1.1
11332024-10-21T04:48:55.376Z Fresh glob v0.3.0
11342024-10-21T04:48:55.376Z Fresh simple-mermaid v0.1.1
11352024-10-21T04:48:55.376Z Fresh ipnet v2.10.0
11362024-10-21T04:48:55.376Z Fresh http-range v0.1.4
11372024-10-21T04:48:55.376Z Fresh debug-ignore v1.0.5
11382024-10-21T04:48:55.376Z Fresh termcolor v1.1.2
11392024-10-21T04:48:55.376Z Fresh tempfile v3.13.0
11402024-10-21T04:48:55.377Z Fresh rcgen v0.13.1
11412024-10-21T04:48:55.377Z Fresh trybuild v1.0.99
11422024-10-21T04:48:55.377Z Fresh reqwest v0.12.8
11432024-10-21T04:48:55.377Z Fresh hyper-staticfile v0.10.1
11442024-10-21T04:48:55.377Z Fresh hyper-rustls v0.26.0
11452024-10-21T04:48:55.377Z Fresh async-channel v2.3.1
11462024-10-21T04:48:55.377Z Fresh tokio-tungstenite v0.24.0
11472024-10-21T04:48:55.377Z Fresh anyhow v1.0.89
11482024-10-21T04:48:55.377Z Fresh buf-list v1.0.3
11492024-10-21T04:48:55.377Z Fresh subprocess v0.2.9
11502024-10-21T04:48:55.377Z Fresh schema-derive v0.1.0
11512024-10-21T04:48:55.377Z Fresh console v0.15.7
11522024-10-21T04:48:55.377Z Fresh expectorate v1.1.0
11532024-10-21T04:48:55.377Z Fresh schema v0.1.0
11542024-10-21T04:48:55.380Z Fresh prettyplease v0.2.24
11552024-10-21T04:48:57.801Z Compiling dropshot v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot)
11562024-10-21T04:48:57.804Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fee700943ad3495f -C extra-filename=-fee700943ad3495f --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-f662407c778ce9b8.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out`
11572024-10-21T04:48:57.805Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9a011491ab8ffc74 -C extra-filename=-9a011491ab8ffc74 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11582024-10-21T04:49:04.402Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2021 dropshot/tests/test_demo.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=a9f1d58f43d9e45c -C extra-filename=-a9f1d58f43d9e45c --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11592024-10-21T04:49:04.402Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2021 dropshot/tests/test_pagination.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=16c1a396be859676 -C extra-filename=-16c1a396be859676 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11602024-10-21T04:49:04.405Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=8c8e879f5210103a -C extra-filename=-8c8e879f5210103a --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11612024-10-21T04:49:04.408Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=b6a0fc0fc277af99 -C extra-filename=-b6a0fc0fc277af99 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11622024-10-21T04:49:04.408Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2021 dropshot/tests/test_multipart.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=b539ac5258114f5c -C extra-filename=-b539ac5258114f5c --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11632024-10-21T04:49:04.412Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ea3c348d361a81fa -C extra-filename=-ea3c348d361a81fa --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11642024-10-21T04:49:04.850Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0477fbcbb777f94d -C extra-filename=-0477fbcbb777f94d --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11652024-10-21T04:49:26.548Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2021 dropshot/tests/test_config.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=5cfb349e2be8d6af -C extra-filename=-5cfb349e2be8d6af --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11662024-10-21T04:49:27.183Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2021 dropshot/tests/test_streaming.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=82eb6061717c0f6d -C extra-filename=-82eb6061717c0f6d --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11672024-10-21T04:49:28.260Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=92435024f678216d -C extra-filename=-92435024f678216d --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11682024-10-21T04:49:28.988Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=75db4e87f1656e0f -C extra-filename=-75db4e87f1656e0f --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11692024-10-21T04:49:30.597Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6dac6fbedd08d79a -C extra-filename=-6dac6fbedd08d79a --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11702024-10-21T04:49:32.488Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bc3e33525e063176 -C extra-filename=-bc3e33525e063176 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11712024-10-21T04:49:38.281Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=a34bfb5f19df863f -C extra-filename=-a34bfb5f19df863f --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11722024-10-21T04:49:42.441Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=3e4c41d20c706837 -C extra-filename=-3e4c41d20c706837 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11732024-10-21T04:49:51.543Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2021 dropshot/tests/test_detached_shutdown.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fb1839f71c0d1a12 -C extra-filename=-fb1839f71c0d1a12 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11742024-10-21T04:49:53.590Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2021 dropshot/tests/test_openapi.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bc17acbff492346c -C extra-filename=-bc17acbff492346c --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11752024-10-21T04:49:55.189Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7decbc2507301bb2 -C extra-filename=-7decbc2507301bb2 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11762024-10-21T04:49:55.263Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=3826a65828ad9c9c -C extra-filename=-3826a65828ad9c9c --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11772024-10-21T04:49:57.525Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2021 dropshot/tests/test_pagination_schema.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=1a392ee4f270910b -C extra-filename=-1a392ee4f270910b --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11782024-10-21T04:49:58.714Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d5e9709ae122b528 -C extra-filename=-d5e9709ae122b528 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11792024-10-21T04:50:00.379Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=a0dcd62df72e7991 -C extra-filename=-a0dcd62df72e7991 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11802024-10-21T04:50:03.735Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=15cb6f099e35180b -C extra-filename=-15cb6f099e35180b --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11812024-10-21T04:50:15.267Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2021 dropshot/tests/test_path_names.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6fed02855258cc14 -C extra-filename=-6fed02855258cc14 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11822024-10-21T04:50:19.201Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=a6170719069e01e7 -C extra-filename=-a6170719069e01e7 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11832024-10-21T04:50:19.272Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_api_trait --edition=2021 dropshot/tests/test_api_trait.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bce590fe13410c17 -C extra-filename=-bce590fe13410c17 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11842024-10-21T04:50:19.311Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=400b7c5e33306045 -C extra-filename=-400b7c5e33306045 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11852024-10-21T04:50:20.510Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=93d7e79a7d90942b -C extra-filename=-93d7e79a7d90942b --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11862024-10-21T04:50:21.087Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_starter --edition=2021 dropshot/tests/test_starter.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=58dfec4049fd062c -C extra-filename=-58dfec4049fd062c --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11872024-10-21T04:50:26.174Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2021 dropshot/tests/test_tls.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=02a666f3a66f2c8e -C extra-filename=-02a666f3a66f2c8e --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11882024-10-21T04:50:26.437Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=33f3fe8693ce154b -C extra-filename=-33f3fe8693ce154b --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11892024-10-21T04:50:26.579Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=e4a6a4757cacfe60 -C extra-filename=-e4a6a4757cacfe60 --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11902024-10-21T04:50:30.970Z Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=196c72879faf0a8f -C extra-filename=-196c72879faf0a8f --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-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-9e10da389a78abdb/out -L native=/usr/ssl-3/lib/amd64`
11912024-10-21T04:50:55.134Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 00s
11922024-10-21T04:50:55.180Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-9a011491ab8ffc74`
11932024-10-21T04:50:55.205Z
11942024-10-21T04:50:55.205Zrunning 98 tests
11952024-10-21T04:50:55.208Ztest api_description::test::test_tag_config_deserialize_old ... ok
11962024-10-21T04:50:55.208Ztest api_description::test::test_tags_need_one ... ok
11972024-10-21T04:50:55.208Ztest api_description::test::test_badpath4 - should panic ... ok
11982024-10-21T04:50:55.208Ztest api_description::test::test_badpath2 ... ok
11992024-10-21T04:50:55.208Ztest api_description::test::test_badpath1 ... ok
12002024-10-21T04:50:55.208Ztest api_description::test::test_dup_names ... ok
12012024-10-21T04:50:55.208Ztest api_description::test::test_badpath3 ... ok
12022024-10-21T04:50:55.208Ztest api_description::test::test_tags_just_right ... ok
12032024-10-21T04:50:55.208Ztest api_description::test::test_tags_too_many ... ok
12042024-10-21T04:50:55.208Ztest error::test::test_serialize_error_response_body ... ok
12052024-10-21T04:50:55.208Ztest from_map::test::test_lone_literal ... ok
12062024-10-21T04:50:55.208Ztest extractor::metadata::test::test_metadata_flattened ... ok
12072024-10-21T04:50:55.208Ztest from_map::test::test_missing_data1 ... ok
12082024-10-21T04:50:55.208Ztest from_map::test::test_deep ... ok
12092024-10-21T04:50:55.208Ztest extractor::metadata::test::test_metadata_simple ... ok
12102024-10-21T04:50:55.208Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
12112024-10-21T04:50:55.208Ztest extractor::metadata::test::test_metadata_pagination ... ok
12122024-10-21T04:50:55.208Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
12132024-10-21T04:50:55.208Ztest from_map::test::test_missing_data2 ... ok
12142024-10-21T04:50:55.208Ztest from_map::test::test_types ... ok
12152024-10-21T04:50:55.211Ztest logging::test::test_config_bad_file_no_level ... ok
12162024-10-21T04:50:55.211Ztest logging::test::test_config_bad_terminal_no_level ... ok
12172024-10-21T04:50:55.211Ztest logging::test::test_config_bad_file_no_file ... ok
12182024-10-21T04:50:55.211Ztest logging::test::test_config_bad_terminal_bad_level ... ok
12192024-10-21T04:50:55.211Ztest logging::test::test_config_bad_log_mode ... ok
12202024-10-21T04:50:55.211Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
12212024-10-21T04:50:55.211Ztest logging::test::test_config_bad_file_bad_path_type ... ok
12222024-10-21T04:50:55.211Ztest pagination::test::test_pagination_schema ... ok
12232024-10-21T04:50:55.211Ztest pagination::test::test_results_page ... ok
12242024-10-21T04:50:55.211Ztest router::test::test_bad_path_segment2 - should panic ... ok
12252024-10-21T04:50:55.211Ztest router::test::test_bad_path_segment3 - should panic ... ok
12262024-10-21T04:50:55.211Ztest router::test::test_bad_path_segment1 - should panic ... ok
12272024-10-21T04:50:55.211Znote: configured to log to "/tmp/dropshot-9a011491ab8ffc74.2086.file_dir/log.out"
12282024-10-21T04:50:55.211Ztest pagination::test::test_pagparams_parsing ... ok
12292024-10-21T04:50:55.211Ztest pagination::test::test_page_token_serialization ... ok
12302024-10-21T04:50:55.211Ztest router::test::test_bad_path_segment4 - should panic ... ok
12312024-10-21T04:50:55.212Ztest router::test::test_bogus_regex - should panic ... ok
12322024-10-21T04:50:55.212Ztest logging::test::test_config_stderr_terminal ... ok
12332024-10-21T04:50:55.212Ztest router::test::test_duplicate_route1 - should panic ... ok
12342024-10-21T04:50:55.212Ztest router::test::test_duplicate_route3 - should panic ... ok
12352024-10-21T04:50:55.212Ztest router::test::test_duplicate_route2 - should panic ... ok
12362024-10-21T04:50:55.212Ztest router::test::test_duplicate_varname - should panic ... ok
12372024-10-21T04:50:55.212Ztest router::test::test_empty_variable ... ok
12382024-10-21T04:50:55.212Ztest router::test::test_embedded_non_variable ... ok
12392024-10-21T04:50:55.212Ztest router::test::test_error_cases ... ok
12402024-10-21T04:50:55.212Ztest router::test::test_inconsistent_varname - should panic ... ok
12412024-10-21T04:50:55.212Ztest router::test::test_iter2 ... ok
12422024-10-21T04:50:55.212Ztest router::test::test_iter ... ok
12432024-10-21T04:50:55.212Ztest router::test::test_iter_null ... ok
12442024-10-21T04:50:55.212Ztest router::test::test_map_bad_seq ... ok
12452024-10-21T04:50:55.212Ztest router::test::test_map ... ok
12462024-10-21T04:50:55.212Ztest router::test::test_literal_after_regex - should panic ... ok
12472024-10-21T04:50:55.212Ztest router::test::test_path_segment ... ok
12482024-10-21T04:50:55.212Ztest router::test::test_map_bad_value ... ok
12492024-10-21T04:50:55.212Ztest router::test::test_literal_after_variable - should panic ... ok
12502024-10-21T04:50:55.212Ztest router::test::test_more_after_regex - should panic ... ok
12512024-10-21T04:50:55.212Ztest router::test::test_segments ... ok
12522024-10-21T04:50:55.212Znote: configured to log to "/tmp/dropshot-9a011491ab8ffc74.2086.file_dir/log.out"
12532024-10-21T04:50:55.212Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
12542024-10-21T04:50:55.212Ztest router::test::test_router_basic ... ok
12552024-10-21T04:50:55.212Ztest router::test::test_variable_after_literal - should panic ... ok
12562024-10-21T04:50:55.212Ztest router::test::test_variable_name_empty - should panic ... ok
12572024-10-21T04:50:55.212Ztest router::test::test_variable_name_bad_start - should panic ... ok
12582024-10-21T04:50:55.212Ztest router::test::test_variable_name_bad_end - should panic ... ok
12592024-10-21T04:50:55.212Ztest router::test::test_variable_rename ... ok
12602024-10-21T04:50:55.212Ztest router::test::test_variables_basic ... ok
12612024-10-21T04:50:55.212Ztest router::test::test_variables_glob ... ok
12622024-10-21T04:50:55.212Ztest router::test::test_variables_multi ... ok
12632024-10-21T04:50:55.212Ztest api_description::test::test_tags_set ... ok
12642024-10-21T04:50:55.212Ztest schema_util::test::test_additional_properties ... ok
12652024-10-21T04:50:55.212Ztest schema_util::test::test_empty_struct ... ok
12662024-10-21T04:50:55.212Ztest schema_util::test::test_bad_schema - should panic ... ok
12672024-10-21T04:50:55.212Znote: configured to log to "/tmp/dropshot-9a011491ab8ffc74.2086.file_dir/log.out"
12682024-10-21T04:50:55.212Ztest schema_util::test::test_nullable ... ok
12692024-10-21T04:50:55.212Ztest schema_util::test::test_extension_conversion ... ok
12702024-10-21T04:50:55.213Ztest schema_util::test::test_two_types - should panic ... ok
12712024-10-21T04:50:55.213Ztest logging::test::test_config_file ... ok
12722024-10-21T04:50:55.213Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
12732024-10-21T04:50:55.213Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
12742024-10-21T04:50:55.213Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
12752024-10-21T04:50:55.213Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
12762024-10-21T04:50:55.213Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
12772024-10-21T04:50:55.213Ztest test_util::test::test_bunyan_easy_cases ... ok
12782024-10-21T04:50:55.213Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
12792024-10-21T04:50:55.213Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
12802024-10-21T04:50:55.213Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
12812024-10-21T04:50:55.213Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
12822024-10-21T04:50:55.213Ztest to_map::test::test_to_map_enum ... ok
12832024-10-21T04:50:55.213Ztest to_map::test::test_to_map_num ... ok
12842024-10-21T04:50:55.213Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
12852024-10-21T04:50:55.213Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
12862024-10-21T04:50:55.213Ztest to_map::test::test_to_map_seq ... ok
12872024-10-21T04:50:55.213Ztest to_map::test::test_to_map_valid ... ok
12882024-10-21T04:50:55.213Ztest to_map::test::test_to_map_vec ... ok
12892024-10-21T04:50:55.213Ztest type_util::tests::test_commented_ref ... ok
12902024-10-21T04:50:55.216Ztest type_util::tests::test_recursive_type - should panic ... ok
12912024-10-21T04:50:55.216Ztest type_util::tests::test_reflexive_type - should panic ... ok
12922024-10-21T04:50:55.216Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
12932024-10-21T04:50:55.216Ztest server::test::test_drop_server_without_close_okay ... ok
12942024-10-21T04:50:55.216Ztest server::test::test_server_run_then_close ... ok
12952024-10-21T04:50:55.218Ztest server::test::test_http_acceptor_happy_path ... ok
12962024-10-21T04:50:55.218Z
12972024-10-21T04:50:55.218Ztest result: ok. 98 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
12982024-10-21T04:50:55.218Z
12992024-10-21T04:50:55.221Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-75db4e87f1656e0f`
13002024-10-21T04:50:55.226Z
13012024-10-21T04:50:55.226Zrunning 1 test
13022024-10-21T04:50:55.551Z Locking 1 package to latest compatible version
13032024-10-21T04:50:55.576Z Adding dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
13042024-10-21T04:50:56.187Z Compiling proc-macro2 v1.0.87
13052024-10-21T04:50:56.187Z Compiling unicode-ident v1.0.12
13062024-10-21T04:50:56.187Z Compiling libc v0.2.159
13072024-10-21T04:50:56.190Z Checking cfg-if v1.0.0
13082024-10-21T04:50:56.190Z Compiling serde v1.0.210
13092024-10-21T04:50:56.190Z Compiling version_check v0.9.5
13102024-10-21T04:50:56.206Z Checking itoa v1.0.1
13112024-10-21T04:50:56.288Z Checking pin-project-lite v0.2.12
13122024-10-21T04:50:56.399Z Checking memchr v2.6.0
13132024-10-21T04:50:56.413Z Compiling autocfg v1.1.0
13142024-10-21T04:50:56.447Z Compiling log v0.4.17
13152024-10-21T04:50:56.906Z Checking once_cell v1.20.1
13162024-10-21T04:50:57.030Z Checking bytes v1.7.2
13172024-10-21T04:50:57.206Z Compiling thiserror v1.0.64
13182024-10-21T04:50:57.275Z Compiling ryu v1.0.5
13192024-10-21T04:50:57.329Z Checking futures-core v0.3.31
13202024-10-21T04:50:57.516Z Compiling parking_lot_core v0.9.4
13212024-10-21T04:50:57.763Z Compiling slab v0.4.9
13222024-10-21T04:50:57.814Z Checking smallvec v1.13.2
13232024-10-21T04:50:57.924Z Compiling serde_json v1.0.128
13242024-10-21T04:50:57.927Z Checking futures-sink v0.3.31
13252024-10-21T04:50:58.091Z Compiling cc v1.0.83
13262024-10-21T04:50:58.119Z Compiling quote v1.0.37
13272024-10-21T04:50:58.137Z Checking scopeguard v1.2.0
13282024-10-21T04:50:58.152Z Checking fnv v1.0.7
13292024-10-21T04:50:58.274Z Checking http v1.1.0
13302024-10-21T04:50:58.289Z Checking lock_api v0.4.6
13312024-10-21T04:50:58.302Z Checking futures-channel v0.3.31
13322024-10-21T04:50:58.436Z Checking getrandom v0.2.11
13332024-10-21T04:50:58.590Z Compiling syn v2.0.82
13342024-10-21T04:50:58.684Z Checking signal-hook-registry v1.4.0
13352024-10-21T04:50:58.687Z Checking num_cpus v1.13.0
13362024-10-21T04:50:58.817Z Checking socket2 v0.5.5
13372024-10-21T04:50:58.926Z Checking mio v0.8.11
13382024-10-21T04:50:59.010Z Checking parking_lot v0.12.1
13392024-10-21T04:50:59.259Z Checking futures-io v0.3.31
13402024-10-21T04:50:59.319Z Checking pin-utils v0.1.0
13412024-10-21T04:50:59.376Z Checking futures-task v0.3.31
13422024-10-21T04:50:59.414Z Compiling httparse v1.8.0
13432024-10-21T04:50:59.440Z Checking rustls-pki-types v1.8.0
13442024-10-21T04:50:59.556Z Checking equivalent v1.0.0
13452024-10-21T04:50:59.616Z Checking hashbrown v0.15.0
13462024-10-21T04:50:59.697Z Checking spin v0.9.8
13472024-10-21T04:50:59.744Z Compiling ucd-trie v0.1.6
13482024-10-21T04:50:59.916Z Checking tracing-core v0.1.32
13492024-10-21T04:51:00.426Z Checking untrusted v0.9.0
13502024-10-21T04:51:00.624Z Checking atomic-waker v1.1.1
13512024-10-21T04:51:00.639Z Compiling typenum v1.14.0
13522024-10-21T04:51:00.672Z Compiling vcpkg v0.2.15
13532024-10-21T04:51:00.675Z Checking tracing v0.1.40
13542024-10-21T04:51:00.748Z Compiling pkg-config v0.3.31
13552024-10-21T04:51:00.763Z Checking http-body v1.0.1
13562024-10-21T04:51:01.027Z Compiling generic-array v0.14.5
13572024-10-21T04:51:01.291Z Checking try-lock v0.2.3
13582024-10-21T04:51:01.309Z Compiling crossbeam-utils v0.8.15
13592024-10-21T04:51:01.432Z Checking want v0.3.0
13602024-10-21T04:51:01.554Z Compiling unicase v2.6.0
13612024-10-21T04:51:01.632Z Compiling time-core v0.1.2
13622024-10-21T04:51:01.769Z Compiling ring v0.17.7
13632024-10-21T04:51:01.815Z Compiling num-conv v0.1.0
13642024-10-21T04:51:01.931Z Checking subtle v2.5.0
13652024-10-21T04:51:01.998Z Checking powerfmt v0.2.0
13662024-10-21T04:51:02.122Z Checking zeroize v1.7.0
13672024-10-21T04:51:02.170Z Checking httpdate v1.0.1
13682024-10-21T04:51:02.274Z Checking deranged v0.3.11
13692024-10-21T04:51:02.380Z Compiling time-macros v0.2.18
13702024-10-21T04:51:03.049Z Checking num_threads v0.1.3
13712024-10-21T04:51:03.064Z Checking bitflags v2.4.0
13722024-10-21T04:51:03.349Z Compiling slog v2.7.0
13732024-10-21T04:51:03.581Z Checking base64 v0.22.1
13742024-10-21T04:51:03.630Z Compiling openssl-sys v0.9.103
13752024-10-21T04:51:04.063Z Compiling byteorder v1.4.3
13762024-10-21T04:51:04.320Z Compiling usdt-impl v0.5.0
13772024-10-21T04:51:04.619Z Checking tinyvec_macros v0.1.0
13782024-10-21T04:51:04.706Z Checking foreign-types-shared v0.1.1
13792024-10-21T04:51:04.741Z Checking tower-service v0.3.1
13802024-10-21T04:51:04.813Z Compiling openssl v0.10.66
13812024-10-21T04:51:05.132Z Checking percent-encoding v2.3.1
13822024-10-21T04:51:05.135Z Checking openssl-probe v0.1.4
13832024-10-21T04:51:05.135Z Checking foreign-types v0.3.2
13842024-10-21T04:51:05.135Z Checking form_urlencoded v1.2.1
13852024-10-21T04:51:05.262Z Checking crypto-common v0.1.6
13862024-10-21T04:51:05.278Z Checking block-buffer v0.10.2
13872024-10-21T04:51:05.369Z Checking tinyvec v1.5.1
13882024-10-21T04:51:05.681Z Checking rand_core v0.6.3
13892024-10-21T04:51:05.697Z Compiling thread-id v4.0.0
13902024-10-21T04:51:05.812Z Compiling num-traits v0.2.14
13912024-10-21T04:51:05.962Z Checking ppv-lite86 v0.2.15
13922024-10-21T04:51:05.977Z Checking mime v0.3.16
13932024-10-21T04:51:06.206Z Checking plain v0.2.3
13942024-10-21T04:51:06.317Z Compiling native-tls v0.2.12
13952024-10-21T04:51:06.358Z Compiling rustls v0.23.13
13962024-10-21T04:51:06.388Z Checking time v0.3.36
13972024-10-21T04:51:06.629Z Compiling rustls v0.22.4
13982024-10-21T04:51:06.682Z Checking unicode-normalization v0.1.24
13992024-10-21T04:51:06.717Z Checking rand_chacha v0.3.1
14002024-10-21T04:51:07.074Z Checking digest v0.10.7
14012024-10-21T04:51:07.097Z Checking rustls-pemfile v2.1.3
14022024-10-21T04:51:07.193Z Checking dirs-sys-next v0.1.2
14032024-10-21T04:51:07.341Z Checking unicode-bidi v0.3.15
14042024-10-21T04:51:07.379Z Checking pretty-hex v0.4.1
14052024-10-21T04:51:07.395Z Checking cpufeatures v0.2.2
14062024-10-21T04:51:07.486Z Checking sha1 v0.10.6
14072024-10-21T04:51:07.552Z Checking dirs-next v2.0.0
14082024-10-21T04:51:07.691Z Compiling mime_guess v2.0.5
14092024-10-21T04:51:07.945Z Checking rand v0.8.4
14102024-10-21T04:51:07.964Z Checking idna v0.5.0
14112024-10-21T04:51:07.994Z Checking rustls-webpki v0.102.8
14122024-10-21T04:51:08.228Z Compiling serde_derive_internals v0.29.0
14132024-10-21T04:51:09.109Z Checking concurrent-queue v2.5.0
14142024-10-21T04:51:09.411Z Compiling multer v3.1.0
14152024-10-21T04:51:09.425Z Checking thread_local v1.1.4
14162024-10-21T04:51:09.504Z Checking encoding_rs v0.8.32
14172024-10-21T04:51:09.728Z Compiling rustix v0.38.37
14182024-10-21T04:51:09.791Z Checking parking v2.2.0
14192024-10-21T04:51:09.978Z Checking iana-time-zone v0.1.47
14202024-10-21T04:51:10.138Z Compiling slog-async v2.8.0
14212024-10-21T04:51:10.800Z Checking winnow v0.6.18
14222024-10-21T04:51:10.884Z Compiling camino v1.1.9
14232024-10-21T04:51:11.761Z Checking match_cfg v0.1.0
14242024-10-21T04:51:11.863Z Compiling schemars v0.8.21
14252024-10-21T04:51:11.962Z Compiling paste v1.0.15
14262024-10-21T04:51:11.977Z Checking hostname v0.3.1
14272024-10-21T04:51:12.322Z Checking event-listener v5.0.0
14282024-10-21T04:51:12.514Z Checking url v2.5.2
14292024-10-21T04:51:12.692Z Checking term v0.7.0
14302024-10-21T04:51:12.741Z Checking crossbeam-channel v0.5.1
14312024-10-21T04:51:12.784Z Checking webpki-roots v0.26.5
14322024-10-21T04:51:12.852Z Checking is-terminal v0.4.12
14332024-10-21T04:51:12.983Z Checking errno v0.3.8
14342024-10-21T04:51:13.002Z Checking memmap v0.7.0
14352024-10-21T04:51:13.115Z Compiling dropshot v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot)
14362024-10-21T04:51:13.164Z Checking dyn-clone v1.0.4
14372024-10-21T04:51:13.210Z Checking data-encoding v2.4.0
14382024-10-21T04:51:13.289Z Checking take_mut v0.2.2
14392024-10-21T04:51:13.315Z Checking unicode-width v0.1.9
14402024-10-21T04:51:13.435Z Checking utf-8 v0.7.6
14412024-10-21T04:51:13.473Z Compiling anyhow v1.0.89
14422024-10-21T04:51:13.488Z Checking lazy_static v1.5.0
14432024-10-21T04:51:13.503Z Checking unicode-segmentation v1.10.0
14442024-10-21T04:51:13.615Z Compiling heck v0.5.0
14452024-10-21T04:51:13.653Z Compiling buf-list v1.0.3
14462024-10-21T04:51:13.742Z Checking console v0.15.7
14472024-10-21T04:51:14.123Z Checking newline-converter v0.3.0
14482024-10-21T04:51:14.161Z Checking slog-term v2.9.1
14492024-10-21T04:51:14.273Z Checking event-listener-strategy v0.5.2
14502024-10-21T04:51:14.476Z Checking yasna v0.5.2
14512024-10-21T04:51:14.537Z Checking rustls-native-certs v0.7.0
14522024-10-21T04:51:14.620Z Checking pem v3.0.4
14532024-10-21T04:51:14.652Z Checking waitgroup v0.1.2
14542024-10-21T04:51:14.682Z Checking hostname v0.4.0
14552024-10-21T04:51:14.790Z Checking sync_wrapper v1.0.1
14562024-10-21T04:51:14.824Z Checking http-range v0.1.4
14572024-10-21T04:51:14.888Z Checking fastrand v2.1.1
14582024-10-21T04:51:14.904Z Checking simple-mermaid v0.1.1
14592024-10-21T04:51:14.941Z Checking ipnet v2.10.0
14602024-10-21T04:51:14.980Z Compiling serde_derive v1.0.210
14612024-10-21T04:51:14.996Z Compiling thiserror-impl v1.0.64
14622024-10-21T04:51:15.014Z Compiling tokio-macros v2.3.0
14632024-10-21T04:51:15.215Z Compiling futures-macro v0.3.31
14642024-10-21T04:51:15.401Z Compiling zerocopy-derive v0.7.32
14652024-10-21T04:51:15.444Z Compiling scroll_derive v0.12.0
14662024-10-21T04:51:15.460Z Compiling openssl-macros v0.1.1
14672024-10-21T04:51:15.934Z Compiling schemars_derive v0.8.21
14682024-10-21T04:51:17.616Z Checking tokio v1.38.1
14692024-10-21T04:51:17.653Z Checking scroll v0.12.0
14702024-10-21T04:51:18.110Z Checking futures-util v0.3.31
14712024-10-21T04:51:18.156Z Checking goblin v0.8.0
14722024-10-21T04:51:19.010Z Compiling zerocopy v0.7.32
14732024-10-21T04:51:20.221Z Compiling pest v2.7.6
14742024-10-21T04:51:22.498Z Compiling async-stream-impl v0.3.6
14752024-10-21T04:51:22.918Z Compiling pest_meta v2.7.6
14762024-10-21T04:51:23.124Z Checking http-body-util v0.1.2
14772024-10-21T04:51:23.263Z Checking futures-executor v0.3.31
14782024-10-21T04:51:23.362Z Checking tungstenite v0.24.0
14792024-10-21T04:51:23.512Z Checking futures v0.3.31
14802024-10-21T04:51:23.587Z Compiling async-trait v0.1.83
14812024-10-21T04:51:23.627Z Checking similar v2.2.1
14822024-10-21T04:51:23.716Z Checking debug-ignore v1.0.5
14832024-10-21T04:51:23.864Z Checking tempfile v3.13.0
14842024-10-21T04:51:24.229Z Compiling pest_generator v2.7.6
14852024-10-21T04:51:24.309Z Checking rcgen v0.13.1
14862024-10-21T04:51:24.372Z Checking expectorate v1.1.0
14872024-10-21T04:51:24.688Z Checking async-stream v0.3.6
14882024-10-21T04:51:24.757Z Checking tokio-util v0.7.7
14892024-10-21T04:51:24.892Z Checking tokio-rustls v0.25.0
14902024-10-21T04:51:24.932Z Checking tokio-native-tls v0.3.1
14912024-10-21T04:51:25.074Z Checking tokio-rustls v0.26.0
14922024-10-21T04:51:25.185Z Checking tokio-tungstenite v0.24.0
14932024-10-21T04:51:25.531Z Checking async-channel v2.3.1
14942024-10-21T04:51:25.584Z Checking subprocess v0.2.9
14952024-10-21T04:51:26.894Z Compiling pest_derive v2.7.6
14962024-10-21T04:51:27.973Z Compiling dtrace-parser v0.2.0
14972024-10-21T04:51:29.663Z Checking indexmap v2.6.0
14982024-10-21T04:51:29.666Z Checking serde_spanned v0.6.7
14992024-10-21T04:51:29.666Z Checking toml_datetime v0.6.8
15002024-10-21T04:51:29.666Z Checking chrono v0.4.38
15012024-10-21T04:51:29.666Z Checking uuid v1.10.0
15022024-10-21T04:51:29.666Z Checking serde_urlencoded v0.7.1
15032024-10-21T04:51:29.918Z Checking serde_path_to_error v0.1.16
15042024-10-21T04:51:30.466Z Compiling serde_tokenstream v0.2.2
15052024-10-21T04:51:30.902Z Checking h2 v0.4.6
15062024-10-21T04:51:30.902Z Checking toml_edit v0.22.20
15072024-10-21T04:51:31.068Z Checking dof v0.3.0
15082024-10-21T04:51:31.068Z Checking slog-json v2.6.1
15092024-10-21T04:51:31.071Z Checking openapiv3 v2.0.0
15102024-10-21T04:51:31.112Z Compiling dropshot_endpoint v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
15112024-10-21T04:51:31.343Z Checking slog-bunyan v2.5.0
15122024-10-21T04:51:33.471Z Checking toml v0.8.19
15132024-10-21T04:51:34.402Z Compiling usdt-attr-macro v0.5.0
15142024-10-21T04:51:34.405Z Compiling usdt-macro v0.5.0
15152024-10-21T04:51:34.811Z Checking hyper v1.4.1
15162024-10-21T04:51:36.118Z Checking usdt v0.5.0
15172024-10-21T04:51:36.362Z Checking hyper-util v0.1.9
15182024-10-21T04:51:36.364Z Checking hyper-staticfile v0.10.1
15192024-10-21T04:51:37.410Z Checking hyper-tls v0.6.0
15202024-10-21T04:51:37.410Z Checking hyper-rustls v0.27.3
15212024-10-21T04:51:37.412Z Checking hyper-rustls v0.26.0
15222024-10-21T04:51:37.643Z Checking reqwest v0.12.8
15232024-10-21T04:51:39.715Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
15242024-10-21T04:51:39.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.51s
15252024-10-21T04:51:40.183Z
15262024-10-21T04:51:40.183Z
15272024-10-21T04:51:49.396Ztest tests/fail/bad_channel10.rs ... ok
15282024-10-21T04:51:49.396Ztest tests/fail/bad_channel11.rs ... ok
15292024-10-21T04:51:49.399Ztest tests/fail/bad_channel12.rs ... ok
15302024-10-21T04:51:49.399Ztest tests/fail/bad_channel13.rs ... ok
15312024-10-21T04:51:49.399Ztest tests/fail/bad_channel14.rs ... ok
15322024-10-21T04:51:49.399Ztest tests/fail/bad_channel15.rs ... ok
15332024-10-21T04:51:49.399Ztest tests/fail/bad_channel17.rs ... ok
15342024-10-21T04:51:49.399Ztest tests/fail/bad_channel18.rs ... ok
15352024-10-21T04:51:49.399Ztest tests/fail/bad_channel19.rs ... ok
15362024-10-21T04:51:49.399Ztest tests/fail/bad_channel1a.rs ... ok
15372024-10-21T04:51:49.399Ztest tests/fail/bad_channel1b.rs ... ok
15382024-10-21T04:51:49.399Ztest tests/fail/bad_channel2.rs ... ok
15392024-10-21T04:51:49.399Ztest tests/fail/bad_channel20.rs ... ok
15402024-10-21T04:51:49.399Ztest tests/fail/bad_channel21.rs ... ok
15412024-10-21T04:51:49.400Ztest tests/fail/bad_channel22.rs ... ok
15422024-10-21T04:51:49.400Ztest tests/fail/bad_channel23.rs ... ok
15432024-10-21T04:51:49.400Ztest tests/fail/bad_channel24.rs ... ok
15442024-10-21T04:51:49.400Ztest tests/fail/bad_channel25.rs ... ok
15452024-10-21T04:51:49.400Ztest tests/fail/bad_channel26.rs ... ok
15462024-10-21T04:51:49.400Ztest tests/fail/bad_channel27.rs ... ok
15472024-10-21T04:51:49.400Ztest tests/fail/bad_channel3.rs ... ok
15482024-10-21T04:51:49.400Ztest tests/fail/bad_channel4.rs ... ok
15492024-10-21T04:51:49.400Ztest tests/fail/bad_channel5.rs ... ok
15502024-10-21T04:51:49.400Ztest tests/fail/bad_channel6.rs ... ok
15512024-10-21T04:51:49.400Ztest tests/fail/bad_channel8.rs ... ok
15522024-10-21T04:51:49.400Ztest tests/fail/bad_channel9.rs ... ok
15532024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint1.rs ... ok
15542024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint10.rs ... ok
15552024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint11.rs ... ok
15562024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint12.rs ... ok
15572024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint13.rs ... ok
15582024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint14.rs ... ok
15592024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint15.rs ... ok
15602024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint16.rs ... ok
15612024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint17.rs ... ok
15622024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint18.rs ... ok
15632024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint19.rs ... ok
15642024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint2.rs ... ok
15652024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint20.rs ... ok
15662024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint21.rs ... ok
15672024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint22.rs ... ok
15682024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint23.rs ... ok
15692024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint24.rs ... ok
15702024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint25.rs ... ok
15712024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint26.rs ... ok
15722024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint27.rs ... ok
15732024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint3.rs ... ok
15742024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint4.rs ... ok
15752024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint5.rs ... ok
15762024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint6.rs ... ok
15772024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint7.rs ... ok
15782024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint8.rs ... ok
15792024-10-21T04:51:49.400Ztest tests/fail/bad_endpoint9.rs ... ok
15802024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel10.rs ... ok
15812024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel11.rs ... ok
15822024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel12.rs ... ok
15832024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel13.rs ... ok
15842024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel14.rs ... ok
15852024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel15.rs ... ok
15862024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel17.rs ... ok
15872024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel18.rs ... ok
15882024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel19.rs ... ok
15892024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel1a.rs ... ok
15902024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel1b.rs ... ok
15912024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel2.rs ... ok
15922024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel20.rs ... ok
15932024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel21.rs ... ok
15942024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel22.rs ... ok
15952024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel23.rs ... ok
15962024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel24.rs ... ok
15972024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel25.rs ... ok
15982024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel26.rs ... ok
15992024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel3.rs ... ok
16002024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel4.rs ... ok
16012024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel5.rs ... ok
16022024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel6.rs ... ok
16032024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel8.rs ... ok
16042024-10-21T04:51:49.401Ztest tests/fail/bad_trait_channel9.rs ... ok
16052024-10-21T04:51:49.401Ztest tests/fail/bad_trait_endpoint1.rs ... ok
16062024-10-21T04:51:49.401Ztest tests/fail/bad_trait_endpoint10.rs ... ok
16072024-10-21T04:51:49.402Ztest tests/fail/bad_trait_endpoint11.rs ... ok
16082024-10-21T04:51:49.402Ztest tests/fail/bad_trait_endpoint12.rs ... ok
16092024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint13.rs ... ok
16102024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint14.rs ... ok
16112024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint15.rs ... ok
16122024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint16.rs ... ok
16132024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint17.rs ... ok
16142024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint18.rs ... ok
16152024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint19.rs ... ok
16162024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint2.rs ... ok
16172024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint20.rs ... ok
16182024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint21.rs ... ok
16192024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint22.rs ... ok
16202024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint23.rs ... ok
16212024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint24.rs ... ok
16222024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint25.rs ... ok
16232024-10-21T04:51:49.405Ztest tests/fail/bad_trait_endpoint26.rs ... ok
16242024-10-21T04:51:49.406Ztest tests/fail/bad_trait_endpoint27.rs ... ok
16252024-10-21T04:51:49.406Ztest tests/fail/bad_trait_endpoint3.rs ... ok
16262024-10-21T04:51:49.406Ztest tests/fail/bad_trait_endpoint4.rs ... ok
16272024-10-21T04:51:49.406Ztest tests/fail/bad_trait_endpoint5.rs ... ok
16282024-10-21T04:51:49.406Ztest tests/fail/bad_trait_endpoint6.rs ... ok
16292024-10-21T04:51:49.406Ztest tests/fail/bad_trait_endpoint7.rs ... ok
16302024-10-21T04:51:49.406Ztest tests/fail/bad_trait_endpoint8.rs ... ok
16312024-10-21T04:51:49.406Ztest tests/fail/bad_trait_endpoint9.rs ... ok
16322024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only1.rs ... ok
16332024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only10.rs ... ok
16342024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only11.rs ... ok
16352024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only12.rs ... ok
16362024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only13.rs ... ok
16372024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only14.rs ... ok
16382024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only15.rs ... ok
16392024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only16.rs ... ok
16402024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only17.rs ... ok
16412024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only18.rs ... ok
16422024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only19.rs ... ok
16432024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only2.rs ... ok
16442024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only20.rs ... ok
16452024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only21.rs ... ok
16462024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only22.rs ... ok
16472024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only3.rs ... ok
16482024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only4.rs ... ok
16492024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only5.rs ... ok
16502024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only6.rs ... ok
16512024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only7.rs ... ok
16522024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only8.rs ... ok
16532024-10-21T04:51:49.406Ztest tests/fail/bad_trait_only9.rs ... ok
16542024-10-21T04:51:49.406Ztest tests/fail/unused_endpoint.rs ... ok
16552024-10-21T04:51:49.406Z
16562024-10-21T04:51:49.406Z
16572024-10-21T04:51:49.406Ztest fail ... ok
16582024-10-21T04:51:49.406Z
16592024-10-21T04:51:49.406Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 54.18s
16602024-10-21T04:51:49.406Z
16612024-10-21T04:51:49.409Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_api_trait-bce590fe13410c17`
16622024-10-21T04:51:49.415Z
16632024-10-21T04:51:49.415Zrunning 4 tests
16642024-10-21T04:51:49.418Ztest test_api_trait_with_disallowed_tags ... ok
16652024-10-21T04:51:49.418Ztest test_api_trait_with_empty_tag_config ... ok
16662024-10-21T04:51:49.418Ztest test_api_trait_basic ... ok
16672024-10-21T04:51:49.418Ztest test_api_trait_with_complex_tags ... ok
16682024-10-21T04:51:49.418Z
16692024-10-21T04:51:49.418Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
16702024-10-21T04:51:49.418Z
16712024-10-21T04:51:49.418Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-5cfb349e2be8d6af`
16722024-10-21T04:51:49.421Z
16732024-10-21T04:51:49.421Zrunning 10 tests
16742024-10-21T04:51:49.423Ztest test_config_bad_request_body_max_bytes_too_large ... ok
16752024-10-21T04:51:49.423Ztest test_config_bad_bind_address_garbage ... ok
16762024-10-21T04:51:49.423Ztest test_config_bad_bind_address_port_too_large ... ok
16772024-10-21T04:51:49.423Ztest test_config_bad_request_body_max_bytes_negative ... ok
16782024-10-21T04:51:49.423Ztest test_config_bad_bind_address_port_too_small ... ok
16792024-10-21T04:51:49.426Znote: configured to log to "/tmp/test_config-5cfb349e2be8d6af-config_bind_address_https_buffer.2845.0.log"
16802024-10-21T04:51:49.426Znote: configured to log to "/tmp/test_config-5cfb349e2be8d6af-config_handler_task_mode_detached.2845.4.log"
16812024-10-21T04:51:49.426Znote: configured to log to "/tmp/test_config-5cfb349e2be8d6af-config_handler_task_mode_cancel.2845.3.log"
16822024-10-21T04:51:49.426Znote: configured to log to "/tmp/test_config-5cfb349e2be8d6af-config_bind_address_https.2845.2.log"
16832024-10-21T04:51:49.426Znote: configured to log to "/tmp/test_config-5cfb349e2be8d6af-config_bind_address_http.2845.1.log"
16842024-10-21T04:51:49.428Ztest test_config_handler_task_mode_detached ... ok
16852024-10-21T04:51:49.428Ztest test_config_handler_task_mode_cancel ... ok
16862024-10-21T04:51:49.431Ztest test_config_bind_address_http ... ok
16872024-10-21T04:51:49.440Ztest test_config_bind_address_https ... ok
16882024-10-21T04:51:49.442Ztest test_config_bind_address_https_buffer ... ok
16892024-10-21T04:51:49.442Z
16902024-10-21T04:51:49.442Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
16912024-10-21T04:51:49.442Z
16922024-10-21T04:51:49.442Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-a9f1d58f43d9e45c`
16932024-10-21T04:51:49.448Z
16942024-10-21T04:51:49.448Zrunning 21 tests
16952024-10-21T04:51:49.455Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-test_307_temporary_redirect.2846.1.log"
16962024-10-21T04:51:49.455Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-test_303_see_other.2846.6.log"
16972024-10-21T04:51:49.455Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-demo2query.2846.5.log"
16982024-10-21T04:51:49.455Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-demo1.2846.7.log"
16992024-10-21T04:51:49.457Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-test_302_found.2846.0.log"
17002024-10-21T04:51:49.457Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-demo2json.2846.3.log"
17012024-10-21T04:51:49.457Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-test_302_bogus.2846.4.log"
17022024-10-21T04:51:49.457Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-test_delete_request.2846.2.log"
17032024-10-21T04:51:49.460Ztest test_demo1 ... ok
17042024-10-21T04:51:49.460Ztest test_302_bogus ... ok
17052024-10-21T04:51:49.462Ztest test_delete_request ... ok
17062024-10-21T04:51:49.462Ztest test_303_see_other ... ok
17072024-10-21T04:51:49.462Ztest test_307_temporary_redirect ... ok
17082024-10-21T04:51:49.462Ztest test_302_found ... ok
17092024-10-21T04:51:49.462Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-demo_path_param_string.2846.9.log"
17102024-10-21T04:51:49.463Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-demo2urlencoded.2846.8.log"
17112024-10-21T04:51:49.463Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-demo_path_param_uuid.2846.10.log"
17122024-10-21T04:51:49.463Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-demo_websocket.2846.11.log"
17132024-10-21T04:51:49.463Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-demo_path_param_u32.2846.12.log"
17142024-10-21T04:51:49.463Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-demo3json.2846.13.log"
17152024-10-21T04:51:49.465Ztest test_demo2query ... ok
17162024-10-21T04:51:49.465Ztest test_demo_websocket ... ok
17172024-10-21T04:51:49.465Ztest test_demo_path_param_uuid ... ok
17182024-10-21T04:51:49.465Ztest test_demo3json ... ok
17192024-10-21T04:51:49.465Ztest test_demo_path_param_u32 ... ok
17202024-10-21T04:51:49.465Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-test_head_request.2846.15.log"
17212024-10-21T04:51:49.465Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-test_header_request.2846.16.log"
17222024-10-21T04:51:49.465Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-tet_raw_request.2846.14.log"
17232024-10-21T04:51:49.468Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-test_request_compat.2846.17.log"
17242024-10-21T04:51:49.468Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-test_request_remote_addr.2846.18.log"
17252024-10-21T04:51:49.468Ztest test_demo2urlencoded ... ok
17262024-10-21T04:51:49.468Ztest test_demo2json ... ok
17272024-10-21T04:51:49.468Ztest test_raw_request ... ok
17282024-10-21T04:51:49.468Ztest test_request_compat ... ok
17292024-10-21T04:51:49.468Ztest test_header_request ... ok
17302024-10-21T04:51:49.470Ztest test_head_request ... ok
17312024-10-21T04:51:49.471Ztest test_demo_path_param_string ... ok
17322024-10-21T04:51:49.471Ztest test_request_remote_addr ... ok
17332024-10-21T04:51:49.471Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-test_streaming_body.2846.19.log"
17342024-10-21T04:51:49.471Znote: configured to log to "/tmp/test_demo-a9f1d58f43d9e45c-test_untyped_body.2846.20.log"
17352024-10-21T04:51:49.476Ztest test_streaming_body ... ok
17362024-10-21T04:51:49.479Ztest test_untyped_body ... ok
17372024-10-21T04:51:49.479Z
17382024-10-21T04:51:49.479Ztest result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
17392024-10-21T04:51:49.479Z
17402024-10-21T04:51:49.481Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-fb1839f71c0d1a12`
17412024-10-21T04:51:49.487Z
17422024-10-21T04:51:49.487Zrunning 1 test
17432024-10-21T04:51:49.489Znote: configured to log to "/tmp/test_detached_shutdown-fb1839f71c0d1a12-graceful_shutdown_with_detached_handler.2847.0.log"
17442024-10-21T04:51:51.493Ztest test_graceful_shutdown_with_detached_handler ... ok
17452024-10-21T04:51:51.493Z
17462024-10-21T04:51:51.493Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s
17472024-10-21T04:51:51.493Z
17482024-10-21T04:51:51.496Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_multipart-b539ac5258114f5c`
17492024-10-21T04:51:51.503Z
17502024-10-21T04:51:51.503Zrunning 4 tests
17512024-10-21T04:51:51.506Znote: configured to log to "/tmp/test_multipart-b539ac5258114f5c-multipart_client.2848.2.log"
17522024-10-21T04:51:51.506Znote: configured to log to "/tmp/test_multipart-b539ac5258114f5c-multipart_client.2848.3.log"
17532024-10-21T04:51:51.506Znote: configured to log to "/tmp/test_multipart-b539ac5258114f5c-multipart_client.2848.1.log"
17542024-10-21T04:51:51.506Znote: configured to log to "/tmp/test_multipart-b539ac5258114f5c-multipart_client.2848.0.log"
17552024-10-21T04:51:51.512Ztest missing_boundary ... ok
17562024-10-21T04:51:51.512Ztest no_content_type ... ok
17572024-10-21T04:51:51.512Ztest weird_content_type ... ok
17582024-10-21T04:51:51.512Ztest test_multipart_client ... ok
17592024-10-21T04:51:51.512Z
17602024-10-21T04:51:51.512Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
17612024-10-21T04:51:51.512Z
17622024-10-21T04:51:51.516Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-bc17acbff492346c`
17632024-10-21T04:51:51.519Z
17642024-10-21T04:51:51.519Zrunning 2 tests
17652024-10-21T04:51:51.527Ztest test_openapi ... ok
17662024-10-21T04:51:51.527Ztest test_openapi_fuller ... ok
17672024-10-21T04:51:51.527Z
17682024-10-21T04:51:51.527Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
17692024-10-21T04:51:51.527Z
17702024-10-21T04:51:51.530Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-16c1a396be859676`
17712024-10-21T04:51:51.536Z
17722024-10-21T04:51:51.536Zrunning 9 tests
17732024-10-21T04:51:51.538Znote: configured to log to "/tmp/test_pagination-16c1a396be859676-pagination-multiple-resources.2850.2.log"
17742024-10-21T04:51:51.541Znote: configured to log to "/tmp/test_pagination-16c1a396be859676-pagination-basic.2850.0.log"
17752024-10-21T04:51:51.541Znote: configured to log to "/tmp/test_pagination-16c1a396be859676-pagination-multiple-sorts.2850.1.log"
17762024-10-21T04:51:51.541Znote: configured to log to "/tmp/test_pagination-16c1a396be859676-basic.2850.4.log"
17772024-10-21T04:51:51.541Znote: configured to log to "/tmp/test_pagination-16c1a396be859676-dictionary.2850.3.log"
17782024-10-21T04:51:51.541Znote: configured to log to "/tmp/test_pagination-16c1a396be859676-errors.2850.5.log"
17792024-10-21T04:51:51.541Znote: configured to log to "/tmp/test_pagination-16c1a396be859676-extra_params.2850.6.log"
17802024-10-21T04:51:51.543Znote: configured to log to "/tmp/test_pagination-16c1a396be859676-empty.2850.7.log"
17812024-10-21T04:51:51.558Ztest test_paginate_empty ... ok
17822024-10-21T04:51:51.558Ztest test_paginate_extra_params ... ok
17832024-10-21T04:51:51.558Ztest test_paginate_errors ... ok
17842024-10-21T04:51:51.561Znote: configured to log to "/tmp/test_pagination-16c1a396be859676-required_params.2850.8.log"
17852024-10-21T04:51:51.580Ztest test_paginate_with_required_params ... ok
17862024-10-21T04:51:51.671Ztest test_paginate_basic ... ok
17872024-10-21T04:51:53.704Ztest test_example_basic ... ok
17882024-10-21T04:51:54.422Ztest test_paginate_dictionary ... ok
17892024-10-21T04:51:58.246Ztest test_example_multiple_sorts ... ok
17902024-10-21T04:51:58.732Ztest test_example_multiple_resources ... ok
17912024-10-21T04:51:58.732Z
17922024-10-21T04:51:58.732Ztest result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.20s
17932024-10-21T04:51:58.732Z
17942024-10-21T04:51:58.738Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-1a392ee4f270910b`
17952024-10-21T04:51:58.745Z
17962024-10-21T04:51:58.745Zrunning 1 test
17972024-10-21T04:51:58.747Ztest test_pagination_schema ... ok
17982024-10-21T04:51:58.747Z
17992024-10-21T04:51:58.747Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18002024-10-21T04:51:58.747Z
18012024-10-21T04:51:58.750Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-6fed02855258cc14`
18022024-10-21T04:51:58.754Z
18032024-10-21T04:51:58.754Zrunning 1 test
18042024-10-21T04:51:58.756Ztest test_path_names ... ok
18052024-10-21T04:51:58.756Z
18062024-10-21T04:51:58.756Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18072024-10-21T04:51:58.756Z
18082024-10-21T04:51:58.756Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_starter-58dfec4049fd062c`
18092024-10-21T04:51:58.765Z
18102024-10-21T04:51:58.765Zrunning 2 tests
18112024-10-21T04:51:58.767Znote: configured to log to "/tmp/test_starter-58dfec4049fd062c-test_no_tls.2856.1.log"
18122024-10-21T04:51:58.767Znote: configured to log to "/tmp/test_starter-58dfec4049fd062c-test_with_tls.2856.0.log"
18132024-10-21T04:51:58.775Ztest test_no_tls ... ok
18142024-10-21T04:51:58.797Ztest test_with_tls ... ok
18152024-10-21T04:51:58.797Z
18162024-10-21T04:51:58.797Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
18172024-10-21T04:51:58.797Z
18182024-10-21T04:51:58.801Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-82eb6061717c0f6d`
18192024-10-21T04:51:58.809Z
18202024-10-21T04:51:58.809Zrunning 3 tests
18212024-10-21T04:51:58.812Znote: configured to log to "/tmp/test_streaming-82eb6061717c0f6d-streaming_server_streaming_client.2857.0.log"
18222024-10-21T04:51:58.812Znote: configured to log to "/tmp/test_streaming-82eb6061717c0f6d-streaming_server_buffered_client.2857.1.log"
18232024-10-21T04:51:58.812Znote: configured to log to "/tmp/test_streaming-82eb6061717c0f6d-non_streaming_servers_do_not_use_transfer_encoding.2857.2.log"
18242024-10-21T04:51:58.816Ztest test_non_streaming_servers_do_not_use_transfer_encoding ... ok
18252024-10-21T04:51:58.833Ztest test_streaming_server_streaming_client ... ok
18262024-10-21T04:51:58.835Ztest test_streaming_server_buffered_client ... ok
18272024-10-21T04:51:58.835Z
18282024-10-21T04:51:58.835Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
18292024-10-21T04:51:58.835Z
18302024-10-21T04:51:58.838Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-02a666f3a66f2c8e`
18312024-10-21T04:51:58.842Z
18322024-10-21T04:51:58.842Zrunning 6 tests
18332024-10-21T04:51:58.845Znote: configured to log to "/tmp/test_tls-02a666f3a66f2c8e-test_tls_refresh_certificates.2858.0.log"
18342024-10-21T04:51:58.845Znote: configured to log to "/tmp/test_tls-02a666f3a66f2c8e-test_tls_only.2858.4.log"
18352024-10-21T04:51:58.846Znote: configured to log to "/tmp/test_tls-02a666f3a66f2c8e-test_tls_aborted_negotiation.2858.2.log"
18362024-10-21T04:51:58.846Znote: configured to log to "/tmp/test_tls-02a666f3a66f2c8e-test_server_is_https.2858.3.log"
18372024-10-21T04:51:58.846Znote: configured to log to "/tmp/test_tls-02a666f3a66f2c8e-test_server_is_http.2858.5.log"
18382024-10-21T04:51:58.846Znote: configured to log to "/tmp/test_tls-02a666f3a66f2c8e-test_tls_certificate_loading.2858.1.log"
18392024-10-21T04:51:58.862Ztest test_server_is_http ... ok
18402024-10-21T04:51:59.010Ztest test_tls_only ... ok
18412024-10-21T04:51:59.017Ztest test_tls_certificate_loading ... ok
18422024-10-21T04:51:59.022Ztest test_tls_aborted_negotiation ... ok
18432024-10-21T04:51:59.025Ztest test_server_is_https ... ok
18442024-10-21T04:51:59.036Ztest test_tls_refresh_certificates ... ok
18452024-10-21T04:51:59.036Z
18462024-10-21T04:51:59.036Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
18472024-10-21T04:51:59.036Z
18482024-10-21T04:51:59.040Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-fe738c88c8aedb5b`
18492024-10-21T04:51:59.048Z
18502024-10-21T04:51:59.048Zrunning 29 tests
18512024-10-21T04:51:59.050Ztest doc::tests::test_extract_summary_description ... ok
18522024-10-21T04:51:59.050Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
18532024-10-21T04:51:59.050Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
18542024-10-21T04:51:59.050Ztest endpoint::tests::test_endpoint_bad_string ... ok
18552024-10-21T04:51:59.053Ztest channel::tests::test_channel_operation_id ... ok
18562024-10-21T04:51:59.055Ztest channel::tests::test_channel_with_unnamed_params ... ok
18572024-10-21T04:51:59.055Ztest endpoint::tests::test_endpoint_basic ... ok
18582024-10-21T04:51:59.055Ztest endpoint::tests::test_endpoint_invalid_item ... ok
18592024-10-21T04:51:59.055Ztest endpoint::tests::test_endpoint_no_arguments ... ok
18602024-10-21T04:51:59.055Ztest endpoint::tests::test_endpoint_not_async ... ok
18612024-10-21T04:51:59.055Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
18622024-10-21T04:51:59.059Ztest endpoint::tests::test_endpoint_content_type ... ok
18632024-10-21T04:51:59.059Ztest channel::tests::test_channel_with_custom_params ... ok
18642024-10-21T04:51:59.059Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
18652024-10-21T04:51:59.059Ztest endpoint::tests::test_endpoint_pub_crate ... ok
18662024-10-21T04:51:59.059Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
18672024-10-21T04:51:59.061Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
18682024-10-21T04:51:59.061Ztest api_trait::tests::test_api_trait_operation_id ... ok
18692024-10-21T04:51:59.062Ztest endpoint::tests::test_endpoint_with_doc ... ok
18702024-10-21T04:51:59.062Ztest api_trait::tests::test_api_trait_basic ... ok
18712024-10-21T04:51:59.062Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
18722024-10-21T04:51:59.062Ztest params::tests::test_extract_rqctx_ty_param ... ok
18732024-10-21T04:51:59.062Ztest syn_parsing::tests::test_busted_function ... ok
18742024-10-21T04:51:59.062Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
18752024-10-21T04:51:59.062Ztest endpoint::tests::test_endpoint_with_query ... ok
18762024-10-21T04:51:59.064Ztest endpoint::tests::test_endpoint_with_tags ... ok
18772024-10-21T04:51:59.064Ztest endpoint::tests::test_operation_id ... ok
18782024-10-21T04:51:59.064Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
18792024-10-21T04:51:59.064Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
18802024-10-21T04:51:59.064Z
18812024-10-21T04:51:59.064Ztest result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
18822024-10-21T04:51:59.064Z
18832024-10-21T04:51:59.064Z Doc-tests dropshot
18842024-10-21T04:51:59.067Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-9e10da389a78abdb/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' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-0ecdaf20c160ee7d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f662407c778ce9b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7553e2b62a8c2e88.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ae38f1378c23e0a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7d911351be610b2d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-49bb13381029b3c1.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c3b6681b1def1448.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fee700943ad3495f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f589d1140265936c.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-8c81402920052e19.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ac4f9a17ae7297af.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-68da7c01f8e97943.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2b93cbf04e522001.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-9a54f6a70bcbdd16.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-03b5a09151c0404b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b2d90f3c454b0cc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-14554bc63e14eee7.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aaf0252f46be700e.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a208d46fcdcd8121.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1acb25d5cf2ffce3.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-76db652aa21ed238.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-89f46b7edebf2455.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-3818f3c74d8ef9bc.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-befa7a55f7312ef9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-e6dfccbc6e21a7d1.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35337c6705e281ea.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0c345c81022a97a8.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a8cd1a37fcd5c5cc.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-236a04454a849d9e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-71628ad04ba94f8d.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d2601790bfabd3b3.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-248d8dc33be98578.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4f93ebf77c06f715.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-eac51669ab0162bb.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e9b1c8f1c07ca746.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-8dec7a0959c94215.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10ac28e15a078d67.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2b85b63390db022c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a20e2f865f91c6b0.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-e60a3f5a69c60712.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-503733ef57aa34c1.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-e35c33a15cc46cc6.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b8c60d209b72d309.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human`
18852024-10-21T04:51:59.560Z
18862024-10-21T04:51:59.560Zrunning 16 tests
18872024-10-21T04:51:59.563Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 151) ... ignored
18882024-10-21T04:51:59.563Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 158) ... ignored
18892024-10-21T04:51:59.563Ztest dropshot/src/lib.rs - (line 318) ... ignored
18902024-10-21T04:51:59.563Ztest dropshot/src/lib.rs - (line 342) ... ignored
18912024-10-21T04:51:59.853Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
18922024-10-21T04:52:01.644Ztest dropshot/src/lib.rs - (line 392) ... ok
18932024-10-21T04:52:03.731Ztest dropshot/src/lib.rs - (line 646) ... ok
18942024-10-21T04:52:06.905Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 321) ... ok
18952024-10-21T04:52:07.023Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 346) ... ok
18962024-10-21T04:52:07.261Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 138) ... ok
18972024-10-21T04:52:07.440Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
18982024-10-21T04:52:07.447Ztest dropshot/src/lib.rs - (line 110) ... ok
18992024-10-21T04:52:07.450Ztest dropshot/src/lib.rs - (line 189) ... ok
19002024-10-21T04:52:08.502Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
19012024-10-21T04:52:09.061Ztest dropshot/src/lib.rs - (line 483) ... ok
19022024-10-21T04:52:09.673Ztest dropshot/src/test_util.rs - test_util::LogContext (line 354) ... ok
19032024-10-21T04:52:09.673Z
19042024-10-21T04:52:09.676Ztest result: ok. 12 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 10.11s
19052024-10-21T04:52:09.676Z
19062024-10-21T04:52:09.697Z Doc-tests dropshot_endpoint
19072024-10-21T04:52:09.699Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-9e10da389a78abdb/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' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-894ad08ea0491a24.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e1c1659e582c55e8.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-bb98e02a6d0ef36d.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-3d02960b4bb872d8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-680e36136c16d3ac.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-404391456272edbb.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-55789efd82d5ba70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-27482afb25a04248.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e0c5c86b38e5e9fb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-23117f57de24db28.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human`
19082024-10-21T04:52:09.924Z
19092024-10-21T04:52:09.924Zrunning 4 tests
19102024-10-21T04:52:09.927Ztest dropshot_endpoint/src/lib.rs - api_description (line 145) ... ignored
19112024-10-21T04:52:09.927Ztest dropshot_endpoint/src/lib.rs - api_description (line 206) ... ignored
19122024-10-21T04:52:09.927Ztest dropshot_endpoint/src/lib.rs - channel (line 75) ... ignored
19132024-10-21T04:52:09.927Ztest dropshot_endpoint/src/lib.rs - endpoint (line 30) ... ignored
19142024-10-21T04:52:09.927Z
19152024-10-21T04:52:09.927Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
19162024-10-21T04:52:09.927Z
19172024-10-21T04:52:09.952Z
19182024-10-21T04:52:09.955Zreal 3:14.878257301
19192024-10-21T04:52:09.955Zuser 17:38.147848917
19202024-10-21T04:52:09.955Zsys 3:33.189308546
19212024-10-21T04:52:09.955Ztrap 0.792987260
19222024-10-21T04:52:09.955Ztflt 0.573489906
19232024-10-21T04:52:09.955Zdflt 0.623836925
19242024-10-21T04:52:09.955Zkflt 0.000122067
19252024-10-21T04:52:09.955Zlock 43:13.104709179
19262024-10-21T04:52:09.955Zslp 1:33:35.651460980
19272024-10-21T04:52:09.955Zlat 55.618859388
19282024-10-21T04:52:09.955Zstop 1:24.850026918
19292024-10-21T04:52:09.955Zprocess exited: duration 391767 ms, exit code 0
 
19302024-10-21T04:52:09.961Zfound 0 output files