01JHM1BFWJNFV8EKPZ777MA8N3: build-and-test / illumos

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

Buildomat Job: 01JHM1BWH6G7RCVEJ1MREVVN01

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-15T03:51:49.600Zjob assigned to worker 01JHM1BX6E3X0QW55ZW0EJ10ZG [factory aws, i-0bb954dc99abacd88] (queued for 53 s)
 
22025-01-15T03:51:57.504Zstarting task 0: "setup"
32025-01-15T03:51:57.512Z++ uname -s
42025-01-15T03:51:57.517Z+ kern=SunOS
52025-01-15T03:51:57.517Z+ case "$kern" in
62025-01-15T03:51:57.517Z+ groupadd -g 12345 build
72025-01-15T03:51:57.520Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-15T03:51:59.523Z+ zfs create -o mountpoint=/work rpool/work
92025-01-15T03:51:59.636Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-15T03:51:59.639Z+ home_fs=zfs
112025-01-15T03:51:59.639Z+ [[ zfs == autofs ]]
122025-01-15T03:51:59.639Z+ mkdir -p /home/build
132025-01-15T03:51:59.641Z+ chown build:build /home/build /work
142025-01-15T03:52:01.644Z+ chmod 0700 /home/build /work
152025-01-15T03:52:01.647Zprocess exited: duration 4142 ms, exit code 0
 
162025-01-15T03:52:01.652Zstarting task 1: "rust-toolchain"
172025-01-15T03:52:01.658Z+ printf ' * toolchain channel = "%s"
182025-01-15T03:52:01.658Z * toolchain channel = "stable"
192025-01-15T03:52:01.658Z' stable
202025-01-15T03:52:01.658Z+ printf ' * toolchain profile = "%s"
212025-01-15T03:52:01.658Z' default
222025-01-15T03:52:01.658Z * toolchain profile = "default"
232025-01-15T03:52:01.661Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-15T03:52:01.661Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252025-01-15T03:52:01.789Zinfo: downloading installer
262025-01-15T03:52:03.188Zinfo: profile set to 'default'
272025-01-15T03:52:03.188Zinfo: default host triple is x86_64-unknown-illumos
282025-01-15T03:52:03.191Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292025-01-15T03:52:03.365Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-15T03:52:03.366Zinfo: downloading component 'cargo'
312025-01-15T03:52:04.293Zinfo: downloading component 'clippy'
322025-01-15T03:52:04.652Zinfo: downloading component 'rust-docs'
332025-01-15T03:52:06.076Zinfo: downloading component 'rust-std'
342025-01-15T03:52:07.965Zinfo: downloading component 'rustc'
352025-01-15T03:52:15.195Zinfo: downloading component 'rustfmt'
362025-01-15T03:52:15.469Zinfo: installing component 'cargo'
372025-01-15T03:52:16.297Zinfo: installing component 'clippy'
382025-01-15T03:52:16.678Zinfo: installing component 'rust-docs'
392025-01-15T03:52:18.377Zinfo: installing component 'rust-std'
402025-01-15T03:52:20.093Zinfo: installing component 'rustc'
412025-01-15T03:52:26.067Zinfo: installing component 'rustfmt'
422025-01-15T03:52:26.400Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432025-01-15T03:52:26.400Z
442025-01-15T03:52:26.786Z stable-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-15T03:52:26.786Z
462025-01-15T03:52:26.789Z
472025-01-15T03:52:26.789ZRust is installed now. Great!
482025-01-15T03:52:26.789Z
492025-01-15T03:52:26.789ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-15T03:52:26.789Zenvironment variable. This has not been done automatically.
512025-01-15T03:52:26.789Z
522025-01-15T03:52:26.789ZTo configure your current shell, you need to source
532025-01-15T03:52:26.789Zthe corresponding env file under $HOME/.cargo.
542025-01-15T03:52:26.789Z
552025-01-15T03:52:26.789ZThis is usually done by running one of the following (note the leading DOT):
562025-01-15T03:52:26.789Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-15T03:52:26.789Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-15T03:52:26.870Z+ rustc --version
592025-01-15T03:52:26.936Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-15T03:52:26.939Zprocess exited: duration 25285 ms, exit code 0
 
612025-01-15T03:52:26.947Zstarting task 2: "authentication"
622025-01-15T03:52:26.966Zprocess exited: duration 21 ms, exit code 0
 
632025-01-15T03:52:26.972Zstarting task 3: "clone repository"
642025-01-15T03:52:26.976Z+ mkdir -p /work/oxidecomputer/dropshot
652025-01-15T03:52:26.978Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
662025-01-15T03:52:27.259ZCloning into '/work/oxidecomputer/dropshot'...
672025-01-15T03:52:28.427Z+ cd /work/oxidecomputer/dropshot
682025-01-15T03:52:28.430Z+ git fetch origin 4c80774cb9b8211427db6948aeb87cd4f32df889
692025-01-15T03:52:28.708ZFrom https://github.com/oxidecomputer/dropshot
702025-01-15T03:52:28.709Z * branch 4c80774cb9b8211427db6948aeb87cd4f32df889 -> FETCH_HEAD
712025-01-15T03:52:28.717Z+ [[ -n dependabot/cargo/tokio-tungstenite-0.26.1 ]]
722025-01-15T03:52:28.720Z++ git branch --show-current
732025-01-15T03:52:28.722Z+ current=main
742025-01-15T03:52:28.722Z+ [[ main != dependabot/cargo/tokio-tungstenite-0.26.1 ]]
752025-01-15T03:52:28.722Z+ git branch -f dependabot/cargo/tokio-tungstenite-0.26.1 4c80774cb9b8211427db6948aeb87cd4f32df889
762025-01-15T03:52:28.725Z+ git checkout -f dependabot/cargo/tokio-tungstenite-0.26.1
772025-01-15T03:52:28.746ZSwitched to branch 'dependabot/cargo/tokio-tungstenite-0.26.1'
782025-01-15T03:52:28.748Z+ git reset --hard 4c80774cb9b8211427db6948aeb87cd4f32df889
792025-01-15T03:52:28.766ZHEAD is now at 4c80774 Bump tokio-tungstenite from 0.24.0 to 0.26.1
802025-01-15T03:52:28.772Zprocess exited: duration 1796 ms, exit code 0
 
812025-01-15T03:52:28.777Zstarting task 4: "build"
822025-01-15T03:52:28.784Z+ cargo --version
832025-01-15T03:52:28.788Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
842025-01-15T03:52:28.959Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
852025-01-15T03:52:28.959Zinfo: downloading component 'cargo'
862025-01-15T03:52:29.731Zinfo: downloading component 'clippy'
872025-01-15T03:52:30.023Zinfo: downloading component 'rust-docs'
882025-01-15T03:52:31.096Zinfo: downloading component 'rust-std'
892025-01-15T03:52:32.665Zinfo: downloading component 'rustc'
902025-01-15T03:52:38.508Zinfo: downloading component 'rustfmt'
912025-01-15T03:52:38.742Zinfo: installing component 'cargo'
922025-01-15T03:52:39.551Zinfo: installing component 'clippy'
932025-01-15T03:52:39.924Zinfo: installing component 'rust-docs'
942025-01-15T03:52:41.534Zinfo: installing component 'rust-std'
952025-01-15T03:52:43.116Zinfo: installing component 'rustc'
962025-01-15T03:52:48.897Zinfo: installing component 'rustfmt'
972025-01-15T03:52:49.356Zcargo 1.83.0 (5ffbef321 2024-10-29)
982025-01-15T03:52:49.359Z+ rustc --version
992025-01-15T03:52:49.436Zrustc 1.83.0 (90b35a623 2024-11-26)
1002025-01-15T03:52:49.441Z+ banner build
1012025-01-15T03:52:49.522Z
1022025-01-15T03:52:49.522Z ##### # # # # #####
1032025-01-15T03:52:49.522Z # # # # # # # #
1042025-01-15T03:52:49.522Z ##### # # # # # #
1052025-01-15T03:52:49.522Z # # # # # # # #
1062025-01-15T03:52:49.522Z # # # # # # # #
1072025-01-15T03:52:49.522Z ##### #### # ###### #####
1082025-01-15T03:52:49.522Z
1092025-01-15T03:52:49.524Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1102025-01-15T03:52:49.665Z Updating crates.io index
1112025-01-15T03:52:50.521Z Downloading crates ...
1122025-01-15T03:52:50.621Z Downloaded is-terminal v0.4.12
1132025-01-15T03:52:50.624Z Downloaded async-stream-impl v0.3.6
1142025-01-15T03:52:50.626Z Downloaded http-body v1.0.1
1152025-01-15T03:52:50.629Z Downloaded equivalent v1.0.0
1162025-01-15T03:52:50.629Z Downloaded foreign-types-shared v0.1.1
1172025-01-15T03:52:50.634Z Downloaded num-conv v0.1.0
1182025-01-15T03:52:50.655Z Downloaded foreign-types v0.3.2
1192025-01-15T03:52:50.658Z Downloaded dtrace-parser v0.2.0
1202025-01-15T03:52:50.658Z Downloaded unicode-segmentation v1.10.0
1212025-01-15T03:52:50.664Z Downloaded http-range v0.1.4
1222025-01-15T03:52:50.666Z Downloaded newline-converter v0.3.0
1232025-01-15T03:52:50.669Z Downloaded hostname v0.4.0
1242025-01-15T03:52:50.669Z Downloaded usdt-attr-macro v0.5.0
1252025-01-15T03:52:50.671Z Downloaded form_urlencoded v1.2.1
1262025-01-15T03:52:50.671Z Downloaded dyn-clone v1.0.4
1272025-01-15T03:52:50.674Z Downloaded digest v0.10.7
1282025-01-15T03:52:50.674Z Downloaded event-listener-strategy v0.5.2
1292025-01-15T03:52:50.680Z Downloaded signal-hook-registry v1.4.0
1302025-01-15T03:52:50.682Z Downloaded plain v0.2.3
1312025-01-15T03:52:50.685Z Downloaded cfg-if v1.0.0
1322025-01-15T03:52:50.685Z Downloaded async-stream v0.3.6
1332025-01-15T03:52:50.687Z Downloaded async-channel v2.3.1
1342025-01-15T03:52:50.692Z Downloaded serde_path_to_error v0.1.16
1352025-01-15T03:52:50.695Z Downloaded num_threads v0.1.3
1362025-01-15T03:52:50.697Z Downloaded serde_spanned v0.6.7
1372025-01-15T03:52:50.697Z Downloaded ppv-lite86 v0.2.15
1382025-01-15T03:52:50.700Z Downloaded hyper-tls v0.6.0
1392025-01-15T03:52:50.702Z Downloaded smallvec v1.13.2
1402025-01-15T03:52:50.704Z Downloaded openssl-macros v0.1.1
1412025-01-15T03:52:50.704Z Downloaded lazy_static v1.5.0
1422025-01-15T03:52:50.707Z Downloaded hostname v0.3.1
1432025-01-15T03:52:50.710Z Downloaded serde_tokenstream v0.2.2
1442025-01-15T03:52:50.710Z Downloaded want v0.3.0
1452025-01-15T03:52:50.712Z Downloaded futures-executor v0.3.31
1462025-01-15T03:52:50.712Z Downloaded match_cfg v0.1.0
1472025-01-15T03:52:50.715Z Downloaded http-body-util v0.1.2
1482025-01-15T03:52:50.717Z Downloaded futures-sink v0.3.31
1492025-01-15T03:52:50.717Z Downloaded futures-macro v0.3.31
1502025-01-15T03:52:50.717Z Downloaded fastrand v2.1.1
1512025-01-15T03:52:50.720Z Downloaded byteorder v1.4.3
1522025-01-15T03:52:50.722Z Downloaded unicase v2.6.0
1532025-01-15T03:52:50.722Z Downloaded atomic-waker v1.1.1
1542025-01-15T03:52:50.725Z Downloaded httpdate v1.0.1
1552025-01-15T03:52:50.725Z Downloaded rand_chacha v0.3.1
1562025-01-15T03:52:50.727Z Downloaded percent-encoding v2.3.1
1572025-01-15T03:52:50.727Z Downloaded data-encoding v2.4.0
1582025-01-15T03:52:50.730Z Downloaded memmap v0.7.0
1592025-01-15T03:52:50.732Z Downloaded zerocopy-derive v0.7.32
1602025-01-15T03:52:50.735Z Downloaded pest_meta v2.7.6
1612025-01-15T03:52:50.737Z Downloaded scroll_derive v0.12.0
1622025-01-15T03:52:50.739Z Downloaded waitgroup v0.1.2
1632025-01-15T03:52:50.739Z Downloaded try-lock v0.2.3
1642025-01-15T03:52:50.742Z Downloaded trybuild v1.0.101
1652025-01-15T03:52:50.744Z Downloaded simple-mermaid v0.2.0
1662025-01-15T03:52:50.747Z Downloaded iana-time-zone v0.1.47
1672025-01-15T03:52:50.749Z Downloaded serde_urlencoded v0.7.1
1682025-01-15T03:52:50.752Z Downloaded rand_core v0.6.3
1692025-01-15T03:52:50.752Z Downloaded slog-async v2.8.0
1702025-01-15T03:52:50.754Z Downloaded version_check v0.9.5
1712025-01-15T03:52:50.754Z Downloaded untrusted v0.9.0
1722025-01-15T03:52:50.757Z Downloaded pkg-config v0.3.31
1732025-01-15T03:52:50.759Z Downloaded utf-8 v0.7.6
1742025-01-15T03:52:50.759Z Downloaded bitflags v2.4.0
1752025-01-15T03:52:50.762Z Downloaded pest_generator v2.7.6
1762025-01-15T03:52:50.764Z Downloaded time-core v0.1.2
1772025-01-15T03:52:50.764Z Downloaded usdt-macro v0.5.0
1782025-01-15T03:52:50.767Z Downloaded schema v0.1.0
1792025-01-15T03:52:50.767Z Downloaded futures-channel v0.3.31
1802025-01-15T03:52:50.770Z Downloaded log v0.4.17
1812025-01-15T03:52:50.774Z Downloaded ucd-trie v0.1.6
1822025-01-15T03:52:50.774Z Downloaded fnv v1.0.7
1832025-01-15T03:52:50.777Z Downloaded pin-project-lite v0.2.12
1842025-01-15T03:52:50.779Z Downloaded ryu v1.0.5
1852025-01-15T03:52:50.782Z Downloaded tinyvec_macros v0.1.0
1862025-01-15T03:52:50.784Z Downloaded parking_lot v0.12.1
1872025-01-15T03:52:50.787Z Downloaded slog-json v2.6.1
1882025-01-15T03:52:50.787Z Downloaded pretty-hex v0.4.1
1892025-01-15T03:52:50.790Z Downloaded pest_derive v2.7.6
1902025-01-15T03:52:50.792Z Downloaded quote v1.0.38
1912025-01-15T03:52:50.795Z Downloaded thread_local v1.1.4
1922025-01-15T03:52:50.795Z Downloaded serde_derive_internals v0.29.0
1932025-01-15T03:52:50.797Z Downloaded pem v3.0.4
1942025-01-15T03:52:50.797Z Downloaded generic-array v0.14.5
1952025-01-15T03:52:50.800Z Downloaded rustc-hash v2.0.0
1962025-01-15T03:52:50.802Z Downloaded sync_wrapper v1.0.1
1972025-01-15T03:52:50.802Z Downloaded httparse v1.8.0
1982025-01-15T03:52:50.805Z Downloaded parking_lot_core v0.9.4
1992025-01-15T03:52:50.807Z Downloaded unicode-width v0.1.9
2002025-01-15T03:52:50.807Z Downloaded slab v0.4.9
2012025-01-15T03:52:50.810Z Downloaded usdt-impl v0.5.0
2022025-01-15T03:52:50.812Z Downloaded hyper-rustls v0.26.0
2032025-01-15T03:52:50.815Z Downloaded ipnet v2.10.0
2042025-01-15T03:52:50.815Z Downloaded crossbeam-utils v0.8.15
2052025-01-15T03:52:50.817Z Downloaded usdt v0.5.0
2062025-01-15T03:52:50.820Z Downloaded cc v1.0.83
2072025-01-15T03:52:50.822Z Downloaded tower-service v0.3.3
2082025-01-15T03:52:50.824Z Downloaded zeroize v1.7.0
2092025-01-15T03:52:50.824Z Downloaded anyhow v1.0.95
2102025-01-15T03:52:50.827Z Downloaded spin v0.9.8
2112025-01-15T03:52:50.830Z Downloaded proc-macro2 v1.0.93
2122025-01-15T03:52:50.833Z Downloaded take_mut v0.2.2
2132025-01-15T03:52:50.835Z Downloaded uuid v1.11.1
2142025-01-15T03:52:50.839Z Downloaded scroll v0.12.0
2152025-01-15T03:52:50.841Z Downloaded tokio-native-tls v0.3.1
2162025-01-15T03:52:50.841Z Downloaded tokio-macros v2.5.0
2172025-01-15T03:52:50.841Z Downloaded toml_datetime v0.6.8
2182025-01-15T03:52:50.844Z Downloaded target-triple v0.1.3
2192025-01-15T03:52:50.844Z Downloaded thiserror v1.0.69
2202025-01-15T03:52:50.847Z Downloaded thiserror-impl v1.0.69
2212025-01-15T03:52:50.850Z Downloaded slog-term v2.9.1
2222025-01-15T03:52:50.852Z Downloaded subtle v2.5.0
2232025-01-15T03:52:50.855Z Downloaded thread-id v4.0.0
2242025-01-15T03:52:50.855Z Downloaded schemars v0.8.21
2252025-01-15T03:52:50.865Z Downloaded time-macros v0.2.18
2262025-01-15T03:52:50.868Z Downloaded prettyplease v0.2.27
2272025-01-15T03:52:50.871Z Downloaded console v0.15.7
2282025-01-15T03:52:50.874Z Downloaded thiserror v2.0.11
2292025-01-15T03:52:50.879Z Downloaded term v0.7.0
2302025-01-15T03:52:50.883Z Downloaded thiserror-impl v2.0.11
2312025-01-15T03:52:50.885Z Downloaded slog v2.7.0
2322025-01-15T03:52:50.887Z Downloaded rustls-pki-types v1.10.0
2332025-01-15T03:52:50.890Z Downloaded tokio-tungstenite v0.26.1
2342025-01-15T03:52:50.893Z Downloaded tempfile v3.14.0
2352025-01-15T03:52:50.896Z Downloaded rcgen v0.13.2
2362025-01-15T03:52:50.899Z Downloaded serde_derive v1.0.217
2372025-01-15T03:52:50.902Z Downloaded serde v1.0.217
2382025-01-15T03:52:50.906Z Downloaded tungstenite v0.26.1
2392025-01-15T03:52:50.910Z Downloaded tracing-core v0.1.32
2402025-01-15T03:52:50.913Z Downloaded toml v0.8.19
2412025-01-15T03:52:50.916Z Downloaded openssl-sys v0.9.103
2422025-01-15T03:52:50.922Z Downloaded tokio-rustls v0.25.0
2432025-01-15T03:52:50.924Z Downloaded subprocess v0.2.9
2442025-01-15T03:52:50.927Z Downloaded tracing v0.1.40
2452025-01-15T03:52:50.931Z Downloaded quinn v0.11.4
2462025-01-15T03:52:50.934Z Downloaded memchr v2.6.0
2472025-01-15T03:52:50.940Z Downloaded url v2.5.2
2482025-01-15T03:52:50.944Z Downloaded expectorate v1.1.0
2492025-01-15T03:52:50.946Z Downloaded http v1.2.0
2502025-01-15T03:52:50.950Z Downloaded mio v1.0.3
2512025-01-15T03:52:50.955Z Downloaded tokio-util v0.7.7
2522025-01-15T03:52:50.961Z Downloaded zerocopy v0.7.32
2532025-01-15T03:52:50.976Z Downloaded pest v2.7.6
2542025-01-15T03:52:50.980Z Downloaded toml_edit v0.22.20
2552025-01-15T03:52:51.000Z Downloaded time v0.3.36
2562025-01-15T03:52:51.007Z Downloaded quinn-proto v0.11.8
2572025-01-15T03:52:51.012Z Downloaded portable-atomic v1.9.0
2582025-01-15T03:52:51.018Z Downloaded futures-util v0.3.31
2592025-01-15T03:52:51.029Z Downloaded rustls-webpki v0.102.8
2602025-01-15T03:52:51.045Z Downloaded reqwest v0.12.12
2612025-01-15T03:52:51.053Z Downloaded goblin v0.8.0
2622025-01-15T03:52:51.059Z Downloaded webpki-roots v0.26.5
2632025-01-15T03:52:51.062Z Downloaded idna v0.5.0
2642025-01-15T03:52:51.069Z Downloaded vcpkg v0.2.15
2652025-01-15T03:52:51.106Z Downloaded chrono v0.4.39
2662025-01-15T03:52:51.112Z Downloaded openssl v0.10.66
2672025-01-15T03:52:51.121Z Downloaded rustls v0.23.13
2682025-01-15T03:52:51.131Z Downloaded rustix v0.38.40
2692025-01-15T03:52:51.153Z Downloaded syn v2.0.96
2702025-01-15T03:52:51.163Z Downloaded rustls v0.22.4
2712025-01-15T03:52:51.175Z Downloaded h2 v0.4.6
2722025-01-15T03:52:51.181Z Downloaded tower v0.5.2
2732025-01-15T03:52:51.189Z Downloaded hyper v1.5.2
2742025-01-15T03:52:51.195Z Downloaded openapiv3 v2.0.0
2752025-01-15T03:52:51.206Z Downloaded winnow v0.6.18
2762025-01-15T03:52:51.214Z Downloaded hashbrown v0.15.2
2772025-01-15T03:52:51.218Z Downloaded unicode-normalization v0.1.24
2782025-01-15T03:52:51.222Z Downloaded rand v0.8.4
2792025-01-15T03:52:51.225Z Downloaded crossbeam-channel v0.5.1
2802025-01-15T03:52:51.229Z Downloaded base64 v0.22.1
2812025-01-15T03:52:51.232Z Downloaded socket2 v0.5.5
2822025-01-15T03:52:51.234Z Downloaded similar v2.2.1
2832025-01-15T03:52:51.238Z Downloaded rustls-pemfile v2.1.3
2842025-01-15T03:52:51.240Z Downloaded unicode-ident v1.0.12
2852025-01-15T03:52:51.243Z Downloaded indexmap v2.7.0
2862025-01-15T03:52:51.246Z Downloaded tinyvec v1.5.1
2872025-01-15T03:52:51.249Z Downloaded serde_json v1.0.135
2882025-01-15T03:52:51.256Z Downloaded slog-bunyan v2.5.0
2892025-01-15T03:52:51.259Z Downloaded semver v1.0.24
2902025-01-15T03:52:51.261Z Downloaded yasna v0.5.2
2912025-01-15T03:52:51.261Z Downloaded hyper-util v0.1.10
2922025-01-15T03:52:51.265Z Downloaded rustls-native-certs v0.7.0
2932025-01-15T03:52:51.267Z Downloaded unicode-bidi v0.3.15
2942025-01-15T03:52:51.270Z Downloaded termcolor v1.1.2
2952025-01-15T03:52:51.272Z Downloaded tokio-rustls v0.26.0
2962025-01-15T03:52:51.273Z Downloaded sha1 v0.10.6
2972025-01-15T03:52:51.275Z Downloaded hyper-staticfile v0.10.1
2982025-01-15T03:52:51.277Z Downloaded hyper-rustls v0.27.3
2992025-01-15T03:52:51.278Z Downloaded tower-layer v0.3.3
3002025-01-15T03:52:51.280Z Downloaded bytes v1.9.0
3012025-01-15T03:52:51.283Z Downloaded libc v0.2.169
3022025-01-15T03:52:51.305Z Downloaded camino v1.1.9
3032025-01-15T03:52:51.307Z Downloaded typenum v1.14.0
3042025-01-15T03:52:51.310Z Downloaded once_cell v1.20.1
3052025-01-15T03:52:51.313Z Downloaded num-traits v0.2.14
3062025-01-15T03:52:51.315Z Downloaded native-tls v0.2.12
3072025-01-15T03:52:51.315Z Downloaded event-listener v5.0.0
3082025-01-15T03:52:51.318Z Downloaded powerfmt v0.2.0
3092025-01-15T03:52:51.318Z Downloaded parking v2.2.0
3102025-01-15T03:52:51.321Z Downloaded futures-io v0.3.31
3112025-01-15T03:52:51.321Z Downloaded futures-core v0.3.31
3122025-01-15T03:52:51.321Z Downloaded futures v0.3.31
3132025-01-15T03:52:51.327Z Downloaded lock_api v0.4.6
3142025-01-15T03:52:51.330Z Downloaded getrandom v0.2.11
3152025-01-15T03:52:51.332Z Downloaded tokio v1.43.0
3162025-01-15T03:52:51.365Z Downloaded deranged v0.3.11
3172025-01-15T03:52:51.368Z Downloaded buf-list v1.0.3
3182025-01-15T03:52:51.371Z Downloaded quinn-udp v0.5.5
3192025-01-15T03:52:51.371Z Downloaded paste v1.0.15
3202025-01-15T03:52:51.373Z Downloaded openssl-probe v0.1.4
3212025-01-15T03:52:51.376Z Downloaded multer v3.1.0
3222025-01-15T03:52:51.376Z Downloaded mime_guess v2.0.5
3232025-01-15T03:52:51.378Z Downloaded dof v0.3.0
3242025-01-15T03:52:51.378Z Downloaded dirs-next v2.0.0
3252025-01-15T03:52:51.381Z Downloaded concurrent-queue v2.5.0
3262025-01-15T03:52:51.383Z Downloaded schema-derive v0.1.0
3272025-01-15T03:52:51.383Z Downloaded itoa v1.0.1
3282025-01-15T03:52:51.383Z Downloaded glob v0.3.0
3292025-01-15T03:52:51.386Z Downloaded async-trait v0.1.85
3302025-01-15T03:52:51.388Z Downloaded crypto-common v0.1.6
3312025-01-15T03:52:51.388Z Downloaded cpufeatures v0.2.2
3322025-01-15T03:52:51.391Z Downloaded heck v0.5.0
3332025-01-15T03:52:51.391Z Downloaded futures-task v0.3.31
3342025-01-15T03:52:51.391Z Downloaded errno v0.3.8
3352025-01-15T03:52:51.393Z Downloaded dirs-sys-next v0.1.2
3362025-01-15T03:52:51.393Z Downloaded block-buffer v0.10.2
3372025-01-15T03:52:51.396Z Downloaded sha2 v0.10.8
3382025-01-15T03:52:51.396Z Downloaded schemars_derive v0.8.21
3392025-01-15T03:52:51.399Z Downloaded debug-ignore v1.0.5
3402025-01-15T03:52:51.399Z Downloaded autocfg v1.1.0
3412025-01-15T03:52:51.401Z Downloaded scopeguard v1.2.0
3422025-01-15T03:52:51.401Z Downloaded pin-utils v0.1.0
3432025-01-15T03:52:51.404Z Downloaded mime v0.3.16
3442025-01-15T03:52:51.415Z Downloaded encoding_rs v0.8.32
3452025-01-15T03:52:51.569Z Downloaded ring v0.17.7
3462025-01-15T03:52:51.843Z Compiling proc-macro2 v1.0.93
3472025-01-15T03:52:51.843Z Compiling unicode-ident v1.0.12
3482025-01-15T03:52:51.845Z Compiling libc v0.2.169
3492025-01-15T03:52:51.846Z Compiling cfg-if v1.0.0
3502025-01-15T03:52:51.846Z Compiling serde v1.0.217
3512025-01-15T03:52:51.846Z Compiling itoa v1.0.1
3522025-01-15T03:52:51.863Z Compiling memchr v2.6.0
3532025-01-15T03:52:51.865Z 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.93/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=5073ab7c06dddfde -C extra-filename=-5073ab7c06dddfde --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-5073ab7c06dddfde -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3542025-01-15T03:52:51.866Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b4509c562bc133a -C extra-filename=-2b4509c562bc133a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3552025-01-15T03:52:51.866Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8e1b57f5fed3e52e -C extra-filename=-8e1b57f5fed3e52e --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-8e1b57f5fed3e52e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3562025-01-15T03:52:51.866Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=5dd581dc3bc79f2e -C extra-filename=-5dd581dc3bc79f2e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3572025-01-15T03:52:51.866Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c00d25df26ced883 -C extra-filename=-c00d25df26ced883 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-c00d25df26ced883 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3582025-01-15T03:52:51.871Z 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`
3592025-01-15T03:52:51.875Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=159a11d02a055511 -C extra-filename=-159a11d02a055511 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-159a11d02a055511 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3602025-01-15T03:52:51.880Z 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`
3612025-01-15T03:52:51.977Z Compiling version_check v0.9.5
3622025-01-15T03:52:51.980Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ca23863feb9ecf9 -C extra-filename=-1ca23863feb9ecf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3632025-01-15T03:52:52.053Z Compiling once_cell v1.20.1
3642025-01-15T03:52:52.056Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=8ecd19cea472010a -C extra-filename=-8ecd19cea472010a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3652025-01-15T03:52:52.127Z Compiling pin-project-lite v0.2.12
3662025-01-15T03:52:52.130Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a094d5966eb5bd87 -C extra-filename=-a094d5966eb5bd87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3672025-01-15T03:52:52.227Z Compiling autocfg v1.1.0
3682025-01-15T03:52:52.230Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ae02b1ab1a3988d -C extra-filename=-4ae02b1ab1a3988d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3692025-01-15T03:52:52.390Z Compiling bytes v1.9.0
3702025-01-15T03:52:52.392Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7b39fda080c99561 -C extra-filename=-7b39fda080c99561 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3712025-01-15T03:52:52.504Z Compiling log v0.4.17
3722025-01-15T03:52:52.507Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=22cbab9c833124f6 -C extra-filename=-22cbab9c833124f6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-22cbab9c833124f6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3732025-01-15T03:52:52.706Z Compiling futures-core v0.3.31
3742025-01-15T03:52:52.708Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=202e0e401ac02b89 -C extra-filename=-202e0e401ac02b89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3752025-01-15T03:52:52.874Z Compiling parking_lot_core v0.9.4
3762025-01-15T03:52:52.880Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=24bab15ec3e720eb -C extra-filename=-24bab15ec3e720eb --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-24bab15ec3e720eb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3772025-01-15T03:52:53.096Z Compiling slab v0.4.9
3782025-01-15T03:52:53.103Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2402d3bbfa54c27a -C extra-filename=-2402d3bbfa54c27a --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-2402d3bbfa54c27a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-4ae02b1ab1a3988d.rlib --cap-lints allow`
3792025-01-15T03:52:53.208Z Compiling futures-sink v0.3.31
3802025-01-15T03:52:53.210Z 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`
3812025-01-15T03:52:53.316Z Compiling ryu v1.0.5
3822025-01-15T03:52:53.319Z 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`
3832025-01-15T03:52:53.579Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-c00d25df26ced883/build-script-build`
3842025-01-15T03:52:53.582Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-22cbab9c833124f6/build-script-build`
3852025-01-15T03:52:53.607Z Compiling scopeguard v1.2.0
3862025-01-15T03:52:53.610Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-24bab15ec3e720eb/build-script-build`
3872025-01-15T03:52:53.617Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-5073ab7c06dddfde/build-script-build`
3882025-01-15T03:52:53.617Z 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`
3892025-01-15T03:52:53.626Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-8e1b57f5fed3e52e/build-script-build`
3902025-01-15T03:52:53.626Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-159a11d02a055511/build-script-build`
3912025-01-15T03:52:53.629Z 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`
3922025-01-15T03:52:53.638Z Compiling smallvec v1.13.2
3932025-01-15T03:52:53.660Z 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`
3942025-01-15T03:52:53.673Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-2402d3bbfa54c27a/build-script-build`
3952025-01-15T03:52:53.696Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=c9a397fb45b8739c -C extra-filename=-c9a397fb45b8739c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3962025-01-15T03:52:53.700Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=34297a3c589d60f3 -C extra-filename=-34297a3c589d60f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3972025-01-15T03:52:53.724Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-5fc82c77cb46f485/build-script-build`
3982025-01-15T03:52:53.726Z Compiling lock_api v0.4.6
3992025-01-15T03:52:53.726Z 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`
4002025-01-15T03:52:53.765Z 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`
4012025-01-15T03:52:53.790Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cd1f1968df994cf1 -C extra-filename=-cd1f1968df994cf1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4022025-01-15T03:52:54.002Z 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.93/src/lib.rs --error-format=json --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=83ae2c592b350e29 -C extra-filename=-83ae2c592b350e29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
4032025-01-15T03:52:54.026Z Compiling serde_json v1.0.135
4042025-01-15T03:52:54.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/serde_json-1.0.135/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=76cd82919afe4093 -C extra-filename=-76cd82919afe4093 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-76cd82919afe4093 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4052025-01-15T03:52:54.048Z Compiling futures-channel v0.3.31
4062025-01-15T03:52:54.050Z 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`
4072025-01-15T03:52:54.071Z Compiling futures-io v0.3.31
4082025-01-15T03:52:54.074Z 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`
4092025-01-15T03:52:54.085Z Compiling futures-task v0.3.31
4102025-01-15T03:52:54.088Z 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`
4112025-01-15T03:52:54.172Z Compiling fnv v1.0.7
4122025-01-15T03:52:54.175Z 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`
4132025-01-15T03:52:54.297Z Compiling thiserror v1.0.69
4142025-01-15T03:52:54.300Z 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`
4152025-01-15T03:52:54.329Z Compiling cc v1.0.83
4162025-01-15T03:52:54.333Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=066a79900dc716d1 -C extra-filename=-066a79900dc716d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9a397fb45b8739c.rmeta --cap-lints allow`
4172025-01-15T03:52:54.366Z Compiling pin-utils v0.1.0
4182025-01-15T03:52:54.378Z 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`
4192025-01-15T03:52:54.381Z Compiling http v1.2.0
4202025-01-15T03:52:54.381Z 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`
4212025-01-15T03:52:54.403Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-76cd82919afe4093/build-script-build`
4222025-01-15T03:52:54.421Z Compiling hashbrown v0.15.2
4232025-01-15T03:52:54.424Z 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`
4242025-01-15T03:52:54.433Z Compiling equivalent v1.0.0
4252025-01-15T03:52:54.436Z 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`
4262025-01-15T03:52:54.449Z Compiling rustls-pki-types v1.10.0
4272025-01-15T03:52:54.451Z 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`
4282025-01-15T03:52:54.532Z Compiling httparse v1.8.0
4292025-01-15T03:52:54.542Z 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`
4302025-01-15T03:52:54.866Z Compiling quote v1.0.38
4312025-01-15T03:52:54.869Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=275faa7a442447ab -C extra-filename=-275faa7a442447ab --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-83ae2c592b350e29.rmeta --cap-lints allow`
4322025-01-15T03:52:54.999Z Compiling getrandom v0.2.11
4332025-01-15T03:52:55.004Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=bc3291f4765ac313 -C extra-filename=-bc3291f4765ac313 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
4342025-01-15T03:52:55.109Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e2ece6ca696145ee -C extra-filename=-e2ece6ca696145ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-b1bd81fab5258879.rmeta --cap-lints allow`
4352025-01-15T03:52:55.372Z Compiling syn v2.0.96
4362025-01-15T03:52:55.375Z 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.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=786aadce6a355a8c -C extra-filename=-786aadce6a355a8c --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-83ae2c592b350e29.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow`
4372025-01-15T03:52:55.555Z Compiling parking_lot v0.12.1
4382025-01-15T03:52:55.558Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=b9292d5dd3296621 -C extra-filename=-b9292d5dd3296621 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-ad0a48cb3aabe593.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-e2ece6ca696145ee.rmeta --cap-lints allow`
4392025-01-15T03:52:55.573Z Compiling mio v1.0.3
4402025-01-15T03:52:55.576Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=be61f70fe070fd89 -C extra-filename=-be61f70fe070fd89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
4412025-01-15T03:52:55.588Z Compiling signal-hook-registry v1.4.0
4422025-01-15T03:52:55.591Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb9965676b9552fc -C extra-filename=-eb9965676b9552fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
4432025-01-15T03:52:55.710Z Compiling socket2 v0.5.5
4442025-01-15T03:52:55.713Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=2c51904b24cdba1a -C extra-filename=-2c51904b24cdba1a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
4452025-01-15T03:52:55.713Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f95b53689135e862/build-script-build`
4462025-01-15T03:52:56.028Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-a1815815f8349c27/build-script-build`
4472025-01-15T03:52:56.045Z Compiling spin v0.9.8
4482025-01-15T03:52:56.066Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=aac7f034420c2f30 -C extra-filename=-aac7f034420c2f30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492025-01-15T03:52:56.273Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8170973e93e4b714 -C extra-filename=-8170973e93e4b714 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4502025-01-15T03:52:56.396Z Compiling tracing-core v0.1.32
4512025-01-15T03:52:56.407Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=7dc3347dd7587c6f -C extra-filename=-7dc3347dd7587c6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --cap-lints allow`
4522025-01-15T03:52:56.442Z Compiling byteorder v1.4.3
4532025-01-15T03:52:56.444Z 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`
4542025-01-15T03:52:56.462Z Compiling ring v0.17.7
4552025-01-15T03:52:56.465Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=0a17ad2c3bcae0a9 -C extra-filename=-0a17ad2c3bcae0a9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-0a17ad2c3bcae0a9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-066a79900dc716d1.rlib --cap-lints allow`
4562025-01-15T03:52:56.635Z Compiling untrusted v0.9.0
4572025-01-15T03:52:56.638Z 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`
4582025-01-15T03:52:56.694Z Compiling ucd-trie v0.1.6
4592025-01-15T03:52:56.697Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8fe6c17116ec2866 -C extra-filename=-8fe6c17116ec2866 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602025-01-15T03:52:56.744Z Compiling pkg-config v0.3.31
4612025-01-15T03:52:56.747Z 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`
4622025-01-15T03:52:56.799Z Compiling vcpkg v0.2.15
4632025-01-15T03:52:56.802Z 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`
4642025-01-15T03:52:56.884Z Compiling typenum v1.14.0
4652025-01-15T03:52:56.887Z 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`
4662025-01-15T03:52:56.927Z Compiling atomic-waker v1.1.1
4672025-01-15T03:52:56.930Z 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`
4682025-01-15T03:52:57.101Z Compiling tracing v0.1.40
4692025-01-15T03:52:57.104Z 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`
4702025-01-15T03:52:57.300Z Compiling http-body v1.0.1
4712025-01-15T03:52:57.303Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f47cc9f672c6a6d -C extra-filename=-5f47cc9f672c6a6d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --cap-lints allow`
4722025-01-15T03:52:57.403Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-0a17ad2c3bcae0a9/build-script-build`
4732025-01-15T03:52:57.494Z Compiling generic-array v0.14.5
4742025-01-15T03:52:57.503Z 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`
4752025-01-15T03:52:57.505Z Compiling crossbeam-utils v0.8.15
4762025-01-15T03:52:57.506Z 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`
4772025-01-15T03:52:57.668Z Compiling try-lock v0.2.3
4782025-01-15T03:52:57.671Z 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`
4792025-01-15T03:52:57.729Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-a874ee750a60ee3a/build-script-main`
4802025-01-15T03:52:57.757Z Compiling want v0.3.0
4812025-01-15T03:52:57.760Z 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`
4822025-01-15T03:52:57.787Z Compiling subtle v2.5.0
4832025-01-15T03:52:57.790Z 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`
4842025-01-15T03:52:57.807Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-0a273518cb69fe66/build-script-build`
4852025-01-15T03:52:57.862Z Compiling zeroize v1.7.0
4862025-01-15T03:52:57.864Z 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`
4872025-01-15T03:52:57.875Z 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`
4882025-01-15T03:52:57.954Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b5a6dffc99cd6153/build-script-build`
4892025-01-15T03:52:57.973Z Compiling time-core v0.1.2
4902025-01-15T03:52:57.976Z 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`
4912025-01-15T03:52:57.995Z Compiling httpdate v1.0.1
4922025-01-15T03:52:57.998Z 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`
4932025-01-15T03:52:58.012Z Compiling num-conv v0.1.0
4942025-01-15T03:52:58.015Z 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`
4952025-01-15T03:52:58.105Z Compiling powerfmt v0.2.0
4962025-01-15T03:52:58.107Z 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`
4972025-01-15T03:52:58.118Z 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`
4982025-01-15T03:52:58.132Z Compiling openssl-sys v0.9.103
4992025-01-15T03:52:58.135Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=83d205c9532b43d5 -C extra-filename=-83d205c9532b43d5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-83d205c9532b43d5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-066a79900dc716d1.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-cf7b7af24c352e30.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-04de5ef0e53c8b57.rlib --cap-lints allow`
5002025-01-15T03:52:58.250Z Compiling time-macros v0.2.18
5012025-01-15T03:52:58.253Z 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`
5022025-01-15T03:52:58.387Z Compiling deranged v0.3.11
5032025-01-15T03:52:58.390Z 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`
5042025-01-15T03:52:58.468Z Compiling num_threads v0.1.3
5052025-01-15T03:52:58.471Z 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`
5062025-01-15T03:52:58.585Z Compiling base64 v0.22.1
5072025-01-15T03:52:58.588Z 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`
5082025-01-15T03:52:58.912Z 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`
5092025-01-15T03:52:59.069Z Compiling bitflags v2.4.0
5102025-01-15T03:52:59.071Z 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`
5112025-01-15T03:52:59.124Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-83d205c9532b43d5/build-script-main`
5122025-01-15T03:52:59.289Z Compiling tower-service v0.3.3
5132025-01-15T03:52:59.292Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2303d20fe3ee9543 -C extra-filename=-2303d20fe3ee9543 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5142025-01-15T03:52:59.368Z Compiling slog v2.7.0
5152025-01-15T03:52:59.371Z 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`
5162025-01-15T03:52:59.388Z Compiling usdt-impl v0.5.0
5172025-01-15T03:52:59.391Z 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`
5182025-01-15T03:52:59.581Z Compiling unicase v2.6.0
5192025-01-15T03:52:59.584Z 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`
5202025-01-15T03:52:59.724Z Compiling foreign-types-shared v0.1.1
5212025-01-15T03:52:59.727Z 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`
5222025-01-15T03:52:59.808Z Compiling openssl-probe v0.1.4
5232025-01-15T03:52:59.811Z 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`
5242025-01-15T03:52:59.840Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c93c1cc0f85b7373/build-script-build`
5252025-01-15T03:52:59.889Z Compiling openssl v0.10.66
5262025-01-15T03:52:59.892Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=4db551ff8b71c1b5 -C extra-filename=-4db551ff8b71c1b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-4db551ff8b71c1b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272025-01-15T03:52:59.902Z Compiling tinyvec_macros v0.1.0
5282025-01-15T03:52:59.904Z 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`
5292025-01-15T03:52:59.917Z Compiling paste v1.0.15
5302025-01-15T03:52:59.920Z 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`
5312025-01-15T03:52:59.970Z Compiling percent-encoding v2.3.1
5322025-01-15T03:52:59.975Z 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`
5332025-01-15T03:53:00.074Z Compiling tinyvec v1.5.1
5342025-01-15T03:53:00.076Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "serde", "std", "tinyvec_macros"))' -C metadata=596b343bc3f2559a -C extra-filename=-596b343bc3f2559a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec_macros-92932337de74c4f0.rmeta --cap-lints allow`
5352025-01-15T03:53:00.245Z Compiling form_urlencoded v1.2.1
5362025-01-15T03:53:00.249Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e609e9b6d2cfac5c -C extra-filename=-e609e9b6d2cfac5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --cap-lints allow`
5372025-01-15T03:53:00.265Z 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`
5382025-01-15T03:53:00.363Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-9091910e0d3f186f/build-script-build`
5392025-01-15T03:53:00.419Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-a841d2c447f6aa0b/build-script-build`
5402025-01-15T03:53:00.493Z Compiling block-buffer v0.10.2
5412025-01-15T03:53:00.496Z 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`
5422025-01-15T03:53:00.586Z Compiling crypto-common v0.1.6
5432025-01-15T03:53:00.589Z 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`
5442025-01-15T03:53:00.649Z Compiling foreign-types v0.3.2
5452025-01-15T03:53:00.651Z 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`
5462025-01-15T03:53:00.727Z Compiling rand_core v0.6.3
5472025-01-15T03:53:00.730Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ed3ebab30af42dfd/build-script-build`
5482025-01-15T03:53:00.730Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=c77d6b8d89c5b6bc -C extra-filename=-c77d6b8d89c5b6bc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-bc3291f4765ac313.rmeta --cap-lints allow`
5492025-01-15T03:53:00.842Z Compiling thread-id v4.0.0
5502025-01-15T03:53:00.845Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d57ebaaf32cbe04 -C extra-filename=-9d57ebaaf32cbe04 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9a397fb45b8739c.rmeta --cap-lints allow`
5512025-01-15T03:53:00.845Z Compiling num-traits v0.2.14
5522025-01-15T03:53:00.852Z 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`
5532025-01-15T03:53:00.924Z Compiling rustls v0.23.13
5542025-01-15T03:53:00.927Z 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`
5552025-01-15T03:53:01.080Z Compiling time v0.3.36
5562025-01-15T03:53:01.082Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=0ee291bca7989732 -C extra-filename=-0ee291bca7989732 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-9f9a8cae2269c2ed.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-41ef72da9f22982d.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-5763716f0b9fe373.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-70e5eaac2f714cf0.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-aa6baf78862fdd65.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-116dcbd358aa9937.so --cap-lints allow`
5572025-01-15T03:53:01.095Z Compiling lazy_static v1.5.0
5582025-01-15T03:53:01.097Z 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`
5592025-01-15T03:53:01.165Z Compiling semver v1.0.24
5602025-01-15T03:53:01.168Z 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`
5612025-01-15T03:53:01.197Z Compiling plain v0.2.3
5622025-01-15T03:53:01.199Z Compiling rustls v0.22.4
5632025-01-15T03:53:01.199Z 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`
5642025-01-15T03:53:01.199Z 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`
5652025-01-15T03:53:01.221Z Compiling mime v0.3.16
5662025-01-15T03:53:01.223Z 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`
5672025-01-15T03:53:01.326Z Compiling thiserror v2.0.11
5682025-01-15T03:53:01.329Z 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.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fb6ce8f7a3f96c9f -C extra-filename=-fb6ce8f7a3f96c9f --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-fb6ce8f7a3f96c9f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5692025-01-15T03:53:01.488Z Compiling unicode-width v0.1.9
5702025-01-15T03:53:01.491Z 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`
5712025-01-15T03:53:01.502Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-4db551ff8b71c1b5/build-script-build`
5722025-01-15T03:53:01.521Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=9f0aea19f044ffa2 -C extra-filename=-9f0aea19f044ffa2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
5732025-01-15T03:53:01.610Z Compiling ppv-lite86 v0.2.15
5742025-01-15T03:53:01.613Z 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`
5752025-01-15T03:53:01.613Z Compiling native-tls v0.2.12
5762025-01-15T03:53:01.613Z 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`
5772025-01-15T03:53:01.672Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-d2337ce5edf9387e/build-script-build`
5782025-01-15T03:53:01.719Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-5c09c1eed9153658/build-script-build`
5792025-01-15T03:53:01.816Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-fb6ce8f7a3f96c9f/build-script-build`
5802025-01-15T03:53:01.929Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-dc77dae4e4fceaae/build-script-build`
5812025-01-15T03:53:01.948Z Compiling unicode-normalization v0.1.24
5822025-01-15T03:53:01.952Z 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`
5832025-01-15T03:53:01.982Z Compiling digest v0.10.7
5842025-01-15T03:53:01.985Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=9a02dfbc282c3e64 -C extra-filename=-9a02dfbc282c3e64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-9a32fa8ee2de33f3.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-5a91c444c059179b.rmeta --cap-lints allow`
5852025-01-15T03:53:02.156Z Compiling rand_chacha v0.3.1
5862025-01-15T03:53:02.158Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=d85867eb116ad025 -C extra-filename=-d85867eb116ad025 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-d564fed89c383635.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c77d6b8d89c5b6bc.rmeta --cap-lints allow`
5872025-01-15T03:53:02.181Z 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`
5882025-01-15T03:53:02.274Z 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"))'`
5892025-01-15T03:53:02.533Z Compiling rustls-pemfile v2.1.3
5902025-01-15T03:53:02.536Z 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`
5912025-01-15T03:53:02.606Z Compiling dirs-sys-next v0.1.2
5922025-01-15T03:53:02.610Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c4436941f807b37 -C extra-filename=-9c4436941f807b37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
5932025-01-15T03:53:02.892Z 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`
5942025-01-15T03:53:02.952Z Compiling unicode-bidi v0.3.15
5952025-01-15T03:53:02.955Z 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`
5962025-01-15T03:53:03.170Z Compiling pretty-hex v0.4.1
5972025-01-15T03:53:03.174Z 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`
5982025-01-15T03:53:03.184Z Compiling unicode-segmentation v1.10.0
5992025-01-15T03:53:03.186Z 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`
6002025-01-15T03:53:03.225Z Compiling winnow v0.6.18
6012025-01-15T03:53:03.228Z 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`
6022025-01-15T03:53:03.245Z Compiling cpufeatures v0.2.2
6032025-01-15T03:53:03.247Z 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`
6042025-01-15T03:53:03.327Z Compiling sha1 v0.10.6
6052025-01-15T03:53:03.330Z 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`
6062025-01-15T03:53:03.341Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1fd3a47ef93f811e/build-script-build`
6072025-01-15T03:53:03.482Z Compiling dirs-next v2.0.0
6082025-01-15T03:53:03.484Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6348a0a82943d74 -C extra-filename=-e6348a0a82943d74 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-9c4436941f807b37.rmeta --cap-lints allow`
6092025-01-15T03:53:03.663Z Compiling idna v0.5.0
6102025-01-15T03:53:03.665Z 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`
6112025-01-15T03:53:03.695Z Compiling newline-converter v0.3.0
6122025-01-15T03:53:03.697Z 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`
6132025-01-15T03:53:03.838Z Compiling mime_guess v2.0.5
6142025-01-15T03:53:03.841Z 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`
6152025-01-15T03:53:03.853Z Compiling rand v0.8.4
6162025-01-15T03:53:03.864Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=69240c9b99ad6cac -C extra-filename=-69240c9b99ad6cac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-d85867eb116ad025.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c77d6b8d89c5b6bc.rmeta --cap-lints allow`
6172025-01-15T03:53:04.282Z 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`
6182025-01-15T03:53:04.429Z 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)'`
6192025-01-15T03:53:04.873Z Compiling serde_derive_internals v0.29.0
6202025-01-15T03:53:04.875Z 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=c829eb628629e6c1 -C extra-filename=-c829eb628629e6c1 --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-83ae2c592b350e29.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rmeta --cap-lints allow`
6212025-01-15T03:53:05.131Z Compiling concurrent-queue v2.5.0
6222025-01-15T03:53:05.134Z 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`
6232025-01-15T03:53:05.267Z 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.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=4ddc09e35675b8f4 -C extra-filename=-4ddc09e35675b8f4 --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-83ae2c592b350e29.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow`
6242025-01-15T03:53:05.294Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c5439bb9642eeca -C extra-filename=-3c5439bb9642eeca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
6252025-01-15T03:53:05.329Z Compiling serde_derive v1.0.217
6262025-01-15T03:53:05.331Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=c2859ebd7e0a6225 -C extra-filename=-c2859ebd7e0a6225 --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
6272025-01-15T03:53:05.387Z Compiling tokio-macros v2.5.0
6282025-01-15T03:53:05.390Z 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.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f61ea71d2ff8bb3 -C extra-filename=-8f61ea71d2ff8bb3 --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
6292025-01-15T03:53:05.422Z Compiling futures-macro v0.3.31
6302025-01-15T03:53:05.425Z 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=7e315fc7d8cb4a20 -C extra-filename=-7e315fc7d8cb4a20 --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
6312025-01-15T03:53:05.651Z Compiling thiserror-impl v1.0.69
6322025-01-15T03:53:05.653Z 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=6ffd62ad35f7b0e4 -C extra-filename=-6ffd62ad35f7b0e4 --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
6332025-01-15T03:53:06.364Z Compiling zerocopy-derive v0.7.32
6342025-01-15T03:53:06.366Z 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=7162eaf0402ad3e7 -C extra-filename=-7162eaf0402ad3e7 --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
6352025-01-15T03:53:06.681Z Compiling scroll_derive v0.12.0
6362025-01-15T03:53:06.683Z 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=3e5e1f97a44cc6c9 -C extra-filename=-3e5e1f97a44cc6c9 --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
6372025-01-15T03:53:06.761Z Compiling tokio v1.43.0
6382025-01-15T03:53:06.763Z 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.43.0/src/lib.rs --error-format=json --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=d9661ee356af9086 -C extra-filename=-d9661ee356af9086 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-be61f70fe070fd89.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-b9292d5dd3296621.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-eb9965676b9552fc.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2c51904b24cdba1a.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-8f61ea71d2ff8bb3.so --cap-lints allow`
6392025-01-15T03:53:07.157Z Compiling futures-util v0.3.31
6402025-01-15T03:53:07.160Z 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=c5b735e2d60a4f34 -C extra-filename=-c5b735e2d60a4f34 --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-7e315fc7d8cb4a20.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`
6412025-01-15T03:53:08.165Z Compiling scroll v0.12.0
6422025-01-15T03:53:08.165Z Compiling zerocopy v0.7.32
6432025-01-15T03:53:08.167Z 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=8b001e4124d9473b -C extra-filename=-8b001e4124d9473b --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-3e5e1f97a44cc6c9.so --cap-lints allow`
6442025-01-15T03:53:08.167Z 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=22516c9235901a0a -C extra-filename=-22516c9235901a0a --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-7162eaf0402ad3e7.so --cap-lints allow`
6452025-01-15T03:53:08.190Z 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=7001ad71489b1da1 -C extra-filename=-7001ad71489b1da1 --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-6ffd62ad35f7b0e4.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
6462025-01-15T03:53:08.314Z Compiling pest v2.7.6
6472025-01-15T03:53:08.316Z 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=1ed3fc1ffbd8a172 -C extra-filename=-1ed3fc1ffbd8a172 --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-7001ad71489b1da1.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-8fe6c17116ec2866.rmeta --cap-lints allow`
6482025-01-15T03:53:08.671Z Compiling openssl-macros v0.1.1
6492025-01-15T03:53:08.673Z 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=59a3c4ef76fcfc1b -C extra-filename=-59a3c4ef76fcfc1b --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
6502025-01-15T03:53:09.188Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=d1aa288260289124 -C extra-filename=-d1aa288260289124 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-bc3291f4765ac313.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-aac7f034420c2f30.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c5962458cf40046c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
6512025-01-15T03:53:09.436Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-1a370e121a6f7649/build-script-build`
6522025-01-15T03:53:09.469Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-e4f710111ba12d98/build-script-build`
6532025-01-15T03:53:09.477Z Compiling goblin v0.8.0
6542025-01-15T03:53:09.492Z 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=41d7f1b6797a701d -C extra-filename=-41d7f1b6797a701d --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-8b001e4124d9473b.rmeta --cap-lints allow`
6552025-01-15T03:53:09.564Z 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=a286dd593dfdc8e7 -C extra-filename=-a286dd593dfdc8e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-4453ff0f6fdc5370.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-2bc3e7a32a58de3e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-59a3c4ef76fcfc1b.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-9f0aea19f044ffa2.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
6562025-01-15T03:53:11.143Z Compiling pest_meta v2.7.6
6572025-01-15T03:53:11.155Z 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=e20c125646eac300 -C extra-filename=-e20c125646eac300 --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-1ed3fc1ffbd8a172.rmeta --cap-lints allow`
6582025-01-15T03:53:12.231Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=d3256c6d6c94e81e -C extra-filename=-d3256c6d6c94e81e --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-c2859ebd7e0a6225.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)'`
6592025-01-15T03:53:12.431Z Compiling pest_generator v2.7.6
6602025-01-15T03:53:12.434Z 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=27e92ef67ea76344 -C extra-filename=-27e92ef67ea76344 --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-1ed3fc1ffbd8a172.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-e20c125646eac300.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-83ae2c592b350e29.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rmeta --cap-lints allow`
6612025-01-15T03:53:12.883Z Compiling rustls-webpki v0.102.8
6622025-01-15T03:53:12.895Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=0c5bb0630335700b -C extra-filename=-0c5bb0630335700b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c5962458cf40046c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
6632025-01-15T03:53:14.015Z Compiling thiserror-impl v2.0.11
6642025-01-15T03:53:14.017Z 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.11/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=a21b3c2a880a45d3 -C extra-filename=-a21b3c2a880a45d3 --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
6652025-01-15T03:53:14.679Z Compiling tokio-util v0.7.7
6662025-01-15T03:53:14.682Z 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=e69f19a99018f746 -C extra-filename=-e69f19a99018f746 --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-d9661ee356af9086.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow`
6672025-01-15T03:53:15.020Z Compiling pest_derive v2.7.6
6682025-01-15T03:53:15.023Z 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=82664be86843c2f2 -C extra-filename=-82664be86843c2f2 --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-1ed3fc1ffbd8a172.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-27e92ef67ea76344.rlib --extern proc_macro --cap-lints allow`
6692025-01-15T03:53:15.932Z 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=eb0c05dee898bc36 -C extra-filename=-eb0c05dee898bc36 --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-a286dd593dfdc8e7.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-dc0a1e1832286ed0.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-9f0aea19f044ffa2.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
6702025-01-15T03:53:16.004Z Compiling dtrace-parser v0.2.0
6712025-01-15T03:53:16.015Z 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=d80e22a3aae27d6a -C extra-filename=-d80e22a3aae27d6a --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-1ed3fc1ffbd8a172.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-82664be86843c2f2.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7001ad71489b1da1.rmeta --cap-lints allow`
6722025-01-15T03:53:16.491Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=b5ca634231d1d6f9 -C extra-filename=-b5ca634231d1d6f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-0c5bb0630335700b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-73d06957f10eeb69.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-da542cff3d2eedc6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
6732025-01-15T03:53:16.907Z 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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ebaabab83a2369d8 -C extra-filename=-ebaabab83a2369d8 --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-a21b3c2a880a45d3.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6742025-01-15T03:53:17.081Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=cfa04b84190bf23c -C extra-filename=-cfa04b84190bf23c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-0c5bb0630335700b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-73d06957f10eeb69.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-da542cff3d2eedc6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
6752025-01-15T03:53:17.723Z 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.135/src/lib.rs --error-format=json --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=6d46812111461d38 -C extra-filename=-6d46812111461d38 --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-d3256c6d6c94e81e.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6762025-01-15T03:53:17.737Z Compiling indexmap v2.7.0
6772025-01-15T03:53:17.739Z 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=cd85dac64a806655 -C extra-filename=-cd85dac64a806655 --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-d3256c6d6c94e81e.rmeta --cap-lints allow`
6782025-01-15T03:53:17.908Z Compiling serde_tokenstream v0.2.2
6792025-01-15T03:53:17.911Z 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=38c8061ec043847c -C extra-filename=-38c8061ec043847c --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-83ae2c592b350e29.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rmeta --cap-lints allow`
6802025-01-15T03:53:18.380Z Compiling toml_datetime v0.6.8
6812025-01-15T03:53:18.380Z 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=4d6ee102eab2bbfc -C extra-filename=-4d6ee102eab2bbfc --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-d3256c6d6c94e81e.rmeta --cap-lints allow`
6822025-01-15T03:53:18.393Z Compiling serde_spanned v0.6.7
6832025-01-15T03:53:18.396Z 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=6eefd193ce686178 -C extra-filename=-6eefd193ce686178 --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-d3256c6d6c94e81e.rmeta --cap-lints allow`
6842025-01-15T03:53:18.606Z Compiling http-body-util v0.1.2
6852025-01-15T03:53:18.652Z 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=31da173a0b9587af -C extra-filename=-31da173a0b9587af --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-c5b735e2d60a4f34.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`
6862025-01-15T03:53:18.868Z Compiling multer v3.1.0
6872025-01-15T03:53:18.880Z 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`
6882025-01-15T03:53:19.012Z Compiling h2 v0.4.6
6892025-01-15T03:53:19.012Z 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=78aca2e0ae1b44d6 -C extra-filename=-78aca2e0ae1b44d6 --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-cd85dac64a806655.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-cd1f1968df994cf1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-e69f19a99018f746.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow`
6902025-01-15T03:53:19.050Z Compiling toml_edit v0.22.20
6912025-01-15T03:53:19.053Z 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=9bda0b3d048aafb2 -C extra-filename=-9bda0b3d048aafb2 --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-cd85dac64a806655.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-6eefd193ce686178.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-4d6ee102eab2bbfc.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-75c04a53d45b38c7.rmeta --cap-lints allow`
6922025-01-15T03:53:19.234Z Compiling thread_local v1.1.4
6932025-01-15T03:53:19.237Z 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`
6942025-01-15T03:53:19.617Z Compiling dof v0.3.0
6952025-01-15T03:53:19.620Z 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=5508fd072fbc9fc0 -C extra-filename=-5508fd072fbc9fc0 --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-d3256c6d6c94e81e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7001ad71489b1da1.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-22516c9235901a0a.rmeta --cap-lints allow`
6962025-01-15T03:53:19.753Z 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=8f973690b345a3fd -C extra-filename=-8f973690b345a3fd --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-41d7f1b6797a701d.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0c8091ee601db76f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7001ad71489b1da1.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-22516c9235901a0a.rmeta --cap-lints allow`
6972025-01-15T03:53:20.407Z 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=475c7c72b5381839 -C extra-filename=-475c7c72b5381839 --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-5508fd072fbc9fc0.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d80e22a3aae27d6a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9a397fb45b8739c.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-83ae2c592b350e29.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7001ad71489b1da1.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-9d57ebaaf32cbe04.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
6982025-01-15T03:53:20.515Z Compiling encoding_rs v0.8.32
6992025-01-15T03:53:20.518Z 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`
7002025-01-15T03:53:21.592Z Compiling parking v2.2.0
7012025-01-15T03:53:21.595Z 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`
7022025-01-15T03:53:21.732Z Compiling camino v1.1.9
7032025-01-15T03:53:21.735Z 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`
7042025-01-15T03:53:21.845Z Compiling slog-async v2.8.0
7052025-01-15T03:53:21.870Z 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`
7062025-01-15T03:53:21.918Z Compiling iana-time-zone v0.1.47
7072025-01-15T03:53:21.921Z 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`
7082025-01-15T03:53:22.313Z Compiling match_cfg v0.1.0
7092025-01-15T03:53:22.331Z 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`
7102025-01-15T03:53:22.331Z Compiling similar v2.2.1
7112025-01-15T03:53:22.331Z 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`
7122025-01-15T03:53:22.349Z Compiling heck v0.5.0
7132025-01-15T03:53:22.351Z 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`
7142025-01-15T03:53:22.398Z Compiling target-triple v0.1.3
7152025-01-15T03:53:22.485Z 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`
7162025-01-15T03:53:22.753Z Compiling schemars v0.8.21
7172025-01-15T03:53:22.757Z 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`
7182025-01-15T03:53:22.869Z Compiling rustix v0.38.40
7192025-01-15T03:53:22.880Z 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`
7202025-01-15T03:53:23.145Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-f696eaa5a4d59098/build-script-build`
7212025-01-15T03:53:23.166Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-adc002e6b4e87eda/build-script-build`
7222025-01-15T03:53:23.187Z Compiling tokio-rustls v0.26.0
7232025-01-15T03:53:23.190Z 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=0d2f5fd234b25ac1 -C extra-filename=-0d2f5fd234b25ac1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cfa04b84190bf23c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
7242025-01-15T03:53:23.546Z Compiling hyper v1.5.2
7252025-01-15T03:53:23.558Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=29f4213477f37873 -C extra-filename=-29f4213477f37873 --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-c5b735e2d60a4f34.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-78aca2e0ae1b44d6.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-d9661ee356af9086.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-77d59de9e605eac7.rmeta --cap-lints allow`
7262025-01-15T03:53:23.604Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-7f58c1d6029b624a/build-script-build`
7272025-01-15T03:53:23.718Z Compiling hostname v0.3.1
7282025-01-15T03:53:23.723Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=3333269d3bf5ab3d -C extra-filename=-3333269d3bf5ab3d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-28e48748a51e573f.rmeta --cap-lints allow`
7292025-01-15T03:53:23.983Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-941614ad212ee022/build-script-build`
7302025-01-15T03:53:24.032Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-0845dbcc9219c4d7/build-script-build`
7312025-01-15T03:53:24.099Z Compiling toml v0.8.19
7322025-01-15T03:53:24.103Z 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=aa4504e7b73356f9 -C extra-filename=-aa4504e7b73356f9 --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-d3256c6d6c94e81e.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-6eefd193ce686178.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-4d6ee102eab2bbfc.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-9bda0b3d048aafb2.rmeta --cap-lints allow`
7332025-01-15T03:53:24.645Z Compiling chrono v0.4.39
7342025-01-15T03:53:24.648Z 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=fe28bae6bb48da01 -C extra-filename=-fe28bae6bb48da01 --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-d3256c6d6c94e81e.rmeta --cap-lints allow`
7352025-01-15T03:53:24.974Z Compiling event-listener v5.0.0
7362025-01-15T03:53:24.977Z 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`
7372025-01-15T03:53:25.504Z Compiling usdt-macro v0.5.0
7382025-01-15T03:53:25.517Z 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=30984de920a77d98 -C extra-filename=-30984de920a77d98 --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-d80e22a3aae27d6a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-38c8061ec043847c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-475c7c72b5381839.rlib --extern proc_macro --cap-lints allow`
7392025-01-15T03:53:25.755Z Compiling hyper-util v0.1.10
7402025-01-15T03:53:25.758Z 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=ba3288cec827484e -C extra-filename=-ba3288cec827484e --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-c5b735e2d60a4f34.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-29f4213477f37873.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2c51904b24cdba1a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow`
7412025-01-15T03:53:26.414Z Compiling usdt-attr-macro v0.5.0
7422025-01-15T03:53:26.417Z 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=58a9ac95dcec4000 -C extra-filename=-58a9ac95dcec4000 --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-d80e22a3aae27d6a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-38c8061ec043847c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-475c7c72b5381839.rlib --extern proc_macro --cap-lints allow`
7432025-01-15T03:53:26.539Z 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=119d5e5375094796 -C extra-filename=-119d5e5375094796 --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-8f973690b345a3fd.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d80e22a3aae27d6a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-83ae2c592b350e29.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-4ddc09e35675b8f4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7001ad71489b1da1.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-3c5439bb9642eeca.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7442025-01-15T03:53:26.968Z Compiling tokio-rustls v0.25.0
7452025-01-15T03:53:26.971Z 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=a47dee62ab13cd97 -C extra-filename=-a47dee62ab13cd97 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
7462025-01-15T03:53:27.352Z Compiling slog-json v2.6.1
7472025-01-15T03:53:27.357Z 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=170a7505f5857694 -C extra-filename=-170a7505f5857694 --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-d3256c6d6c94e81e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --cap-lints allow`
7482025-01-15T03:53:27.495Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4f1cfd0e4b048316/build-script-build`
7492025-01-15T03:53:27.555Z Compiling serde_urlencoded v0.7.1
7502025-01-15T03:53:27.558Z 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=22a05f6ac3ab83cc -C extra-filename=-22a05f6ac3ab83cc --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-d3256c6d6c94e81e.rmeta --cap-lints allow`
7512025-01-15T03:53:27.569Z Compiling uuid v1.11.1
7522025-01-15T03:53:27.581Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=eaf657b1a4c2591f -C extra-filename=-eaf657b1a4c2591f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-bc3291f4765ac313.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rmeta --cap-lints allow`
7532025-01-15T03:53:27.710Z Compiling tokio-native-tls v0.3.1
7542025-01-15T03:53:27.713Z 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=67af0ff60af133fa -C extra-filename=-67af0ff60af133fa --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-eb0c05dee898bc36.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
7552025-01-15T03:53:27.946Z Compiling futures-executor v0.3.31
7562025-01-15T03:53:27.946Z 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=a1a534051598a2c4 -C extra-filename=-a1a534051598a2c4 --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-c5b735e2d60a4f34.rmeta --cap-lints allow`
7572025-01-15T03:53:27.963Z Compiling schemars_derive v0.8.21
7582025-01-15T03:53:27.982Z 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=9f6a8a624a2da313 -C extra-filename=-9f6a8a624a2da313 --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-c829eb628629e6c1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
7592025-01-15T03:53:27.987Z Compiling async-stream-impl v0.3.6
7602025-01-15T03:53:27.992Z 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=d716d104440caa15 -C extra-filename=-d716d104440caa15 --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
7612025-01-15T03:53:28.171Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-f80aa830a10dcc85/build-script-build`
7622025-01-15T03:53:28.174Z Compiling url v2.5.2
7632025-01-15T03:53:28.186Z 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`
7642025-01-15T03:53:28.209Z Compiling term v0.7.0
7652025-01-15T03:53:28.211Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=1bf0bb72c0a08733 -C extra-filename=-1bf0bb72c0a08733 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dirs_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_next-e6348a0a82943d74.rmeta --cap-lints allow`
7662025-01-15T03:53:28.295Z Compiling crossbeam-channel v0.5.1
7672025-01-15T03:53:28.308Z 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`
7682025-01-15T03:53:28.322Z Compiling webpki-roots v0.26.5
7692025-01-15T03:53:28.325Z 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`
7702025-01-15T03:53:28.480Z Compiling memmap v0.7.0
7712025-01-15T03:53:28.483Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39e764e7231b6e19 -C extra-filename=-39e764e7231b6e19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
7722025-01-15T03:53:28.519Z Compiling errno v0.3.8
7732025-01-15T03:53:28.532Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=27095d6e354f34b6 -C extra-filename=-27095d6e354f34b6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
7742025-01-15T03:53:28.734Z Compiling is-terminal v0.4.12
7752025-01-15T03:53:28.745Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=945c24f0c97625c3 -C extra-filename=-945c24f0c97625c3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
7762025-01-15T03:53:28.806Z Compiling sync_wrapper v1.0.1
7772025-01-15T03:53:28.815Z 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`
7782025-01-15T03:53:28.845Z Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot)
7792025-01-15T03:53:28.847Z 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`
7802025-01-15T03:53:28.997Z Compiling tower-layer v0.3.3
7812025-01-15T03:53:29.000Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f47b6d97679d6789 -C extra-filename=-f47b6d97679d6789 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7822025-01-15T03:53:29.237Z Compiling take_mut v0.2.2
7832025-01-15T03:53:29.240Z 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`
7842025-01-15T03:53:29.272Z Compiling utf-8 v0.7.6
7852025-01-15T03:53:29.275Z 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`
7862025-01-15T03:53:29.330Z Compiling anyhow v1.0.95
7872025-01-15T03:53:29.333Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=93b1bb509e16fdff -C extra-filename=-93b1bb509e16fdff --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-93b1bb509e16fdff -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7882025-01-15T03:53:29.333Z Compiling dyn-clone v1.0.4
7892025-01-15T03:53:29.343Z 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`
7902025-01-15T03:53:29.376Z Compiling buf-list v1.0.3
7912025-01-15T03:53:29.379Z 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`
7922025-01-15T03:53:29.459Z Compiling data-encoding v2.4.0
7932025-01-15T03:53:29.462Z 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`
7942025-01-15T03:53:29.593Z 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`
7952025-01-15T03:53:29.707Z Compiling async-stream v0.3.6
7962025-01-15T03:53:29.719Z 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=6815aab908fe4518 -C extra-filename=-6815aab908fe4518 --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-d716d104440caa15.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`
7972025-01-15T03:53:29.898Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-93b1bb509e16fdff/build-script-build`
7982025-01-15T03:53:29.938Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-f717612ff5e36d0c/build-script-build`
7992025-01-15T03:53:30.011Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-914c9f5db3cb4b64/build-script-build`
8002025-01-15T03:53:30.013Z Compiling tungstenite v0.26.1
8012025-01-15T03:53:30.013Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.26.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="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=ad3790293e14c51a -C extra-filename=-ad3790293e14c51a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-a679b17ca8f1f83b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-19fce5e59a4e112a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-69240c9b99ad6cac.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-605ed3482e15ff2a.rmeta --cap-lints allow`
8022025-01-15T03:53:30.028Z Compiling tower v0.5.2
8032025-01-15T03:53:30.039Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=e856f810af80229c -C extra-filename=-e856f810af80229c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-c5b735e2d60a4f34.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-50d860442c475654.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-f47b6d97679d6789.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --cap-lints allow`
8042025-01-15T03:53:30.057Z Compiling slog-term v2.9.1
8052025-01-15T03:53:30.070Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=3f946b592a426227 -C extra-filename=-3f946b592a426227 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-945c24f0c97625c3.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-1bf0bb72c0a08733.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-d8463e636729aa01.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --cap-lints allow`
8062025-01-15T03:53:30.238Z Compiling usdt v0.5.0
8072025-01-15T03:53:30.251Z 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=1e32d2e893e47847 -C extra-filename=-1e32d2e893e47847 --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-8f973690b345a3fd.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d80e22a3aae27d6a.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-41d7f1b6797a701d.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-39e764e7231b6e19.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-58a9ac95dcec4000.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-119d5e5375094796.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-30984de920a77d98.so --cap-lints allow`
8082025-01-15T03:53:30.447Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6f4c1b1313eeb214 -C extra-filename=-6f4c1b1313eeb214 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-4453ff0f6fdc5370.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-27095d6e354f34b6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
8092025-01-15T03:53:30.703Z Compiling hyper-rustls v0.27.3
8102025-01-15T03:53:30.706Z 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=d128680dc01521c5 -C extra-filename=-d128680dc01521c5 --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-c5b735e2d60a4f34.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cfa04b84190bf23c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0d2f5fd234b25ac1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-27712424a3a65069.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
8112025-01-15T03:53:30.706Z 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`
8122025-01-15T03:53:30.730Z Compiling futures v0.3.31
8132025-01-15T03:53:30.733Z 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=853befa552db3f0c -C extra-filename=-853befa552db3f0c --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-a1a534051598a2c4.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-c5b735e2d60a4f34.rmeta --cap-lints allow`
8142025-01-15T03:53:30.828Z Compiling hyper-tls v0.6.0
8152025-01-15T03:53:30.831Z 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=257477cd9a98ac66 -C extra-filename=-257477cd9a98ac66 --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-31da173a0b9587af.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-eb0c05dee898bc36.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-67af0ff60af133fa.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8162025-01-15T03:53:30.894Z 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=cac9f50b3204c5a8 -C extra-filename=-cac9f50b3204c5a8 --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-fe28bae6bb48da01.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-9f6a8a624a2da313.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
8172025-01-15T03:53:31.201Z Compiling slog-bunyan v2.5.0
8182025-01-15T03:53:31.204Z 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=9542ae9f0389edef -C extra-filename=-9542ae9f0389edef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3333269d3bf5ab3d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --cap-lints allow`
8192025-01-15T03:53:31.255Z 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=7c07c2651f5bf7a5 -C extra-filename=-7c07c2651f5bf7a5 --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-c5b735e2d60a4f34.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2e6e14bf8f897369.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-aac7f034420c2f30.rmeta --cap-lints allow`
8202025-01-15T03:53:31.304Z Compiling event-listener-strategy v0.5.2
8212025-01-15T03:53:31.307Z 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`
8222025-01-15T03:53:31.388Z 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=2daa61627d8eea9b -C extra-filename=-2daa61627d8eea9b --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-d3256c6d6c94e81e.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)'`
8232025-01-15T03:53:31.497Z 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"))'`
8242025-01-15T03:53:31.596Z Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
8252025-01-15T03:53:31.599Z 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=13960d60f862c985 -C extra-filename=-13960d60f862c985 --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-38c8061ec043847c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro`
8262025-01-15T03:53:31.705Z Compiling openapiv3 v2.0.0
8272025-01-15T03:53:31.707Z Compiling serde_path_to_error v0.1.16
8282025-01-15T03:53:31.718Z 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=7ac2245715afb76e -C extra-filename=-7ac2245715afb76e --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-cd85dac64a806655.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rmeta --cap-lints allow`
8292025-01-15T03:53:31.718Z 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=20d6e63a5c9e75ed -C extra-filename=-20d6e63a5c9e75ed --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-d3256c6d6c94e81e.rmeta --cap-lints allow`
8302025-01-15T03:53:32.251Z Compiling async-trait v0.1.85
8312025-01-15T03:53:32.254Z 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.85/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=f04ce5e3ee8665ed -C extra-filename=-f04ce5e3ee8665ed --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
8322025-01-15T03:53:32.295Z Compiling rustls-native-certs v0.7.0
8332025-01-15T03:53:32.298Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c18dfe814f329c6d -C extra-filename=-c18dfe814f329c6d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-dc0a1e1832286ed0.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --cap-lints allow`
8342025-01-15T03:53:32.314Z Compiling yasna v0.5.2
8352025-01-15T03:53:32.317Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=c8096c683b9b1dd0 -C extra-filename=-c8096c683b9b1dd0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --cap-lints allow`
8362025-01-15T03:53:32.453Z Compiling console v0.15.7
8372025-01-15T03:53:32.456Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=3031900440f0b6f1 -C extra-filename=-3031900440f0b6f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3fbdf015e2d1ab9a.rmeta --cap-lints allow`
8382025-01-15T03:53:32.490Z Compiling pem v3.0.4
8392025-01-15T03:53:32.502Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=db8233719cc5e03b -C extra-filename=-db8233719cc5e03b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --cap-lints allow`
8402025-01-15T03:53:32.685Z Compiling waitgroup v0.1.2
8412025-01-15T03:53:32.698Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=950ec30181990a9c -C extra-filename=-950ec30181990a9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-7fd089cc9c593599.rmeta --cap-lints allow`
8422025-01-15T03:53:32.888Z Compiling hostname v0.4.0
8432025-01-15T03:53:32.892Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=841ba5002e7b0097 -C extra-filename=-841ba5002e7b0097 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
8442025-01-15T03:53:33.092Z Compiling glob v0.3.0
8452025-01-15T03:53:33.095Z 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`
8462025-01-15T03:53:33.258Z Compiling ipnet v2.10.0
8472025-01-15T03:53:33.261Z 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`
8482025-01-15T03:53:33.843Z Compiling fastrand v2.1.1
8492025-01-15T03:53:33.849Z 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`
8502025-01-15T03:53:33.919Z Compiling debug-ignore v1.0.5
8512025-01-15T03:53:33.928Z 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`
8522025-01-15T03:53:34.027Z Compiling simple-mermaid v0.2.0
8532025-01-15T03:53:34.038Z 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`
8542025-01-15T03:53:34.089Z Compiling termcolor v1.1.2
8552025-01-15T03:53:34.092Z 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`
8562025-01-15T03:53:34.120Z Compiling http-range v0.1.4
8572025-01-15T03:53:34.123Z 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`
8582025-01-15T03:53:34.393Z Compiling hyper-staticfile v0.10.1
8592025-01-15T03:53:34.397Z 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=15d1864a1e218e26 -C extra-filename=-15d1864a1e218e26 --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-c5b735e2d60a4f34.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-29f4213477f37873.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-69240c9b99ad6cac.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4cfa63d6a2ef64e8.rmeta --cap-lints allow`
8602025-01-15T03:53:34.436Z Compiling tempfile v3.14.0
8612025-01-15T03:53:34.439Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=18cc41613bf5fed2 -C extra-filename=-18cc41613bf5fed2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-884b168f3f346dad.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-6f4c1b1313eeb214.rmeta --cap-lints allow`
8622025-01-15T03:53:34.513Z Compiling trybuild v1.0.101
8632025-01-15T03:53:34.525Z 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=c666d241ba8b6a64 -C extra-filename=-c666d241ba8b6a64 --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-d3256c6d6c94e81e.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-c2859ebd7e0a6225.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.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-aa4504e7b73356f9.rmeta --cap-lints allow`
8642025-01-15T03:53:34.601Z Compiling reqwest v0.12.12
8652025-01-15T03:53:34.603Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=abf074c2e61664db -C extra-filename=-abf074c2e61664db --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-c5b735e2d60a4f34.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-78aca2e0ae1b44d6.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-31da173a0b9587af.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-d128680dc01521c5.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-257477cd9a98ac66.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.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-eb0c05dee898bc36.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cfa04b84190bf23c.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-50d860442c475654.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-67af0ff60af133fa.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0d2f5fd234b25ac1.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-e856f810af80229c.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4cfa63d6a2ef64e8.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-27712424a3a65069.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8662025-01-15T03:53:34.647Z Compiling rcgen v0.13.2
8672025-01-15T03:53:34.659Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=bb116c69c0d8ab25 -C extra-filename=-bb116c69c0d8ab25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-c8096c683b9b1dd0.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
8682025-01-15T03:53:34.842Z Compiling expectorate v1.1.0
8692025-01-15T03:53:34.845Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=35d2a205aa1a891e -C extra-filename=-35d2a205aa1a891e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-3031900440f0b6f1.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-550874df4534c24e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fd619281d65f60ee.rmeta --cap-lints allow`
8702025-01-15T03:53:35.003Z Compiling hyper-rustls v0.26.0
8712025-01-15T03:53:35.015Z 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=aa5f0b6c4f7b3d07 -C extra-filename=-aa5f0b6c4f7b3d07 --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-c5b735e2d60a4f34.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-c18dfe814f329c6d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
8722025-01-15T03:53:35.299Z Compiling async-channel v2.3.1
8732025-01-15T03:53:35.302Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a35806eda814afb8 -C extra-filename=-a35806eda814afb8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-9ff9a7c82adc27f1.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-a436cd21cd45b0d4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow`
8742025-01-15T03:53:35.490Z Compiling tokio-tungstenite v0.26.1
8752025-01-15T03:53:35.493Z 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.26.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="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=bfce1dfccd211bad -C extra-filename=-bfce1dfccd211bad --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-c5b735e2d60a4f34.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-ad3790293e14c51a.rmeta --cap-lints allow`
8762025-01-15T03:53:35.537Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b7f28c4d51c8f9ca -C extra-filename=-b7f28c4d51c8f9ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
8772025-01-15T03:53:35.614Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=22f382404be15ef9 -C extra-filename=-22f382404be15ef9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
8782025-01-15T03:53:35.773Z Compiling subprocess v0.2.9
8792025-01-15T03:53:35.776Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12bd84fbb54e1a6e -C extra-filename=-12bd84fbb54e1a6e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow`
8802025-01-15T03:53:35.974Z Compiling prettyplease v0.2.27
8812025-01-15T03:53:35.976Z 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.27/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=640138d139850100 -C extra-filename=-640138d139850100 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-640138d139850100 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8822025-01-15T03:53:36.091Z Compiling schema-derive v0.1.0
8832025-01-15T03:53:36.093Z 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=0a8941a047dc00d1 -C extra-filename=-0a8941a047dc00d1 --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-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro --cap-lints allow`
8842025-01-15T03:53:36.351Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=9ef6499a99d9f205 -C extra-filename=-9ef6499a99d9f205 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9a397fb45b8739c.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3fbdf015e2d1ab9a.rmeta --cap-lints allow`
8852025-01-15T03:53:36.364Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-640138d139850100/build-script-build`
8862025-01-15T03:53:36.384Z 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.27/src/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=ea00d4ebd227e11d -C extra-filename=-ea00d4ebd227e11d --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-83ae2c592b350e29.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
8872025-01-15T03:53:37.571Z Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=ea451aa318a3525a -C extra-filename=-ea451aa318a3525a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-9ef6499a99d9f205.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-550874df4534c24e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fd619281d65f60ee.rmeta --cap-lints allow`
8882025-01-15T03:53:38.291Z Compiling schema v0.1.0
8892025-01-15T03:53:38.294Z 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=4438b10db25980b7 -C extra-filename=-4438b10db25980b7 --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-83ae2c592b350e29.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-0a8941a047dc00d1.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rmeta --cap-lints allow`
8902025-01-15T03:53:38.397Z 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=eb325ff10a876250 -C extra-filename=-eb325ff10a876250 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ea451aa318a3525a.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-75efcb4fac050736.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-ea00d4ebd227e11d.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-83ae2c592b350e29.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-275faa7a442447ab.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-4438b10db25980b7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d3256c6d6c94e81e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-38c8061ec043847c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-786aadce6a355a8c.rlib --extern proc_macro`
8912025-01-15T03:53:38.574Z 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=21231edd799c7a74 -C extra-filename=-21231edd799c7a74 --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-6815aab908fe4518.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f04ce5e3ee8665ed.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-2daa61627d8eea9b.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-fe28bae6bb48da01.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-13960d60f862c985.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-853befa552db3f0c.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-31da173a0b9587af.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cd85dac64a806655.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7c07c2651f5bf7a5.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ac2245715afb76e.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cac9f50b3204c5a8.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-d3256c6d6c94e81e.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-20d6e63a5c9e75ed.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.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-9542ae9f0389edef.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-aa4504e7b73356f9.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1e32d2e893e47847.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out`
8922025-01-15T03:53:40.160Z 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=c8722a583f2f00ce -C extra-filename=-c8722a583f2f00ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-6815aab908fe4518.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f04ce5e3ee8665ed.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-2daa61627d8eea9b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-fe28bae6bb48da01.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-13960d60f862c985.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-853befa552db3f0c.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-31da173a0b9587af.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aa5f0b6c4f7b3d07.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-15d1864a1e218e26.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cd85dac64a806655.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7c07c2651f5bf7a5.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ac2245715afb76e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-abf074c2e61664db.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cac9f50b3204c5a8.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-d3256c6d6c94e81e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-20d6e63a5c9e75ed.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.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-9542ae9f0389edef.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-bfce1dfccd211bad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-aa4504e7b73356f9.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c666d241ba8b6a64.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1e32d2e893e47847.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8932025-01-15T03:53:45.251Z 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=bb457553dd9cd86f -C extra-filename=-bb457553dd9cd86f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-6815aab908fe4518.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f04ce5e3ee8665ed.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-2daa61627d8eea9b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-fe28bae6bb48da01.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-21231edd799c7a74.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13960d60f862c985.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-853befa552db3f0c.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-31da173a0b9587af.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aa5f0b6c4f7b3d07.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-15d1864a1e218e26.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cd85dac64a806655.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7c07c2651f5bf7a5.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ac2245715afb76e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-abf074c2e61664db.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cac9f50b3204c5a8.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-d3256c6d6c94e81e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-20d6e63a5c9e75ed.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.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-9542ae9f0389edef.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-bfce1dfccd211bad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-aa4504e7b73356f9.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c666d241ba8b6a64.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1e32d2e893e47847.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8942025-01-15T03:53:45.251Z 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=4ebe55ad5d89f4b7 -C extra-filename=-4ebe55ad5d89f4b7 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-6815aab908fe4518.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f04ce5e3ee8665ed.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-2daa61627d8eea9b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-fe28bae6bb48da01.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-21231edd799c7a74.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13960d60f862c985.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-853befa552db3f0c.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-31da173a0b9587af.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aa5f0b6c4f7b3d07.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-15d1864a1e218e26.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cd85dac64a806655.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7c07c2651f5bf7a5.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ac2245715afb76e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-abf074c2e61664db.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cac9f50b3204c5a8.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-d3256c6d6c94e81e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-20d6e63a5c9e75ed.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.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-9542ae9f0389edef.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-bfce1dfccd211bad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-aa4504e7b73356f9.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c666d241ba8b6a64.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1e32d2e893e47847.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8952025-01-15T03:53:45.256Z 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=91031c2ce281b982 -C extra-filename=-91031c2ce281b982 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-6815aab908fe4518.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f04ce5e3ee8665ed.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-2daa61627d8eea9b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-fe28bae6bb48da01.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-21231edd799c7a74.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13960d60f862c985.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-853befa552db3f0c.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-31da173a0b9587af.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aa5f0b6c4f7b3d07.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-15d1864a1e218e26.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cd85dac64a806655.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7c07c2651f5bf7a5.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ac2245715afb76e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-abf074c2e61664db.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cac9f50b3204c5a8.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-d3256c6d6c94e81e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-20d6e63a5c9e75ed.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.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-9542ae9f0389edef.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-bfce1dfccd211bad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-aa4504e7b73356f9.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c666d241ba8b6a64.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1e32d2e893e47847.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8962025-01-15T03:53:45.256Z 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=8dcefb709e3ffdef -C extra-filename=-8dcefb709e3ffdef --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-6815aab908fe4518.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f04ce5e3ee8665ed.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-2daa61627d8eea9b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-fe28bae6bb48da01.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-21231edd799c7a74.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13960d60f862c985.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-853befa552db3f0c.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-31da173a0b9587af.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aa5f0b6c4f7b3d07.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-15d1864a1e218e26.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cd85dac64a806655.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7c07c2651f5bf7a5.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ac2245715afb76e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-abf074c2e61664db.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cac9f50b3204c5a8.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-d3256c6d6c94e81e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-20d6e63a5c9e75ed.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.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-9542ae9f0389edef.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-bfce1dfccd211bad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-aa4504e7b73356f9.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c666d241ba8b6a64.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1e32d2e893e47847.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8972025-01-15T03:53:45.256Z 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=20da47cc498a80ac -C extra-filename=-20da47cc498a80ac --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-6815aab908fe4518.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f04ce5e3ee8665ed.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-2daa61627d8eea9b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-fe28bae6bb48da01.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-21231edd799c7a74.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13960d60f862c985.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-853befa552db3f0c.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-31da173a0b9587af.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aa5f0b6c4f7b3d07.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-15d1864a1e218e26.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cd85dac64a806655.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7c07c2651f5bf7a5.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ac2245715afb76e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-abf074c2e61664db.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cac9f50b3204c5a8.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-d3256c6d6c94e81e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-20d6e63a5c9e75ed.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.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-9542ae9f0389edef.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-bfce1dfccd211bad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-aa4504e7b73356f9.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c666d241ba8b6a64.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1e32d2e893e47847.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8982025-01-15T03:53:45.256Z 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=9c4d961ba67cf001 -C extra-filename=-9c4d961ba67cf001 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-6815aab908fe4518.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f04ce5e3ee8665ed.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-2daa61627d8eea9b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-fe28bae6bb48da01.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-21231edd799c7a74.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13960d60f862c985.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-853befa552db3f0c.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-31da173a0b9587af.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aa5f0b6c4f7b3d07.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-15d1864a1e218e26.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cd85dac64a806655.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7c07c2651f5bf7a5.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ac2245715afb76e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-abf074c2e61664db.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cac9f50b3204c5a8.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-d3256c6d6c94e81e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-20d6e63a5c9e75ed.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.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-9542ae9f0389edef.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-bfce1dfccd211bad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-aa4504e7b73356f9.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c666d241ba8b6a64.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1e32d2e893e47847.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
8992025-01-15T03:53:45.261Z 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=032454bdfd61c68b -C extra-filename=-032454bdfd61c68b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-6815aab908fe4518.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f04ce5e3ee8665ed.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-2daa61627d8eea9b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-fe28bae6bb48da01.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-21231edd799c7a74.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13960d60f862c985.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-853befa552db3f0c.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-31da173a0b9587af.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aa5f0b6c4f7b3d07.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-15d1864a1e218e26.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cd85dac64a806655.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7c07c2651f5bf7a5.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ac2245715afb76e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-abf074c2e61664db.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cac9f50b3204c5a8.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-d3256c6d6c94e81e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-20d6e63a5c9e75ed.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.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-9542ae9f0389edef.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-bfce1dfccd211bad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-aa4504e7b73356f9.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c666d241ba8b6a64.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1e32d2e893e47847.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9002025-01-15T03:54:02.427Z 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=581b5f6650d0ef93 -C extra-filename=-581b5f6650d0ef93 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-6815aab908fe4518.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f04ce5e3ee8665ed.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-2daa61627d8eea9b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-fe28bae6bb48da01.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-21231edd799c7a74.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13960d60f862c985.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-853befa552db3f0c.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-31da173a0b9587af.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aa5f0b6c4f7b3d07.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-15d1864a1e218e26.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cd85dac64a806655.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7c07c2651f5bf7a5.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ac2245715afb76e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-abf074c2e61664db.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cac9f50b3204c5a8.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-d3256c6d6c94e81e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-20d6e63a5c9e75ed.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.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-9542ae9f0389edef.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-bfce1dfccd211bad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-aa4504e7b73356f9.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c666d241ba8b6a64.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1e32d2e893e47847.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64`
9012025-01-15T03:54:02.840Zerror[E0308]: mismatched types
9022025-01-15T03:54:02.840Z --> dropshot/examples/api-trait-websocket.rs:127:43
9032025-01-15T03:54:02.840Z |
9042025-01-15T03:54:02.840Z127 | while ws.send(Message::Binary(vec![count])).await.is_ok() {
9052025-01-15T03:54:02.840Z | --------------- ^^^^^^^^^^^ expected `Bytes`, found `Vec<u8>`
9062025-01-15T03:54:02.840Z | |
9072025-01-15T03:54:02.840Z | arguments to this enum variant are incorrect
9082025-01-15T03:54:02.840Z |
9092025-01-15T03:54:02.840Z = note: expected struct `tokio_tungstenite::tungstenite::Bytes`
9102025-01-15T03:54:02.840Z found struct `std::vec::Vec<u8>`
9112025-01-15T03:54:02.840Znote: tuple variant defined here
9122025-01-15T03:54:02.840Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.26.1/src/protocol/message.rs:162:5
9132025-01-15T03:54:02.841Z |
9142025-01-15T03:54:02.841Z162 | Binary(Bytes),
9152025-01-15T03:54:02.841Z | ^^^^^^
9162025-01-15T03:54:02.841Zhelp: call `Into::into` on this expression to convert `std::vec::Vec<u8>` into `tokio_tungstenite::tungstenite::Bytes`
9172025-01-15T03:54:02.841Z |
9182025-01-15T03:54:02.841Z127 | while ws.send(Message::Binary(vec![count].into())).await.is_ok() {
9192025-01-15T03:54:02.841Z | +++++++
9202025-01-15T03:54:02.841Z
9212025-01-15T03:54:03.020ZFor more information about this error, try `rustc --explain E0308`.
9222025-01-15T03:54:03.236Zerror: could not compile `dropshot` (example "api-trait-websocket") due to 1 previous error
9232025-01-15T03:54:03.236Z
9242025-01-15T03:54:03.236ZCaused by:
9252025-01-15T03:54:03.236Z process didn't exit successfully: `/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=581b5f6650d0ef93 -C extra-filename=-581b5f6650d0ef93 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-6815aab908fe4518.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f04ce5e3ee8665ed.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-2daa61627d8eea9b.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-fe28bae6bb48da01.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-21231edd799c7a74.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-13960d60f862c985.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-853befa552db3f0c.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-31da173a0b9587af.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-29f4213477f37873.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aa5f0b6c4f7b3d07.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-15d1864a1e218e26.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ba3288cec827484e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cd85dac64a806655.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7c07c2651f5bf7a5.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7ac2245715afb76e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-abf074c2e61664db.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cac9f50b3204c5a8.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-d3256c6d6c94e81e.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d46812111461d38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-20d6e63a5c9e75ed.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-22a05f6ac3ab83cc.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-9542ae9f0389edef.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-170a7505f5857694.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ebaabab83a2369d8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-d9661ee356af9086.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a47dee62ab13cd97.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-bfce1dfccd211bad.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-aa4504e7b73356f9.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-c666d241ba8b6a64.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-1e32d2e893e47847.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-eaf657b1a4c2591f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` (exit status: 1)
9262025-01-15T03:54:03.239Zwarning: build failed, waiting for other jobs to finish...
9272025-01-15T03:54:15.730Z
9282025-01-15T03:54:15.730Zreal 1:26.169934056
9292025-01-15T03:54:15.730Zuser 8:18.667249727
9302025-01-15T03:54:15.730Zsys 1:00.656336123
9312025-01-15T03:54:15.733Ztrap 0.354984093
9322025-01-15T03:54:15.733Ztflt 6.023827460
9332025-01-15T03:54:15.733Zdflt 3.547714869
9342025-01-15T03:54:15.733Zkflt 0.015314053
9352025-01-15T03:54:15.733Zlock 14:40.406806452
9362025-01-15T03:54:15.733Zslp 36:05.378163098
9372025-01-15T03:54:15.733Zlat 22.927398943
9382025-01-15T03:54:15.733Zstop 44.595288557
9392025-01-15T03:54:15.733Zprocess exited: duration 106946 ms, exit code 101
 
9402025-01-15T03:54:15.740Zfound 0 output files