01JFRVKJDWYSM9GM93P5M12D03: build-and-test / illumos

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

Buildomat Job: 01JFRVKSKHD5X6SKWR146J68SG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-23T04:16:09.579Zjob assigned to worker 01JFRVKYAP462650WEDCWM5TXY [factory aws, i-04843065600d5ddbe] (queued for 57 s)
 
22024-12-23T04:16:17.853Zstarting task 0: "setup"
32024-12-23T04:16:17.862Z++ uname -s
42024-12-23T04:16:17.867Z+ kern=SunOS
52024-12-23T04:16:17.867Z+ case "$kern" in
62024-12-23T04:16:17.867Z+ groupadd -g 12345 build
72024-12-23T04:16:17.867Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-23T04:16:19.875Z+ zfs create -o mountpoint=/work rpool/work
92024-12-23T04:16:19.988Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-23T04:16:19.990Z+ home_fs=zfs
112024-12-23T04:16:19.990Z+ [[ zfs == autofs ]]
122024-12-23T04:16:19.991Z+ mkdir -p /home/build
132024-12-23T04:16:19.993Z+ chown build:build /home/build /work
142024-12-23T04:16:21.995Z+ chmod 0700 /home/build /work
152024-12-23T04:16:21.998Zprocess exited: duration 4146 ms, exit code 0
 
162024-12-23T04:16:22.004Zstarting task 1: "rust-toolchain"
172024-12-23T04:16:22.009Z+ printf ' * toolchain channel = "%s"
182024-12-23T04:16:22.009Z' stable
192024-12-23T04:16:22.009Z * toolchain channel = "stable"
202024-12-23T04:16:22.012Z+ printf ' * toolchain profile = "%s"
212024-12-23T04:16:22.012Z' default
222024-12-23T04:16:22.012Z * toolchain profile = "default"
232024-12-23T04:16:22.012Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-23T04:16:22.012Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-23T04:16:22.122Zinfo: downloading installer
262024-12-23T04:16:23.492Zinfo: profile set to 'default'
272024-12-23T04:16:23.492Zinfo: default host triple is x86_64-unknown-illumos
282024-12-23T04:16:23.495Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-23T04:16:23.633Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-23T04:16:23.633Zinfo: downloading component 'cargo'
312024-12-23T04:16:24.378Zinfo: downloading component 'clippy'
322024-12-23T04:16:24.665Zinfo: downloading component 'rust-docs'
332024-12-23T04:16:25.715Zinfo: downloading component 'rust-std'
342024-12-23T04:16:27.219Zinfo: downloading component 'rustc'
352024-12-23T04:16:32.912Zinfo: downloading component 'rustfmt'
362024-12-23T04:16:33.133Zinfo: installing component 'cargo'
372024-12-23T04:16:33.933Zinfo: installing component 'clippy'
382024-12-23T04:16:34.306Zinfo: installing component 'rust-docs'
392024-12-23T04:16:36.004Zinfo: installing component 'rust-std'
402024-12-23T04:16:37.623Zinfo: installing component 'rustc'
412024-12-23T04:16:43.396Zinfo: installing component 'rustfmt'
422024-12-23T04:16:43.726Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-23T04:16:43.726Z
442024-12-23T04:16:44.085Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-23T04:16:44.085Z
462024-12-23T04:16:44.088Z
472024-12-23T04:16:44.088ZRust is installed now. Great!
482024-12-23T04:16:44.089Z
492024-12-23T04:16:44.089ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-23T04:16:44.089Zenvironment variable. This has not been done automatically.
512024-12-23T04:16:44.089Z
522024-12-23T04:16:44.089ZTo configure your current shell, you need to source
532024-12-23T04:16:44.089Zthe corresponding env file under $HOME/.cargo.
542024-12-23T04:16:44.089Z
552024-12-23T04:16:44.089ZThis is usually done by running one of the following (note the leading DOT):
562024-12-23T04:16:44.089Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-23T04:16:44.089Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-23T04:16:44.159Z+ rustc --version
592024-12-23T04:16:44.222Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-23T04:16:44.225Zprocess exited: duration 22218 ms, exit code 0
 
612024-12-23T04:16:44.230Zstarting task 2: "authentication"
622024-12-23T04:16:44.251Zprocess exited: duration 20 ms, exit code 0
 
632024-12-23T04:16:44.257Zstarting task 3: "clone repository"
642024-12-23T04:16:44.263Z+ mkdir -p /work/oxidecomputer/dropshot
652024-12-23T04:16:44.265Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
662024-12-23T04:16:44.302ZCloning into '/work/oxidecomputer/dropshot'...
672024-12-23T04:16:45.395Z+ cd /work/oxidecomputer/dropshot
682024-12-23T04:16:45.400Z+ git fetch origin 4304c03c05cde92dcaef37145cbb12df1b697719
692024-12-23T04:16:45.655ZFrom https://github.com/oxidecomputer/dropshot
702024-12-23T04:16:45.655Z * branch 4304c03c05cde92dcaef37145cbb12df1b697719 -> FETCH_HEAD
712024-12-23T04:16:45.663Z+ [[ -n dependabot/cargo/syn-2.0.91 ]]
722024-12-23T04:16:45.666Z++ git branch --show-current
732024-12-23T04:16:45.669Z+ current=main
742024-12-23T04:16:45.669Z+ [[ main != dependabot/cargo/syn-2.0.91 ]]
752024-12-23T04:16:45.669Z+ git branch -f dependabot/cargo/syn-2.0.91 4304c03c05cde92dcaef37145cbb12df1b697719
762024-12-23T04:16:45.674Z+ git checkout -f dependabot/cargo/syn-2.0.91
772024-12-23T04:16:45.692ZSwitched to branch 'dependabot/cargo/syn-2.0.91'
782024-12-23T04:16:45.695Z+ git reset --hard 4304c03c05cde92dcaef37145cbb12df1b697719
792024-12-23T04:16:45.713ZHEAD is now at 4304c03 Bump syn from 2.0.90 to 2.0.91
802024-12-23T04:16:45.717Zprocess exited: duration 1457 ms, exit code 0
 
812024-12-23T04:16:45.723Zstarting task 4: "build"
822024-12-23T04:16:45.728Z+ cargo --version
832024-12-23T04:16:45.733Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
842024-12-23T04:16:45.894Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
852024-12-23T04:16:45.894Zinfo: downloading component 'cargo'
862024-12-23T04:16:46.642Zinfo: downloading component 'clippy'
872024-12-23T04:16:46.928Zinfo: downloading component 'rust-docs'
882024-12-23T04:16:47.987Zinfo: downloading component 'rust-std'
892024-12-23T04:16:49.486Zinfo: downloading component 'rustc'
902024-12-23T04:16:55.174Zinfo: downloading component 'rustfmt'
912024-12-23T04:16:55.394Zinfo: installing component 'cargo'
922024-12-23T04:16:56.208Zinfo: installing component 'clippy'
932024-12-23T04:16:56.583Zinfo: installing component 'rust-docs'
942024-12-23T04:16:58.267Zinfo: installing component 'rust-std'
952024-12-23T04:16:59.936Zinfo: installing component 'rustc'
962024-12-23T04:17:05.684Zinfo: installing component 'rustfmt'
972024-12-23T04:17:06.086Zcargo 1.83.0 (5ffbef321 2024-10-29)
982024-12-23T04:17:06.089Z+ rustc --version
992024-12-23T04:17:06.156Zrustc 1.83.0 (90b35a623 2024-11-26)
1002024-12-23T04:17:06.162Z+ banner build
1012024-12-23T04:17:06.164Z
1022024-12-23T04:17:06.164Z ##### # # # # #####
1032024-12-23T04:17:06.164Z # # # # # # # #
1042024-12-23T04:17:06.164Z ##### # # # # # #
1052024-12-23T04:17:06.164Z # # # # # # # #
1062024-12-23T04:17:06.164Z # # # # # # # #
1072024-12-23T04:17:06.164Z ##### #### # ###### #####
1082024-12-23T04:17:06.164Z
1092024-12-23T04:17:06.164Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1102024-12-23T04:17:06.298Z Updating crates.io index
1112024-12-23T04:17:07.112Z Downloading crates ...
1122024-12-23T04:17:07.192Z Downloaded autocfg v1.1.0
1132024-12-23T04:17:07.199Z Downloaded async-channel v2.3.1
1142024-12-23T04:17:07.210Z Downloaded async-stream-impl v0.3.6
1152024-12-23T04:17:07.228Z Downloaded unicase v2.6.0
1162024-12-23T04:17:07.233Z Downloaded openssl-sys v0.9.103
1172024-12-23T04:17:07.243Z Downloaded pretty-hex v0.4.1
1182024-12-23T04:17:07.245Z Downloaded foreign-types-shared v0.1.1
1192024-12-23T04:17:07.248Z Downloaded sync_wrapper v1.0.1
1202024-12-23T04:17:07.248Z Downloaded want v0.3.0
1212024-12-23T04:17:07.250Z Downloaded schema v0.1.0
1222024-12-23T04:17:07.250Z Downloaded usdt-macro v0.5.0
1232024-12-23T04:17:07.250Z Downloaded target-triple v0.1.3
1242024-12-23T04:17:07.253Z Downloaded openssl-probe v0.1.4
1252024-12-23T04:17:07.255Z Downloaded waitgroup v0.1.2
1262024-12-23T04:17:07.256Z Downloaded equivalent v1.0.0
1272024-12-23T04:17:07.256Z Downloaded usdt-attr-macro v0.5.0
1282024-12-23T04:17:07.258Z Downloaded num_threads v0.1.3
1292024-12-23T04:17:07.258Z Downloaded http-body v1.0.1
1302024-12-23T04:17:07.258Z Downloaded openssl-macros v0.1.1
1312024-12-23T04:17:07.261Z Downloaded dtrace-parser v0.2.0
1322024-12-23T04:17:07.261Z Downloaded num-conv v0.1.0
1332024-12-23T04:17:07.263Z Downloaded is-terminal v0.4.12
1342024-12-23T04:17:07.264Z Downloaded dirs-sys-next v0.1.2
1352024-12-23T04:17:07.266Z Downloaded dirs-next v2.0.0
1362024-12-23T04:17:07.266Z Downloaded deranged v0.3.11
1372024-12-23T04:17:07.268Z Downloaded crypto-common v0.1.6
1382024-12-23T04:17:07.268Z Downloaded concurrent-queue v2.5.0
1392024-12-23T04:17:07.271Z Downloaded take_mut v0.2.2
1402024-12-23T04:17:07.271Z Downloaded futures-macro v0.3.31
1412024-12-23T04:17:07.274Z Downloaded digest v0.10.7
1422024-12-23T04:17:07.274Z Downloaded futures-task v0.3.31
1432024-12-23T04:17:07.276Z Downloaded block-buffer v0.10.2
1442024-12-23T04:17:07.276Z Downloaded powerfmt v0.2.0
1452024-12-23T04:17:07.279Z Downloaded plain v0.2.3
1462024-12-23T04:17:07.279Z Downloaded quinn-udp v0.5.5
1472024-12-23T04:17:07.282Z Downloaded subtle v2.5.0
1482024-12-23T04:17:07.282Z Downloaded futures-sink v0.3.31
1492024-12-23T04:17:07.284Z Downloaded data-encoding v2.4.0
1502024-12-23T04:17:07.284Z Downloaded anyhow v1.0.94
1512024-12-23T04:17:07.288Z Downloaded slog-bunyan v2.5.0
1522024-12-23T04:17:07.291Z Downloaded pin-utils v0.1.0
1532024-12-23T04:17:07.291Z Downloaded unicode-width v0.1.9
1542024-12-23T04:17:07.293Z Downloaded simple-mermaid v0.2.0
1552024-12-23T04:17:07.293Z Downloaded scroll_derive v0.12.0
1562024-12-23T04:17:07.296Z Downloaded rustc-hash v2.0.0
1572024-12-23T04:17:07.296Z Downloaded zeroize v1.7.0
1582024-12-23T04:17:07.299Z Downloaded lazy_static v1.5.0
1592024-12-23T04:17:07.299Z Downloaded httpdate v1.0.1
1602024-12-23T04:17:07.301Z Downloaded serde_tokenstream v0.2.2
1612024-12-23T04:17:07.301Z Downloaded scopeguard v1.2.0
1622024-12-23T04:17:07.304Z Downloaded hyper-tls v0.6.0
1632024-12-23T04:17:07.306Z Downloaded http-range v0.1.4
1642024-12-23T04:17:07.306Z Downloaded fastrand v2.1.1
1652024-12-23T04:17:07.309Z Downloaded rand_chacha v0.3.1
1662024-12-23T04:17:07.309Z Downloaded byteorder v1.4.3
1672024-12-23T04:17:07.313Z Downloaded sha1 v0.10.6
1682024-12-23T04:17:07.313Z Downloaded hostname v0.3.1
1692024-12-23T04:17:07.316Z Downloaded serde_path_to_error v0.1.16
1702024-12-23T04:17:07.316Z Downloaded rand_core v0.6.3
1712024-12-23T04:17:07.316Z Downloaded memmap v0.7.0
1722024-12-23T04:17:07.319Z Downloaded untrusted v0.9.0
1732024-12-23T04:17:07.319Z Downloaded debug-ignore v1.0.5
1742024-12-23T04:17:07.322Z Downloaded futures-io v0.3.31
1752024-12-23T04:17:07.322Z Downloaded percent-encoding v2.3.1
1762024-12-23T04:17:07.334Z Downloaded itoa v1.0.1
1772024-12-23T04:17:07.334Z Downloaded pem v3.0.4
1782024-12-23T04:17:07.334Z Downloaded newline-converter v0.3.0
1792024-12-23T04:17:07.334Z Downloaded glob v0.3.0
1802024-12-23T04:17:07.334Z Downloaded hostname v0.4.0
1812024-12-23T04:17:07.334Z Downloaded pin-project-lite v0.2.12
1822024-12-23T04:17:07.338Z Downloaded pest_derive v2.7.6
1832024-12-23T04:17:07.338Z Downloaded httparse v1.8.0
1842024-12-23T04:17:07.341Z Downloaded slog-json v2.6.1
1852024-12-23T04:17:07.341Z Downloaded ppv-lite86 v0.2.15
1862024-12-23T04:17:07.345Z Downloaded atomic-waker v1.1.1
1872024-12-23T04:17:07.345Z Downloaded getrandom v0.2.11
1882024-12-23T04:17:07.347Z Downloaded time-core v0.1.2
1892024-12-23T04:17:07.347Z Downloaded slog-async v2.8.0
1902024-12-23T04:17:07.350Z Downloaded serde_urlencoded v0.7.1
1912024-12-23T04:17:07.350Z Downloaded schemars_derive v0.8.21
1922024-12-23T04:17:07.352Z Downloaded rustls-native-certs v0.7.0
1932024-12-23T04:17:07.355Z Downloaded match_cfg v0.1.0
1942024-12-23T04:17:07.355Z Downloaded base64 v0.22.1
1952024-12-23T04:17:07.357Z Downloaded tinyvec_macros v0.1.0
1962024-12-23T04:17:07.360Z Downloaded native-tls v0.2.12
1972024-12-23T04:17:07.362Z Downloaded semver v1.0.24
1982024-12-23T04:17:07.362Z Downloaded pest_generator v2.7.6
1992024-12-23T04:17:07.365Z Downloaded scroll v0.12.0
2002024-12-23T04:17:07.365Z Downloaded once_cell v1.20.1
2012024-12-23T04:17:07.368Z Downloaded lock_api v0.4.6
2022024-12-23T04:17:07.370Z Downloaded sha2 v0.10.8
2032024-12-23T04:17:07.373Z Downloaded toml_datetime v0.6.8
2042024-12-23T04:17:07.373Z Downloaded spin v0.9.8
2052024-12-23T04:17:07.375Z Downloaded yasna v0.5.2
2062024-12-23T04:17:07.378Z Downloaded hyper-rustls v0.26.0
2072024-12-23T04:17:07.381Z Downloaded tower-service v0.3.1
2082024-12-23T04:17:07.381Z Downloaded socket2 v0.5.5
2092024-12-23T04:17:07.384Z Downloaded hyper-staticfile v0.10.1
2102024-12-23T04:17:07.387Z Downloaded event-listener v5.0.0
2112024-12-23T04:17:07.387Z Downloaded termcolor v1.1.2
2122024-12-23T04:17:07.390Z Downloaded serde_derive_internals v0.29.0
2132024-12-23T04:17:07.390Z Downloaded utf-8 v0.7.6
2142024-12-23T04:17:07.392Z Downloaded mime_guess v2.0.5
2152024-12-23T04:17:07.395Z Downloaded smallvec v1.13.2
2162024-12-23T04:17:07.395Z Downloaded slab v0.4.9
2172024-12-23T04:17:07.398Z Downloaded signal-hook-registry v1.4.0
2182024-12-23T04:17:07.398Z Downloaded similar v2.2.1
2192024-12-23T04:17:07.403Z Downloaded slog-term v2.9.1
2202024-12-23T04:17:07.406Z Downloaded parking_lot v0.12.1
2212024-12-23T04:17:07.408Z Downloaded thread_local v1.1.4
2222024-12-23T04:17:07.411Z Downloaded thiserror v1.0.69
2232024-12-23T04:17:07.414Z Downloaded tokio-native-tls v0.3.1
2242024-12-23T04:17:07.416Z Downloaded subprocess v0.2.9
2252024-12-23T04:17:07.419Z Downloaded tempfile v3.14.0
2262024-12-23T04:17:07.422Z Downloaded unicode-bidi v0.3.15
2272024-12-23T04:17:07.425Z Downloaded term v0.7.0
2282024-12-23T04:17:07.428Z Downloaded ryu v1.0.5
2292024-12-23T04:17:07.431Z Downloaded rustls-pki-types v1.10.0
2302024-12-23T04:17:07.434Z Downloaded tokio-macros v2.4.0
2312024-12-23T04:17:07.437Z Downloaded thread-id v4.0.0
2322024-12-23T04:17:07.437Z Downloaded bytes v1.9.0
2332024-12-23T04:17:07.440Z Downloaded tokio-tungstenite v0.24.0
2342024-12-23T04:17:07.443Z Downloaded time-macros v0.2.18
2352024-12-23T04:17:07.445Z Downloaded thiserror-impl v1.0.69
2362024-12-23T04:17:07.450Z Downloaded cc v1.0.83
2372024-12-23T04:17:07.453Z Downloaded thiserror-impl v2.0.7
2382024-12-23T04:17:07.453Z Downloaded url v2.5.2
2392024-12-23T04:17:07.456Z Downloaded tokio-rustls v0.26.0
2402024-12-23T04:17:07.458Z Downloaded ucd-trie v0.1.6
2412024-12-23T04:17:07.458Z Downloaded typenum v1.14.0
2422024-12-23T04:17:07.460Z Downloaded slog v2.7.0
2432024-12-23T04:17:07.463Z Downloaded serde_derive v1.0.216
2442024-12-23T04:17:07.466Z Downloaded quinn v0.11.4
2452024-12-23T04:17:07.469Z Downloaded tinyvec v1.5.1
2462024-12-23T04:17:07.472Z Downloaded num-traits v0.2.14
2472024-12-23T04:17:07.476Z Downloaded thiserror v2.0.7
2482024-12-23T04:17:07.481Z Downloaded rcgen v0.13.1
2492024-12-23T04:17:07.485Z Downloaded tokio-rustls v0.25.0
2502024-12-23T04:17:07.488Z Downloaded unicode-segmentation v1.10.0
2512024-12-23T04:17:07.492Z Downloaded toml v0.8.19
2522024-12-23T04:17:07.495Z Downloaded tracing v0.1.40
2532024-12-23T04:17:07.498Z Downloaded indexmap v2.7.0
2542024-12-23T04:17:07.504Z Downloaded hyper-util v0.1.10
2552024-12-23T04:17:07.506Z Downloaded tungstenite v0.24.0
2562024-12-23T04:17:07.509Z Downloaded tracing-core v0.1.32
2572024-12-23T04:17:07.512Z Downloaded memchr v2.6.0
2582024-12-23T04:17:07.517Z Downloaded toml_edit v0.22.20
2592024-12-23T04:17:07.539Z Downloaded serde_json v1.0.133
2602024-12-23T04:17:07.545Z Downloaded unicode-normalization v0.1.24
2612024-12-23T04:17:07.549Z Downloaded time v0.3.36
2622024-12-23T04:17:07.556Z Downloaded mio v1.0.3
2632024-12-23T04:17:07.561Z Downloaded tokio-util v0.7.7
2642024-12-23T04:17:07.567Z Downloaded portable-atomic v1.9.0
2652024-12-23T04:17:07.573Z Downloaded winnow v0.6.18
2662024-12-23T04:17:07.581Z Downloaded reqwest v0.12.9
2672024-12-23T04:17:07.589Z Downloaded rustls-webpki v0.102.8
2682024-12-23T04:17:07.607Z Downloaded quinn-proto v0.11.8
2692024-12-23T04:17:07.614Z Downloaded webpki-roots v0.26.5
2702024-12-23T04:17:07.616Z Downloaded vcpkg v0.2.15
2712024-12-23T04:17:07.655Z Downloaded goblin v0.8.0
2722024-12-23T04:17:07.659Z Downloaded hyper v1.5.1
2732024-12-23T04:17:07.665Z Downloaded h2 v0.4.6
2742024-12-23T04:17:07.671Z Downloaded futures-util v0.3.31
2752024-12-23T04:17:07.682Z Downloaded syn v2.0.91
2762024-12-23T04:17:07.693Z Downloaded chrono v0.4.39
2772024-12-23T04:17:07.699Z Downloaded rustls v0.23.13
2782024-12-23T04:17:07.711Z Downloaded openssl v0.10.66
2792024-12-23T04:17:07.721Z Downloaded rustls v0.22.4
2802024-12-23T04:17:07.732Z Downloaded idna v0.5.0
2812024-12-23T04:17:07.738Z Downloaded hashbrown v0.15.2
2822024-12-23T04:17:07.743Z Downloaded rustix v0.38.40
2832024-12-23T04:17:07.764Z Downloaded http v1.2.0
2842024-12-23T04:17:07.767Z Downloaded pest v2.7.6
2852024-12-23T04:17:07.772Z Downloaded zerocopy v0.7.32
2862024-12-23T04:17:07.786Z Downloaded openapiv3 v2.0.0
2872024-12-23T04:17:07.797Z Downloaded expectorate v1.1.0
2882024-12-23T04:17:07.800Z Downloaded crossbeam-channel v0.5.1
2892024-12-23T04:17:07.803Z Downloaded rand v0.8.4
2902024-12-23T04:17:07.806Z Downloaded trybuild v1.0.101
2912024-12-23T04:17:07.810Z Downloaded prettyplease v0.2.25
2922024-12-23T04:17:07.812Z Downloaded futures v0.3.31
2932024-12-23T04:17:07.817Z Downloaded serde v1.0.216
2942024-12-23T04:17:07.820Z Downloaded proc-macro2 v1.0.92
2952024-12-23T04:17:07.822Z Downloaded log v0.4.17
2962024-12-23T04:17:07.825Z Downloaded schemars v0.8.21
2972024-12-23T04:17:07.835Z Downloaded ipnet v2.10.0
2982024-12-23T04:17:07.837Z Downloaded unicode-ident v1.0.12
2992024-12-23T04:17:07.840Z Downloaded pest_meta v2.7.6
3002024-12-23T04:17:07.842Z Downloaded hyper-rustls v0.27.3
3012024-12-23T04:17:07.845Z Downloaded form_urlencoded v1.2.1
3022024-12-23T04:17:07.845Z Downloaded crossbeam-utils v0.8.15
3032024-12-23T04:17:07.848Z Downloaded futures-channel v0.3.31
3042024-12-23T04:17:07.848Z Downloaded multer v3.1.0
3052024-12-23T04:17:07.851Z Downloaded camino v1.1.9
3062024-12-23T04:17:07.853Z Downloaded async-trait v0.1.83
3072024-12-23T04:17:07.856Z Downloaded rustls-pemfile v2.1.3
3082024-12-23T04:17:07.865Z Downloaded parking_lot_core v0.9.4
3092024-12-23T04:17:07.865Z Downloaded mime v0.3.16
3102024-12-23T04:17:07.865Z Downloaded iana-time-zone v0.1.47
3112024-12-23T04:17:07.868Z Downloaded futures-executor v0.3.31
3122024-12-23T04:17:07.868Z Downloaded dyn-clone v1.0.4
3132024-12-23T04:17:07.868Z Downloaded dof v0.3.0
3142024-12-23T04:17:07.870Z Downloaded generic-array v0.14.5
3152024-12-23T04:17:07.870Z Downloaded fnv v1.0.7
3162024-12-23T04:17:07.873Z Downloaded bitflags v2.4.0
3172024-12-23T04:17:07.877Z Downloaded zerocopy-derive v0.7.32
3182024-12-23T04:17:07.880Z Downloaded console v0.15.7
3192024-12-23T04:17:07.880Z Downloaded futures-core v0.3.31
3202024-12-23T04:17:07.883Z Downloaded http-body-util v0.1.2
3212024-12-23T04:17:07.883Z Downloaded quote v1.0.37
3222024-12-23T04:17:07.886Z Downloaded version_check v0.9.5
3232024-12-23T04:17:07.888Z Downloaded serde_spanned v0.6.7
3242024-12-23T04:17:07.888Z Downloaded usdt-impl v0.5.0
3252024-12-23T04:17:07.888Z Downloaded heck v0.5.0
3262024-12-23T04:17:07.891Z Downloaded event-listener-strategy v0.5.2
3272024-12-23T04:17:07.891Z Downloaded schema-derive v0.1.0
3282024-12-23T04:17:07.891Z Downloaded uuid v1.11.0
3292024-12-23T04:17:07.894Z Downloaded errno v0.3.8
3302024-12-23T04:17:07.896Z Downloaded libc v0.2.168
3312024-12-23T04:17:07.921Z Downloaded try-lock v0.2.3
3322024-12-23T04:17:07.924Z Downloaded cpufeatures v0.2.2
3332024-12-23T04:17:07.924Z Downloaded tokio v1.41.1
3342024-12-23T04:17:07.957Z Downloaded pkg-config v0.3.31
3352024-12-23T04:17:07.959Z Downloaded paste v1.0.15
3362024-12-23T04:17:07.964Z Downloaded parking v2.2.0
3372024-12-23T04:17:07.967Z Downloaded usdt v0.5.0
3382024-12-23T04:17:07.967Z Downloaded async-stream v0.3.6
3392024-12-23T04:17:07.967Z Downloaded cfg-if v1.0.0
3402024-12-23T04:17:07.967Z Downloaded foreign-types v0.3.2
3412024-12-23T04:17:07.967Z Downloaded buf-list v1.0.3
3422024-12-23T04:17:08.011Z Downloaded encoding_rs v0.8.32
3432024-12-23T04:17:08.154Z Downloaded ring v0.17.7
3442024-12-23T04:17:08.426Z Compiling proc-macro2 v1.0.92
3452024-12-23T04:17:08.426Z Compiling unicode-ident v1.0.12
3462024-12-23T04:17:08.428Z Compiling libc v0.2.168
3472024-12-23T04:17:08.428Z Compiling cfg-if v1.0.0
3482024-12-23T04:17:08.428Z Compiling serde v1.0.216
3492024-12-23T04:17:08.428Z Compiling itoa v1.0.1
3502024-12-23T04:17:08.428Z Compiling memchr v2.6.0
3512024-12-23T04:17:08.447Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b4509c562bc133a -C extra-filename=-2b4509c562bc133a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3522024-12-23T04:17:08.450Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=cd146562aee6a48f -C extra-filename=-cd146562aee6a48f --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-cd146562aee6a48f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3532024-12-23T04:17:08.450Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.168/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=3f37ecda65fe710f -C extra-filename=-3f37ecda65fe710f --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-3f37ecda65fe710f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3542024-12-23T04:17:08.450Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=5dd581dc3bc79f2e -C extra-filename=-5dd581dc3bc79f2e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3552024-12-23T04:17:08.450Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.216/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=11eaa64c74971fa8 -C extra-filename=-11eaa64c74971fa8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-11eaa64c74971fa8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3562024-12-23T04:17:08.450Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.168/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=a624976002cc552c -C extra-filename=-a624976002cc552c --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-a624976002cc552c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3572024-12-23T04:17:08.450Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3304f96f964a1429 -C extra-filename=-3304f96f964a1429 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3582024-12-23T04:17:08.456Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=7811892e43d5a81d -C extra-filename=-7811892e43d5a81d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3592024-12-23T04:17:08.588Z Compiling version_check v0.9.5
3602024-12-23T04:17:08.599Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ca23863feb9ecf9 -C extra-filename=-1ca23863feb9ecf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3612024-12-23T04:17:08.633Z Compiling once_cell v1.20.1
3622024-12-23T04:17:08.644Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=8ecd19cea472010a -C extra-filename=-8ecd19cea472010a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3632024-12-23T04:17:08.649Z Compiling pin-project-lite v0.2.12
3642024-12-23T04:17:08.649Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a094d5966eb5bd87 -C extra-filename=-a094d5966eb5bd87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3652024-12-23T04:17:08.759Z Compiling autocfg v1.1.0
3662024-12-23T04:17:08.762Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ae02b1ab1a3988d -C extra-filename=-4ae02b1ab1a3988d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3672024-12-23T04:17:08.991Z Compiling bytes v1.9.0
3682024-12-23T04:17:08.991Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7b39fda080c99561 -C extra-filename=-7b39fda080c99561 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3692024-12-23T04:17:09.039Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-cd146562aee6a48f/build-script-build`
3702024-12-23T04:17:09.039Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-11eaa64c74971fa8/build-script-build`
3712024-12-23T04:17:09.070Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-3f37ecda65fe710f/build-script-build`
3722024-12-23T04:17:09.092Z Compiling log v0.4.17
3732024-12-23T04:17:09.103Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=22cbab9c833124f6 -C extra-filename=-22cbab9c833124f6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-22cbab9c833124f6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3742024-12-23T04:17:09.106Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-a624976002cc552c/build-script-build`
3752024-12-23T04:17:09.125Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.168/src/lib.rs --error-format=json --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=f9e6df5faf017a72 -C extra-filename=-f9e6df5faf017a72 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3762024-12-23T04:17:09.138Z Compiling futures-core v0.3.31
3772024-12-23T04:17:09.149Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=202e0e401ac02b89 -C extra-filename=-202e0e401ac02b89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3782024-12-23T04:17:09.173Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.168/src/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=1b28adc0e205690d -C extra-filename=-1b28adc0e205690d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3792024-12-23T04:17:09.321Z Compiling ryu v1.0.5
3802024-12-23T04:17:09.324Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=5fc82c77cb46f485 -C extra-filename=-5fc82c77cb46f485 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-5fc82c77cb46f485 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3812024-12-23T04:17:09.356Z Compiling parking_lot_core v0.9.4
3822024-12-23T04:17:09.359Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=24bab15ec3e720eb -C extra-filename=-24bab15ec3e720eb --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-24bab15ec3e720eb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3832024-12-23T04:17:09.381Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=04e9a0ae494af8ad -C extra-filename=-04e9a0ae494af8ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
3842024-12-23T04:17:09.471Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-22cbab9c833124f6/build-script-build`
3852024-12-23T04:17:09.479Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=2ea91e4e3ae71a91 -C extra-filename=-2ea91e4e3ae71a91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
3862024-12-23T04:17:09.780Z Compiling cc v1.0.83
3872024-12-23T04:17:09.782Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=c42767795c8b6fc1 -C extra-filename=-c42767795c8b6fc1 --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-1b28adc0e205690d.rmeta --cap-lints allow`
3882024-12-23T04:17:09.805Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-24bab15ec3e720eb/build-script-build`
3892024-12-23T04:17:09.817Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-5fc82c77cb46f485/build-script-build`
3902024-12-23T04:17:09.832Z Compiling slab v0.4.9
3912024-12-23T04:17:09.836Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2402d3bbfa54c27a -C extra-filename=-2402d3bbfa54c27a --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-2402d3bbfa54c27a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-4ae02b1ab1a3988d.rlib --cap-lints allow`
3922024-12-23T04:17:09.845Z Compiling futures-sink v0.3.31
3932024-12-23T04:17:09.847Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6547b91da89de9b3 -C extra-filename=-6547b91da89de9b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3942024-12-23T04:17:09.871Z Compiling smallvec v1.13.2
3952024-12-23T04:17:09.874Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=b1bd81fab5258879 -C extra-filename=-b1bd81fab5258879 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3962024-12-23T04:17:09.984Z Compiling thiserror v1.0.69
3972024-12-23T04:17:09.987Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f95b53689135e862 -C extra-filename=-f95b53689135e862 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f95b53689135e862 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3982024-12-23T04:17:10.075Z Compiling quote v1.0.37
3992024-12-23T04:17:10.078Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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=1df8baf0a4c3fb3e -C extra-filename=-1df8baf0a4c3fb3e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --cap-lints allow`
4002024-12-23T04:17:10.138Z Compiling scopeguard v1.2.0
4012024-12-23T04:17:10.141Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=42b7a5659aa61c8d -C extra-filename=-42b7a5659aa61c8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4022024-12-23T04:17:10.203Z Compiling getrandom v0.2.11
4032024-12-23T04:17:10.206Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=36e0aa6318da57d5 -C extra-filename=-36e0aa6318da57d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --cap-lints allow`
4042024-12-23T04:17:10.242Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-2402d3bbfa54c27a/build-script-build`
4052024-12-23T04:17:10.279Z Compiling lock_api v0.4.6
4062024-12-23T04:17:10.282Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=ad0a48cb3aabe593 -C extra-filename=-ad0a48cb3aabe593 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rmeta --cap-lints allow`
4072024-12-23T04:17:10.343Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=94dfd1f3b4b58c5f -C extra-filename=-94dfd1f3b4b58c5f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-b1bd81fab5258879.rmeta --cap-lints allow`
4082024-12-23T04:17:10.410Z Compiling syn v2.0.91
4092024-12-23T04:17:10.420Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.91/src/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=8ed99ae66392a957 -C extra-filename=-8ed99ae66392a957 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow`
4102024-12-23T04:17:10.506Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f95b53689135e862/build-script-build`
4112024-12-23T04:17:10.564Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=ca43ebeaa2825c46 -C extra-filename=-ca43ebeaa2825c46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4122024-12-23T04:17:10.638Z Compiling serde_json v1.0.133
4132024-12-23T04:17:10.640Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/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=61752e70cffe044e -C extra-filename=-61752e70cffe044e --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-61752e70cffe044e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142024-12-23T04:17:10.715Z Compiling parking_lot v0.12.1
4152024-12-23T04:17:10.718Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=dbb443a9a30c87ee -C extra-filename=-dbb443a9a30c87ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-ad0a48cb3aabe593.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-94dfd1f3b4b58c5f.rmeta --cap-lints allow`
4162024-12-23T04:17:10.818Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cd1f1968df994cf1 -C extra-filename=-cd1f1968df994cf1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172024-12-23T04:17:10.890Z Compiling signal-hook-registry v1.4.0
4182024-12-23T04:17:10.890Z Compiling socket2 v0.5.5
4192024-12-23T04:17:10.903Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c649268e78c9466 -C extra-filename=-1c649268e78c9466 --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-f9e6df5faf017a72.rmeta --cap-lints allow`
4202024-12-23T04:17:10.903Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=a0374385f69e3c93 -C extra-filename=-a0374385f69e3c93 --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-f9e6df5faf017a72.rmeta --cap-lints allow`
4212024-12-23T04:17:10.941Z Compiling mio v1.0.3
4222024-12-23T04:17:10.944Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=0b6dac5f125861d3 -C extra-filename=-0b6dac5f125861d3 --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-f9e6df5faf017a72.rmeta --cap-lints allow`
4232024-12-23T04:17:10.980Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-61752e70cffe044e/build-script-build`
4242024-12-23T04:17:10.998Z Compiling fnv v1.0.7
4252024-12-23T04:17:11.009Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a785c9739f55e7ce -C extra-filename=-a785c9739f55e7ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262024-12-23T04:17:11.056Z Compiling futures-channel v0.3.31
4272024-12-23T04:17:11.068Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4eb31465723bb3e4 -C extra-filename=-4eb31465723bb3e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --cap-lints allow`
4282024-12-23T04:17:11.118Z Compiling http v1.2.0
4292024-12-23T04:17:11.121Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d564999cad1a5c0c -C extra-filename=-d564999cad1a5c0c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a785c9739f55e7ce.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --cap-lints allow`
4302024-12-23T04:17:11.432Z Compiling futures-task v0.3.31
4312024-12-23T04:17:11.436Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=f46c24381bc413fc -C extra-filename=-f46c24381bc413fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4322024-12-23T04:17:11.599Z Compiling futures-io v0.3.31
4332024-12-23T04:17:11.602Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=5818bb373b366268 -C extra-filename=-5818bb373b366268 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342024-12-23T04:17:11.674Z Compiling equivalent v1.0.0
4352024-12-23T04:17:11.683Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48c70162b106b140 -C extra-filename=-48c70162b106b140 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362024-12-23T04:17:11.710Z Compiling hashbrown v0.15.2
4372024-12-23T04:17:11.712Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f5be82adde7a16af -C extra-filename=-f5be82adde7a16af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382024-12-23T04:17:11.778Z Compiling pin-utils v0.1.0
4392024-12-23T04:17:11.781Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0fdc83d8b9503d3c -C extra-filename=-0fdc83d8b9503d3c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4402024-12-23T04:17:11.805Z Compiling ring v0.17.7
4412024-12-23T04:17:11.828Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=ecea8ddfc55e4683 -C extra-filename=-ecea8ddfc55e4683 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-ecea8ddfc55e4683 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-c42767795c8b6fc1.rlib --cap-lints allow`
4422024-12-23T04:17:11.832Z Compiling httparse v1.8.0
4432024-12-23T04:17:11.832Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1815815f8349c27 -C extra-filename=-a1815815f8349c27 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-a1815815f8349c27 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442024-12-23T04:17:11.862Z Compiling rustls-pki-types v1.10.0
4452024-12-23T04:17:11.862Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=09d82741717f5c62 -C extra-filename=-09d82741717f5c62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462024-12-23T04:17:11.875Z Compiling spin v0.9.8
4472024-12-23T04:17:11.879Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=aac7f034420c2f30 -C extra-filename=-aac7f034420c2f30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4482024-12-23T04:17:12.103Z Compiling tracing-core v0.1.32
4492024-12-23T04:17:12.107Z Compiling untrusted v0.9.0
4502024-12-23T04:17:12.107Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=7dc3347dd7587c6f -C extra-filename=-7dc3347dd7587c6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --cap-lints allow`
4512024-12-23T04:17:12.107Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5962458cf40046c -C extra-filename=-c5962458cf40046c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4522024-12-23T04:17:12.299Z Compiling byteorder v1.4.3
4532024-12-23T04:17:12.302Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-a1815815f8349c27/build-script-build`
4542024-12-23T04:17:12.302Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=a679b17ca8f1f83b -C extra-filename=-a679b17ca8f1f83b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4552024-12-23T04:17:12.326Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8170973e93e4b714 -C extra-filename=-8170973e93e4b714 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4562024-12-23T04:17:12.777Z Compiling ucd-trie v0.1.6
4572024-12-23T04:17:12.789Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8fe6c17116ec2866 -C extra-filename=-8fe6c17116ec2866 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4582024-12-23T04:17:12.842Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-ecea8ddfc55e4683/build-script-build`
4592024-12-23T04:17:12.861Z Compiling tracing v0.1.40
4602024-12-23T04:17:12.864Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=3cb0fcf01e26557b -C extra-filename=-3cb0fcf01e26557b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-7dc3347dd7587c6f.rmeta --cap-lints allow`
4612024-12-23T04:17:12.985Z Compiling pkg-config v0.3.31
4622024-12-23T04:17:12.988Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf7b7af24c352e30 -C extra-filename=-cf7b7af24c352e30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4632024-12-23T04:17:13.022Z Compiling vcpkg v0.2.15
4642024-12-23T04:17:13.025Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04de5ef0e53c8b57 -C extra-filename=-04de5ef0e53c8b57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4652024-12-23T04:17:13.275Z Compiling atomic-waker v1.1.1
4662024-12-23T04:17:13.278Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=7fd089cc9c593599 -C extra-filename=-7fd089cc9c593599 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672024-12-23T04:17:13.389Z Compiling typenum v1.14.0
4682024-12-23T04:17:13.391Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=a874ee750a60ee3a -C extra-filename=-a874ee750a60ee3a --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-a874ee750a60ee3a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692024-12-23T04:17:13.414Z Compiling http-body v1.0.1
4702024-12-23T04:17:13.416Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f47cc9f672c6a6d -C extra-filename=-5f47cc9f672c6a6d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --cap-lints allow`
4712024-12-23T04:17:13.467Z Compiling generic-array v0.14.5
4722024-12-23T04:17:13.470Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=0a273518cb69fe66 -C extra-filename=-0a273518cb69fe66 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-0a273518cb69fe66 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow`
4732024-12-23T04:17:13.505Z Compiling try-lock v0.2.3
4742024-12-23T04:17:13.508Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71cc9b573bcfc055 -C extra-filename=-71cc9b573bcfc055 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4752024-12-23T04:17:13.626Z Compiling crossbeam-utils v0.8.15
4762024-12-23T04:17:13.629Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=b5a6dffc99cd6153 -C extra-filename=-b5a6dffc99cd6153 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b5a6dffc99cd6153 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4772024-12-23T04:17:13.647Z Compiling want v0.3.0
4782024-12-23T04:17:13.649Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77d59de9e605eac7 -C extra-filename=-77d59de9e605eac7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-71cc9b573bcfc055.rmeta --cap-lints allow`
4792024-12-23T04:17:13.832Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-0a273518cb69fe66/build-script-build`
4802024-12-23T04:17:13.886Z Compiling powerfmt v0.2.0
4812024-12-23T04:17:13.889Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=70e5eaac2f714cf0 -C extra-filename=-70e5eaac2f714cf0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4822024-12-23T04:17:13.921Z Compiling zeroize v1.7.0
4832024-12-23T04:17:13.924Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=da542cff3d2eedc6 -C extra-filename=-da542cff3d2eedc6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4842024-12-23T04:17:14.034Z Compiling time-core v0.1.2
4852024-12-23T04:17:14.037Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa6baf78862fdd65 -C extra-filename=-aa6baf78862fdd65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862024-12-23T04:17:14.100Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b5a6dffc99cd6153/build-script-build`
4872024-12-23T04:17:14.119Z Compiling subtle v2.5.0
4882024-12-23T04:17:14.122Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=73d06957f10eeb69 -C extra-filename=-73d06957f10eeb69 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4892024-12-23T04:17:14.192Z Compiling httpdate v1.0.1
4902024-12-23T04:17:14.192Z Compiling num-conv v0.1.0
4912024-12-23T04:17:14.195Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41ef72da9f22982d -C extra-filename=-41ef72da9f22982d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922024-12-23T04:17:14.195Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25466779565e1786 -C extra-filename=-25466779565e1786 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4932024-12-23T04:17:14.246Z Compiling deranged v0.3.11
4942024-12-23T04:17:14.249Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=9f9a8cae2269c2ed -C extra-filename=-9f9a8cae2269c2ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-70e5eaac2f714cf0.rmeta --cap-lints allow`
4952024-12-23T04:17:14.312Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-a874ee750a60ee3a/build-script-main`
4962024-12-23T04:17:14.356Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=2bcf0c9b8cf8c35f -C extra-filename=-2bcf0c9b8cf8c35f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --cap-lints allow`
4972024-12-23T04:17:14.461Z Compiling time-macros v0.2.18
4982024-12-23T04:17:14.464Z Compiling openssl-sys v0.9.103
4992024-12-23T04:17:14.477Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=116dcbd358aa9937 -C extra-filename=-116dcbd358aa9937 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-41ef72da9f22982d.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-aa6baf78862fdd65.rlib --extern proc_macro --cap-lints allow`
5002024-12-23T04:17:14.477Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=98fab520a98a0ff2 -C extra-filename=-98fab520a98a0ff2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-98fab520a98a0ff2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-c42767795c8b6fc1.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-cf7b7af24c352e30.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-04de5ef0e53c8b57.rlib --cap-lints allow`
5012024-12-23T04:17:14.486Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=1aad48a297284976 -C extra-filename=-1aad48a297284976 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5022024-12-23T04:17:14.660Z Compiling slog v2.7.0
5032024-12-23T04:17:14.663Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=c93c1cc0f85b7373 -C extra-filename=-c93c1cc0f85b7373 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-c93c1cc0f85b7373 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042024-12-23T04:17:15.140Z Compiling bitflags v2.4.0
5052024-12-23T04:17:15.143Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=4453ff0f6fdc5370 -C extra-filename=-4453ff0f6fdc5370 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062024-12-23T04:17:15.374Z Compiling base64 v0.22.1
5072024-12-23T04:17:15.377Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-98fab520a98a0ff2/build-script-main`
5082024-12-23T04:17:15.377Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5dc2903498e8e0d8 -C extra-filename=-5dc2903498e8e0d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092024-12-23T04:17:15.466Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=b8ae90b47b532750 -C extra-filename=-b8ae90b47b532750 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-1aad48a297284976.rmeta --cap-lints allow --cfg relaxed_coherence`
5102024-12-23T04:17:15.470Z Compiling num_threads v0.1.3
5112024-12-23T04:17:15.470Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5763716f0b9fe373 -C extra-filename=-5763716f0b9fe373 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5122024-12-23T04:17:15.504Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c93c1cc0f85b7373/build-script-build`
5132024-12-23T04:17:15.548Z Compiling unicase v2.6.0
5142024-12-23T04:17:15.560Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a841d2c447f6aa0b -C extra-filename=-a841d2c447f6aa0b --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-a841d2c447f6aa0b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow`
5152024-12-23T04:17:15.563Z Compiling usdt-impl v0.5.0
5162024-12-23T04:17:15.563Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=ed3ebab30af42dfd -C extra-filename=-ed3ebab30af42dfd --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ed3ebab30af42dfd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow`
5172024-12-23T04:17:15.579Z Compiling openssl v0.10.66
5182024-12-23T04:17:15.590Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=4db551ff8b71c1b5 -C extra-filename=-4db551ff8b71c1b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-4db551ff8b71c1b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192024-12-23T04:17:15.875Z Compiling paste v1.0.15
5202024-12-23T04:17:15.878Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9091910e0d3f186f -C extra-filename=-9091910e0d3f186f --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-9091910e0d3f186f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212024-12-23T04:17:15.926Z Compiling percent-encoding v2.3.1
5222024-12-23T04:17:15.929Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=48a9904ae722e1d3 -C extra-filename=-48a9904ae722e1d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232024-12-23T04:17:15.978Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=4a03f76db3e97376 -C extra-filename=-4a03f76db3e97376 --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-36e0aa6318da57d5.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-aac7f034420c2f30.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c5962458cf40046c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
5242024-12-23T04:17:16.016Z Compiling tinyvec_macros v0.1.0
5252024-12-23T04:17:16.019Z Compiling foreign-types-shared v0.1.1
5262024-12-23T04:17:16.019Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92932337de74c4f0 -C extra-filename=-92932337de74c4f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272024-12-23T04:17:16.019Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e655ed84d5616fe5 -C extra-filename=-e655ed84d5616fe5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282024-12-23T04:17:16.110Z Compiling tower-service v0.3.1
5292024-12-23T04:17:16.113Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.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=898d61404c92afba -C extra-filename=-898d61404c92afba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5302024-12-23T04:17:16.124Z Compiling openssl-probe v0.1.4
5312024-12-23T04:17:16.127Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc0a1e1832286ed0 -C extra-filename=-dc0a1e1832286ed0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322024-12-23T04:17:16.222Z Compiling form_urlencoded v1.2.1
5332024-12-23T04:17:16.225Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e609e9b6d2cfac5c -C extra-filename=-e609e9b6d2cfac5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --cap-lints allow`
5342024-12-23T04:17:16.236Z Compiling tinyvec v1.5.1
5352024-12-23T04:17:16.236Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "serde", "std", "tinyvec_macros"))' -C metadata=596b343bc3f2559a -C extra-filename=-596b343bc3f2559a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec_macros-92932337de74c4f0.rmeta --cap-lints allow`
5362024-12-23T04:17:16.349Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-9091910e0d3f186f/build-script-build`
5372024-12-23T04:17:16.407Z Compiling foreign-types v0.3.2
5382024-12-23T04:17:16.409Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2bc3e7a32a58de3e -C extra-filename=-2bc3e7a32a58de3e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-e655ed84d5616fe5.rmeta --cap-lints allow`
5392024-12-23T04:17:16.439Z Compiling crypto-common v0.1.6
5402024-12-23T04:17:16.443Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=5a91c444c059179b -C extra-filename=-5a91c444c059179b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-b8ae90b47b532750.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-1aad48a297284976.rmeta --cap-lints allow`
5412024-12-23T04:17:16.489Z Compiling block-buffer v0.10.2
5422024-12-23T04:17:16.492Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a32fa8ee2de33f3 -C extra-filename=-9a32fa8ee2de33f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-b8ae90b47b532750.rmeta --cap-lints allow`
5432024-12-23T04:17:16.502Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-4db551ff8b71c1b5/build-script-build`
5442024-12-23T04:17:16.533Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ed3ebab30af42dfd/build-script-build`
5452024-12-23T04:17:16.536Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-a841d2c447f6aa0b/build-script-build`
5462024-12-23T04:17:16.594Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=2cdf19f3b7a2e68f -C extra-filename=-2cdf19f3b7a2e68f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
5472024-12-23T04:17:16.665Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=2fb861937b53185e -C extra-filename=-2fb861937b53185e --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-f9e6df5faf017a72.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)'`
5482024-12-23T04:17:16.669Z Compiling rand_core v0.6.3
5492024-12-23T04:17:16.669Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=2db3ae812f19c477 -C extra-filename=-2db3ae812f19c477 --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-36e0aa6318da57d5.rmeta --cap-lints allow`
5502024-12-23T04:17:16.696Z Compiling thread-id v4.0.0
5512024-12-23T04:17:16.699Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba193204ccf11820 -C extra-filename=-ba193204ccf11820 --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-1b28adc0e205690d.rmeta --cap-lints allow`
5522024-12-23T04:17:16.794Z Compiling num-traits v0.2.14
5532024-12-23T04:17:16.797Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=5c09c1eed9153658 -C extra-filename=-5c09c1eed9153658 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-5c09c1eed9153658 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-4ae02b1ab1a3988d.rlib --cap-lints allow`
5542024-12-23T04:17:17.020Z Compiling rustls v0.23.13
5552024-12-23T04:17:17.028Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=1a370e121a6f7649 -C extra-filename=-1a370e121a6f7649 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-1a370e121a6f7649 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5562024-12-23T04:17:17.168Z Compiling rustls v0.22.4
5572024-12-23T04:17:17.179Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=e4f710111ba12d98 -C extra-filename=-e4f710111ba12d98 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-e4f710111ba12d98 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582024-12-23T04:17:17.236Z Compiling time v0.3.36
5592024-12-23T04:17:17.239Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=0b95d87617c255e7 -C extra-filename=-0b95d87617c255e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-9f9a8cae2269c2ed.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-41ef72da9f22982d.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-5763716f0b9fe373.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-70e5eaac2f714cf0.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-aa6baf78862fdd65.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-116dcbd358aa9937.so --cap-lints allow`
5602024-12-23T04:17:17.326Z Compiling lazy_static v1.5.0
5612024-12-23T04:17:17.329Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=d64202170b2e197a -C extra-filename=-d64202170b2e197a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622024-12-23T04:17:17.416Z Compiling unicode-width v0.1.9
5632024-12-23T04:17:17.418Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3fbdf015e2d1ab9a -C extra-filename=-3fbdf015e2d1ab9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5642024-12-23T04:17:17.458Z Compiling mime v0.3.16
5652024-12-23T04:17:17.458Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e6e14bf8f897369 -C extra-filename=-2e6e14bf8f897369 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662024-12-23T04:17:17.487Z Compiling semver v1.0.24
5672024-12-23T04:17:17.490Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d2337ce5edf9387e -C extra-filename=-d2337ce5edf9387e --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-d2337ce5edf9387e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682024-12-23T04:17:17.561Z Compiling plain v0.2.3
5692024-12-23T04:17:17.573Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eea47dbe4268cb26 -C extra-filename=-eea47dbe4268cb26 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5702024-12-23T04:17:17.623Z Compiling ppv-lite86 v0.2.15
5712024-12-23T04:17:17.626Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=d564fed89c383635 -C extra-filename=-d564fed89c383635 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722024-12-23T04:17:17.707Z Compiling native-tls v0.2.12
5732024-12-23T04:17:17.710Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=dc77dae4e4fceaae -C extra-filename=-dc77dae4e4fceaae --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-dc77dae4e4fceaae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742024-12-23T04:17:17.851Z Compiling rustls-webpki v0.102.8
5752024-12-23T04:17:17.858Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=8e8df57dd57e268e -C extra-filename=-8e8df57dd57e268e --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-4a03f76db3e97376.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c5962458cf40046c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out`
5762024-12-23T04:17:17.983Z Compiling unicode-normalization v0.1.24
5772024-12-23T04:17:17.986Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1074ff751d4dcbe6 -C extra-filename=-1074ff751d4dcbe6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec-596b343bc3f2559a.rmeta --cap-lints allow`
5782024-12-23T04:17:17.996Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-d2337ce5edf9387e/build-script-build`
5792024-12-23T04:17:18.058Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-e4f710111ba12d98/build-script-build`
5802024-12-23T04:17:18.077Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-1a370e121a6f7649/build-script-build`
5812024-12-23T04:17:18.096Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-5c09c1eed9153658/build-script-build`
5822024-12-23T04:17:18.109Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-dc77dae4e4fceaae/build-script-build`
5832024-12-23T04:17:18.127Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5d37b5944a2bec33 -C extra-filename=-5d37b5944a2bec33 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
5842024-12-23T04:17:18.252Z Compiling rand_chacha v0.3.1
5852024-12-23T04:17:18.264Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=180963e155ef7681 -C extra-filename=-180963e155ef7681 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-d564fed89c383635.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-2db3ae812f19c477.rmeta --cap-lints allow`
5862024-12-23T04:17:18.374Z Compiling digest v0.10.7
5872024-12-23T04:17:18.377Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=9a02dfbc282c3e64 -C extra-filename=-9a02dfbc282c3e64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-9a32fa8ee2de33f3.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-5a91c444c059179b.rmeta --cap-lints allow`
5882024-12-23T04:17:18.486Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=793274e01d89c767 -C extra-filename=-793274e01d89c767 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
5892024-12-23T04:17:18.703Z Compiling rustls-pemfile v2.1.3
5902024-12-23T04:17:18.714Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d0874cfdfdccfd34 -C extra-filename=-d0874cfdfdccfd34 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --cap-lints allow`
5912024-12-23T04:17:19.015Z Compiling dirs-sys-next v0.1.2
5922024-12-23T04:17:19.018Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11f0e7ffdf0aaf73 -C extra-filename=-11f0e7ffdf0aaf73 --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-f9e6df5faf017a72.rmeta --cap-lints allow`
5932024-12-23T04:17:19.091Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=1fd3a47ef93f811e -C extra-filename=-1fd3a47ef93f811e --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1fd3a47ef93f811e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow`
5942024-12-23T04:17:19.377Z Compiling winnow v0.6.18
5952024-12-23T04:17:19.380Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=75c04a53d45b38c7 -C extra-filename=-75c04a53d45b38c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5962024-12-23T04:17:19.457Z Compiling unicode-segmentation v1.10.0
5972024-12-23T04:17:19.459Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=4a6bb2da173b7a40 -C extra-filename=-4a6bb2da173b7a40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5982024-12-23T04:17:19.483Z Compiling unicode-bidi v0.3.15
5992024-12-23T04:17:19.488Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=b65a8a6e78f10c75 -C extra-filename=-b65a8a6e78f10c75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6002024-12-23T04:17:19.591Z Compiling cpufeatures v0.2.2
6012024-12-23T04:17:19.593Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2cde8935906ba3e8 -C extra-filename=-2cde8935906ba3e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6022024-12-23T04:17:19.628Z Compiling pretty-hex v0.4.1
6032024-12-23T04:17:19.631Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=0c8091ee601db76f -C extra-filename=-0c8091ee601db76f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6042024-12-23T04:17:19.677Z Compiling sha1 v0.10.6
6052024-12-23T04:17:19.679Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=f99f1fc3dc2da012 -C extra-filename=-f99f1fc3dc2da012 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-2cde8935906ba3e8.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-9a02dfbc282c3e64.rmeta --cap-lints allow`
6062024-12-23T04:17:19.823Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1fd3a47ef93f811e/build-script-build`
6072024-12-23T04:17:19.893Z Compiling dirs-next v2.0.0
6082024-12-23T04:17:19.895Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ebce09478611b46 -C extra-filename=-6ebce09478611b46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-11f0e7ffdf0aaf73.rmeta --cap-lints allow`
6092024-12-23T04:17:19.987Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=b1786f26d8fb058c -C extra-filename=-b1786f26d8fb058c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-4a03f76db3e97376.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-8e8df57dd57e268e.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-73d06957f10eeb69.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-da542cff3d2eedc6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
6102024-12-23T04:17:20.045Z Compiling newline-converter v0.3.0
6112024-12-23T04:17:20.047Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=550874df4534c24e -C extra-filename=-550874df4534c24e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_segmentation-4a6bb2da173b7a40.rmeta --cap-lints allow`
6122024-12-23T04:17:20.090Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=5239f60544980b37 -C extra-filename=-5239f60544980b37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-4a03f76db3e97376.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-8e8df57dd57e268e.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-73d06957f10eeb69.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-da542cff3d2eedc6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out`
6132024-12-23T04:17:20.154Z Compiling idna v0.5.0
6142024-12-23T04:17:20.156Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=70257c669e69ace0 -C extra-filename=-70257c669e69ace0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-b65a8a6e78f10c75.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-1074ff751d4dcbe6.rmeta --cap-lints allow`
6152024-12-23T04:17:20.187Z Compiling rand v0.8.4
6162024-12-23T04:17:20.191Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=f300da7cef77ee4b -C extra-filename=-f300da7cef77ee4b --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-f9e6df5faf017a72.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-180963e155ef7681.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-2db3ae812f19c477.rmeta --cap-lints allow`
6172024-12-23T04:17:20.776Z Compiling mime_guess v2.0.5
6182024-12-23T04:17:20.779Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=f80aa830a10dcc85 -C extra-filename=-f80aa830a10dcc85 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-f80aa830a10dcc85 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5d37b5944a2bec33.rlib --cap-lints allow`
6192024-12-23T04:17:20.844Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8d089af357a348f5 -C extra-filename=-8d089af357a348f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked`
6202024-12-23T04:17:21.158Z Compiling serde_derive v1.0.216
6212024-12-23T04:17:21.181Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.216/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=7974cd7443361ef0 -C extra-filename=-7974cd7443361ef0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
6222024-12-23T04:17:21.581Z Compiling thiserror-impl v1.0.69
6232024-12-23T04:17:21.584Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c87d66fa9f764dc -C extra-filename=-7c87d66fa9f764dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
6242024-12-23T04:17:21.771Z Compiling tokio-macros v2.4.0
6252024-12-23T04:17:21.774Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cd6af54dd2c7297 -C extra-filename=-6cd6af54dd2c7297 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
6262024-12-23T04:17:21.832Z Compiling futures-macro v0.3.31
6272024-12-23T04:17:21.835Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f8145f3cc230f17 -C extra-filename=-1f8145f3cc230f17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
6282024-12-23T04:17:22.171Z Compiling zerocopy-derive v0.7.32
6292024-12-23T04:17:22.174Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0e94fb0fb64dc9b -C extra-filename=-e0e94fb0fb64dc9b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
6302024-12-23T04:17:22.693Z Compiling scroll_derive v0.12.0
6312024-12-23T04:17:22.703Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0a294c77533dfbc -C extra-filename=-e0a294c77533dfbc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
6322024-12-23T04:17:23.295Z Compiling tokio v1.41.1
6332024-12-23T04:17:23.298Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.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="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=99aff7ef0b78b874 -C extra-filename=-99aff7ef0b78b874 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-0b6dac5f125861d3.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-dbb443a9a30c87ee.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-1c649268e78c9466.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-a0374385f69e3c93.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-6cd6af54dd2c7297.so --cap-lints allow`
6342024-12-23T04:17:23.715Z Compiling futures-util v0.3.31
6352024-12-23T04:17:23.718Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=cf754964c0437cb8 -C extra-filename=-cf754964c0437cb8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-4eb31465723bb3e4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5818bb373b366268.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-1f8145f3cc230f17.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-0fdc83d8b9503d3c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-cd1f1968df994cf1.rmeta --cap-lints allow`
6362024-12-23T04:17:24.050Z Compiling zerocopy v0.7.32
6372024-12-23T04:17:24.053Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=5cbf79c8e8f5f1bc -C extra-filename=-5cbf79c8e8f5f1bc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-a679b17ca8f1f83b.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-e0e94fb0fb64dc9b.so --cap-lints allow`
6382024-12-23T04:17:24.143Z Compiling scroll v0.12.0
6392024-12-23T04:17:24.145Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=3fd0cc34dea26c52 -C extra-filename=-3fd0cc34dea26c52 --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-e0a294c77533dfbc.so --cap-lints allow`
6402024-12-23T04:17:24.370Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e6a7cf82bfd68b8 -C extra-filename=-3e6a7cf82bfd68b8 --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-7c87d66fa9f764dc.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
6412024-12-23T04:17:24.488Z Compiling pest v2.7.6
6422024-12-23T04:17:24.491Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=0abcf83451b364cd -C extra-filename=-0abcf83451b364cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3e6a7cf82bfd68b8.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-8fe6c17116ec2866.rmeta --cap-lints allow`
6432024-12-23T04:17:24.642Z Compiling openssl-macros v0.1.1
6442024-12-23T04:17:24.645Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0eea70389286f23 -C extra-filename=-b0eea70389286f23 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
6452024-12-23T04:17:25.303Z Compiling goblin v0.8.0
6462024-12-23T04:17:25.306Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=fa8b43d4b67ca0d5 -C extra-filename=-fa8b43d4b67ca0d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-eea47dbe4268cb26.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-3fd0cc34dea26c52.rmeta --cap-lints allow`
6472024-12-23T04:17:25.480Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=a71909389a7d5487 -C extra-filename=-a71909389a7d5487 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-4453ff0f6fdc5370.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-2bc3e7a32a58de3e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-b0eea70389286f23.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-2fb861937b53185e.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)'`
6482024-12-23T04:17:27.286Z Compiling pest_meta v2.7.6
6492024-12-23T04:17:27.298Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=7cf8c72fa9bef21c -C extra-filename=-7cf8c72fa9bef21c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-0abcf83451b364cd.rmeta --cap-lints allow`
6502024-12-23T04:17:28.054Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.216/src/lib.rs --error-format=json --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=dafe29fc77aed27e -C extra-filename=-dafe29fc77aed27e --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-7974cd7443361ef0.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)'`
6512024-12-23T04:17:28.899Z Compiling pest_generator v2.7.6
6522024-12-23T04:17:28.902Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=5f29e48c1c31b772 -C extra-filename=-5f29e48c1c31b772 --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-0abcf83451b364cd.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-7cf8c72fa9bef21c.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rmeta --cap-lints allow`
6532024-12-23T04:17:30.086Z Compiling http-body-util v0.1.2
6542024-12-23T04:17:30.089Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a98bf7dc93db1c87 -C extra-filename=-a98bf7dc93db1c87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-cf754964c0437cb8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow`
6552024-12-23T04:17:30.528Z Compiling tokio-util v0.7.7
6562024-12-23T04:17:30.531Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=2400c1c18cc5853e -C extra-filename=-2400c1c18cc5853e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow`
6572024-12-23T04:17:30.541Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fe7db9ad15ca6d75 -C extra-filename=-fe7db9ad15ca6d75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
6582024-12-23T04:17:30.701Z Compiling pest_derive v2.7.6
6592024-12-23T04:17:30.703Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=670075314795d6b6 -C extra-filename=-670075314795d6b6 --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-0abcf83451b364cd.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-5f29e48c1c31b772.rlib --extern proc_macro --cap-lints allow`
6602024-12-23T04:17:31.208Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=9f96c40eafa2ad46 -C extra-filename=-9f96c40eafa2ad46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-a71909389a7d5487.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-dc0a1e1832286ed0.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-2fb861937b53185e.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
6612024-12-23T04:17:31.646Z Compiling dtrace-parser v0.2.0
6622024-12-23T04:17:31.649Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ccdd3599bc0e4a4 -C extra-filename=-9ccdd3599bc0e4a4 --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-0abcf83451b364cd.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-670075314795d6b6.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3e6a7cf82bfd68b8.rmeta --cap-lints allow`
6632024-12-23T04:17:31.745Z Compiling serde_derive_internals v0.29.0
6642024-12-23T04:17:31.748Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b27e0f0dd01b6ed6 -C extra-filename=-b27e0f0dd01b6ed6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rmeta --cap-lints allow`
6652024-12-23T04:17:31.758Z Compiling concurrent-queue v2.5.0
6662024-12-23T04:17:31.761Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=9ff9a7c82adc27f1 -C extra-filename=-9ff9a7c82adc27f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-2bcf0c9b8cf8c35f.rmeta --cap-lints allow`
6672024-12-23T04:17:32.127Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.91/src/lib.rs --error-format=json --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=6e1f2ed5046fa21b -C extra-filename=-6e1f2ed5046fa21b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow`
6682024-12-23T04:17:32.849Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5b6823bd563cb57 -C extra-filename=-c5b6823bd563cb57 --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-f9e6df5faf017a72.rmeta --cap-lints allow`
6692024-12-23T04:17:32.955Z Compiling multer v3.1.0
6702024-12-23T04:17:32.967Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=4f1cfd0e4b048316 -C extra-filename=-4f1cfd0e4b048316 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-4f1cfd0e4b048316 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow`
6712024-12-23T04:17:33.303Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/src/lib.rs --error-format=json --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=a21700489bb4886e -C extra-filename=-a21700489bb4886e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-ca43ebeaa2825c46.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6722024-12-23T04:17:33.346Z Compiling indexmap v2.7.0
6732024-12-23T04:17:33.348Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=e427075bcaf271b5 -C extra-filename=-e427075bcaf271b5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-48c70162b106b140.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-f5be82adde7a16af.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --cap-lints allow`
6742024-12-23T04:17:33.461Z Compiling serde_tokenstream v0.2.2
6752024-12-23T04:17:33.473Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=566e504ef326df6f -C extra-filename=-566e504ef326df6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rmeta --cap-lints allow`
6762024-12-23T04:17:33.599Z Compiling serde_spanned v0.6.7
6772024-12-23T04:17:33.601Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f169b5b8edd2528a -C extra-filename=-f169b5b8edd2528a --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-dafe29fc77aed27e.rmeta --cap-lints allow`
6782024-12-23T04:17:33.632Z Compiling toml_datetime v0.6.8
6792024-12-23T04:17:33.635Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=e1f18ab3638f088a -C extra-filename=-e1f18ab3638f088a --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-dafe29fc77aed27e.rmeta --cap-lints allow`
6802024-12-23T04:17:33.824Z Compiling thread_local v1.1.4
6812024-12-23T04:17:33.837Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=d8463e636729aa01 -C extra-filename=-d8463e636729aa01 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --cap-lints allow`
6822024-12-23T04:17:33.944Z Compiling encoding_rs v0.8.32
6832024-12-23T04:17:33.947Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=1388959d97afce0a -C extra-filename=-1388959d97afce0a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --cap-lints allow`
6842024-12-23T04:17:34.113Z Compiling match_cfg v0.1.0
6852024-12-23T04:17:34.115Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=28e48748a51e573f -C extra-filename=-28e48748a51e573f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6862024-12-23T04:17:34.202Z Compiling target-triple v0.1.3
6872024-12-23T04:17:34.205Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=adc002e6b4e87eda -C extra-filename=-adc002e6b4e87eda --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-adc002e6b4e87eda -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6882024-12-23T04:17:34.308Z Compiling schemars v0.8.21
6892024-12-23T04:17:34.311Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=f696eaa5a4d59098 -C extra-filename=-f696eaa5a4d59098 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-f696eaa5a4d59098 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6902024-12-23T04:17:34.573Z Compiling h2 v0.4.6
6912024-12-23T04:17:34.576Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=abd1b7a6b6367ca7 -C extra-filename=-abd1b7a6b6367ca7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-7fd089cc9c593599.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a785c9739f55e7ce.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-cd1f1968df994cf1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-2400c1c18cc5853e.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow`
6922024-12-23T04:17:34.665Z Compiling toml_edit v0.22.20
6932024-12-23T04:17:34.677Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=77ccbde278dc8c48 -C extra-filename=-77ccbde278dc8c48 --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-e427075bcaf271b5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-f169b5b8edd2528a.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-e1f18ab3638f088a.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-75c04a53d45b38c7.rmeta --cap-lints allow`
6942024-12-23T04:17:34.694Z Compiling thiserror v2.0.7
6952024-12-23T04:17:34.697Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c05a4ddffcfe353b -C extra-filename=-c05a4ddffcfe353b --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-c05a4ddffcfe353b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6962024-12-23T04:17:35.277Z Compiling dof v0.3.0
6972024-12-23T04:17:35.280Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=e99462fe02d23faa -C extra-filename=-e99462fe02d23faa --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-dafe29fc77aed27e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3e6a7cf82bfd68b8.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-5cbf79c8e8f5f1bc.rmeta --cap-lints allow`
6982024-12-23T04:17:35.354Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=83741e2cfa0ff9e8 -C extra-filename=-83741e2cfa0ff9e8 --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-fa8b43d4b67ca0d5.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0c8091ee601db76f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3e6a7cf82bfd68b8.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-5cbf79c8e8f5f1bc.rmeta --cap-lints allow`
6992024-12-23T04:17:35.924Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=573c11df96d5f40b -C extra-filename=-573c11df96d5f40b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-a679b17ca8f1f83b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-e99462fe02d23faa.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-9ccdd3599bc0e4a4.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1b28adc0e205690d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3e6a7cf82bfd68b8.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-ba193204ccf11820.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7002024-12-23T04:17:36.034Z Compiling slog-async v2.8.0
7012024-12-23T04:17:36.036Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=941614ad212ee022 -C extra-filename=-941614ad212ee022 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-941614ad212ee022 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7022024-12-23T04:17:36.527Z Compiling parking v2.2.0
7032024-12-23T04:17:36.531Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=842e8eec59fb759b -C extra-filename=-842e8eec59fb759b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7042024-12-23T04:17:36.871Z Compiling iana-time-zone v0.1.47
7052024-12-23T04:17:36.874Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=2836fd28833612d0 -C extra-filename=-2836fd28833612d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7062024-12-23T04:17:37.152Z Compiling heck v0.5.0
7072024-12-23T04:17:37.155Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75efcb4fac050736 -C extra-filename=-75efcb4fac050736 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7082024-12-23T04:17:37.305Z Compiling rustix v0.38.40
7092024-12-23T04:17:37.308Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.40/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7f58c1d6029b624a -C extra-filename=-7f58c1d6029b624a --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-7f58c1d6029b624a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7102024-12-23T04:17:37.439Z Compiling camino v1.1.9
7112024-12-23T04:17:37.442Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=0845dbcc9219c4d7 -C extra-filename=-0845dbcc9219c4d7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-0845dbcc9219c4d7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7122024-12-23T04:17:37.526Z Compiling similar v2.2.1
7132024-12-23T04:17:37.529Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=fd619281d65f60ee -C extra-filename=-fd619281d65f60ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7142024-12-23T04:17:37.793Z Compiling toml v0.8.19
7152024-12-23T04:17:37.796Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=b7b0b2e72743e257 -C extra-filename=-b7b0b2e72743e257 --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-dafe29fc77aed27e.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-f169b5b8edd2528a.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-e1f18ab3638f088a.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-77ccbde278dc8c48.rmeta --cap-lints allow`
7162024-12-23T04:17:37.994Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-7f58c1d6029b624a/build-script-build`
7172024-12-23T04:17:38.015Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-0845dbcc9219c4d7/build-script-build`
7182024-12-23T04:17:38.073Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=9670e65d41b5e4dc -C extra-filename=-9670e65d41b5e4dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-a679b17ca8f1f83b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-83741e2cfa0ff9e8.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-9ccdd3599bc0e4a4.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6e1f2ed5046fa21b.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3e6a7cf82bfd68b8.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-c5b6823bd563cb57.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7192024-12-23T04:17:38.109Z Compiling usdt-attr-macro v0.5.0
7202024-12-23T04:17:38.112Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=f6249b759c026700 -C extra-filename=-f6249b759c026700 --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-9ccdd3599bc0e4a4.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-566e504ef326df6f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-573c11df96d5f40b.rlib --extern proc_macro --cap-lints allow`
7212024-12-23T04:17:38.463Z Compiling usdt-macro v0.5.0
7222024-12-23T04:17:38.475Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=942ea600498e66fb -C extra-filename=-942ea600498e66fb --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-9ccdd3599bc0e4a4.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-566e504ef326df6f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-573c11df96d5f40b.rlib --extern proc_macro --cap-lints allow`
7232024-12-23T04:17:39.392Z Compiling hyper v1.5.1
7242024-12-23T04:17:39.395Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=4f2c6d1dff244a00 -C extra-filename=-4f2c6d1dff244a00 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-4eb31465723bb3e4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-cf754964c0437cb8.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-abd1b7a6b6367ca7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-25466779565e1786.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-b1bd81fab5258879.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-77d59de9e605eac7.rmeta --cap-lints allow`
7252024-12-23T04:17:39.648Z Compiling chrono v0.4.39
7262024-12-23T04:17:39.670Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=6ac9661ab56446e5 -C extra-filename=-6ac9661ab56446e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/dropshot/target/debug/deps/libiana_time_zone-2836fd28833612d0.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-8d089af357a348f5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --cap-lints allow`
7272024-12-23T04:17:39.672Z Compiling event-listener v5.0.0
7282024-12-23T04:17:39.693Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=b9adb7aaaf3d9185 -C extra-filename=-b9adb7aaaf3d9185 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-9ff9a7c82adc27f1.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-842e8eec59fb759b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow`
7292024-12-23T04:17:39.696Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-941614ad212ee022/build-script-build`
7302024-12-23T04:17:39.752Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-c05a4ddffcfe353b/build-script-build`
7312024-12-23T04:17:39.906Z Compiling slog-json v2.6.1
7322024-12-23T04:17:39.909Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=65c1d7f8d7eb7405 -C extra-filename=-65c1d7f8d7eb7405 --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-dafe29fc77aed27e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0b95d87617c255e7.rmeta --cap-lints allow`
7332024-12-23T04:17:40.098Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-f696eaa5a4d59098/build-script-build`
7342024-12-23T04:17:40.117Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-adc002e6b4e87eda/build-script-build`
7352024-12-23T04:17:40.136Z Compiling hostname v0.3.1
7362024-12-23T04:17:40.138Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=2c73c9e83650f59d -C extra-filename=-2c73c9e83650f59d --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-f9e6df5faf017a72.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-28e48748a51e573f.rmeta --cap-lints allow`
7372024-12-23T04:17:40.165Z Compiling schemars_derive v0.8.21
7382024-12-23T04:17:40.168Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d0da8746cc36fc4 -C extra-filename=-4d0da8746cc36fc4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-b27e0f0dd01b6ed6.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
7392024-12-23T04:17:40.241Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4f1cfd0e4b048316/build-script-build`
7402024-12-23T04:17:40.300Z Compiling uuid v1.11.0
7412024-12-23T04:17:40.303Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=3489dc159cd81dc3 -C extra-filename=-3489dc159cd81dc3 --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-36e0aa6318da57d5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --cap-lints allow`
7422024-12-23T04:17:40.345Z Compiling serde_urlencoded v0.7.1
7432024-12-23T04:17:40.356Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a18f736a481f6390 -C extra-filename=-a18f736a481f6390 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-ca43ebeaa2825c46.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --cap-lints allow`
7442024-12-23T04:17:40.806Z Compiling tokio-native-tls v0.3.1
7452024-12-23T04:17:40.809Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=5aa601a124d2a2cf -C extra-filename=-5aa601a124d2a2cf --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-9f96c40eafa2ad46.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
7462024-12-23T04:17:41.055Z Compiling tokio-rustls v0.25.0
7472024-12-23T04:17:41.055Z Compiling tokio-rustls v0.26.0
7482024-12-23T04:17:41.058Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=2df7ad5054da1d6b -C extra-filename=-2df7ad5054da1d6b --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-5239f60544980b37.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out`
7492024-12-23T04:17:41.058Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=283e4b962f360072 -C extra-filename=-283e4b962f360072 --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-b1786f26d8fb058c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out`
7502024-12-23T04:17:41.421Z Compiling futures-executor v0.3.31
7512024-12-23T04:17:41.424Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=e1ff95bce0a63a92 -C extra-filename=-e1ff95bce0a63a92 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-cf754964c0437cb8.rmeta --cap-lints allow`
7522024-12-23T04:17:41.487Z Compiling hyper-util v0.1.10
7532024-12-23T04:17:41.490Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=b468f7be0dee0796 -C extra-filename=-b468f7be0dee0796 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-4eb31465723bb3e4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-cf754964c0437cb8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-a0374385f69e3c93.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-898d61404c92afba.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow`
7542024-12-23T04:17:41.873Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-f80aa830a10dcc85/build-script-build`
7552024-12-23T04:17:41.906Z Compiling thiserror-impl v2.0.7
7562024-12-23T04:17:41.909Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.7/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=99acb0397e9fc269 -C extra-filename=-99acb0397e9fc269 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
7572024-12-23T04:17:41.973Z Compiling async-stream-impl v0.3.6
7582024-12-23T04:17:41.976Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7f48d5803deec88 -C extra-filename=-a7f48d5803deec88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
7592024-12-23T04:17:42.968Z Compiling url v2.5.2
7602024-12-23T04:17:42.971Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=4cfa63d6a2ef64e8 -C extra-filename=-4cfa63d6a2ef64e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-70257c669e69ace0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --cap-lints allow`
7612024-12-23T04:17:43.117Z Compiling term v0.7.0
7622024-12-23T04:17:43.120Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e21cc4e2f10f2d7f -C extra-filename=-e21cc4e2f10f2d7f --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-6ebce09478611b46.rmeta --cap-lints allow`
7632024-12-23T04:17:43.237Z Compiling crossbeam-channel v0.5.1
7642024-12-23T04:17:43.241Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=31fc8d6a88a8514f -C extra-filename=-31fc8d6a88a8514f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-2bcf0c9b8cf8c35f.rmeta --cap-lints allow`
7652024-12-23T04:17:43.267Z Compiling webpki-roots v0.26.5
7662024-12-23T04:17:43.279Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27712424a3a65069 -C extra-filename=-27712424a3a65069 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --cap-lints allow`
7672024-12-23T04:17:43.324Z Compiling memmap v0.7.0
7682024-12-23T04:17:43.327Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=299bfbd1fe5f75fc -C extra-filename=-299bfbd1fe5f75fc --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-f9e6df5faf017a72.rmeta --cap-lints allow`
7692024-12-23T04:17:43.472Z Compiling is-terminal v0.4.12
7702024-12-23T04:17:43.475Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9de3c59401e612a7 -C extra-filename=-9de3c59401e612a7 --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-f9e6df5faf017a72.rmeta --cap-lints allow`
7712024-12-23T04:17:43.593Z Compiling errno v0.3.8
7722024-12-23T04:17:43.595Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=16b2b12bd6fa3b2d -C extra-filename=-16b2b12bd6fa3b2d --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-f9e6df5faf017a72.rmeta --cap-lints allow`
7732024-12-23T04:17:43.664Z Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot)
7742024-12-23T04:17:43.667Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=914c9f5db3cb4b64 -C extra-filename=-914c9f5db3cb4b64 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-914c9f5db3cb4b64 -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib`
7752024-12-23T04:17:43.817Z Compiling take_mut v0.2.2
7762024-12-23T04:17:43.820Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a8a81d0830ef560 -C extra-filename=-7a8a81d0830ef560 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7772024-12-23T04:17:43.969Z Compiling utf-8 v0.7.6
7782024-12-23T04:17:43.972Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=605ed3482e15ff2a -C extra-filename=-605ed3482e15ff2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7792024-12-23T04:17:44.038Z Compiling anyhow v1.0.94
7802024-12-23T04:17:44.050Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.94/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=0eed9d2ab0e03fd8 -C extra-filename=-0eed9d2ab0e03fd8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-0eed9d2ab0e03fd8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7812024-12-23T04:17:44.136Z Compiling data-encoding v2.4.0
7822024-12-23T04:17:44.148Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=19fce5e59a4e112a -C extra-filename=-19fce5e59a4e112a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7832024-12-23T04:17:44.204Z Compiling buf-list v1.0.3
7842024-12-23T04:17:44.207Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=f717612ff5e36d0c -C extra-filename=-f717612ff5e36d0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-f717612ff5e36d0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7852024-12-23T04:17:44.268Z Compiling dyn-clone v1.0.4
7862024-12-23T04:17:44.271Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70f14956d7997a02 -C extra-filename=-70f14956d7997a02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7872024-12-23T04:17:44.387Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=715c37a6b10aced3 -C extra-filename=-715c37a6b10aced3 --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-6ac9661ab56446e5.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-70f14956d7997a02.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-4d0da8746cc36fc4.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7882024-12-23T04:17:44.562Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-914c9f5db3cb4b64/build-script-build`
7892024-12-23T04:17:44.604Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-0eed9d2ab0e03fd8/build-script-build`
7902024-12-23T04:17:44.623Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=0c0af5df98af4fb4 -C extra-filename=-0c0af5df98af4fb4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_channel-31fc8d6a88a8514f.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-7a8a81d0830ef560.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-d8463e636729aa01.rmeta --cap-lints allow --cfg integer128`
7912024-12-23T04:17:44.733Z Compiling tungstenite v0.24.0
7922024-12-23T04:17:44.736Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=8785d242fdf04643 -C extra-filename=-8785d242fdf04643 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-a679b17ca8f1f83b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-19fce5e59a4e112a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f300da7cef77ee4b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3e6a7cf82bfd68b8.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-605ed3482e15ff2a.rmeta --cap-lints allow`
7932024-12-23T04:17:44.747Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-f717612ff5e36d0c/build-script-build`
7942024-12-23T04:17:44.763Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=17e52c3a86355635 -C extra-filename=-17e52c3a86355635 --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-99acb0397e9fc269.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
7952024-12-23T04:17:44.807Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=84e830017b3d2452 -C extra-filename=-84e830017b3d2452 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-4453ff0f6fdc5370.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-16b2b12bd6fa3b2d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7962024-12-23T04:17:44.894Z Compiling slog-term v2.9.1
7972024-12-23T04:17:44.897Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=df5778cff0eecf9a -C extra-filename=-df5778cff0eecf9a --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-9de3c59401e612a7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-e21cc4e2f10f2d7f.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-d8463e636729aa01.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0b95d87617c255e7.rmeta --cap-lints allow`
7982024-12-23T04:17:44.962Z Compiling usdt v0.5.0
7992024-12-23T04:17:44.965Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=8e58ab8ce7266d2f -C extra-filename=-8e58ab8ce7266d2f --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-83741e2cfa0ff9e8.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-9ccdd3599bc0e4a4.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-fa8b43d4b67ca0d5.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-299bfbd1fe5f75fc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-f6249b759c026700.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-9670e65d41b5e4dc.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-942ea600498e66fb.so --cap-lints allow`
8002024-12-23T04:17:45.066Z Compiling hyper-rustls v0.27.3
8012024-12-23T04:17:45.069Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=21ed0dd179ea095f -C extra-filename=-21ed0dd179ea095f --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-cf754964c0437cb8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b1786f26d8fb058c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-283e4b962f360072.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-898d61404c92afba.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-27712424a3a65069.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out`
8022024-12-23T04:17:45.455Z Compiling async-stream v0.3.6
8032024-12-23T04:17:45.457Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c74efa72118a96e -C extra-filename=-9c74efa72118a96e --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-a7f48d5803deec88.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow`
8042024-12-23T04:17:45.661Z Compiling hyper-tls v0.6.0
8052024-12-23T04:17:45.664Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=2a62a5e9f3341057 -C extra-filename=-2a62a5e9f3341057 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-9f96c40eafa2ad46.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-5aa601a124d2a2cf.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-898d61404c92afba.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8062024-12-23T04:17:45.739Z Compiling futures v0.3.31
8072024-12-23T04:17:45.742Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=c89de980e6f38e7b -C extra-filename=-c89de980e6f38e7b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2e6e14bf8f897369.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5d37b5944a2bec33.rmeta --cap-lints allow`
8082024-12-23T04:17:45.742Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=258e203b74c0fce8 -C extra-filename=-258e203b74c0fce8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-4eb31465723bb3e4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-e1ff95bce0a63a92.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5818bb373b366268.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-cf754964c0437cb8.rmeta --cap-lints allow`
8092024-12-23T04:17:45.842Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=41195ff7a769a546 -C extra-filename=-41195ff7a769a546 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-1388959d97afce0a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-cf754964c0437cb8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2e6e14bf8f897369.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-aac7f034420c2f30.rmeta --cap-lints allow`
8102024-12-23T04:17:46.050Z Compiling slog-bunyan v2.5.0
8112024-12-23T04:17:46.063Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=1001348156bc1c70 -C extra-filename=-1001348156bc1c70 --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-2c73c9e83650f59d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0b95d87617c255e7.rmeta --cap-lints allow`
8122024-12-23T04:17:46.073Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=177cec3174c54899 -C extra-filename=-177cec3174c54899 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'`
8132024-12-23T04:17:46.176Z Compiling event-listener-strategy v0.5.2
8142024-12-23T04:17:46.187Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a436cd21cd45b0d4 -C extra-filename=-a436cd21cd45b0d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-b9adb7aaaf3d9185.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow`
8152024-12-23T04:17:46.250Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=23b10dd82fcfaf7a -C extra-filename=-23b10dd82fcfaf7a --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-dafe29fc77aed27e.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)'`
8162024-12-23T04:17:46.347Z Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
8172024-12-23T04:17:46.358Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=beadff035793c88e -C extra-filename=-beadff035793c88e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-75efcb4fac050736.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-566e504ef326df6f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro`
8182024-12-23T04:17:46.361Z Compiling openapiv3 v2.0.0
8192024-12-23T04:17:46.361Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=43a13f2eef562610 -C extra-filename=-43a13f2eef562610 --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-e427075bcaf271b5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rmeta --cap-lints allow`
8202024-12-23T04:17:46.708Z Compiling serde_path_to_error v0.1.16
8212024-12-23T04:17:46.719Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=019caa806f8b661a -C extra-filename=-019caa806f8b661a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --cap-lints allow`
8222024-12-23T04:17:46.810Z Compiling async-trait v0.1.83
8232024-12-23T04:17:46.813Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.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=4ff32db70f6df58f -C extra-filename=-4ff32db70f6df58f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
8242024-12-23T04:17:46.887Z Compiling yasna v0.5.2
8252024-12-23T04:17:46.890Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=04d35a825ef6834a -C extra-filename=-04d35a825ef6834a --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-0b95d87617c255e7.rmeta --cap-lints allow`
8262024-12-23T04:17:46.930Z Compiling rustls-native-certs v0.7.0
8272024-12-23T04:17:46.942Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c18dfe814f329c6d -C extra-filename=-c18dfe814f329c6d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-dc0a1e1832286ed0.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --cap-lints allow`
8282024-12-23T04:17:47.109Z Compiling console v0.15.7
8292024-12-23T04:17:47.112Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=f6932f617d9f8c0d -C extra-filename=-f6932f617d9f8c0d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3fbdf015e2d1ab9a.rmeta --cap-lints allow`
8302024-12-23T04:17:47.368Z Compiling pem v3.0.4
8312024-12-23T04:17:47.371Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=db8233719cc5e03b -C extra-filename=-db8233719cc5e03b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --cap-lints allow`
8322024-12-23T04:17:47.497Z Compiling waitgroup v0.1.2
8332024-12-23T04:17:47.500Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=950ec30181990a9c -C extra-filename=-950ec30181990a9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-7fd089cc9c593599.rmeta --cap-lints allow`
8342024-12-23T04:17:47.712Z Compiling hostname v0.4.0
8352024-12-23T04:17:47.715Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ff5873f461cdd2bd -C extra-filename=-ff5873f461cdd2bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rmeta --cap-lints allow`
8362024-12-23T04:17:47.931Z Compiling sync_wrapper v1.0.1
8372024-12-23T04:17:47.934Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=50d860442c475654 -C extra-filename=-50d860442c475654 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --cap-lints allow`
8382024-12-23T04:17:48.049Z Compiling debug-ignore v1.0.5
8392024-12-23T04:17:48.052Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=4292a0755d49674f -C extra-filename=-4292a0755d49674f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8402024-12-23T04:17:48.063Z Compiling http-range v0.1.4
8412024-12-23T04:17:48.066Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=290194c25a515320 -C extra-filename=-290194c25a515320 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8422024-12-23T04:17:48.181Z Compiling termcolor v1.1.2
8432024-12-23T04:17:48.184Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e6dbc33693458ad -C extra-filename=-3e6dbc33693458ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8442024-12-23T04:17:48.195Z Compiling ipnet v2.10.0
8452024-12-23T04:17:48.195Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=30bb0d8f3d0bc871 -C extra-filename=-30bb0d8f3d0bc871 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462024-12-23T04:17:48.350Z Compiling fastrand v2.1.1
8472024-12-23T04:17:48.353Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=884b168f3f346dad -C extra-filename=-884b168f3f346dad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482024-12-23T04:17:48.543Z Compiling simple-mermaid v0.2.0
8492024-12-23T04:17:48.546Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b274b72def24f6c -C extra-filename=-5b274b72def24f6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8502024-12-23T04:17:48.556Z Compiling glob v0.3.0
8512024-12-23T04:17:48.559Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92b704c53e209065 -C extra-filename=-92b704c53e209065 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8522024-12-23T04:17:48.634Z Compiling hyper-staticfile v0.10.1
8532024-12-23T04:17:48.637Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8aaf8a672371a0ac -C extra-filename=-8aaf8a672371a0ac --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-cf754964c0437cb8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-290194c25a515320.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-25466779565e1786.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f300da7cef77ee4b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4cfa63d6a2ef64e8.rmeta --cap-lints allow`
8542024-12-23T04:17:48.843Z Compiling tempfile v3.14.0
8552024-12-23T04:17:48.847Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=ebf5b1ab21364940 -C extra-filename=-ebf5b1ab21364940 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-884b168f3f346dad.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-84e830017b3d2452.rmeta --cap-lints allow`
8562024-12-23T04:17:48.913Z Compiling trybuild v1.0.101
8572024-12-23T04:17:48.933Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=4bc6a0b399915399 -C extra-filename=-4bc6a0b399915399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-92b704c53e209065.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-7974cd7443361ef0.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-177cec3174c54899.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-3e6dbc33693458ad.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rmeta --cap-lints allow`
8582024-12-23T04:17:49.023Z Compiling reqwest v0.12.9
8592024-12-23T04:17:49.026Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=50750e061a121c95 -C extra-filename=-50750e061a121c95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-1388959d97afce0a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-cf754964c0437cb8.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-abd1b7a6b6367ca7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-21ed0dd179ea095f.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-2a62a5e9f3341057.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-30bb0d8f3d0bc871.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2e6e14bf8f897369.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-9f96c40eafa2ad46.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b1786f26d8fb058c.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-50d860442c475654.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-5aa601a124d2a2cf.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-283e4b962f360072.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-898d61404c92afba.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4cfa63d6a2ef64e8.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-27712424a3a65069.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8602024-12-23T04:17:49.372Z Compiling rcgen v0.13.1
8612024-12-23T04:17:49.375Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.13.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=9b8b72b503ab6acf -C extra-filename=-9b8b72b503ab6acf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-4a03f76db3e97376.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0b95d87617c255e7.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-04d35a825ef6834a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out`
8622024-12-23T04:17:49.497Z Compiling expectorate v1.1.0
8632024-12-23T04:17:49.500Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=b161c0aad31ed5f1 -C extra-filename=-b161c0aad31ed5f1 --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-f6932f617d9f8c0d.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-550874df4534c24e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fd619281d65f60ee.rmeta --cap-lints allow`
8642024-12-23T04:17:49.654Z Compiling hyper-rustls v0.26.0
8652024-12-23T04:17:49.657Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=699a85826372410b -C extra-filename=-699a85826372410b --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-cf754964c0437cb8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-c18dfe814f329c6d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-898d61404c92afba.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out`
8662024-12-23T04:17:49.671Z Compiling async-channel v2.3.1
8672024-12-23T04:17:49.674Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a35806eda814afb8 -C extra-filename=-a35806eda814afb8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-9ff9a7c82adc27f1.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-a436cd21cd45b0d4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow`
8682024-12-23T04:17:49.688Z Compiling tokio-tungstenite v0.24.0
8692024-12-23T04:17:49.700Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=354e9097b28b378e -C extra-filename=-354e9097b28b378e --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-cf754964c0437cb8.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8785d242fdf04643.rmeta --cap-lints allow`
8702024-12-23T04:17:49.973Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.94/src/lib.rs --error-format=json --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=f98c565699c62385 -C extra-filename=-f98c565699c62385 --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)'`
8712024-12-23T04:17:50.148Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=22f382404be15ef9 -C extra-filename=-22f382404be15ef9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
8722024-12-23T04:17:50.175Z Compiling subprocess v0.2.9
8732024-12-23T04:17:50.211Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf4b6e23f0f88326 -C extra-filename=-cf4b6e23f0f88326 --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-f9e6df5faf017a72.rmeta --cap-lints allow`
8742024-12-23T04:17:50.271Z Compiling prettyplease v0.2.25
8752024-12-23T04:17:50.274Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=aaa6ee7ac55b872e -C extra-filename=-aaa6ee7ac55b872e --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-aaa6ee7ac55b872e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8762024-12-23T04:17:50.618Z Compiling schema-derive v0.1.0
8772024-12-23T04:17:50.621Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac8f039df61a4348 -C extra-filename=-ac8f039df61a4348 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro --cap-lints allow`
8782024-12-23T04:17:50.650Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-aaa6ee7ac55b872e/build-script-build`
8792024-12-23T04:17:50.668Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=7106fcc4a9f6cc08 -C extra-filename=-7106fcc4a9f6cc08 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1b28adc0e205690d.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3fbdf015e2d1ab9a.rmeta --cap-lints allow`
8802024-12-23T04:17:50.801Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=13026a42fce7b8c0 -C extra-filename=-13026a42fce7b8c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
8812024-12-23T04:17:52.041Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=5283b2f0cf2cac10 -C extra-filename=-5283b2f0cf2cac10 --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-7106fcc4a9f6cc08.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-550874df4534c24e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fd619281d65f60ee.rmeta --cap-lints allow`
8822024-12-23T04:17:52.863Z Compiling schema v0.1.0
8832024-12-23T04:17:52.863Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4efce7a8b7a54339 -C extra-filename=-4efce7a8b7a54339 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-ac8f039df61a4348.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rmeta --cap-lints allow`
8842024-12-23T04:17:52.964Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88ddc1e2ed227780 -C extra-filename=-88ddc1e2ed227780 --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-5283b2f0cf2cac10.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-75efcb4fac050736.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-13026a42fce7b8c0.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-4efce7a8b7a54339.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-566e504ef326df6f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro`
8852024-12-23T04:17:53.278Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f2f6e6d8ecd14cab -C extra-filename=-f2f6e6d8ecd14cab --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-9c74efa72118a96e.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out`
8862024-12-23T04:17:54.414Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=389829a75baf0ae1 -C extra-filename=-389829a75baf0ae1 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8872024-12-23T04:17:59.747Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=29b467f7ccfcaee9 -C extra-filename=-29b467f7ccfcaee9 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8882024-12-23T04:17:59.747Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c8ccfbaddf6b2d41 -C extra-filename=-c8ccfbaddf6b2d41 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8892024-12-23T04:17:59.752Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e6313bc5259b11aa -C extra-filename=-e6313bc5259b11aa --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8902024-12-23T04:17:59.752Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d7c82df068c5daa8 -C extra-filename=-d7c82df068c5daa8 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8912024-12-23T04:17:59.752Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7737fc883b534fe6 -C extra-filename=-7737fc883b534fe6 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8922024-12-23T04:17:59.757Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=659f99378c15dcde -C extra-filename=-659f99378c15dcde --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8932024-12-23T04:17:59.757Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=057fedc9e2e63076 -C extra-filename=-057fedc9e2e63076 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8942024-12-23T04:18:01.379Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6e4ee74e1bcda519 -C extra-filename=-6e4ee74e1bcda519 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8952024-12-23T04:18:19.079Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2ab8949af9c9468e -C extra-filename=-2ab8949af9c9468e --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8962024-12-23T04:18:19.562Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=42f20648c5ab8ca3 -C extra-filename=-42f20648c5ab8ca3 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8972024-12-23T04:18:19.926Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=968641b9dd1c7aa2 -C extra-filename=-968641b9dd1c7aa2 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8982024-12-23T04:18:22.064Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=23b885fd42eb7b4a -C extra-filename=-23b885fd42eb7b4a --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
8992024-12-23T04:18:23.405Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=254152d18ad451b7 -C extra-filename=-254152d18ad451b7 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9002024-12-23T04:18:24.504Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7328b86fee9889a4 -C extra-filename=-7328b86fee9889a4 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9012024-12-23T04:18:25.848Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c7137d7d9d5d61a2 -C extra-filename=-c7137d7d9d5d61a2 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9022024-12-23T04:18:38.393Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=25e0db73450a3010 -C extra-filename=-25e0db73450a3010 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9032024-12-23T04:18:40.089Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1b06edceddb46ab1 -C extra-filename=-1b06edceddb46ab1 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9042024-12-23T04:18:40.143Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=aae94c8dec6106a2 -C extra-filename=-aae94c8dec6106a2 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9052024-12-23T04:18:40.860Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7735cf5069000130 -C extra-filename=-7735cf5069000130 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9062024-12-23T04:18:43.435Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b648d3f042eb444f -C extra-filename=-b648d3f042eb444f --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9072024-12-23T04:18:46.648Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4c3db22a8be67550 -C extra-filename=-4c3db22a8be67550 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9082024-12-23T04:18:48.670Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=52385839b37ff929 -C extra-filename=-52385839b37ff929 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9092024-12-23T04:18:48.741Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b2bf00c9feea5189 -C extra-filename=-b2bf00c9feea5189 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9102024-12-23T04:18:57.923Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c2cc6d4cafb45f06 -C extra-filename=-c2cc6d4cafb45f06 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f2f6e6d8ecd14cab.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beadff035793c88e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
9112024-12-23T04:19:26.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
9122024-12-23T04:19:27.060Z
9132024-12-23T04:19:27.061Zreal 2:20.850014153
9142024-12-23T04:19:27.061Zuser 13:44.773170375
9152024-12-23T04:19:27.061Zsys 1:36.485420672
9162024-12-23T04:19:27.061Ztrap 0.657473043
9172024-12-23T04:19:27.061Ztflt 0.573270842
9182024-12-23T04:19:27.061Zdflt 0.281319596
9192024-12-23T04:19:27.064Zkflt 0.005343844
9202024-12-23T04:19:27.064Zlock 26:37.825131073
9212024-12-23T04:19:27.064Zslp 1:02:37.847779848
9222024-12-23T04:19:27.064Zlat 42.695132788
9232024-12-23T04:19:27.064Zstop 58.803645435
9242024-12-23T04:19:27.064Z+ banner test
9252024-12-23T04:19:27.064Z
9262024-12-23T04:19:27.064Z ##### ###### #### #####
9272024-12-23T04:19:27.064Z # # # #
9282024-12-23T04:19:27.064Z # ##### #### #
9292024-12-23T04:19:27.064Z # # # #
9302024-12-23T04:19:27.064Z # # # # #
9312024-12-23T04:19:27.064Z # ###### #### #
9322024-12-23T04:19:27.064Z
9332024-12-23T04:19:27.064Z+ ptime -m cargo test --all-features --locked --verbose
9342024-12-23T04:19:27.348Z Fresh unicode-ident v1.0.12
9352024-12-23T04:19:27.348Z Fresh cfg-if v1.0.0
9362024-12-23T04:19:27.348Z Fresh itoa v1.0.1
9372024-12-23T04:19:27.348Z Fresh memchr v2.6.0
9382024-12-23T04:19:27.352Z Fresh proc-macro2 v1.0.92
9392024-12-23T04:19:27.352Z Fresh version_check v0.9.5
9402024-12-23T04:19:27.352Z Fresh once_cell v1.20.1
9412024-12-23T04:19:27.352Z Fresh pin-project-lite v0.2.12
9422024-12-23T04:19:27.353Z Fresh autocfg v1.1.0
9432024-12-23T04:19:27.353Z Fresh quote v1.0.37
9442024-12-23T04:19:27.353Z Fresh libc v0.2.168
9452024-12-23T04:19:27.353Z Fresh bytes v1.9.0
9462024-12-23T04:19:27.353Z Fresh futures-core v0.3.31
9472024-12-23T04:19:27.353Z Fresh cc v1.0.83
9482024-12-23T04:19:27.353Z Fresh getrandom v0.2.11
9492024-12-23T04:19:27.353Z Fresh serde_derive v1.0.216
9502024-12-23T04:19:27.353Z Fresh log v0.4.17
9512024-12-23T04:19:27.353Z Fresh scopeguard v1.2.0
9522024-12-23T04:19:27.353Z Fresh futures-sink v0.3.31
9532024-12-23T04:19:27.353Z Fresh smallvec v1.13.2
9542024-12-23T04:19:27.353Z Fresh thiserror-impl v1.0.69
9552024-12-23T04:19:27.353Z Fresh ryu v1.0.5
9562024-12-23T04:19:27.353Z Fresh serde v1.0.216
9572024-12-23T04:19:27.353Z Fresh parking_lot_core v0.9.4
9582024-12-23T04:19:27.353Z Fresh lock_api v0.4.6
9592024-12-23T04:19:27.353Z Fresh thiserror v1.0.69
9602024-12-23T04:19:27.353Z Fresh tokio-macros v2.4.0
9612024-12-23T04:19:27.353Z Fresh socket2 v0.5.5
9622024-12-23T04:19:27.353Z Fresh slab v0.4.9
9632024-12-23T04:19:27.353Z Fresh parking_lot v0.12.1
9642024-12-23T04:19:27.353Z Fresh signal-hook-registry v1.4.0
9652024-12-23T04:19:27.353Z Fresh mio v1.0.3
9662024-12-23T04:19:27.353Z Fresh fnv v1.0.7
9672024-12-23T04:19:27.353Z Fresh futures-channel v0.3.31
9682024-12-23T04:19:27.353Z Fresh futures-macro v0.3.31
9692024-12-23T04:19:27.353Z Fresh tokio v1.41.1
9702024-12-23T04:19:27.353Z Fresh serde_json v1.0.133
9712024-12-23T04:19:27.353Z Fresh http v1.2.0
9722024-12-23T04:19:27.353Z Fresh futures-io v0.3.31
9732024-12-23T04:19:27.353Z Fresh pin-utils v0.1.0
9742024-12-23T04:19:27.353Z Fresh equivalent v1.0.0
9752024-12-23T04:19:27.353Z Fresh futures-task v0.3.31
9762024-12-23T04:19:27.353Z Fresh hashbrown v0.15.2
9772024-12-23T04:19:27.353Z Fresh futures-util v0.3.31
9782024-12-23T04:19:27.353Z Fresh rustls-pki-types v1.10.0
9792024-12-23T04:19:27.353Z Fresh spin v0.9.8
9802024-12-23T04:19:27.353Z Fresh tracing-core v0.1.32
9812024-12-23T04:19:27.354Z Fresh ucd-trie v0.1.6
9822024-12-23T04:19:27.354Z Fresh indexmap v2.7.0
9832024-12-23T04:19:27.354Z Fresh untrusted v0.9.0
9842024-12-23T04:19:27.354Z Fresh byteorder v1.4.3
9852024-12-23T04:19:27.354Z Fresh pest v2.7.6
9862024-12-23T04:19:27.354Z Fresh tracing v0.1.40
9872024-12-23T04:19:27.354Z Fresh vcpkg v0.2.15
9882024-12-23T04:19:27.354Z Fresh pkg-config v0.3.31
9892024-12-23T04:19:27.354Z Fresh httparse v1.8.0
9902024-12-23T04:19:27.354Z Fresh ring v0.17.7
9912024-12-23T04:19:27.354Z Fresh atomic-waker v1.1.1
9922024-12-23T04:19:27.354Z Fresh pest_meta v2.7.6
9932024-12-23T04:19:27.354Z Fresh tokio-util v0.7.7
9942024-12-23T04:19:27.354Z Fresh http-body v1.0.1
9952024-12-23T04:19:27.354Z Fresh zerocopy-derive v0.7.32
9962024-12-23T04:19:27.354Z Fresh try-lock v0.2.3
9972024-12-23T04:19:27.354Z Fresh h2 v0.4.6
9982024-12-23T04:19:27.354Z Fresh pest_generator v2.7.6
9992024-12-23T04:19:27.354Z Fresh want v0.3.0
10002024-12-23T04:19:27.354Z Fresh typenum v1.14.0
10012024-12-23T04:19:27.354Z Fresh zerocopy v0.7.32
10022024-12-23T04:19:27.354Z Fresh rustls-webpki v0.102.8
10032024-12-23T04:19:27.354Z Fresh num-conv v0.1.0
10042024-12-23T04:19:27.354Z Fresh powerfmt v0.2.0
10052024-12-23T04:19:27.354Z Fresh httpdate v1.0.1
10062024-12-23T04:19:27.354Z Fresh zeroize v1.7.0
10072024-12-23T04:19:27.354Z Fresh subtle v2.5.0
10082024-12-23T04:19:27.354Z Fresh time-core v0.1.2
10092024-12-23T04:19:27.354Z Fresh generic-array v0.14.5
10102024-12-23T04:19:27.354Z Fresh deranged v0.3.11
10112024-12-23T04:19:27.354Z Fresh crossbeam-utils v0.8.15
10122024-12-23T04:19:27.354Z Fresh pest_derive v2.7.6
10132024-12-23T04:19:27.354Z Fresh hyper v1.5.1
10142024-12-23T04:19:27.354Z Fresh time-macros v0.2.18
10152024-12-23T04:19:27.354Z Fresh serde_tokenstream v0.2.2
10162024-12-23T04:19:27.354Z Fresh bitflags v2.4.0
10172024-12-23T04:19:27.354Z Fresh num_threads v0.1.3
10182024-12-23T04:19:27.354Z Fresh base64 v0.22.1
10192024-12-23T04:19:27.354Z Fresh time v0.3.36
10202024-12-23T04:19:27.354Z Fresh dtrace-parser v0.2.0
10212024-12-23T04:19:27.355Z Fresh scroll_derive v0.12.0
10222024-12-23T04:19:27.355Z Fresh percent-encoding v2.3.1
10232024-12-23T04:19:27.355Z Fresh tower-service v0.3.1
10242024-12-23T04:19:27.355Z Fresh unicode-width v0.1.9
10252024-12-23T04:19:27.355Z Fresh tinyvec_macros v0.1.0
10262024-12-23T04:19:27.355Z Fresh foreign-types-shared v0.1.1
10272024-12-23T04:19:27.355Z Fresh openssl-probe v0.1.4
10282024-12-23T04:19:27.355Z Fresh lazy_static v1.5.0
10292024-12-23T04:19:27.355Z Fresh hyper-util v0.1.10
10302024-12-23T04:19:27.355Z Fresh tinyvec v1.5.1
10312024-12-23T04:19:27.355Z Fresh form_urlencoded v1.2.1
10322024-12-23T04:19:27.355Z Fresh foreign-types v0.3.2
10332024-12-23T04:19:27.355Z Fresh slog v2.7.0
10342024-12-23T04:19:27.355Z Fresh paste v1.0.15
10352024-12-23T04:19:27.355Z Fresh scroll v0.12.0
10362024-12-23T04:19:27.355Z Fresh block-buffer v0.10.2
10372024-12-23T04:19:27.355Z Fresh crypto-common v0.1.6
10382024-12-23T04:19:27.358Z Fresh openssl-sys v0.9.103
10392024-12-23T04:19:27.358Z Fresh rand_core v0.6.3
10402024-12-23T04:19:27.358Z Fresh openssl-macros v0.1.1
10412024-12-23T04:19:27.358Z Fresh plain v0.2.3
10422024-12-23T04:19:27.358Z Fresh mime v0.3.16
10432024-12-23T04:19:27.358Z Fresh unicode-segmentation v1.10.0
10442024-12-23T04:19:27.358Z Fresh ppv-lite86 v0.2.15
10452024-12-23T04:19:27.358Z Fresh openssl v0.10.66
10462024-12-23T04:19:27.358Z Fresh goblin v0.8.0
10472024-12-23T04:19:27.358Z Fresh newline-converter v0.3.0
10482024-12-23T04:19:27.358Z Fresh rand_chacha v0.3.1
10492024-12-23T04:19:27.358Z Fresh unicase v2.6.0
10502024-12-23T04:19:27.358Z Fresh digest v0.10.7
10512024-12-23T04:19:27.358Z Fresh semver v1.0.24
10522024-12-23T04:19:27.358Z Fresh unicode-normalization v0.1.24
10532024-12-23T04:19:27.358Z Fresh rustls-pemfile v2.1.3
10542024-12-23T04:19:27.358Z Fresh toml_datetime v0.6.8
10552024-12-23T04:19:27.358Z Fresh serde_spanned v0.6.7
10562024-12-23T04:19:27.358Z Fresh dirs-sys-next v0.1.2
10572024-12-23T04:19:27.358Z Fresh similar v2.2.1
10582024-12-23T04:19:27.358Z Fresh pretty-hex v0.4.1
10592024-12-23T04:19:27.359Z Fresh cpufeatures v0.2.2
10602024-12-23T04:19:27.359Z Fresh unicode-bidi v0.3.15
10612024-12-23T04:19:27.359Z Fresh winnow v0.6.18
10622024-12-23T04:19:27.359Z Fresh heck v0.5.0
10632024-12-23T04:19:27.359Z Fresh dirs-next v2.0.0
10642024-12-23T04:19:27.359Z Fresh sha1 v0.10.6
10652024-12-23T04:19:27.359Z Fresh dof v0.3.0
10662024-12-23T04:19:27.359Z Fresh idna v0.5.0
10672024-12-23T04:19:27.359Z Fresh toml_edit v0.22.20
10682024-12-23T04:19:27.359Z Fresh num-traits v0.2.14
10692024-12-23T04:19:27.359Z Fresh rand v0.8.4
10702024-12-23T04:19:27.359Z Fresh rustls v0.22.4
10712024-12-23T04:19:27.359Z Fresh rustls v0.23.13
10722024-12-23T04:19:27.359Z Fresh native-tls v0.2.12
10732024-12-23T04:19:27.359Z Fresh concurrent-queue v2.5.0
10742024-12-23T04:19:27.359Z Fresh http-body-util v0.1.2
10752024-12-23T04:19:27.359Z Fresh serde_derive_internals v0.29.0
10762024-12-23T04:19:27.359Z Fresh thread-id v4.0.0
10772024-12-23T04:19:27.359Z Fresh syn v2.0.91
10782024-12-23T04:19:27.359Z Fresh thread_local v1.1.4
10792024-12-23T04:19:27.359Z Fresh encoding_rs v0.8.32
10802024-12-23T04:19:27.359Z Fresh match_cfg v0.1.0
10812024-12-23T04:19:27.359Z Fresh parking v2.2.0
10822024-12-23T04:19:27.359Z Fresh iana-time-zone v0.1.47
10832024-12-23T04:19:27.359Z Fresh schemars_derive v0.8.21
10842024-12-23T04:19:27.359Z Fresh chrono v0.4.39
10852024-12-23T04:19:27.359Z Fresh event-listener v5.0.0
10862024-12-23T04:19:27.359Z Fresh hostname v0.3.1
10872024-12-23T04:19:27.359Z Fresh usdt-impl v0.5.0
10882024-12-23T04:19:27.359Z Fresh tokio-rustls v0.26.0
10892024-12-23T04:19:27.359Z Fresh tokio-rustls v0.25.0
10902024-12-23T04:19:27.359Z Fresh tokio-native-tls v0.3.1
10912024-12-23T04:19:27.359Z Fresh toml v0.8.19
10922024-12-23T04:19:27.359Z Fresh term v0.7.0
10932024-12-23T04:19:27.359Z Fresh url v2.5.2
10942024-12-23T04:19:27.359Z Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
10952024-12-23T04:19:27.359Z Fresh usdt-attr-macro v0.5.0
10962024-12-23T04:19:27.359Z Fresh usdt-macro v0.5.0
10972024-12-23T04:19:27.359Z Fresh slog-json v2.6.1
10982024-12-23T04:19:27.360Z Fresh serde_urlencoded v0.7.1
10992024-12-23T04:19:27.360Z Fresh crossbeam-channel v0.5.1
11002024-12-23T04:19:27.360Z Fresh webpki-roots v0.26.5
11012024-12-23T04:19:27.360Z Fresh futures-executor v0.3.31
11022024-12-23T04:19:27.360Z Fresh uuid v1.11.0
11032024-12-23T04:19:27.360Z Fresh async-stream-impl v0.3.6
11042024-12-23T04:19:27.360Z Fresh thiserror-impl v2.0.7
11052024-12-23T04:19:27.360Z Fresh is-terminal v0.4.12
11062024-12-23T04:19:27.360Z Fresh memmap v0.7.0
11072024-12-23T04:19:27.360Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c69484ac72bee56 -C extra-filename=-6c69484ac72bee56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-75efcb4fac050736.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-566e504ef326df6f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro`
11082024-12-23T04:19:27.360Z Fresh errno v0.3.8
11092024-12-23T04:19:27.360Z Fresh take_mut v0.2.2
11102024-12-23T04:19:27.391Z Fresh dyn-clone v1.0.4
11112024-12-23T04:19:27.393Z Fresh utf-8 v0.7.6
11122024-12-23T04:19:27.394Z Fresh data-encoding v2.4.0
11132024-12-23T04:19:27.394Z Fresh slog-async v2.8.0
11142024-12-23T04:19:27.394Z Fresh schemars v0.8.21
11152024-12-23T04:19:27.394Z Fresh rustix v0.38.40
11162024-12-23T04:19:27.394Z Fresh tungstenite v0.24.0
11172024-12-23T04:19:27.394Z Fresh slog-term v2.9.1
11182024-12-23T04:19:27.394Z Fresh hyper-rustls v0.27.3
11192024-12-23T04:19:27.394Z Fresh async-stream v0.3.6
11202024-12-23T04:19:27.394Z Fresh futures v0.3.31
11212024-12-23T04:19:27.394Z Fresh thiserror v2.0.7
11222024-12-23T04:19:27.394Z Fresh usdt v0.5.0
11232024-12-23T04:19:27.394Z Fresh slog-bunyan v2.5.0
11242024-12-23T04:19:27.394Z Fresh multer v3.1.0
11252024-12-23T04:19:27.394Z Fresh mime_guess v2.0.5
11262024-12-23T04:19:27.394Z Fresh hyper-tls v0.6.0
11272024-12-23T04:19:27.394Z Fresh event-listener-strategy v0.5.2
11282024-12-23T04:19:27.394Z Fresh target-triple v0.1.3
11292024-12-23T04:19:27.394Z Fresh camino v1.1.9
11302024-12-23T04:19:27.394Z Fresh rustls-native-certs v0.7.0
11312024-12-23T04:19:27.394Z Fresh yasna v0.5.2
11322024-12-23T04:19:27.394Z Fresh pem v3.0.4
11332024-12-23T04:19:27.394Z Fresh waitgroup v0.1.2
11342024-12-23T04:19:27.394Z Fresh openapiv3 v2.0.0
11352024-12-23T04:19:27.394Z Fresh serde_path_to_error v0.1.16
11362024-12-23T04:19:27.394Z Fresh async-trait v0.1.83
11372024-12-23T04:19:27.394Z Fresh sync_wrapper v1.0.1
11382024-12-23T04:19:27.394Z Fresh hostname v0.4.0
11392024-12-23T04:19:27.394Z Fresh termcolor v1.1.2
11402024-12-23T04:19:27.394Z Fresh fastrand v2.1.1
11412024-12-23T04:19:27.394Z Fresh simple-mermaid v0.2.0
11422024-12-23T04:19:27.394Z Fresh ipnet v2.10.0
11432024-12-23T04:19:27.394Z Fresh debug-ignore v1.0.5
11442024-12-23T04:19:27.394Z Fresh http-range v0.1.4
11452024-12-23T04:19:27.394Z Fresh glob v0.3.0
11462024-12-23T04:19:27.394Z Fresh tempfile v3.14.0
11472024-12-23T04:19:27.394Z Fresh reqwest v0.12.9
11482024-12-23T04:19:27.395Z Fresh rcgen v0.13.1
11492024-12-23T04:19:27.395Z Fresh hyper-staticfile v0.10.1
11502024-12-23T04:19:27.398Z Fresh trybuild v1.0.101
11512024-12-23T04:19:27.398Z Fresh hyper-rustls v0.26.0
11522024-12-23T04:19:27.398Z Fresh async-channel v2.3.1
11532024-12-23T04:19:27.398Z Fresh tokio-tungstenite v0.24.0
11542024-12-23T04:19:27.398Z Fresh anyhow v1.0.94
11552024-12-23T04:19:27.398Z Fresh buf-list v1.0.3
11562024-12-23T04:19:27.398Z Fresh subprocess v0.2.9
11572024-12-23T04:19:27.398Z Fresh schema-derive v0.1.0
11582024-12-23T04:19:27.398Z Fresh console v0.15.7
11592024-12-23T04:19:27.398Z Fresh schema v0.1.0
11602024-12-23T04:19:27.398Z Fresh expectorate v1.1.0
11612024-12-23T04:19:27.398Z Fresh prettyplease v0.2.25
11622024-12-23T04:19:29.379Z Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot)
11632024-12-23T04:19:29.383Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f500dba4ab0e0d07 -C extra-filename=-f500dba4ab0e0d07 --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-9c74efa72118a96e.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out`
11642024-12-23T04:19:29.383Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a8170d60847408a6 -C extra-filename=-a8170d60847408a6 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11652024-12-23T04:19:35.146Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=59191685b404b8a6 -C extra-filename=-59191685b404b8a6 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11662024-12-23T04:19:35.151Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=47924df6561db50c -C extra-filename=-47924df6561db50c --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11672024-12-23T04:19:35.151Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fcf05e45b1083f93 -C extra-filename=-fcf05e45b1083f93 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11682024-12-23T04:19:35.153Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=036ff8fd2e089759 -C extra-filename=-036ff8fd2e089759 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11692024-12-23T04:19:35.156Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=244b1c41295f724c -C extra-filename=-244b1c41295f724c --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11702024-12-23T04:19:35.156Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e502110174165e3d -C extra-filename=-e502110174165e3d --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11712024-12-23T04:19:35.159Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9a3c9aaec26508e3 -C extra-filename=-9a3c9aaec26508e3 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11722024-12-23T04:19:36.759Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0f8c259aa6b4eab9 -C extra-filename=-0f8c259aa6b4eab9 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11732024-12-23T04:19:52.273Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a20c016ec991b599 -C extra-filename=-a20c016ec991b599 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11742024-12-23T04:19:54.741Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2d6241bcd1476fa3 -C extra-filename=-2d6241bcd1476fa3 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11752024-12-23T04:19:54.961Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3726ce8460097db9 -C extra-filename=-3726ce8460097db9 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11762024-12-23T04:19:57.798Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f2bef7784941a0be -C extra-filename=-f2bef7784941a0be --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11772024-12-23T04:19:57.801Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fd3cc48da7d8a838 -C extra-filename=-fd3cc48da7d8a838 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11782024-12-23T04:19:58.693Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6cc225f4c34d4a1c -C extra-filename=-6cc225f4c34d4a1c --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11792024-12-23T04:19:59.925Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4e68fbf8e8a35e52 -C extra-filename=-4e68fbf8e8a35e52 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11802024-12-23T04:20:09.116Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=300edef97520cb01 -C extra-filename=-300edef97520cb01 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11812024-12-23T04:20:12.894Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1fa920c579edebed -C extra-filename=-1fa920c579edebed --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11822024-12-23T04:20:15.227Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=620b196abe8fa6ca -C extra-filename=-620b196abe8fa6ca --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11832024-12-23T04:20:17.996Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=88d8c782fab9d7ee -C extra-filename=-88d8c782fab9d7ee --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11842024-12-23T04:20:18.814Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c37b0814d12f0d10 -C extra-filename=-c37b0814d12f0d10 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11852024-12-23T04:20:20.714Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9a9e3d95bb1e6345 -C extra-filename=-9a9e3d95bb1e6345 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11862024-12-23T04:20:21.777Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4743ae12fa508000 -C extra-filename=-4743ae12fa508000 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11872024-12-23T04:20:22.019Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ec1d86e3cb04a1e0 -C extra-filename=-ec1d86e3cb04a1e0 --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11882024-12-23T04:20:28.820Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1584a234a661961d -C extra-filename=-1584a234a661961d --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-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out -L native=/usr/ssl-3/lib/amd64`
11892024-12-23T04:20:59.777Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 32s
11902024-12-23T04:20:59.821Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-a8170d60847408a6`
11912024-12-23T04:20:59.846Z
11922024-12-23T04:20:59.846Zrunning 104 tests
11932024-12-23T04:20:59.849Ztest api_description::test::test_endpoint_versions_range ... ok
11942024-12-23T04:20:59.849Ztest api_description::test::test_endpoint_versions_matches ... ok
11952024-12-23T04:20:59.849Ztest api_description::test::test_badpath4 - should panic ... ok
11962024-12-23T04:20:59.849Ztest api_description::test::test_endpoint_versions_overlaps ... ok
11972024-12-23T04:20:59.849Ztest api_description::test::test_badpath1 ... ok
11982024-12-23T04:20:59.849Ztest api_description::test::test_dup_names ... ok
11992024-12-23T04:20:59.849Ztest api_description::test::test_badpath2 ... ok
12002024-12-23T04:20:59.849Ztest api_description::test::test_badpath3 ... ok
12012024-12-23T04:20:59.849Ztest api_description::test::test_tags_too_many ... ok
12022024-12-23T04:20:59.849Ztest api_description::test::test_tags_need_one ... ok
12032024-12-23T04:20:59.849Ztest api_description::test::test_tags_just_right ... ok
12042024-12-23T04:20:59.849Ztest api_description::test::test_tag_config_deserialize_old ... ok
12052024-12-23T04:20:59.850Ztest extractor::metadata::test::test_metadata_flattened ... ok
12062024-12-23T04:20:59.850Ztest extractor::metadata::test::test_metadata_simple ... ok
12072024-12-23T04:20:59.850Ztest error::test::test_serialize_error_response_body ... ok
12082024-12-23T04:20:59.853Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
12092024-12-23T04:20:59.853Ztest from_map::test::test_deep ... ok
12102024-12-23T04:20:59.853Ztest extractor::metadata::test::test_metadata_pagination ... ok
12112024-12-23T04:20:59.853Ztest from_map::test::test_lone_literal ... ok
12122024-12-23T04:20:59.853Ztest from_map::test::test_missing_data1 ... ok
12132024-12-23T04:20:59.853Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
12142024-12-23T04:20:59.853Ztest from_map::test::test_missing_data2 ... ok
12152024-12-23T04:20:59.853Ztest from_map::test::test_types ... ok
12162024-12-23T04:20:59.853Ztest logging::test::test_config_bad_terminal_bad_level ... ok
12172024-12-23T04:20:59.853Ztest logging::test::test_config_bad_terminal_no_level ... ok
12182024-12-23T04:20:59.853Ztest logging::test::test_config_bad_file_no_level ... ok
12192024-12-23T04:20:59.853Ztest logging::test::test_config_bad_file_no_file ... ok
12202024-12-23T04:20:59.853Ztest logging::test::test_config_bad_log_mode ... ok
12212024-12-23T04:20:59.853Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
12222024-12-23T04:20:59.853Ztest logging::test::test_config_bad_file_bad_path_type ... ok
12232024-12-23T04:20:59.853Ztest pagination::test::test_pagination_schema ... ok
12242024-12-23T04:20:59.853Ztest router::test::test_bad_path_segment1 - should panic ... ok
12252024-12-23T04:20:59.853Ztest pagination::test::test_results_page ... ok
12262024-12-23T04:20:59.853Ztest router::test::test_bad_path_segment2 - should panic ... ok
12272024-12-23T04:20:59.853Ztest pagination::test::test_page_token_serialization ... ok
12282024-12-23T04:20:59.853Ztest router::test::test_bad_path_segment3 - should panic ... ok
12292024-12-23T04:20:59.853Ztest router::test::test_bad_path_segment4 - should panic ... ok
12302024-12-23T04:20:59.853Ztest pagination::test::test_pagparams_parsing ... ok
12312024-12-23T04:20:59.853Ztest router::test::test_duplicate_route1 - should panic ... ok
12322024-12-23T04:20:59.853Znote: configured to log to "/tmp/dropshot-a8170d60847408a6.2036.file_dir/log.out"
12332024-12-23T04:20:59.853Ztest router::test::test_duplicate_route2 - should panic ... ok
12342024-12-23T04:20:59.853Ztest router::test::test_bogus_regex - should panic ... ok
12352024-12-23T04:20:59.856Ztest router::test::test_duplicate_varname - should panic ... ok
12362024-12-23T04:20:59.856Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
12372024-12-23T04:20:59.856Ztest logging::test::test_config_stderr_terminal ... ok
12382024-12-23T04:20:59.856Ztest router::test::test_duplicate_route_same_version - should panic ... ok
12392024-12-23T04:20:59.856Ztest router::test::test_duplicate_route3 - should panic ... ok
12402024-12-23T04:20:59.856Ztest router::test::test_embedded_non_variable ... ok
12412024-12-23T04:20:59.856Ztest router::test::test_empty_variable ... ok
12422024-12-23T04:20:59.856Ztest router::test::test_inconsistent_varname - should panic ... ok
12432024-12-23T04:20:59.856Ztest router::test::test_iter_null ... ok
12442024-12-23T04:20:59.856Ztest router::test::test_iter ... ok
12452024-12-23T04:20:59.856Ztest router::test::test_iter2 ... ok
12462024-12-23T04:20:59.857Ztest router::test::test_map ... ok
12472024-12-23T04:20:59.857Ztest router::test::test_literal_after_variable - should panic ... ok
12482024-12-23T04:20:59.857Ztest router::test::test_literal_after_regex - should panic ... ok
12492024-12-23T04:20:59.857Znote: configured to log to "/tmp/dropshot-a8170d60847408a6.2036.file_dir/log.out"
12502024-12-23T04:20:59.857Ztest router::test::test_map_bad_seq ... ok
12512024-12-23T04:20:59.857Ztest router::test::test_error_cases ... ok
12522024-12-23T04:20:59.857Ztest router::test::test_map_bad_value ... ok
12532024-12-23T04:20:59.857Ztest router::test::test_more_after_regex - should panic ... ok
12542024-12-23T04:20:59.857Ztest router::test::test_path_segment ... ok
12552024-12-23T04:20:59.857Ztest router::test::test_router_versioned ... ok
12562024-12-23T04:20:59.857Ztest router::test::test_segments ... ok
12572024-12-23T04:20:59.857Ztest router::test::test_router_basic ... ok
12582024-12-23T04:20:59.857Ztest router::test::test_variable_after_literal - should panic ... ok
12592024-12-23T04:20:59.857Ztest router::test::test_variable_name_bad_end - should panic ... ok
12602024-12-23T04:20:59.857Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
12612024-12-23T04:20:59.857Ztest router::test::test_variable_rename ... ok
12622024-12-23T04:20:59.857Ztest api_description::test::test_tags_set ... ok
12632024-12-23T04:20:59.857Ztest router::test::test_variable_name_bad_start - should panic ... ok
12642024-12-23T04:20:59.857Ztest router::test::test_variable_name_empty - should panic ... ok
12652024-12-23T04:20:59.857Ztest router::test::test_variables_glob ... ok
12662024-12-23T04:20:59.857Ztest router::test::test_variables_multi ... ok
12672024-12-23T04:20:59.858Ztest router::test::test_variables_basic ... ok
12682024-12-23T04:20:59.858Znote: configured to log to "/tmp/dropshot-a8170d60847408a6.2036.file_dir/log.out"
12692024-12-23T04:20:59.858Ztest schema_util::test::test_empty_struct ... ok
12702024-12-23T04:20:59.858Ztest schema_util::test::test_additional_properties ... ok
12712024-12-23T04:20:59.858Ztest schema_util::test::test_nullable ... ok
12722024-12-23T04:20:59.858Ztest schema_util::test::test_two_types - should panic ... ok
12732024-12-23T04:20:59.858Ztest schema_util::test::test_bad_schema - should panic ... ok
12742024-12-23T04:20:59.858Ztest logging::test::test_config_file ... ok
12752024-12-23T04:20:59.858Ztest schema_util::test::test_extension_conversion ... ok
12762024-12-23T04:20:59.861Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
12772024-12-23T04:20:59.861Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
12782024-12-23T04:20:59.861Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
12792024-12-23T04:20:59.861Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
12802024-12-23T04:20:59.861Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
12812024-12-23T04:20:59.861Ztest test_util::test::test_bunyan_easy_cases ... ok
12822024-12-23T04:20:59.861Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
12832024-12-23T04:20:59.861Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
12842024-12-23T04:20:59.861Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
12852024-12-23T04:20:59.861Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
12862024-12-23T04:20:59.861Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
12872024-12-23T04:20:59.861Ztest to_map::test::test_to_map_enum ... ok
12882024-12-23T04:20:59.861Ztest to_map::test::test_to_map_num ... ok
12892024-12-23T04:20:59.861Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
12902024-12-23T04:20:59.861Ztest to_map::test::test_to_map_seq ... ok
12912024-12-23T04:20:59.861Ztest to_map::test::test_to_map_valid ... ok
12922024-12-23T04:20:59.861Ztest to_map::test::test_to_map_vec ... ok
12932024-12-23T04:20:59.861Ztest type_util::tests::test_commented_ref ... ok
12942024-12-23T04:20:59.862Ztest type_util::tests::test_recursive_type - should panic ... ok
12952024-12-23T04:20:59.862Ztest type_util::tests::test_reflexive_type - should panic ... ok
12962024-12-23T04:20:59.862Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
12972024-12-23T04:20:59.862Ztest server::test::test_drop_server_without_close_okay ... ok
12982024-12-23T04:20:59.864Ztest server::test::test_server_run_then_close ... ok
12992024-12-23T04:20:59.865Ztest server::test::test_http_acceptor_happy_path ... ok
13002024-12-23T04:20:59.865Z
13012024-12-23T04:20:59.865Ztest result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
13022024-12-23T04:20:59.865Z
13032024-12-23T04:20:59.867Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-59191685b404b8a6`
13042024-12-23T04:20:59.872Z
13052024-12-23T04:20:59.872Zrunning 1 test
13062024-12-23T04:21:00.271Z Compiling proc-macro2 v1.0.92
13072024-12-23T04:21:00.271Z Compiling unicode-ident v1.0.12
13082024-12-23T04:21:00.274Z Compiling libc v0.2.168
13092024-12-23T04:21:00.274Z Checking cfg-if v1.0.0
13102024-12-23T04:21:00.274Z Compiling serde v1.0.216
13112024-12-23T04:21:00.274Z Compiling version_check v0.9.5
13122024-12-23T04:21:00.274Z Checking itoa v1.0.1
13132024-12-23T04:21:00.344Z Checking pin-project-lite v0.2.12
13142024-12-23T04:21:00.439Z Checking memchr v2.6.0
13152024-12-23T04:21:00.446Z Compiling autocfg v1.1.0
13162024-12-23T04:21:00.476Z Compiling log v0.4.17
13172024-12-23T04:21:00.854Z Checking bytes v1.9.0
13182024-12-23T04:21:00.988Z Checking once_cell v1.20.1
13192024-12-23T04:21:01.096Z Compiling thiserror v1.0.69
13202024-12-23T04:21:01.279Z Compiling ryu v1.0.5
13212024-12-23T04:21:01.287Z Checking futures-core v0.3.31
13222024-12-23T04:21:01.451Z Compiling parking_lot_core v0.9.4
13232024-12-23T04:21:01.572Z Compiling slab v0.4.9
13242024-12-23T04:21:01.630Z Checking futures-sink v0.3.31
13252024-12-23T04:21:01.752Z Checking smallvec v1.13.2
13262024-12-23T04:21:01.777Z Checking scopeguard v1.2.0
13272024-12-23T04:21:01.864Z Compiling cc v1.0.83
13282024-12-23T04:21:01.881Z Compiling serde_json v1.0.133
13292024-12-23T04:21:01.903Z Checking lock_api v0.4.6
13302024-12-23T04:21:01.983Z Checking fnv v1.0.7
13312024-12-23T04:21:02.085Z Checking http v1.2.0
13322024-12-23T04:21:02.238Z Compiling quote v1.0.37
13332024-12-23T04:21:02.241Z Checking getrandom v0.2.11
13342024-12-23T04:21:02.322Z Checking signal-hook-registry v1.4.0
13352024-12-23T04:21:02.370Z Checking mio v1.0.3
13362024-12-23T04:21:02.464Z Checking socket2 v0.5.5
13372024-12-23T04:21:02.550Z Compiling syn v2.0.91
13382024-12-23T04:21:02.574Z Checking parking_lot v0.12.1
13392024-12-23T04:21:02.894Z Checking futures-channel v0.3.31
13402024-12-23T04:21:02.910Z Checking futures-task v0.3.31
13412024-12-23T04:21:02.931Z Checking futures-io v0.3.31
13422024-12-23T04:21:03.062Z Checking pin-utils v0.1.0
13432024-12-23T04:21:03.086Z Checking hashbrown v0.15.2
13442024-12-23T04:21:03.116Z Checking rustls-pki-types v1.10.0
13452024-12-23T04:21:03.137Z Compiling httparse v1.8.0
13462024-12-23T04:21:03.193Z Checking equivalent v1.0.0
13472024-12-23T04:21:03.297Z Compiling ucd-trie v0.1.6
13482024-12-23T04:21:03.340Z Checking spin v0.9.8
13492024-12-23T04:21:03.611Z Checking tracing-core v0.1.32
13502024-12-23T04:21:03.895Z Checking untrusted v0.9.0
13512024-12-23T04:21:04.018Z Compiling pkg-config v0.3.31
13522024-12-23T04:21:04.038Z Compiling vcpkg v0.2.15
13532024-12-23T04:21:04.065Z Checking atomic-waker v1.1.1
13542024-12-23T04:21:04.122Z Compiling typenum v1.14.0
13552024-12-23T04:21:04.182Z Checking http-body v1.0.1
13562024-12-23T04:21:04.201Z Checking tracing v0.1.40
13572024-12-23T04:21:04.500Z Compiling generic-array v0.14.5
13582024-12-23T04:21:04.546Z Compiling crossbeam-utils v0.8.15
13592024-12-23T04:21:04.678Z Checking try-lock v0.2.3
13602024-12-23T04:21:04.792Z Checking want v0.3.0
13612024-12-23T04:21:04.849Z Compiling ring v0.17.7
13622024-12-23T04:21:04.959Z Compiling unicase v2.6.0
13632024-12-23T04:21:04.993Z Checking httpdate v1.0.1
13642024-12-23T04:21:05.114Z Checking subtle v2.5.0
13652024-12-23T04:21:05.215Z Checking zeroize v1.7.0
13662024-12-23T04:21:05.316Z Compiling num-conv v0.1.0
13672024-12-23T04:21:05.346Z Compiling time-core v0.1.2
13682024-12-23T04:21:05.436Z Checking powerfmt v0.2.0
13692024-12-23T04:21:05.578Z Compiling time-macros v0.2.18
13702024-12-23T04:21:05.673Z Checking deranged v0.3.11
13712024-12-23T04:21:05.847Z Checking byteorder v1.4.3
13722024-12-23T04:21:05.962Z Checking bitflags v2.4.0
13732024-12-23T04:21:06.235Z Compiling openssl-sys v0.9.103
13742024-12-23T04:21:06.356Z Compiling slog v2.7.0
13752024-12-23T04:21:06.489Z Checking num_threads v0.1.3
13762024-12-23T04:21:06.808Z Checking base64 v0.22.1
13772024-12-23T04:21:07.044Z Compiling usdt-impl v0.5.0
13782024-12-23T04:21:07.344Z Checking tower-service v0.3.1
13792024-12-23T04:21:07.442Z Checking openssl-probe v0.1.4
13802024-12-23T04:21:07.483Z Compiling semver v1.0.24
13812024-12-23T04:21:07.575Z Checking tinyvec_macros v0.1.0
13822024-12-23T04:21:07.602Z Checking percent-encoding v2.3.1
13832024-12-23T04:21:07.623Z Checking foreign-types-shared v0.1.1
13842024-12-23T04:21:07.639Z Compiling openssl v0.10.66
13852024-12-23T04:21:07.647Z Checking tinyvec v1.5.1
13862024-12-23T04:21:07.713Z Checking foreign-types v0.3.2
13872024-12-23T04:21:07.791Z Checking form_urlencoded v1.2.1
13882024-12-23T04:21:08.069Z Checking block-buffer v0.10.2
13892024-12-23T04:21:08.108Z Checking crypto-common v0.1.6
13902024-12-23T04:21:08.568Z Checking rand_core v0.6.3
13912024-12-23T04:21:08.583Z Compiling thread-id v4.0.0
13922024-12-23T04:21:08.669Z Compiling num-traits v0.2.14
13932024-12-23T04:21:08.672Z Compiling rustls v0.22.4
13942024-12-23T04:21:08.824Z Compiling rustls v0.23.13
13952024-12-23T04:21:08.847Z Checking mime v0.3.16
13962024-12-23T04:21:09.002Z Checking ppv-lite86 v0.2.15
13972024-12-23T04:21:09.013Z Checking plain v0.2.3
13982024-12-23T04:21:09.037Z Compiling native-tls v0.2.12
13992024-12-23T04:21:09.093Z Checking time v0.3.36
14002024-12-23T04:21:09.150Z Checking unicode-normalization v0.1.24
14012024-12-23T04:21:09.434Z Checking digest v0.10.7
14022024-12-23T04:21:09.465Z Checking rustls-pemfile v2.1.3
14032024-12-23T04:21:09.592Z Checking rand_chacha v0.3.1
14042024-12-23T04:21:09.694Z Checking dirs-sys-next v0.1.2
14052024-12-23T04:21:09.769Z Checking cpufeatures v0.2.2
14062024-12-23T04:21:09.850Z Checking pretty-hex v0.4.1
14072024-12-23T04:21:09.853Z Checking unicode-bidi v0.3.15
14082024-12-23T04:21:09.918Z Checking rand v0.8.4
14092024-12-23T04:21:10.002Z Checking dirs-next v2.0.0
14102024-12-23T04:21:10.030Z Checking sha1 v0.10.6
14112024-12-23T04:21:10.107Z Compiling mime_guess v2.0.5
14122024-12-23T04:21:10.425Z Checking idna v0.5.0
14132024-12-23T04:21:10.696Z Checking rustls-webpki v0.102.8
14142024-12-23T04:21:10.735Z Compiling serde_derive_internals v0.29.0
14152024-12-23T04:21:11.087Z Checking concurrent-queue v2.5.0
14162024-12-23T04:21:11.495Z Checking thread_local v1.1.4
14172024-12-23T04:21:11.525Z Compiling multer v3.1.0
14182024-12-23T04:21:11.538Z Checking encoding_rs v0.8.32
14192024-12-23T04:21:11.733Z Compiling thiserror v2.0.7
14202024-12-23T04:21:11.924Z Compiling schemars v0.8.21
14212024-12-23T04:21:12.311Z Checking match_cfg v0.1.0
14222024-12-23T04:21:12.385Z Compiling rustix v0.38.40
14232024-12-23T04:21:12.457Z Compiling paste v1.0.15
14242024-12-23T04:21:13.073Z Compiling camino v1.1.9
14252024-12-23T04:21:13.270Z Checking iana-time-zone v0.1.47
14262024-12-23T04:21:13.406Z Checking winnow v0.6.18
14272024-12-23T04:21:13.659Z Checking parking v2.2.0
14282024-12-23T04:21:13.778Z Compiling slog-async v2.8.0
14292024-12-23T04:21:13.815Z Checking event-listener v5.0.0
14302024-12-23T04:21:14.166Z Checking hostname v0.3.1
14312024-12-23T04:21:14.373Z Checking url v2.5.2
14322024-12-23T04:21:14.587Z Checking term v0.7.0
14332024-12-23T04:21:14.730Z Checking crossbeam-channel v0.5.1
14342024-12-23T04:21:14.921Z Checking webpki-roots v0.26.5
14352024-12-23T04:21:14.973Z Checking memmap v0.7.0
14362024-12-23T04:21:15.108Z Checking errno v0.3.8
14372024-12-23T04:21:15.117Z Checking is-terminal v0.4.12
14382024-12-23T04:21:15.163Z Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot)
14392024-12-23T04:21:15.166Z Compiling buf-list v1.0.3
14402024-12-23T04:21:15.216Z Checking data-encoding v2.4.0
14412024-12-23T04:21:15.268Z Checking utf-8 v0.7.6
14422024-12-23T04:21:15.350Z Checking unicode-width v0.1.9
14432024-12-23T04:21:15.445Z Checking unicode-segmentation v1.10.0
14442024-12-23T04:21:15.481Z Compiling heck v0.5.0
14452024-12-23T04:21:15.555Z Compiling anyhow v1.0.94
14462024-12-23T04:21:15.705Z Checking take_mut v0.2.2
14472024-12-23T04:21:15.812Z Checking dyn-clone v1.0.4
14482024-12-23T04:21:15.825Z Checking lazy_static v1.5.0
14492024-12-23T04:21:15.940Z Checking console v0.15.7
14502024-12-23T04:21:15.978Z Checking newline-converter v0.3.0
14512024-12-23T04:21:15.993Z Checking slog-term v2.9.1
14522024-12-23T04:21:16.198Z Checking event-listener-strategy v0.5.2
14532024-12-23T04:21:16.306Z Compiling serde_derive v1.0.216
14542024-12-23T04:21:16.369Z Compiling thiserror-impl v1.0.69
14552024-12-23T04:21:16.393Z Compiling tokio-macros v2.4.0
14562024-12-23T04:21:16.444Z Compiling futures-macro v0.3.31
14572024-12-23T04:21:16.471Z Compiling zerocopy-derive v0.7.32
14582024-12-23T04:21:16.648Z Compiling scroll_derive v0.12.0
14592024-12-23T04:21:16.871Z Compiling openssl-macros v0.1.1
14602024-12-23T04:21:17.313Z Compiling schemars_derive v0.8.21
14612024-12-23T04:21:18.621Z Checking tokio v1.41.1
14622024-12-23T04:21:18.649Z Checking scroll v0.12.0
14632024-12-23T04:21:19.049Z Checking futures-util v0.3.31
14642024-12-23T04:21:19.094Z Checking goblin v0.8.0
14652024-12-23T04:21:19.394Z Compiling zerocopy v0.7.32
14662024-12-23T04:21:20.788Z Compiling pest v2.7.6
14672024-12-23T04:21:21.778Z Compiling async-stream-impl v0.3.6
14682024-12-23T04:21:23.147Z Compiling pest_meta v2.7.6
14692024-12-23T04:21:23.379Z Checking http-body-util v0.1.2
14702024-12-23T04:21:23.613Z Checking futures-executor v0.3.31
14712024-12-23T04:21:23.714Z Compiling thiserror-impl v2.0.7
14722024-12-23T04:21:23.722Z Checking async-stream v0.3.6
14732024-12-23T04:21:23.818Z Checking futures v0.3.31
14742024-12-23T04:21:23.883Z Checking tungstenite v0.24.0
14752024-12-23T04:21:23.908Z Compiling async-trait v0.1.83
14762024-12-23T04:21:24.166Z Checking yasna v0.5.2
14772024-12-23T04:21:24.667Z Compiling pest_generator v2.7.6
14782024-12-23T04:21:24.986Z Checking rustls-native-certs v0.7.0
14792024-12-23T04:21:25.088Z Checking tokio-util v0.7.7
14802024-12-23T04:21:25.102Z Checking tokio-native-tls v0.3.1
14812024-12-23T04:21:25.319Z Checking tokio-rustls v0.26.0
14822024-12-23T04:21:25.462Z Checking tokio-rustls v0.25.0
14832024-12-23T04:21:25.674Z Checking pem v3.0.4
14842024-12-23T04:21:25.800Z Checking waitgroup v0.1.2
14852024-12-23T04:21:25.850Z Checking hostname v0.4.0
14862024-12-23T04:21:25.922Z Checking sync_wrapper v1.0.1
14872024-12-23T04:21:25.972Z Checking debug-ignore v1.0.5
14882024-12-23T04:21:26.079Z Checking similar v2.2.1
14892024-12-23T04:21:26.130Z Checking http-range v0.1.4
14902024-12-23T04:21:26.291Z Checking ipnet v2.10.0
14912024-12-23T04:21:26.702Z Checking fastrand v2.1.1
14922024-12-23T04:21:26.711Z Checking simple-mermaid v0.2.0
14932024-12-23T04:21:26.725Z Checking expectorate v1.1.0
14942024-12-23T04:21:26.782Z Checking rcgen v0.13.1
14952024-12-23T04:21:26.856Z Checking tokio-tungstenite v0.24.0
14962024-12-23T04:21:27.006Z Checking tempfile v3.14.0
14972024-12-23T04:21:27.321Z Checking async-channel v2.3.1
14982024-12-23T04:21:27.497Z Checking subprocess v0.2.9
14992024-12-23T04:21:27.848Z Compiling pest_derive v2.7.6
15002024-12-23T04:21:28.873Z Compiling dtrace-parser v0.2.0
15012024-12-23T04:21:29.424Z Checking indexmap v2.7.0
15022024-12-23T04:21:29.449Z Checking serde_spanned v0.6.7
15032024-12-23T04:21:29.499Z Checking toml_datetime v0.6.8
15042024-12-23T04:21:29.536Z Checking uuid v1.11.0
15052024-12-23T04:21:29.574Z Checking serde_urlencoded v0.7.1
15062024-12-23T04:21:29.623Z Checking chrono v0.4.39
15072024-12-23T04:21:29.752Z Checking serde_path_to_error v0.1.16
15082024-12-23T04:21:30.080Z Compiling serde_tokenstream v0.2.2
15092024-12-23T04:21:30.532Z Checking h2 v0.4.6
15102024-12-23T04:21:30.532Z Checking toml_edit v0.22.20
15112024-12-23T04:21:30.617Z Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
15122024-12-23T04:21:30.695Z Checking dof v0.3.0
15132024-12-23T04:21:30.695Z Checking slog-json v2.6.1
15142024-12-23T04:21:30.698Z Checking openapiv3 v2.0.0
15152024-12-23T04:21:30.923Z Checking slog-bunyan v2.5.0
15162024-12-23T04:21:33.135Z Checking toml v0.8.19
15172024-12-23T04:21:33.369Z Compiling usdt-attr-macro v0.5.0
15182024-12-23T04:21:33.369Z Compiling usdt-macro v0.5.0
15192024-12-23T04:21:34.227Z Checking hyper v1.5.1
15202024-12-23T04:21:34.873Z Checking usdt v0.5.0
15212024-12-23T04:21:35.444Z Checking hyper-util v0.1.10
15222024-12-23T04:21:35.444Z Checking hyper-staticfile v0.10.1
15232024-12-23T04:21:36.410Z Checking hyper-rustls v0.27.3
15242024-12-23T04:21:36.410Z Checking hyper-tls v0.6.0
15252024-12-23T04:21:36.413Z Checking hyper-rustls v0.26.0
15262024-12-23T04:21:36.611Z Checking reqwest v0.12.9
15272024-12-23T04:21:38.715Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
15282024-12-23T04:21:38.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.85s
15292024-12-23T04:21:39.042Z
15302024-12-23T04:21:39.042Z
15312024-12-23T04:21:48.068Ztest tests/fail/bad_channel10.rs ... ok
15322024-12-23T04:21:48.068Ztest tests/fail/bad_channel11.rs ... ok
15332024-12-23T04:21:48.069Ztest tests/fail/bad_channel12.rs ... ok
15342024-12-23T04:21:48.072Ztest tests/fail/bad_channel13.rs ... ok
15352024-12-23T04:21:48.072Ztest tests/fail/bad_channel14.rs ... ok
15362024-12-23T04:21:48.072Ztest tests/fail/bad_channel15.rs ... ok
15372024-12-23T04:21:48.072Ztest tests/fail/bad_channel17.rs ... ok
15382024-12-23T04:21:48.072Ztest tests/fail/bad_channel18.rs ... ok
15392024-12-23T04:21:48.072Ztest tests/fail/bad_channel19.rs ... ok
15402024-12-23T04:21:48.072Ztest tests/fail/bad_channel1a.rs ... ok
15412024-12-23T04:21:48.072Ztest tests/fail/bad_channel1b.rs ... ok
15422024-12-23T04:21:48.072Ztest tests/fail/bad_channel2.rs ... ok
15432024-12-23T04:21:48.072Ztest tests/fail/bad_channel20.rs ... ok
15442024-12-23T04:21:48.073Ztest tests/fail/bad_channel21.rs ... ok
15452024-12-23T04:21:48.073Ztest tests/fail/bad_channel22.rs ... ok
15462024-12-23T04:21:48.073Ztest tests/fail/bad_channel23.rs ... ok
15472024-12-23T04:21:48.073Ztest tests/fail/bad_channel24.rs ... ok
15482024-12-23T04:21:48.073Ztest tests/fail/bad_channel25.rs ... ok
15492024-12-23T04:21:48.073Ztest tests/fail/bad_channel26.rs ... ok
15502024-12-23T04:21:48.073Ztest tests/fail/bad_channel27.rs ... ok
15512024-12-23T04:21:48.073Ztest tests/fail/bad_channel28.rs ... ok
15522024-12-23T04:21:48.073Ztest tests/fail/bad_channel3.rs ... ok
15532024-12-23T04:21:48.073Ztest tests/fail/bad_channel4.rs ... ok
15542024-12-23T04:21:48.073Ztest tests/fail/bad_channel5.rs ... ok
15552024-12-23T04:21:48.073Ztest tests/fail/bad_channel6.rs ... ok
15562024-12-23T04:21:48.073Ztest tests/fail/bad_channel8.rs ... ok
15572024-12-23T04:21:48.073Ztest tests/fail/bad_channel9.rs ... ok
15582024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint1.rs ... ok
15592024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint10.rs ... ok
15602024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint11.rs ... ok
15612024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint12.rs ... ok
15622024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint13.rs ... ok
15632024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint14.rs ... ok
15642024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint15.rs ... ok
15652024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint16.rs ... ok
15662024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint17.rs ... ok
15672024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint18.rs ... ok
15682024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint19.rs ... ok
15692024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint2.rs ... ok
15702024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint20.rs ... ok
15712024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint21.rs ... ok
15722024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint22.rs ... ok
15732024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint23.rs ... ok
15742024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint24.rs ... ok
15752024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint25.rs ... ok
15762024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint26.rs ... ok
15772024-12-23T04:21:48.073Ztest tests/fail/bad_endpoint27.rs ... ok
15782024-12-23T04:21:48.074Ztest tests/fail/bad_endpoint28.rs ... ok
15792024-12-23T04:21:48.074Ztest tests/fail/bad_endpoint3.rs ... ok
15802024-12-23T04:21:48.074Ztest tests/fail/bad_endpoint4.rs ... ok
15812024-12-23T04:21:48.074Ztest tests/fail/bad_endpoint5.rs ... ok
15822024-12-23T04:21:48.074Ztest tests/fail/bad_endpoint6.rs ... ok
15832024-12-23T04:21:48.074Ztest tests/fail/bad_endpoint7.rs ... ok
15842024-12-23T04:21:48.074Ztest tests/fail/bad_endpoint8.rs ... ok
15852024-12-23T04:21:48.074Ztest tests/fail/bad_endpoint9.rs ... ok
15862024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel10.rs ... ok
15872024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel11.rs ... ok
15882024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel12.rs ... ok
15892024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel13.rs ... ok
15902024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel14.rs ... ok
15912024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel15.rs ... ok
15922024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel17.rs ... ok
15932024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel18.rs ... ok
15942024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel19.rs ... ok
15952024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel1a.rs ... ok
15962024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel1b.rs ... ok
15972024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel2.rs ... ok
15982024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel20.rs ... ok
15992024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel21.rs ... ok
16002024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel22.rs ... ok
16012024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel23.rs ... ok
16022024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel24.rs ... ok
16032024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel25.rs ... ok
16042024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel26.rs ... ok
16052024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel28.rs ... ok
16062024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel3.rs ... ok
16072024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel4.rs ... ok
16082024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel5.rs ... ok
16092024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel6.rs ... ok
16102024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel8.rs ... ok
16112024-12-23T04:21:48.074Ztest tests/fail/bad_trait_channel9.rs ... ok
16122024-12-23T04:21:48.074Ztest tests/fail/bad_trait_endpoint1.rs ... ok
16132024-12-23T04:21:48.074Ztest tests/fail/bad_trait_endpoint10.rs ... ok
16142024-12-23T04:21:48.074Ztest tests/fail/bad_trait_endpoint11.rs ... ok
16152024-12-23T04:21:48.074Ztest tests/fail/bad_trait_endpoint12.rs ... ok
16162024-12-23T04:21:48.074Ztest tests/fail/bad_trait_endpoint13.rs ... ok
16172024-12-23T04:21:48.074Ztest tests/fail/bad_trait_endpoint14.rs ... ok
16182024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint15.rs ... ok
16192024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint16.rs ... ok
16202024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint17.rs ... ok
16212024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint18.rs ... ok
16222024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint19.rs ... ok
16232024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint2.rs ... ok
16242024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint20.rs ... ok
16252024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint21.rs ... ok
16262024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint22.rs ... ok
16272024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint23.rs ... ok
16282024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint24.rs ... ok
16292024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint25.rs ... ok
16302024-12-23T04:21:48.075Ztest tests/fail/bad_trait_endpoint26.rs ... ok
16312024-12-23T04:21:48.078Ztest tests/fail/bad_trait_endpoint27.rs ... ok
16322024-12-23T04:21:48.078Ztest tests/fail/bad_trait_endpoint28.rs ... ok
16332024-12-23T04:21:48.078Ztest tests/fail/bad_trait_endpoint3.rs ... ok
16342024-12-23T04:21:48.078Ztest tests/fail/bad_trait_endpoint4.rs ... ok
16352024-12-23T04:21:48.079Ztest tests/fail/bad_trait_endpoint5.rs ... ok
16362024-12-23T04:21:48.079Ztest tests/fail/bad_trait_endpoint6.rs ... ok
16372024-12-23T04:21:48.079Ztest tests/fail/bad_trait_endpoint7.rs ... ok
16382024-12-23T04:21:48.079Ztest tests/fail/bad_trait_endpoint8.rs ... ok
16392024-12-23T04:21:48.079Ztest tests/fail/bad_trait_endpoint9.rs ... ok
16402024-12-23T04:21:48.079Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
16412024-12-23T04:21:48.079Ztest tests/fail/bad_trait_only1.rs ... ok
16422024-12-23T04:21:48.079Ztest tests/fail/bad_trait_only10.rs ... ok
16432024-12-23T04:21:48.079Ztest tests/fail/bad_trait_only11.rs ... ok
16442024-12-23T04:21:48.079Ztest tests/fail/bad_trait_only12.rs ... ok
16452024-12-23T04:21:48.079Ztest tests/fail/bad_trait_only13.rs ... ok
16462024-12-23T04:21:48.079Ztest tests/fail/bad_trait_only14.rs ... ok
16472024-12-23T04:21:48.079Ztest tests/fail/bad_trait_only15.rs ... ok
16482024-12-23T04:21:48.079Ztest tests/fail/bad_trait_only16.rs ... ok
16492024-12-23T04:21:48.079Ztest tests/fail/bad_trait_only17.rs ... ok
16502024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only18.rs ... ok
16512024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only19.rs ... ok
16522024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only2.rs ... ok
16532024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only20.rs ... ok
16542024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only21.rs ... ok
16552024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only22.rs ... ok
16562024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only3.rs ... ok
16572024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only4.rs ... ok
16582024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only5.rs ... ok
16592024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only6.rs ... ok
16602024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only7.rs ... ok
16612024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only8.rs ... ok
16622024-12-23T04:21:48.081Ztest tests/fail/bad_trait_only9.rs ... ok
16632024-12-23T04:21:48.082Ztest tests/fail/bad_version_backwards.rs ... ok
16642024-12-23T04:21:48.082Ztest tests/fail/unused_endpoint.rs ... ok
16652024-12-23T04:21:48.082Z
16662024-12-23T04:21:48.082Z
16672024-12-23T04:21:48.082Ztest fail ... ok
16682024-12-23T04:21:48.082Z
16692024-12-23T04:21:48.082Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 48.20s
16702024-12-23T04:21:48.082Z
16712024-12-23T04:21:48.085Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-ec1d86e3cb04a1e0`
16722024-12-23T04:21:48.089Z
16732024-12-23T04:21:48.089Zrunning 82 tests
16742024-12-23T04:21:48.092Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
16752024-12-23T04:21:48.092Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
16762024-12-23T04:21:48.092Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
16772024-12-23T04:21:48.092Ztest config::test_config_bad_bind_address_port_too_large ... ok
16782024-12-23T04:21:48.092Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
16792024-12-23T04:21:48.092Ztest config::test_config_bad_bind_address_port_too_small ... ok
16802024-12-23T04:21:48.092Ztest config::test_config_bad_bind_address_garbage ... ok
16812024-12-23T04:21:48.092Ztest api_trait::test_api_trait_with_complex_tags ... ok
16822024-12-23T04:21:48.092Ztest config::test_config_deprecated_request_body_max_bytes ... ok
16832024-12-23T04:21:48.095Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_unversioned_servers_with_versioned_routes.2818.5.log"
16842024-12-23T04:21:48.095Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-config_bind_address_http.2818.3.log"
16852024-12-23T04:21:48.095Ztest config::test_valid_config_all_settings ... ok
16862024-12-23T04:21:48.095Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-config_bind_address_https.2818.0.log"
16872024-12-23T04:21:48.095Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-config_handler_task_mode_detached.2818.1.log"
16882024-12-23T04:21:48.095Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-config_bind_address_https_buffer.2818.2.log"
16892024-12-23T04:21:48.095Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-api_trait_basic.2818.6.log"
16902024-12-23T04:21:48.095Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-config_handler_task_mode_cancel.2818.4.log"
16912024-12-23T04:21:48.095Ztest config::test_valid_config_basic ... ok
16922024-12-23T04:21:48.095Ztest config::test_valid_config_empty ... ok
16932024-12-23T04:21:48.095Ztest config::test_unversioned_servers_with_versioned_routes ... ok
16942024-12-23T04:21:48.097Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_enum_extractor_error.2818.7.log"
16952024-12-23T04:21:48.097Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_enum_user_error.2818.8.log"
16962024-12-23T04:21:48.100Ztest config::test_config_handler_task_mode_detached ... ok
16972024-12-23T04:21:48.100Ztest config::test_config_handler_task_mode_cancel ... ok
16982024-12-23T04:21:48.100Ztest custom_errors::test_enum_user_error ... ok
16992024-12-23T04:21:48.100Ztest custom_errors::test_enum_extractor_error ... ok
17002024-12-23T04:21:48.100Ztest api_trait::test_api_trait_basic ... ok
17012024-12-23T04:21:48.100Ztest custom_errors::test_trait_based_api ... ok
17022024-12-23T04:21:48.100Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_struct_extractor_error.2818.9.log"
17032024-12-23T04:21:48.100Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_struct_user_error.2818.10.log"
17042024-12-23T04:21:48.100Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_trait_enum_user_error.2818.11.log"
17052024-12-23T04:21:48.103Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_trait_struct_user_error.2818.12.log"
17062024-12-23T04:21:48.103Ztest config::test_config_bind_address_http ... ok
17072024-12-23T04:21:48.103Ztest custom_errors::test_struct_user_error ... ok
17082024-12-23T04:21:48.103Ztest custom_errors::test_trait_enum_user_error ... ok
17092024-12-23T04:21:48.103Ztest custom_errors::test_struct_extractor_error ... ok
17102024-12-23T04:21:48.103Ztest custom_errors::test_trait_struct_user_error ... ok
17112024-12-23T04:21:48.103Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_302_bogus.2818.13.log"
17122024-12-23T04:21:48.105Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_302_found.2818.14.log"
17132024-12-23T04:21:48.105Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_delete_request.2818.15.log"
17142024-12-23T04:21:48.105Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_307_temporary_redirect.2818.16.log"
17152024-12-23T04:21:48.106Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_303_see_other.2818.17.log"
17162024-12-23T04:21:48.106Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-demo1.2818.18.log"
17172024-12-23T04:21:48.106Ztest demo::test_302_found ... ok
17182024-12-23T04:21:48.106Ztest demo::test_302_bogus ... ok
17192024-12-23T04:21:48.106Ztest demo::test_307_temporary_redirect ... ok
17202024-12-23T04:21:48.108Ztest demo::test_delete_request ... ok
17212024-12-23T04:21:48.108Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-demo2json.2818.19.log"
17222024-12-23T04:21:48.108Ztest demo::test_303_see_other ... ok
17232024-12-23T04:21:48.108Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-demo2query.2818.20.log"
17242024-12-23T04:21:48.109Ztest demo::test_demo1 ... ok
17252024-12-23T04:21:48.109Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-demo2urlencoded.2818.21.log"
17262024-12-23T04:21:48.109Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-demo3json.2818.22.log"
17272024-12-23T04:21:48.109Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-demo_path_param_string.2818.23.log"
17282024-12-23T04:21:48.121Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-demo_path_param_u32.2818.24.log"
17292024-12-23T04:21:48.124Ztest demo::test_demo_path_param_u32 ... ok
17302024-12-23T04:21:48.127Ztest config::test_config_bind_address_https ... ok
17312024-12-23T04:21:48.127Ztest demo::test_demo3json ... ok
17322024-12-23T04:21:48.127Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-demo_path_param_uuid.2818.25.log"
17332024-12-23T04:21:48.127Ztest config::test_config_bind_address_https_buffer ... ok
17342024-12-23T04:21:48.127Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-demo_websocket.2818.26.log"
17352024-12-23T04:21:48.127Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_head_request.2818.27.log"
17362024-12-23T04:21:48.141Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_header_request.2818.28.log"
17372024-12-23T04:21:48.141Ztest demo::test_demo2urlencoded ... ok
17382024-12-23T04:21:48.141Ztest demo::test_demo2query ... ok
17392024-12-23T04:21:48.141Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_large_typed_body.2818.29.log"
17402024-12-23T04:21:48.141Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-tet_raw_request.2818.30.log"
17412024-12-23T04:21:48.143Ztest demo::test_demo_path_param_uuid ... ok
17422024-12-23T04:21:48.144Ztest demo::test_head_request ... ok
17432024-12-23T04:21:48.144Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_request_compat.2818.31.log"
17442024-12-23T04:21:48.144Ztest demo::test_demo2json ... ok
17452024-12-23T04:21:48.144Ztest demo::test_raw_request ... ok
17462024-12-23T04:21:48.145Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_request_remote_addr.2818.32.log"
17472024-12-23T04:21:48.145Ztest demo::test_large_typed_body ... ok
17482024-12-23T04:21:48.148Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-graceful_shutdown_with_detached_handler.2818.33.log"
17492024-12-23T04:21:48.148Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_streaming_body.2818.34.log"
17502024-12-23T04:21:48.148Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_untyped_body.2818.35.log"
17512024-12-23T04:21:48.148Ztest demo::test_header_request ... ok
17522024-12-23T04:21:48.148Ztest demo::test_request_compat ... ok
17532024-12-23T04:21:48.148Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-multipart_client.2818.36.log"
17542024-12-23T04:21:48.148Ztest demo::test_request_remote_addr ... ok
17552024-12-23T04:21:48.148Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-multipart_client.2818.37.log"
17562024-12-23T04:21:48.148Ztest demo::test_demo_websocket ... ok
17572024-12-23T04:21:48.148Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-multipart_client.2818.38.log"
17582024-12-23T04:21:48.148Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-multipart_client.2818.39.log"
17592024-12-23T04:21:48.148Ztest demo::test_demo_path_param_string ... ok
17602024-12-23T04:21:48.148Ztest multipart::missing_boundary ... ok
17612024-12-23T04:21:48.148Ztest multipart::no_content_type ... ok
17622024-12-23T04:21:48.148Ztest multipart::test_multipart_client ... ok
17632024-12-23T04:21:48.148Ztest demo::test_streaming_body ... ok
17642024-12-23T04:21:48.148Ztest multipart::weird_content_type ... ok
17652024-12-23T04:21:48.151Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-pagination-multiple-resources.2818.41.log"
17662024-12-23T04:21:48.151Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-pagination-basic.2818.40.log"
17672024-12-23T04:21:48.151Ztest openapi::test_openapi_custom_error_types ... ok
17682024-12-23T04:21:48.151Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
17692024-12-23T04:21:48.151Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-pagination-multiple-sorts.2818.42.log"
17702024-12-23T04:21:48.151Ztest demo::test_untyped_body ... ok
17712024-12-23T04:21:48.151Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-basic.2818.43.log"
17722024-12-23T04:21:48.151Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-dictionary.2818.44.log"
17732024-12-23T04:21:48.175Ztest openapi::test_openapi_fuller ... ok
17742024-12-23T04:21:48.178Ztest openapi::test_openapi ... ok
17752024-12-23T04:21:48.178Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-empty.2818.45.log"
17762024-12-23T04:21:48.178Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-errors.2818.46.log"
17772024-12-23T04:21:48.193Ztest pagination::test_paginate_empty ... ok
17782024-12-23T04:21:48.196Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-extra_params.2818.47.log"
17792024-12-23T04:21:48.203Ztest pagination::test_paginate_errors ... ok
17802024-12-23T04:21:48.206Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-required_params.2818.48.log"
17812024-12-23T04:21:48.212Ztest pagination::test_paginate_extra_params ... ok
17822024-12-23T04:21:48.214Ztest pagination_schema::test_pagination_schema ... ok
17832024-12-23T04:21:48.214Ztest path_names::test_path_names ... ok
17842024-12-23T04:21:48.214Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_no_tls.2818.49.log"
17852024-12-23T04:21:48.217Ztest starter::test_no_tls ... ok
17862024-12-23T04:21:48.219Ztest pagination::test_paginate_with_required_params ... ok
17872024-12-23T04:21:48.219Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_with_tls.2818.50.log"
17882024-12-23T04:21:48.219Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-non_streaming_servers_do_not_use_transfer_encoding.2818.51.log"
17892024-12-23T04:21:48.222Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
17902024-12-23T04:21:48.225Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-streaming_server_buffered_client.2818.52.log"
17912024-12-23T04:21:48.251Ztest streaming::test_streaming_server_buffered_client ... ok
17922024-12-23T04:21:48.253Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-streaming_server_streaming_client.2818.53.log"
17932024-12-23T04:21:48.277Ztest streaming::test_streaming_server_streaming_client ... ok
17942024-12-23T04:21:48.280Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_server_is_http.2818.54.log"
17952024-12-23T04:21:48.280Ztest pagination::test_paginate_basic ... ok
17962024-12-23T04:21:48.280Ztest tls::test_server_is_http ... ok
17972024-12-23T04:21:48.280Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_server_is_https.2818.55.log"
17982024-12-23T04:21:48.283Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_tls_aborted_negotiation.2818.56.log"
17992024-12-23T04:21:48.557Ztest starter::test_with_tls ... ok
18002024-12-23T04:21:48.560Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_tls_certificate_loading.2818.57.log"
18012024-12-23T04:21:48.614Ztest tls::test_server_is_https ... ok
18022024-12-23T04:21:48.616Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_tls_only.2818.58.log"
18032024-12-23T04:21:48.881Ztest tls::test_tls_certificate_loading ... ok
18042024-12-23T04:21:48.884Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_tls_refresh_certificates.2818.59.log"
18052024-12-23T04:21:48.909Ztest tls::test_tls_aborted_negotiation ... ok
18062024-12-23T04:21:48.912Znote: configured to log to "/tmp/integration_tests-ec1d86e3cb04a1e0-test_versions.2818.60.log"
18072024-12-23T04:21:48.971Ztest versions::test_versions ... ok
18082024-12-23T04:21:48.974Ztest versions::test_versions_openapi ... ok
18092024-12-23T04:21:48.976Ztest versions::test_versions_openapi_same_names ... ok
18102024-12-23T04:21:49.221Ztest tls::test_tls_refresh_certificates ... ok
18112024-12-23T04:21:49.230Ztest tls::test_tls_only ... ok
18122024-12-23T04:21:50.147Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
18132024-12-23T04:21:50.595Ztest pagination::test_paginate_dictionary ... ok
18142024-12-23T04:21:50.803Ztest pagination::test_example_basic ... ok
18152024-12-23T04:21:54.027Ztest pagination::test_example_multiple_sorts ... ok
18162024-12-23T04:21:54.997Ztest pagination::test_example_multiple_resources ... ok
18172024-12-23T04:21:54.997Z
18182024-12-23T04:21:54.997Ztest result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.91s
18192024-12-23T04:21:54.997Z
18202024-12-23T04:21:55.006Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-88ddc1e2ed227780`
18212024-12-23T04:21:55.016Z
18222024-12-23T04:21:55.016Zrunning 35 tests
18232024-12-23T04:21:55.021Ztest channel::tests::test_channel_operation_id ... ok
18242024-12-23T04:21:55.021Ztest channel::tests::test_channel_with_versions ... ok
18252024-12-23T04:21:55.024Ztest channel::tests::test_channel_with_unnamed_params ... ok
18262024-12-23T04:21:55.024Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
18272024-12-23T04:21:55.024Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
18282024-12-23T04:21:55.024Ztest endpoint::tests::test_endpoint_bad_string ... ok
18292024-12-23T04:21:55.024Ztest doc::tests::test_extract_summary_description ... ok
18302024-12-23T04:21:55.024Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
18312024-12-23T04:21:55.024Ztest endpoint::tests::test_endpoint_bad_versions ... ok
18322024-12-23T04:21:55.024Ztest endpoint::tests::test_endpoint_invalid_item ... ok
18332024-12-23T04:21:55.025Ztest endpoint::tests::test_endpoint_no_arguments ... ok
18342024-12-23T04:21:55.025Ztest endpoint::tests::test_endpoint_not_async ... ok
18352024-12-23T04:21:55.028Ztest channel::tests::test_channel_with_custom_params ... ok
18362024-12-23T04:21:55.028Ztest endpoint::tests::test_endpoint_basic ... ok
18372024-12-23T04:21:55.028Ztest endpoint::tests::test_endpoint_content_type ... ok
18382024-12-23T04:21:55.028Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
18392024-12-23T04:21:55.028Ztest api_trait::tests::test_api_trait_operation_id ... ok
18402024-12-23T04:21:55.028Ztest endpoint::tests::test_endpoint_pub_crate ... ok
18412024-12-23T04:21:55.028Ztest api_trait::tests::test_api_trait_basic ... ok
18422024-12-23T04:21:55.028Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
18432024-12-23T04:21:55.031Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
18442024-12-23T04:21:55.031Ztest endpoint::tests::test_endpoint_with_doc ... ok
18452024-12-23T04:21:55.031Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
18462024-12-23T04:21:55.031Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
18472024-12-23T04:21:55.031Ztest endpoint::tests::test_endpoint_with_query ... ok
18482024-12-23T04:21:55.031Ztest endpoint::tests::test_endpoint_with_tags ... ok
18492024-12-23T04:21:55.031Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
18502024-12-23T04:21:55.031Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
18512024-12-23T04:21:55.031Ztest params::tests::test_extract_rqctx_ty_param ... ok
18522024-12-23T04:21:55.031Ztest syn_parsing::tests::test_busted_function ... ok
18532024-12-23T04:21:55.033Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
18542024-12-23T04:21:55.033Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
18552024-12-23T04:21:55.033Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
18562024-12-23T04:21:55.034Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
18572024-12-23T04:21:55.034Ztest endpoint::tests::test_operation_id ... ok
18582024-12-23T04:21:55.034Z
18592024-12-23T04:21:55.034Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
18602024-12-23T04:21:55.034Z
18612024-12-23T04:21:55.036Z Doc-tests dropshot
18622024-12-23T04:21:55.036Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-f98c565699c62385.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c74efa72118a96e.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-4ff32db70f6df58f.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-23b10dd82fcfaf7a.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-6ac9661ab56446e5.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f500dba4ab0e0d07.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-b161c0aad31ed5f1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-258e203b74c0fce8.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff5873f461cdd2bd.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a98bf7dc93db1c87.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4f2c6d1dff244a00.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-699a85826372410b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-8aaf8a672371a0ac.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b468f7be0dee0796.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e427075bcaf271b5.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-f9e6df5faf017a72.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-41195ff7a769a546.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-43a13f2eef562610.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9b8b72b503ab6acf.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-50750e061a121c95.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5239f60544980b37.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-715c37a6b10aced3.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a21700489bb4886e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-019caa806f8b661a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a18f736a481f6390.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-1001348156bc1c70.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-65c1d7f8d7eb7405.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-df5778cff0eecf9a.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cf4b6e23f0f88326.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ebf5b1ab21364940.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-17e52c3a86355635.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-99aff7ef0b78b874.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2df7ad5054da1d6b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-354e9097b28b378e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b7b0b2e72743e257.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4bc6a0b399915399.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8e58ab8ce7266d2f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-3489dc159cd81dc3.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
18632024-12-23T04:21:55.462Z
18642024-12-23T04:21:55.462Zrunning 23 tests
18652024-12-23T04:21:57.456Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
18662024-12-23T04:21:57.459Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
18672024-12-23T04:21:57.459Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
18682024-12-23T04:21:57.471Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
18692024-12-23T04:22:02.345Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 363) ... ok
18702024-12-23T04:22:02.346Ztest dropshot/src/lib.rs - (line 322) ... ignored
18712024-12-23T04:22:02.354Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 558) ... ok
18722024-12-23T04:22:02.535Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok
18732024-12-23T04:22:02.572Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok
18742024-12-23T04:22:02.579Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
18752024-12-23T04:22:02.999Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 153) ... ok
18762024-12-23T04:22:03.038Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
18772024-12-23T04:22:03.041Ztest dropshot/src/lib.rs - channel (line 1139) ... ignored
18782024-12-23T04:22:03.041Ztest dropshot/src/lib.rs - endpoint (line 1184) ... ignored
18792024-12-23T04:22:04.378Ztest dropshot/src/lib.rs - (line 372) ... ok
18802024-12-23T04:22:04.478Ztest dropshot/src/lib.rs - api_description (line 1004) ... ok
18812024-12-23T04:22:04.610Ztest dropshot/src/lib.rs - (line 635) ... ok
18822024-12-23T04:22:04.698Ztest dropshot/src/lib.rs - (line 110) ... ok
18832024-12-23T04:22:04.775Ztest dropshot/src/lib.rs - (line 189) ... ok
18842024-12-23T04:22:04.886Ztest dropshot/src/lib.rs - api_description (line 1065) ... ok
18852024-12-23T04:22:05.810Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
18862024-12-23T04:22:08.066Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
18872024-12-23T04:22:09.319Ztest dropshot/src/lib.rs - (line 471) ... ok
18882024-12-23T04:22:09.319Z
18892024-12-23T04:22:09.322Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.86s
18902024-12-23T04:22:09.322Z
18912024-12-23T04:22:09.342Z Doc-tests dropshot_endpoint
18922024-12-23T04:22:09.348Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-b13d1c88010ae7fd/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-6c69484ac72bee56.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5283b2f0cf2cac10.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-75efcb4fac050736.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-13026a42fce7b8c0.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1df8baf0a4c3fb3e.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-4efce7a8b7a54339.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dafe29fc77aed27e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-566e504ef326df6f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8ed99ae66392a957.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
18932024-12-23T04:22:09.543Z
18942024-12-23T04:22:09.543Zrunning 0 tests
18952024-12-23T04:22:09.543Z
18962024-12-23T04:22:09.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18972024-12-23T04:22:09.543Z
18982024-12-23T04:22:09.571Z
18992024-12-23T04:22:09.574Zreal 2:42.478040110
19002024-12-23T04:22:09.574Zuser 14:20.028670385
19012024-12-23T04:22:09.574Zsys 2:13.446769391
19022024-12-23T04:22:09.574Ztrap 0.687783820
19032024-12-23T04:22:09.574Ztflt 0.510627111
19042024-12-23T04:22:09.574Zdflt 0.315834484
19052024-12-23T04:22:09.574Zkflt 0.000068507
19062024-12-23T04:22:09.574Zlock 31:20.514145864
19072024-12-23T04:22:09.574Zslp 1:11:25.921364472
19082024-12-23T04:22:09.574Zlat 41.829156773
19092024-12-23T04:22:09.574Zstop 53.624538329
19102024-12-23T04:22:09.574Zprocess exited: duration 323821 ms, exit code 0
 
19112024-12-23T04:22:09.581Zfound 0 output files