01JK52NW46NS142MYCVX7C37H7: build-and-test / illumos

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

Buildomat Job: 01JK52P30NVEPEE78E1Z1RD7TF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-03T04:57:44.633Zjob assigned to worker 01JK52P77VK90DTQ0AH7TRXPJ9 [factory aws, i-0633d0cde70b917f4] (queued for 58 s)
 
22025-02-03T04:57:52.369Zstarting task 0: "setup"
32025-02-03T04:57:52.374Z++ uname -s
42025-02-03T04:57:52.377Z+ kern=SunOS
52025-02-03T04:57:52.377Z+ build_user=build
62025-02-03T04:57:52.377Z+ build_uid=12345
72025-02-03T04:57:52.377Z+ work_dir=/work
82025-02-03T04:57:52.377Z+ input_dir=/input
92025-02-03T04:57:52.377Z+ [[ 0 == 12345 ]]
102025-02-03T04:57:52.377Z+ case "$kern" in
112025-02-03T04:57:52.377Z+ groupadd -g 12345 build
122025-02-03T04:57:52.379Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-03T04:57:54.386Z+ zfs create -o mountpoint=/work rpool/work
142025-02-03T04:57:54.508Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-03T04:57:54.513Z+ home_fs=zfs
162025-02-03T04:57:54.513Z+ [[ zfs == autofs ]]
172025-02-03T04:57:54.513Z+ mkdir -p /home/build
182025-02-03T04:57:54.515Z+ chown build:build /home/build /work
192025-02-03T04:57:56.514Z+ chmod 0700 /home/build /work
202025-02-03T04:57:56.517Zprocess exited: duration 4149 ms, exit code 0
 
212025-02-03T04:57:56.522Zstarting task 1: "rust-toolchain"
222025-02-03T04:57:56.527Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-02-03T04:57:56.527Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-03T04:57:56.527Z * rust toolchain channel = "stable"
252025-02-03T04:57:56.527Z * rust toolchain profile = "default"
262025-02-03T04:57:56.527Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-03T04:57:56.527Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-03T04:57:56.530Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-03T04:57:56.530Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-02-03T04:57:56.649Zinfo: downloading installer
312025-02-03T04:57:57.987Zwarning: it looks like you have an existing installation of Rust at:
322025-02-03T04:57:57.987Zwarning: /opt/ooce/bin
332025-02-03T04:57:57.987Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-03T04:57:57.987Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-03T04:57:57.987Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-03T04:57:57.987Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-03T04:57:57.987Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-03T04:57:57.988Zerror: cannot install while Rust is installed
392025-02-03T04:57:57.988Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-03T04:57:58.002Zinfo: profile set to 'default'
412025-02-03T04:57:58.003Zinfo: default host triple is x86_64-unknown-illumos
422025-02-03T04:57:58.006Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-02-03T04:57:58.143Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-03T04:57:58.143Zinfo: downloading component 'cargo'
452025-02-03T04:57:58.884Zinfo: downloading component 'clippy'
462025-02-03T04:57:59.167Zinfo: downloading component 'rust-docs'
472025-02-03T04:58:00.172Zinfo: downloading component 'rust-std'
482025-02-03T04:58:01.797Zinfo: downloading component 'rustc'
492025-02-03T04:58:07.525Zinfo: downloading component 'rustfmt'
502025-02-03T04:58:07.749Zinfo: installing component 'cargo'
512025-02-03T04:58:08.573Zinfo: installing component 'clippy'
522025-02-03T04:58:08.949Zinfo: installing component 'rust-docs'
532025-02-03T04:58:10.624Zinfo: installing component 'rust-std'
542025-02-03T04:58:12.423Zinfo: installing component 'rustc'
552025-02-03T04:58:18.349Zinfo: installing component 'rustfmt'
562025-02-03T04:58:18.684Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-02-03T04:58:18.684Z
582025-02-03T04:58:19.082Z stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-03T04:58:19.082Z
602025-02-03T04:58:19.082Z
612025-02-03T04:58:19.082ZRust is installed now. Great!
622025-02-03T04:58:19.082Z
632025-02-03T04:58:19.082ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-03T04:58:19.082Zenvironment variable. This has not been done automatically.
652025-02-03T04:58:19.082Z
662025-02-03T04:58:19.082ZTo configure your current shell, you need to source
672025-02-03T04:58:19.082Zthe corresponding env file under $HOME/.cargo.
682025-02-03T04:58:19.082Z
692025-02-03T04:58:19.082ZThis is usually done by running one of the following (note the leading DOT):
702025-02-03T04:58:19.085Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-03T04:58:19.085Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-03T04:58:19.158Z+ rustup --version
732025-02-03T04:58:19.165Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-03T04:58:19.165Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-03T04:58:19.243Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-03T04:58:19.246Z+ cargo --version
772025-02-03T04:58:19.304Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-03T04:58:19.307Z+ rustc --version
792025-02-03T04:58:19.368Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-03T04:58:19.371Zprocess exited: duration 22847 ms, exit code 0
 
812025-02-03T04:58:19.377Zstarting task 2: "authentication"
822025-02-03T04:58:19.398Zprocess exited: duration 20 ms, exit code 0
 
832025-02-03T04:58:19.404Zstarting task 3: "clone repository"
842025-02-03T04:58:19.408Z+ mkdir -p /work/oxidecomputer/dropshot
852025-02-03T04:58:19.411Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
862025-02-03T04:58:19.445ZCloning into '/work/oxidecomputer/dropshot'...
872025-02-03T04:58:20.505Z+ cd /work/oxidecomputer/dropshot
882025-02-03T04:58:20.505Z+ git fetch origin 98616876086358a116c0d1dbf53a2d46cf318f5e
892025-02-03T04:58:20.781ZFrom https://github.com/oxidecomputer/dropshot
902025-02-03T04:58:20.784Z * branch 98616876086358a116c0d1dbf53a2d46cf318f5e -> FETCH_HEAD
912025-02-03T04:58:20.789Z+ [[ -n dependabot/cargo/rustls-pki-types-1.11.0 ]]
922025-02-03T04:58:20.791Z++ git branch --show-current
932025-02-03T04:58:20.794Z+ current=main
942025-02-03T04:58:20.794Z+ [[ main != dependabot/cargo/rustls-pki-types-1.11.0 ]]
952025-02-03T04:58:20.794Z+ git branch -f dependabot/cargo/rustls-pki-types-1.11.0 98616876086358a116c0d1dbf53a2d46cf318f5e
962025-02-03T04:58:20.796Z+ git checkout -f dependabot/cargo/rustls-pki-types-1.11.0
972025-02-03T04:58:20.816ZSwitched to branch 'dependabot/cargo/rustls-pki-types-1.11.0'
982025-02-03T04:58:20.818Z+ git reset --hard 98616876086358a116c0d1dbf53a2d46cf318f5e
992025-02-03T04:58:20.821ZHEAD is now at 9861687 Bump rustls-pki-types from 1.10.0 to 1.11.0
1002025-02-03T04:58:20.824Zprocess exited: duration 1418 ms, exit code 0
 
1012025-02-03T04:58:20.829Zstarting task 4: "build"
1022025-02-03T04:58:20.834Z+ cargo --version
1032025-02-03T04:58:20.838Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
1042025-02-03T04:58:20.994Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
1052025-02-03T04:58:20.994Zinfo: downloading component 'cargo'
1062025-02-03T04:58:21.874Zinfo: downloading component 'clippy'
1072025-02-03T04:58:22.211Zinfo: downloading component 'rust-docs'
1082025-02-03T04:58:23.401Zinfo: downloading component 'rust-std'
1092025-02-03T04:58:25.168Zinfo: downloading component 'rustc'
1102025-02-03T04:58:31.937Zinfo: downloading component 'rustfmt'
1112025-02-03T04:58:32.195Zinfo: installing component 'cargo'
1122025-02-03T04:58:33.037Zinfo: installing component 'clippy'
1132025-02-03T04:58:33.415Zinfo: installing component 'rust-docs'
1142025-02-03T04:58:35.123Zinfo: installing component 'rust-std'
1152025-02-03T04:58:36.811Zinfo: installing component 'rustc'
1162025-02-03T04:58:42.733Zinfo: installing component 'rustfmt'
1172025-02-03T04:58:43.161Zcargo 1.84.0 (66221abde 2024-11-19)
1182025-02-03T04:58:43.164Z+ rustc --version
1192025-02-03T04:58:43.233Zrustc 1.84.0 (9fc6b4312 2025-01-07)
1202025-02-03T04:58:43.237Z+ banner build
1212025-02-03T04:58:43.240Z
1222025-02-03T04:58:43.241Z ##### # # # # #####
1232025-02-03T04:58:43.241Z # # # # # # # #
1242025-02-03T04:58:43.241Z ##### # # # # # #
1252025-02-03T04:58:43.241Z # # # # # # # #
1262025-02-03T04:58:43.241Z # # # # # # # #
1272025-02-03T04:58:43.241Z ##### #### # ###### #####
1282025-02-03T04:58:43.241Z
1292025-02-03T04:58:43.243Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1302025-02-03T04:58:43.376Z Updating crates.io index
1312025-02-03T04:58:44.238Z Downloading crates ...
1322025-02-03T04:58:44.308Z Downloaded async-channel v2.3.1
1332025-02-03T04:58:44.316Z Downloaded base64 v0.22.1
1342025-02-03T04:58:44.340Z Downloaded foreign-types-shared v0.1.1
1352025-02-03T04:58:44.347Z Downloaded is-terminal v0.4.12
1362025-02-03T04:58:44.349Z Downloaded async-stream-impl v0.3.6
1372025-02-03T04:58:44.349Z Downloaded icu_provider_macros v1.5.0
1382025-02-03T04:58:44.352Z Downloaded equivalent v1.0.0
1392025-02-03T04:58:44.354Z Downloaded match_cfg v0.1.0
1402025-02-03T04:58:44.357Z Downloaded mime_guess v2.0.5
1412025-02-03T04:58:44.370Z Downloaded http-range v0.1.4
1422025-02-03T04:58:44.373Z Downloaded dtrace-parser v0.2.0
1432025-02-03T04:58:44.379Z Downloaded autocfg v1.1.0
1442025-02-03T04:58:44.382Z Downloaded idna_adapter v1.2.0
1452025-02-03T04:58:44.382Z Downloaded buf-list v1.0.3
1462025-02-03T04:58:44.388Z Downloaded futures-sink v0.3.31
1472025-02-03T04:58:44.390Z Downloaded async-stream v0.3.6
1482025-02-03T04:58:44.393Z Downloaded dirs-next v2.0.0
1492025-02-03T04:58:44.393Z Downloaded block-buffer v0.10.2
1502025-02-03T04:58:44.396Z Downloaded crypto-common v0.1.6
1512025-02-03T04:58:44.398Z Downloaded fastrand v2.1.1
1522025-02-03T04:58:44.398Z Downloaded http-body v1.0.1
1532025-02-03T04:58:44.401Z Downloaded foreign-types v0.3.2
1542025-02-03T04:58:44.401Z Downloaded deranged v0.3.11
1552025-02-03T04:58:44.403Z Downloaded byteorder v1.4.3
1562025-02-03T04:58:44.403Z Downloaded memmap v0.7.0
1572025-02-03T04:58:44.406Z Downloaded http-body-util v0.1.2
1582025-02-03T04:58:44.409Z Downloaded concurrent-queue v2.5.0
1592025-02-03T04:58:44.409Z Downloaded dirs-sys-next v0.1.2
1602025-02-03T04:58:44.411Z Downloaded cfg-if v1.0.0
1612025-02-03T04:58:44.414Z Downloaded itoa v1.0.1
1622025-02-03T04:58:44.414Z Downloaded futures-task v0.3.31
1632025-02-03T04:58:44.416Z Downloaded digest v0.10.7
1642025-02-03T04:58:44.419Z Downloaded futures-macro v0.3.31
1652025-02-03T04:58:44.419Z Downloaded form_urlencoded v1.2.1
1662025-02-03T04:58:44.419Z Downloaded debug-ignore v1.0.5
1672025-02-03T04:58:44.422Z Downloaded hyper-tls v0.6.0
1682025-02-03T04:58:44.422Z Downloaded dyn-clone v1.0.4
1692025-02-03T04:58:44.428Z Downloaded mime v0.3.16
1702025-02-03T04:58:44.430Z Downloaded httpdate v1.0.1
1712025-02-03T04:58:44.434Z Downloaded fnv v1.0.7
1722025-02-03T04:58:44.434Z Downloaded data-encoding v2.4.0
1732025-02-03T04:58:44.437Z Downloaded iana-time-zone v0.1.47
1742025-02-03T04:58:44.439Z Downloaded icu_locid_transform v1.5.0
1752025-02-03T04:58:44.442Z Downloaded tokio-native-tls v0.3.1
1762025-02-03T04:58:44.442Z Downloaded tinystr v0.7.6
1772025-02-03T04:58:44.445Z Downloaded hostname v0.4.0
1782025-02-03T04:58:44.447Z Downloaded hyper-rustls v0.27.3
1792025-02-03T04:58:44.450Z Downloaded schema-derive v0.1.0
1802025-02-03T04:58:44.450Z Downloaded crossbeam-utils v0.8.15
1812025-02-03T04:58:44.452Z Downloaded bitflags v2.4.0
1822025-02-03T04:58:44.462Z Downloaded heck v0.5.0
1832025-02-03T04:58:44.462Z Downloaded futures-io v0.3.31
1842025-02-03T04:58:44.462Z Downloaded futures-core v0.3.31
1852025-02-03T04:58:44.462Z Downloaded atomic-waker v1.1.1
1862025-02-03T04:58:44.462Z Downloaded getrandom v0.2.11
1872025-02-03T04:58:44.465Z Downloaded httparse v1.8.0
1882025-02-03T04:58:44.468Z Downloaded hostname v0.3.1
1892025-02-03T04:58:44.468Z Downloaded generic-array v0.14.5
1902025-02-03T04:58:44.471Z Downloaded hyper-staticfile v0.10.1
1912025-02-03T04:58:44.474Z Downloaded litemap v0.7.4
1922025-02-03T04:58:44.474Z Downloaded hyper-rustls v0.26.0
1932025-02-03T04:58:44.477Z Downloaded lazy_static v1.5.0
1942025-02-03T04:58:44.479Z Downloaded take_mut v0.2.2
1952025-02-03T04:58:44.479Z Downloaded event-listener v5.0.0
1962025-02-03T04:58:44.482Z Downloaded tinyvec_macros v0.1.0
1972025-02-03T04:58:44.482Z Downloaded scroll_derive v0.12.0
1982025-02-03T04:58:44.485Z Downloaded ipnet v2.10.0
1992025-02-03T04:58:44.485Z Downloaded event-listener-strategy v0.5.2
2002025-02-03T04:58:44.488Z Downloaded displaydoc v0.2.5
2012025-02-03T04:58:44.490Z Downloaded icu_normalizer v1.5.0
2022025-02-03T04:58:44.493Z Downloaded camino v1.1.9
2032025-02-03T04:58:44.495Z Downloaded cpufeatures v0.2.2
2042025-02-03T04:58:44.495Z Downloaded icu_locid v1.5.0
2052025-02-03T04:58:44.500Z Downloaded dof v0.3.0
2062025-02-03T04:58:44.503Z Downloaded futures v0.3.31
2072025-02-03T04:58:44.507Z Downloaded tokio-macros v2.5.0
2082025-02-03T04:58:44.510Z Downloaded simple-mermaid v0.2.0
2092025-02-03T04:58:44.510Z Downloaded target-triple v0.1.3
2102025-02-03T04:58:44.512Z Downloaded console v0.15.7
2112025-02-03T04:58:44.515Z Downloaded toml v0.8.19
2122025-02-03T04:58:44.517Z Downloaded anyhow v1.0.95
2132025-02-03T04:58:44.522Z Downloaded time-core v0.1.2
2142025-02-03T04:58:44.525Z Downloaded tokio-util v0.7.7
2152025-02-03T04:58:44.529Z Downloaded termcolor v1.1.2
2162025-02-03T04:58:44.532Z Downloaded toml_datetime v0.6.8
2172025-02-03T04:58:44.533Z Downloaded tower v0.5.2
2182025-02-03T04:58:44.542Z Downloaded sync_wrapper v1.0.1
2192025-02-03T04:58:44.544Z Downloaded scopeguard v1.2.0
2202025-02-03T04:58:44.544Z Downloaded try-lock v0.2.3
2212025-02-03T04:58:44.547Z Downloaded unicode-width v0.1.9
2222025-02-03T04:58:44.547Z Downloaded unicode-ident v1.0.12
2232025-02-03T04:58:44.550Z Downloaded utf16_iter v1.0.5
2242025-02-03T04:58:44.552Z Downloaded usdt-attr-macro v0.5.0
2252025-02-03T04:58:44.552Z Downloaded unicase v2.6.0
2262025-02-03T04:58:44.555Z Downloaded icu_provider v1.5.0
2272025-02-03T04:58:44.557Z Downloaded slab v0.4.9
2282025-02-03T04:58:44.560Z Downloaded scroll v0.12.0
2292025-02-03T04:58:44.560Z Downloaded utf8_iter v1.0.4
2302025-02-03T04:58:44.563Z Downloaded usdt-macro v0.5.0
2312025-02-03T04:58:44.563Z Downloaded hyper-util v0.1.10
2322025-02-03T04:58:44.566Z Downloaded want v0.3.0
2332025-02-03T04:58:44.569Z Downloaded openssl-macros v0.1.1
2342025-02-03T04:58:44.572Z Downloaded zerovec-derive v0.10.3
2352025-02-03T04:58:44.572Z Downloaded thread_local v1.1.4
2362025-02-03T04:58:44.578Z Downloaded zerofrom v0.1.5
2372025-02-03T04:58:44.580Z Downloaded num-conv v0.1.0
2382025-02-03T04:58:44.580Z Downloaded newline-converter v0.3.0
2392025-02-03T04:58:44.580Z Downloaded write16 v1.0.0
2402025-02-03T04:58:44.580Z Downloaded yasna v0.5.2
2412025-02-03T04:58:44.584Z Downloaded slog-bunyan v2.5.0
2422025-02-03T04:58:44.586Z Downloaded synstructure v0.13.1
2432025-02-03T04:58:44.589Z Downloaded slog-json v2.6.1
2442025-02-03T04:58:44.592Z Downloaded pretty-hex v0.4.1
2452025-02-03T04:58:44.594Z Downloaded thread-id v4.0.0
2462025-02-03T04:58:44.597Z Downloaded thiserror v1.0.69
2472025-02-03T04:58:44.604Z Downloaded sha1 v0.10.6
2482025-02-03T04:58:44.606Z Downloaded typenum v1.14.0
2492025-02-03T04:58:44.610Z Downloaded schema v0.1.0
2502025-02-03T04:58:44.613Z Downloaded openssl-probe v0.1.4
2512025-02-03T04:58:44.615Z Downloaded pin-utils v0.1.0
2522025-02-03T04:58:44.616Z Downloaded bytes v1.9.0
2532025-02-03T04:58:44.622Z Downloaded time-macros v0.2.18
2542025-02-03T04:58:44.626Z Downloaded tokio-tungstenite v0.24.0
2552025-02-03T04:58:44.629Z Downloaded tokio-rustls v0.25.0
2562025-02-03T04:58:44.632Z Downloaded yoke v0.7.5
2572025-02-03T04:58:44.635Z Downloaded expectorate v1.1.0
2582025-02-03T04:58:44.638Z Downloaded tinyvec v1.5.1
2592025-02-03T04:58:44.643Z Downloaded serde_derive v1.0.217
2602025-02-03T04:58:44.647Z Downloaded similar v2.2.1
2612025-02-03T04:58:44.655Z Downloaded tokio-rustls v0.26.0
2622025-02-03T04:58:44.657Z Downloaded pin-project-lite v0.2.12
2632025-02-03T04:58:44.665Z Downloaded serde_tokenstream v0.2.2
2642025-02-03T04:58:44.667Z Downloaded thiserror-impl v2.0.11
2652025-02-03T04:58:44.670Z Downloaded schemars v0.8.21
2662025-02-03T04:58:44.687Z Downloaded rustls-pemfile v2.1.3
2672025-02-03T04:58:44.690Z Downloaded zerocopy-derive v0.7.32
2682025-02-03T04:58:44.696Z Downloaded spin v0.9.8
2692025-02-03T04:58:44.699Z Downloaded futures-util v0.3.31
2702025-02-03T04:58:44.716Z Downloaded http v1.2.0
2712025-02-03T04:58:44.721Z Downloaded time v0.3.36
2722025-02-03T04:58:44.731Z Downloaded proc-macro2 v1.0.93
2732025-02-03T04:58:44.735Z Downloaded pest_derive v2.7.6
2742025-02-03T04:58:44.737Z Downloaded openssl-sys v0.9.103
2752025-02-03T04:58:44.742Z Downloaded serde_json v1.0.137
2762025-02-03T04:58:44.749Z Downloaded rcgen v0.13.2
2772025-02-03T04:58:44.753Z Downloaded ryu v1.0.5
2782025-02-03T04:58:44.756Z Downloaded prettyplease v0.2.29
2792025-02-03T04:58:44.760Z Downloaded icu_properties_data v1.5.0
2802025-02-03T04:58:44.770Z Downloaded rand v0.8.4
2812025-02-03T04:58:44.774Z Downloaded chrono v0.4.39
2822025-02-03T04:58:44.781Z Downloaded quinn v0.11.4
2832025-02-03T04:58:44.785Z Downloaded toml_edit v0.22.20
2842025-02-03T04:58:44.806Z Downloaded mio v1.0.3
2852025-02-03T04:58:44.811Z Downloaded syn v2.0.96
2862025-02-03T04:58:44.823Z Downloaded pest v2.7.6
2872025-02-03T04:58:44.828Z Downloaded zerovec v0.10.4
2882025-02-03T04:58:44.833Z Downloaded portable-atomic v1.9.0
2892025-02-03T04:58:44.839Z Downloaded zerocopy v0.7.32
2902025-02-03T04:58:44.854Z Downloaded rustls-pki-types v1.11.0
2912025-02-03T04:58:44.858Z Downloaded winnow v0.6.18
2922025-02-03T04:58:44.866Z Downloaded reqwest v0.12.12
2932025-02-03T04:58:44.874Z Downloaded rustls-webpki v0.102.8
2942025-02-03T04:58:44.891Z Downloaded quinn-proto v0.11.8
2952025-02-03T04:58:44.898Z Downloaded webpki-roots v0.26.5
2962025-02-03T04:58:44.901Z Downloaded vcpkg v0.2.15
2972025-02-03T04:58:44.939Z Downloaded openssl v0.10.66
2982025-02-03T04:58:44.947Z Downloaded h2 v0.4.6
2992025-02-03T04:58:44.953Z Downloaded pest_meta v2.7.6
3002025-02-03T04:58:44.956Z Downloaded parking_lot v0.12.1
3012025-02-03T04:58:44.958Z Downloaded hyper v1.5.2
3022025-02-03T04:58:44.963Z Downloaded rustls v0.22.4
3032025-02-03T04:58:44.974Z Downloaded rustls v0.23.13
3042025-02-03T04:58:44.985Z Downloaded goblin v0.8.0
3052025-02-03T04:58:44.990Z Downloaded rustix v0.38.40
3062025-02-03T04:58:45.012Z Downloaded openapiv3 v2.0.0
3072025-02-03T04:58:45.021Z Downloaded num-traits v0.2.14
3082025-02-03T04:58:45.024Z Downloaded idna v1.0.3
3092025-02-03T04:58:45.027Z Downloaded hashbrown v0.15.2
3102025-02-03T04:58:45.032Z Downloaded url v2.5.4
3112025-02-03T04:58:45.035Z Downloaded rustls-native-certs v0.7.0
3122025-02-03T04:58:45.038Z Downloaded rand_core v0.6.3
3132025-02-03T04:58:45.040Z Downloaded parking_lot_core v0.9.4
3142025-02-03T04:58:45.043Z Downloaded multer v3.1.0
3152025-02-03T04:58:45.043Z Downloaded uuid v1.12.1
3162025-02-03T04:58:45.045Z Downloaded stable_deref_trait v1.2.0
3172025-02-03T04:58:45.048Z Downloaded quote v1.0.38
3182025-02-03T04:58:45.048Z Downloaded pest_generator v2.7.6
3192025-02-03T04:58:45.051Z Downloaded percent-encoding v2.3.1
3202025-02-03T04:58:45.051Z Downloaded once_cell v1.20.1
3212025-02-03T04:58:45.053Z Downloaded term v0.7.0
3222025-02-03T04:58:45.056Z Downloaded subprocess v0.2.9
3232025-02-03T04:58:45.059Z Downloaded libc v0.2.169
3242025-02-03T04:58:45.079Z Downloaded socket2 v0.5.5
3252025-02-03T04:58:45.082Z Downloaded serde v1.0.217
3262025-02-03T04:58:45.085Z Downloaded tokio v1.43.0
3272025-02-03T04:58:45.120Z Downloaded powerfmt v0.2.0
3282025-02-03T04:58:45.122Z Downloaded tracing-core v0.1.32
3292025-02-03T04:58:45.125Z Downloaded ppv-lite86 v0.2.15
3302025-02-03T04:58:45.125Z Downloaded native-tls v0.2.12
3312025-02-03T04:58:45.127Z Downloaded memchr v2.6.0
3322025-02-03T04:58:45.130Z Downloaded icu_collections v1.5.0
3332025-02-03T04:58:45.136Z Downloaded smallvec v1.13.2
3342025-02-03T04:58:45.138Z Downloaded rustc-hash v2.0.0
3352025-02-03T04:58:45.141Z Downloaded rand_chacha v0.3.1
3362025-02-03T04:58:45.141Z Downloaded quinn-udp v0.5.5
3372025-02-03T04:58:45.143Z Downloaded paste v1.0.15
3382025-02-03T04:58:45.146Z Downloaded slog v2.7.0
3392025-02-03T04:58:45.148Z Downloaded serde_derive_internals v0.29.0
3402025-02-03T04:58:45.148Z Downloaded plain v0.2.3
3412025-02-03T04:58:45.152Z Downloaded pkg-config v0.3.31
3422025-02-03T04:58:45.152Z Downloaded pem v3.0.4
3432025-02-03T04:58:45.152Z Downloaded parking v2.2.0
3442025-02-03T04:58:45.157Z Downloaded zeroize v1.7.0
3452025-02-03T04:58:45.157Z Downloaded yoke-derive v0.7.5
3462025-02-03T04:58:45.157Z Downloaded waitgroup v0.1.2
3472025-02-03T04:58:45.157Z Downloaded indexmap v2.7.1
3482025-02-03T04:58:45.161Z Downloaded icu_properties v1.5.1
3492025-02-03T04:58:45.164Z Downloaded crossbeam-channel v0.5.1
3502025-02-03T04:58:45.167Z Downloaded serde_urlencoded v0.7.1
3512025-02-03T04:58:45.169Z Downloaded serde_spanned v0.6.7
3522025-02-03T04:58:45.169Z Downloaded serde_path_to_error v0.1.16
3532025-02-03T04:58:45.171Z Downloaded sha2 v0.10.8
3542025-02-03T04:58:45.171Z Downloaded tempfile v3.14.0
3552025-02-03T04:58:45.174Z Downloaded utf-8 v0.7.6
3562025-02-03T04:58:45.177Z Downloaded usdt-impl v0.5.0
3572025-02-03T04:58:45.177Z Downloaded encoding_rs v0.8.32
3582025-02-03T04:58:45.196Z Downloaded thiserror v2.0.11
3592025-02-03T04:58:45.201Z Downloaded slog-term v2.9.1
3602025-02-03T04:58:45.203Z Downloaded num_threads v0.1.3
3612025-02-03T04:58:45.205Z Downloaded zerofrom-derive v0.1.5
3622025-02-03T04:58:45.206Z Downloaded writeable v0.5.5
3632025-02-03T04:58:45.208Z Downloaded version_check v0.9.5
3642025-02-03T04:58:45.208Z Downloaded untrusted v0.9.0
3652025-02-03T04:58:45.210Z Downloaded slog-async v2.8.0
3662025-02-03T04:58:45.210Z Downloaded thiserror-impl v1.0.69
3672025-02-03T04:58:45.210Z Downloaded unicode-segmentation v1.10.0
3682025-02-03T04:58:45.213Z Downloaded tungstenite v0.24.0
3692025-02-03T04:58:45.216Z Downloaded log v0.4.17
3702025-02-03T04:58:45.219Z Downloaded lock_api v0.4.6
3712025-02-03T04:58:45.222Z Downloaded schemars_derive v0.8.21
3722025-02-03T04:58:45.222Z Downloaded subtle v2.5.0
3732025-02-03T04:58:45.222Z Downloaded tracing v0.1.40
3742025-02-03T04:58:45.225Z Downloaded tower-layer v0.3.3
3752025-02-03T04:58:45.227Z Downloaded semver v1.0.25
3762025-02-03T04:58:45.230Z Downloaded usdt v0.5.0
3772025-02-03T04:58:45.230Z Downloaded ucd-trie v0.1.6
3782025-02-03T04:58:45.230Z Downloaded cc v1.0.83
3792025-02-03T04:58:45.232Z Downloaded trybuild v1.0.103
3802025-02-03T04:58:45.236Z Downloaded tower-service v0.3.3
3812025-02-03T04:58:45.238Z Downloaded signal-hook-registry v1.4.0
3822025-02-03T04:58:45.238Z Downloaded icu_normalizer_data v1.5.0
3832025-02-03T04:58:45.241Z Downloaded icu_locid_transform_data v1.5.0
3842025-02-03T04:58:45.241Z Downloaded futures-channel v0.3.31
3852025-02-03T04:58:45.243Z Downloaded glob v0.3.0
3862025-02-03T04:58:45.243Z Downloaded futures-executor v0.3.31
3872025-02-03T04:58:45.245Z Downloaded errno v0.3.8
3882025-02-03T04:58:45.246Z Downloaded async-trait v0.1.85
3892025-02-03T04:58:45.387Z Downloaded ring v0.17.7
3902025-02-03T04:58:45.665Z Compiling proc-macro2 v1.0.93
3912025-02-03T04:58:45.665Z Compiling unicode-ident v1.0.12
3922025-02-03T04:58:45.668Z Compiling libc v0.2.169
3932025-02-03T04:58:45.668Z Compiling cfg-if v1.0.0
3942025-02-03T04:58:45.668Z Compiling serde v1.0.217
3952025-02-03T04:58:45.687Z Compiling itoa v1.0.1
3962025-02-03T04:58:45.689Z Compiling memchr v2.6.0
3972025-02-03T04:58:45.705Z Running `/home/build/.rustup/toolchains/1.84.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=673ca878cced4135 -C extra-filename=-673ca878cced4135 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-673ca878cced4135 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3982025-02-03T04:58:45.708Z Running `/home/build/.rustup/toolchains/1.84.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=7247ee36f4c241ee -C extra-filename=-7247ee36f4c241ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3992025-02-03T04:58:45.708Z Running `/home/build/.rustup/toolchains/1.84.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=84a50a50f277d519 -C extra-filename=-84a50a50f277d519 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-84a50a50f277d519 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4002025-02-03T04:58:45.708Z Running `/home/build/.rustup/toolchains/1.84.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=46d25d6a41b736dd -C extra-filename=-46d25d6a41b736dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4012025-02-03T04:58:45.708Z Running `/home/build/.rustup/toolchains/1.84.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=ffdac7fff7ce39ac -C extra-filename=-ffdac7fff7ce39ac --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-ffdac7fff7ce39ac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4022025-02-03T04:58:45.708Z Running `/home/build/.rustup/toolchains/1.84.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=5bec9537d29c75b3 -C extra-filename=-5bec9537d29c75b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4032025-02-03T04:58:45.709Z Running `/home/build/.rustup/toolchains/1.84.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=bd53c804ca8cdbf7 -C extra-filename=-bd53c804ca8cdbf7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-bd53c804ca8cdbf7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4042025-02-03T04:58:45.709Z Running `/home/build/.rustup/toolchains/1.84.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=4cf6e78e57808d37 -C extra-filename=-4cf6e78e57808d37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4052025-02-03T04:58:45.791Z Compiling version_check v0.9.5
4062025-02-03T04:58:45.804Z Running `/home/build/.rustup/toolchains/1.84.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=56fb3abe49580ef3 -C extra-filename=-56fb3abe49580ef3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4072025-02-03T04:58:45.864Z Compiling once_cell v1.20.1
4082025-02-03T04:58:45.866Z Running `/home/build/.rustup/toolchains/1.84.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=d83975cf4f09777b -C extra-filename=-d83975cf4f09777b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4092025-02-03T04:58:45.936Z Compiling pin-project-lite v0.2.12
4102025-02-03T04:58:45.939Z Running `/home/build/.rustup/toolchains/1.84.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=250b8f8a55e14850 -C extra-filename=-250b8f8a55e14850 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112025-02-03T04:58:46.056Z Compiling autocfg v1.1.0
4122025-02-03T04:58:46.059Z Running `/home/build/.rustup/toolchains/1.84.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=f1e4fb22e544a929 -C extra-filename=-f1e4fb22e544a929 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132025-02-03T04:58:46.268Z Compiling smallvec v1.13.2
4142025-02-03T04:58:46.272Z Running `/home/build/.rustup/toolchains/1.84.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=d7fcf6aca4c55ceb -C extra-filename=-d7fcf6aca4c55ceb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152025-02-03T04:58:46.315Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-673ca878cced4135/build-script-build`
4162025-02-03T04:58:46.317Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-bd53c804ca8cdbf7/build-script-build`
4172025-02-03T04:58:46.357Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-84a50a50f277d519/build-script-build`
4182025-02-03T04:58:46.370Z Compiling bytes v1.9.0
4192025-02-03T04:58:46.373Z Running `/home/build/.rustup/toolchains/1.84.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=86f269f1c40389e5 -C extra-filename=-86f269f1c40389e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202025-02-03T04:58:46.406Z Compiling log v0.4.17
4212025-02-03T04:58:46.409Z Running `/home/build/.rustup/toolchains/1.84.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=9d61f74e7ff327aa -C extra-filename=-9d61f74e7ff327aa --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-9d61f74e7ff327aa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222025-02-03T04:58:46.419Z Running `/home/build/.rustup/toolchains/1.84.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=03aebe320b0e4356 -C extra-filename=-03aebe320b0e4356 --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"))'`
4232025-02-03T04:58:46.442Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-ffdac7fff7ce39ac/build-script-build`
4242025-02-03T04:58:46.490Z Running `/home/build/.rustup/toolchains/1.84.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=4f25c888866cdd9b -C extra-filename=-4f25c888866cdd9b --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"))'`
4252025-02-03T04:58:46.641Z Compiling futures-core v0.3.31
4262025-02-03T04:58:46.644Z Running `/home/build/.rustup/toolchains/1.84.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=18a8c241da587dc7 -C extra-filename=-18a8c241da587dc7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272025-02-03T04:58:46.655Z Running `/home/build/.rustup/toolchains/1.84.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=d7753dedf2cf49ec -C extra-filename=-d7753dedf2cf49ec --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-7247ee36f4c241ee.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)'`
4282025-02-03T04:58:46.704Z Compiling parking_lot_core v0.9.4
4292025-02-03T04:58:46.707Z Running `/home/build/.rustup/toolchains/1.84.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=e5fc9d161edcfc23 -C extra-filename=-e5fc9d161edcfc23 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-e5fc9d161edcfc23 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4302025-02-03T04:58:46.766Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-9d61f74e7ff327aa/build-script-build`
4312025-02-03T04:58:46.785Z Running `/home/build/.rustup/toolchains/1.84.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=a4584032aad630d9 -C extra-filename=-a4584032aad630d9 --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-46d25d6a41b736dd.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4322025-02-03T04:58:46.876Z Compiling slab v0.4.9
4332025-02-03T04:58:46.879Z Running `/home/build/.rustup/toolchains/1.84.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=142ab5acffa737c2 -C extra-filename=-142ab5acffa737c2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-142ab5acffa737c2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow`
4342025-02-03T04:58:47.116Z Compiling cc v1.0.83
4352025-02-03T04:58:47.119Z Running `/home/build/.rustup/toolchains/1.84.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=4d6ae11deb62c7a4 -C extra-filename=-4d6ae11deb62c7a4 --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-4f25c888866cdd9b.rmeta --cap-lints allow`
4362025-02-03T04:58:47.168Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-e5fc9d161edcfc23/build-script-build`
4372025-02-03T04:58:47.180Z Compiling ryu v1.0.5
4382025-02-03T04:58:47.182Z Running `/home/build/.rustup/toolchains/1.84.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=cdc7fc286234c1e8 -C extra-filename=-cdc7fc286234c1e8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-cdc7fc286234c1e8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392025-02-03T04:58:47.195Z Compiling scopeguard v1.2.0
4402025-02-03T04:58:47.198Z Running `/home/build/.rustup/toolchains/1.84.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=1941af8a7740593d -C extra-filename=-1941af8a7740593d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412025-02-03T04:58:47.242Z Compiling futures-sink v0.3.31
4422025-02-03T04:58:47.245Z Running `/home/build/.rustup/toolchains/1.84.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=dc19947d0c807d7d -C extra-filename=-dc19947d0c807d7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432025-02-03T04:58:47.354Z Compiling lock_api v0.4.6
4442025-02-03T04:58:47.357Z Running `/home/build/.rustup/toolchains/1.84.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=c3b4d0a588403a20 -C extra-filename=-c3b4d0a588403a20 --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-1941af8a7740593d.rmeta --cap-lints allow`
4452025-02-03T04:58:47.394Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-142ab5acffa737c2/build-script-build`
4462025-02-03T04:58:47.446Z Compiling quote v1.0.38
4472025-02-03T04:58:47.467Z Running `/home/build/.rustup/toolchains/1.84.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=0cde61a3029094eb -C extra-filename=-0cde61a3029094eb --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-d7753dedf2cf49ec.rmeta --cap-lints allow`
4482025-02-03T04:58:47.522Z Compiling thiserror v1.0.69
4492025-02-03T04:58:47.534Z Running `/home/build/.rustup/toolchains/1.84.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=3d55696340f4b4bc -C extra-filename=-3d55696340f4b4bc --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-3d55696340f4b4bc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4502025-02-03T04:58:47.571Z Compiling getrandom v0.2.11
4512025-02-03T04:58:47.582Z Running `/home/build/.rustup/toolchains/1.84.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=5ad07762b9dd6758 -C extra-filename=-5ad07762b9dd6758 --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-46d25d6a41b736dd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --cap-lints allow`
4522025-02-03T04:58:47.669Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-cdc7fc286234c1e8/build-script-build`
4532025-02-03T04:58:47.727Z Running `/home/build/.rustup/toolchains/1.84.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=d897c76ee1046b9b -C extra-filename=-d897c76ee1046b9b --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-46d25d6a41b736dd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-d7fcf6aca4c55ceb.rmeta --cap-lints allow`
4542025-02-03T04:58:47.758Z Running `/home/build/.rustup/toolchains/1.84.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=379eaeb94fa255ea -C extra-filename=-379eaeb94fa255ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4552025-02-03T04:58:47.786Z Compiling mio v1.0.3
4562025-02-03T04:58:47.798Z Running `/home/build/.rustup/toolchains/1.84.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=fa020e2f28763cbe -C extra-filename=-fa020e2f28763cbe --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-03aebe320b0e4356.rmeta --cap-lints allow`
4572025-02-03T04:58:47.946Z Compiling syn v2.0.96
4582025-02-03T04:58:47.949Z Running `/home/build/.rustup/toolchains/1.84.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="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=91c3e3a957cd3d3e -C extra-filename=-91c3e3a957cd3d3e --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-7247ee36f4c241ee.rmeta --cap-lints allow`
4592025-02-03T04:58:48.074Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-3d55696340f4b4bc/build-script-build`
4602025-02-03T04:58:48.112Z Compiling parking_lot v0.12.1
4612025-02-03T04:58:48.115Z Running `/home/build/.rustup/toolchains/1.84.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=583994bf66175348 -C extra-filename=-583994bf66175348 --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-c3b4d0a588403a20.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-d897c76ee1046b9b.rmeta --cap-lints allow`
4622025-02-03T04:58:48.144Z Compiling socket2 v0.5.5
4632025-02-03T04:58:48.156Z Running `/home/build/.rustup/toolchains/1.84.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=c2d41530455024f2 -C extra-filename=-c2d41530455024f2 --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-03aebe320b0e4356.rmeta --cap-lints allow`
4642025-02-03T04:58:48.326Z Compiling signal-hook-registry v1.4.0
4652025-02-03T04:58:48.328Z Running `/home/build/.rustup/toolchains/1.84.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=6fb4c4e99188b642 -C extra-filename=-6fb4c4e99188b642 --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-03aebe320b0e4356.rmeta --cap-lints allow`
4662025-02-03T04:58:48.372Z Running `/home/build/.rustup/toolchains/1.84.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=5c67f753b3de14fd -C extra-filename=-5c67f753b3de14fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672025-02-03T04:58:48.400Z Compiling serde_json v1.0.137
4682025-02-03T04:58:48.403Z Running `/home/build/.rustup/toolchains/1.84.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.137/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=0e5188367fea2514 -C extra-filename=-0e5188367fea2514 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-0e5188367fea2514 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692025-02-03T04:58:48.646Z Compiling futures-channel v0.3.31
4702025-02-03T04:58:48.649Z Running `/home/build/.rustup/toolchains/1.84.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=6260aa35f63c3901 -C extra-filename=-6260aa35f63c3901 --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-18a8c241da587dc7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-dc19947d0c807d7d.rmeta --cap-lints allow`
4712025-02-03T04:58:48.752Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-0e5188367fea2514/build-script-build`
4722025-02-03T04:58:48.771Z Compiling futures-io v0.3.31
4732025-02-03T04:58:48.773Z Running `/home/build/.rustup/toolchains/1.84.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=4c55ea250fdc1271 -C extra-filename=-4c55ea250fdc1271 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4742025-02-03T04:58:48.975Z Compiling futures-task v0.3.31
4752025-02-03T04:58:48.978Z Running `/home/build/.rustup/toolchains/1.84.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=96dbea06f1d20635 -C extra-filename=-96dbea06f1d20635 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4762025-02-03T04:58:49.016Z Compiling pin-utils v0.1.0
4772025-02-03T04:58:49.019Z Running `/home/build/.rustup/toolchains/1.84.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=c4dd7cf773a9dc53 -C extra-filename=-c4dd7cf773a9dc53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4782025-02-03T04:58:49.041Z Compiling fnv v1.0.7
4792025-02-03T04:58:49.043Z Running `/home/build/.rustup/toolchains/1.84.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=7663da8998d9f8ac -C extra-filename=-7663da8998d9f8ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4802025-02-03T04:58:49.054Z Compiling equivalent v1.0.0
4812025-02-03T04:58:49.057Z Running `/home/build/.rustup/toolchains/1.84.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=d0c48dc7f18c3cb1 -C extra-filename=-d0c48dc7f18c3cb1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4822025-02-03T04:58:49.096Z Compiling stable_deref_trait v1.2.0
4832025-02-03T04:58:49.107Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=feed7109bbcf6a08 -C extra-filename=-feed7109bbcf6a08 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4842025-02-03T04:58:49.110Z Compiling hashbrown v0.15.2
4852025-02-03T04:58:49.113Z Running `/home/build/.rustup/toolchains/1.84.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=c6a4d7e13746573d -C extra-filename=-c6a4d7e13746573d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862025-02-03T04:58:49.181Z Compiling http v1.2.0
4872025-02-03T04:58:49.183Z Compiling httparse v1.8.0
4882025-02-03T04:58:49.183Z Running `/home/build/.rustup/toolchains/1.84.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=d5a9746b326842ab -C extra-filename=-d5a9746b326842ab --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-86f269f1c40389e5.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-7663da8998d9f8ac.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-5bec9537d29c75b3.rmeta --cap-lints allow`
4892025-02-03T04:58:49.183Z Running `/home/build/.rustup/toolchains/1.84.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=2a576f871f9bc21d -C extra-filename=-2a576f871f9bc21d --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-2a576f871f9bc21d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4902025-02-03T04:58:49.205Z Compiling rustls-pki-types v1.11.0
4912025-02-03T04:58:49.216Z Running `/home/build/.rustup/toolchains/1.84.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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=3e9ef0759137f01f -C extra-filename=-3e9ef0759137f01f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922025-02-03T04:58:49.219Z Compiling spin v0.9.8
4932025-02-03T04:58:49.219Z Running `/home/build/.rustup/toolchains/1.84.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=2fcff48218ba9c47 -C extra-filename=-2fcff48218ba9c47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942025-02-03T04:58:49.263Z Compiling ring v0.17.7
4952025-02-03T04:58:49.267Z Running `/home/build/.rustup/toolchains/1.84.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=08cfbf3510991680 -C extra-filename=-08cfbf3510991680 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-08cfbf3510991680 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-4d6ae11deb62c7a4.rlib --cap-lints allow`
4962025-02-03T04:58:49.276Z Compiling tracing-core v0.1.32
4972025-02-03T04:58:49.279Z Running `/home/build/.rustup/toolchains/1.84.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=a0b1951fa01bf1b5 -C extra-filename=-a0b1951fa01bf1b5 --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-d83975cf4f09777b.rmeta --cap-lints allow`
4982025-02-03T04:58:49.449Z Compiling untrusted v0.9.0
4992025-02-03T04:58:49.453Z Running `/home/build/.rustup/toolchains/1.84.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=cdf6b3e380618f2f -C extra-filename=-cdf6b3e380618f2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5002025-02-03T04:58:49.629Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-2a576f871f9bc21d/build-script-build`
5012025-02-03T04:58:49.649Z Compiling ucd-trie v0.1.6
5022025-02-03T04:58:49.660Z Running `/home/build/.rustup/toolchains/1.84.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=297e10fef4eb5cc9 -C extra-filename=-297e10fef4eb5cc9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5032025-02-03T04:58:49.662Z Running `/home/build/.rustup/toolchains/1.84.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=e9be72e4d45cb0af -C extra-filename=-e9be72e4d45cb0af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
5042025-02-03T04:58:50.308Z Compiling byteorder v1.4.3
5052025-02-03T04:58:50.311Z Running `/home/build/.rustup/toolchains/1.84.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=c82c6ab366b08dcf -C extra-filename=-c82c6ab366b08dcf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062025-02-03T04:58:50.329Z Compiling tracing v0.1.40
5072025-02-03T04:58:50.333Z Running `/home/build/.rustup/toolchains/1.84.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=d805877a090c3e4b -C extra-filename=-d805877a090c3e4b --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-250b8f8a55e14850.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-a0b1951fa01bf1b5.rmeta --cap-lints allow`
5082025-02-03T04:58:50.343Z Compiling atomic-waker v1.1.1
5092025-02-03T04:58:50.356Z Running `/home/build/.rustup/toolchains/1.84.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=897d17393969bb71 -C extra-filename=-897d17393969bb71 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5102025-02-03T04:58:50.359Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-08cfbf3510991680/build-script-build`
5112025-02-03T04:58:50.368Z Compiling typenum v1.14.0
5122025-02-03T04:58:50.371Z Running `/home/build/.rustup/toolchains/1.84.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=345285eb746fa8fe -C extra-filename=-345285eb746fa8fe --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-345285eb746fa8fe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132025-02-03T04:58:50.528Z Compiling litemap v0.7.4
5142025-02-03T04:58:50.531Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=46ef6185b21ee799 -C extra-filename=-46ef6185b21ee799 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5152025-02-03T04:58:50.737Z Compiling pkg-config v0.3.31
5162025-02-03T04:58:50.740Z Running `/home/build/.rustup/toolchains/1.84.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=36b0b9ffdc09fb59 -C extra-filename=-36b0b9ffdc09fb59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172025-02-03T04:58:50.749Z Compiling vcpkg v0.2.15
5182025-02-03T04:58:50.752Z Running `/home/build/.rustup/toolchains/1.84.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=67af2ed6005ab61b -C extra-filename=-67af2ed6005ab61b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192025-02-03T04:58:50.772Z Compiling writeable v0.5.5
5202025-02-03T04:58:50.839Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=b3deab1b022f48ea -C extra-filename=-b3deab1b022f48ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212025-02-03T04:58:50.897Z Compiling http-body v1.0.1
5222025-02-03T04:58:50.900Z Running `/home/build/.rustup/toolchains/1.84.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=52126f14e47a9992 -C extra-filename=-52126f14e47a9992 --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-86f269f1c40389e5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --cap-lints allow`
5232025-02-03T04:58:51.140Z Compiling generic-array v0.14.5
5242025-02-03T04:58:51.143Z Running `/home/build/.rustup/toolchains/1.84.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=ab39023f801bd836 -C extra-filename=-ab39023f801bd836 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-ab39023f801bd836 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow`
5252025-02-03T04:58:51.308Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-345285eb746fa8fe/build-script-main`
5262025-02-03T04:58:51.369Z Compiling crossbeam-utils v0.8.15
5272025-02-03T04:58:51.372Z Running `/home/build/.rustup/toolchains/1.84.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=231781f562aa3cb6 -C extra-filename=-231781f562aa3cb6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-231781f562aa3cb6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282025-02-03T04:58:51.471Z Compiling try-lock v0.2.3
5292025-02-03T04:58:51.474Z Running `/home/build/.rustup/toolchains/1.84.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=b189ab1e379c762b -C extra-filename=-b189ab1e379c762b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5302025-02-03T04:58:51.503Z Running `/home/build/.rustup/toolchains/1.84.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=64e31adc3fee7fcc -C extra-filename=-64e31adc3fee7fcc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312025-02-03T04:58:51.617Z Compiling want v0.3.0
5322025-02-03T04:58:51.628Z Running `/home/build/.rustup/toolchains/1.84.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=8e6e28f7444e4f20 -C extra-filename=-8e6e28f7444e4f20 --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-a4584032aad630d9.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-b189ab1e379c762b.rmeta --cap-lints allow`
5332025-02-03T04:58:51.662Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-ab39023f801bd836/build-script-build`
5342025-02-03T04:58:51.718Z Compiling powerfmt v0.2.0
5352025-02-03T04:58:51.720Z Running `/home/build/.rustup/toolchains/1.84.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=832f36ce6ccd1f10 -C extra-filename=-832f36ce6ccd1f10 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5362025-02-03T04:58:51.820Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-231781f562aa3cb6/build-script-build`
5372025-02-03T04:58:51.834Z Compiling zeroize v1.7.0
5382025-02-03T04:58:51.836Z Running `/home/build/.rustup/toolchains/1.84.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=b0aca2944f8e598b -C extra-filename=-b0aca2944f8e598b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5392025-02-03T04:58:51.847Z Compiling subtle v2.5.0
5402025-02-03T04:58:51.850Z Running `/home/build/.rustup/toolchains/1.84.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=d8874f555bf8617f -C extra-filename=-d8874f555bf8617f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5412025-02-03T04:58:51.901Z Compiling num-conv v0.1.0
5422025-02-03T04:58:51.903Z Running `/home/build/.rustup/toolchains/1.84.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=8ee7fab6b09024c9 -C extra-filename=-8ee7fab6b09024c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432025-02-03T04:58:52.098Z Compiling time-core v0.1.2
5442025-02-03T04:58:52.110Z Running `/home/build/.rustup/toolchains/1.84.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=07d37f99579d5401 -C extra-filename=-07d37f99579d5401 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452025-02-03T04:58:52.113Z Compiling icu_locid_transform_data v1.5.0
5462025-02-03T04:58:52.113Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17de034b75e90801 -C extra-filename=-17de034b75e90801 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5472025-02-03T04:58:52.157Z Compiling httpdate v1.0.1
5482025-02-03T04:58:52.159Z Running `/home/build/.rustup/toolchains/1.84.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=ea1dbb00b6d5ed19 -C extra-filename=-ea1dbb00b6d5ed19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492025-02-03T04:58:52.178Z Compiling deranged v0.3.11
5502025-02-03T04:58:52.180Z Running `/home/build/.rustup/toolchains/1.84.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=b77335da8945fcff -C extra-filename=-b77335da8945fcff --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-832f36ce6ccd1f10.rmeta --cap-lints allow`
5512025-02-03T04:58:52.202Z Compiling openssl-sys v0.9.103
5522025-02-03T04:58:52.205Z Running `/home/build/.rustup/toolchains/1.84.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=8a1b67588c6476c6 -C extra-filename=-8a1b67588c6476c6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-8a1b67588c6476c6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-4d6ae11deb62c7a4.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-36b0b9ffdc09fb59.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-67af2ed6005ab61b.rlib --cap-lints allow`
5532025-02-03T04:58:52.223Z Running `/home/build/.rustup/toolchains/1.84.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=3f3698b1143c64a7 -C extra-filename=-3f3698b1143c64a7 --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-46d25d6a41b736dd.rmeta --cap-lints allow`
5542025-02-03T04:58:52.277Z Compiling time-macros v0.2.18
5552025-02-03T04:58:52.280Z Running `/home/build/.rustup/toolchains/1.84.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=7ae9dce6b7d2860c -C extra-filename=-7ae9dce6b7d2860c --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-8ee7fab6b09024c9.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-07d37f99579d5401.rlib --extern proc_macro --cap-lints allow`
5562025-02-03T04:58:52.583Z Running `/home/build/.rustup/toolchains/1.84.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=3d4cb09a022bca66 -C extra-filename=-3d4cb09a022bca66 --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-64e31adc3fee7fcc.rmeta --cap-lints allow --cfg relaxed_coherence`
5572025-02-03T04:58:52.639Z Compiling icu_properties_data v1.5.0
5582025-02-03T04:58:52.642Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21e64a4eeb1b088f -C extra-filename=-21e64a4eeb1b088f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5592025-02-03T04:58:52.876Z Compiling num_threads v0.1.3
5602025-02-03T04:58:52.880Z Running `/home/build/.rustup/toolchains/1.84.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=58b42c51b5782bf4 -C extra-filename=-58b42c51b5782bf4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612025-02-03T04:58:53.000Z Compiling base64 v0.22.1
5622025-02-03T04:58:53.004Z Running `/home/build/.rustup/toolchains/1.84.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=987d1111857cbb4c -C extra-filename=-987d1111857cbb4c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632025-02-03T04:58:54.165Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-8a1b67588c6476c6/build-script-main`
5642025-02-03T04:58:54.169Z Compiling slog v2.7.0
5652025-02-03T04:58:54.170Z Running `/home/build/.rustup/toolchains/1.84.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=b237b2467731c3ac -C extra-filename=-b237b2467731c3ac --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-b237b2467731c3ac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662025-02-03T04:58:54.170Z Compiling bitflags v2.4.0
5672025-02-03T04:58:54.170Z Running `/home/build/.rustup/toolchains/1.84.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=0d123c7936cf90a1 -C extra-filename=-0d123c7936cf90a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682025-02-03T04:58:54.170Z Compiling tower-service v0.3.3
5692025-02-03T04:58:54.170Z Running `/home/build/.rustup/toolchains/1.84.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=df16c33db007d610 -C extra-filename=-df16c33db007d610 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5702025-02-03T04:58:54.170Z Running `/home/build/.rustup/toolchains/1.84.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=a60826683b901924 -C extra-filename=-a60826683b901924 --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-5ad07762b9dd6758.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-2fcff48218ba9c47.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-cdf6b3e380618f2f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
5712025-02-03T04:58:54.171Z Compiling usdt-impl v0.5.0
5722025-02-03T04:58:54.171Z Running `/home/build/.rustup/toolchains/1.84.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=acfcdb3d7bf43998 -C extra-filename=-acfcdb3d7bf43998 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-acfcdb3d7bf43998 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow`
5732025-02-03T04:58:54.171Z Compiling unicase v2.6.0
5742025-02-03T04:58:54.171Z Running `/home/build/.rustup/toolchains/1.84.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=962b1977883c18b6 -C extra-filename=-962b1977883c18b6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-962b1977883c18b6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow`
5752025-02-03T04:58:54.171Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-b237b2467731c3ac/build-script-build`
5762025-02-03T04:58:54.171Z Compiling utf8_iter v1.0.4
5772025-02-03T04:58:54.171Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=500bc7369c6c592c -C extra-filename=-500bc7369c6c592c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5782025-02-03T04:58:54.172Z Compiling utf16_iter v1.0.5
5792025-02-03T04:58:54.172Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93e6674b16ca230f -C extra-filename=-93e6674b16ca230f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5802025-02-03T04:58:54.172Z Compiling openssl v0.10.66
5812025-02-03T04:58:54.172Z Running `/home/build/.rustup/toolchains/1.84.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=56d89e4128a64ad6 -C extra-filename=-56d89e4128a64ad6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-56d89e4128a64ad6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5822025-02-03T04:58:54.172Z Compiling write16 v1.0.0
5832025-02-03T04:58:54.172Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=35cce838fd39fef9 -C extra-filename=-35cce838fd39fef9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5842025-02-03T04:58:54.172Z Compiling icu_normalizer_data v1.5.0
5852025-02-03T04:58:54.172Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7abe9f1a49b5d6da -C extra-filename=-7abe9f1a49b5d6da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5862025-02-03T04:58:54.172Z Compiling openssl-probe v0.1.4
5872025-02-03T04:58:54.172Z Running `/home/build/.rustup/toolchains/1.84.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=4dcfc9025a15ff8b -C extra-filename=-4dcfc9025a15ff8b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5882025-02-03T04:58:54.172Z Compiling paste v1.0.15
5892025-02-03T04:58:54.172Z Running `/home/build/.rustup/toolchains/1.84.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=4eacc5740c351067 -C extra-filename=-4eacc5740c351067 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-4eacc5740c351067 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902025-02-03T04:58:54.172Z Compiling foreign-types-shared v0.1.1
5912025-02-03T04:58:54.173Z Running `/home/build/.rustup/toolchains/1.84.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=34448cd2aafc6d13 -C extra-filename=-34448cd2aafc6d13 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5922025-02-03T04:58:54.173Z Compiling percent-encoding v2.3.1
5932025-02-03T04:58:54.173Z Running `/home/build/.rustup/toolchains/1.84.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=17607610c02d16c0 -C extra-filename=-17607610c02d16c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5942025-02-03T04:58:54.173Z Compiling foreign-types v0.3.2
5952025-02-03T04:58:54.173Z Running `/home/build/.rustup/toolchains/1.84.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=5088ba2f5c546bb9 -C extra-filename=-5088ba2f5c546bb9 --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-34448cd2aafc6d13.rmeta --cap-lints allow`
5962025-02-03T04:58:54.178Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-56d89e4128a64ad6/build-script-build`
5972025-02-03T04:58:54.198Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-962b1977883c18b6/build-script-build`
5982025-02-03T04:58:54.236Z Compiling form_urlencoded v1.2.1
5992025-02-03T04:58:54.239Z Running `/home/build/.rustup/toolchains/1.84.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=ccd2b88e4a147b40 -C extra-filename=-ccd2b88e4a147b40 --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-17607610c02d16c0.rmeta --cap-lints allow`
6002025-02-03T04:58:54.314Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-acfcdb3d7bf43998/build-script-build`
6012025-02-03T04:58:54.372Z Running `/home/build/.rustup/toolchains/1.84.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=e5d56dc49d4b2020 -C extra-filename=-e5d56dc49d4b2020 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
6022025-02-03T04:58:54.375Z Compiling crypto-common v0.1.6
6032025-02-03T04:58:54.375Z Running `/home/build/.rustup/toolchains/1.84.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=d141e67d734a201e -C extra-filename=-d141e67d734a201e --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-3d4cb09a022bca66.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-64e31adc3fee7fcc.rmeta --cap-lints allow`
6042025-02-03T04:58:54.448Z Compiling block-buffer v0.10.2
6052025-02-03T04:58:54.451Z Running `/home/build/.rustup/toolchains/1.84.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=3c10674d1f3dce13 -C extra-filename=-3c10674d1f3dce13 --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-3d4cb09a022bca66.rmeta --cap-lints allow`
6062025-02-03T04:58:54.497Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-4eacc5740c351067/build-script-build`
6072025-02-03T04:58:54.557Z Compiling rand_core v0.6.3
6082025-02-03T04:58:54.560Z Compiling thread-id v4.0.0
6092025-02-03T04:58:54.560Z Running `/home/build/.rustup/toolchains/1.84.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=45213ec460e03720 -C extra-filename=-45213ec460e03720 --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-03aebe320b0e4356.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)'`
6102025-02-03T04:58:54.597Z Running `/home/build/.rustup/toolchains/1.84.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=18f1d75ec87af681 -C extra-filename=-18f1d75ec87af681 --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-4f25c888866cdd9b.rmeta --cap-lints allow`
6112025-02-03T04:58:54.600Z Running `/home/build/.rustup/toolchains/1.84.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=07034c872717f8f2 -C extra-filename=-07034c872717f8f2 --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-5ad07762b9dd6758.rmeta --cap-lints allow`
6122025-02-03T04:58:54.681Z Compiling num-traits v0.2.14
6132025-02-03T04:58:54.685Z Running `/home/build/.rustup/toolchains/1.84.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=f8e0a9533e0acca6 -C extra-filename=-f8e0a9533e0acca6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-f8e0a9533e0acca6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow`
6142025-02-03T04:58:54.708Z Compiling mime v0.3.16
6152025-02-03T04:58:54.711Z Running `/home/build/.rustup/toolchains/1.84.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=2933f2b5e4ff6ab7 -C extra-filename=-2933f2b5e4ff6ab7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6162025-02-03T04:58:54.991Z Compiling native-tls v0.2.12
6172025-02-03T04:58:55.003Z Running `/home/build/.rustup/toolchains/1.84.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=8c54225b1fc39e0f -C extra-filename=-8c54225b1fc39e0f --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-8c54225b1fc39e0f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6182025-02-03T04:58:55.023Z Compiling unicode-width v0.1.9
6192025-02-03T04:58:55.026Z Running `/home/build/.rustup/toolchains/1.84.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=5af24ec27f955c69 -C extra-filename=-5af24ec27f955c69 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6202025-02-03T04:58:55.063Z Compiling synstructure v0.13.1
6212025-02-03T04:58:55.066Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=b139e572bfdd8ec1 -C extra-filename=-b139e572bfdd8ec1 --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow`
6222025-02-03T04:58:55.145Z Compiling time v0.3.36
6232025-02-03T04:58:55.154Z Running `/home/build/.rustup/toolchains/1.84.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=5bb4a34b7ed0c049 -C extra-filename=-5bb4a34b7ed0c049 --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-b77335da8945fcff.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-5bec9537d29c75b3.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-8ee7fab6b09024c9.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-58b42c51b5782bf4.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-832f36ce6ccd1f10.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-07d37f99579d5401.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-7ae9dce6b7d2860c.so --cap-lints allow`
6242025-02-03T04:58:55.211Z Compiling rustls v0.23.13
6252025-02-03T04:58:55.222Z Running `/home/build/.rustup/toolchains/1.84.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=356ee3a6ccbfc5da -C extra-filename=-356ee3a6ccbfc5da --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-356ee3a6ccbfc5da -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6262025-02-03T04:58:55.235Z Compiling rustls v0.22.4
6272025-02-03T04:58:55.247Z Running `/home/build/.rustup/toolchains/1.84.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=c6f031ebdd6ad5f5 -C extra-filename=-c6f031ebdd6ad5f5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-c6f031ebdd6ad5f5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6282025-02-03T04:58:55.378Z Compiling semver v1.0.25
6292025-02-03T04:58:55.381Z Running `/home/build/.rustup/toolchains/1.84.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.25/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=f0b4b62b8f45fbef -C extra-filename=-f0b4b62b8f45fbef --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-f0b4b62b8f45fbef -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6302025-02-03T04:58:55.540Z Compiling rustls-webpki v0.102.8
6312025-02-03T04:58:55.542Z Running `/home/build/.rustup/toolchains/1.84.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=90109eb4eb58fc18 -C extra-filename=-90109eb4eb58fc18 --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-a60826683b901924.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-cdf6b3e380618f2f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out`
6322025-02-03T04:58:55.553Z Compiling plain v0.2.3
6332025-02-03T04:58:55.556Z Running `/home/build/.rustup/toolchains/1.84.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=5754893c076d1bcf -C extra-filename=-5754893c076d1bcf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6342025-02-03T04:58:55.703Z Compiling lazy_static v1.5.0
6352025-02-03T04:58:55.705Z Running `/home/build/.rustup/toolchains/1.84.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=d1c312d05e6f769b -C extra-filename=-d1c312d05e6f769b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6362025-02-03T04:58:55.738Z Compiling ppv-lite86 v0.2.15
6372025-02-03T04:58:55.741Z Running `/home/build/.rustup/toolchains/1.84.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=66c73727fca8cfb3 -C extra-filename=-66c73727fca8cfb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6382025-02-03T04:58:55.841Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-c6f031ebdd6ad5f5/build-script-build`
6392025-02-03T04:58:55.871Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-356ee3a6ccbfc5da/build-script-build`
6402025-02-03T04:58:55.884Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-f0b4b62b8f45fbef/build-script-build`
6412025-02-03T04:58:55.888Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-8c54225b1fc39e0f/build-script-build`
6422025-02-03T04:58:55.907Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-f8e0a9533e0acca6/build-script-build`
6432025-02-03T04:58:55.931Z Compiling digest v0.10.7
6442025-02-03T04:58:55.934Z Running `/home/build/.rustup/toolchains/1.84.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=ed3f1db2b2f17772 -C extra-filename=-ed3f1db2b2f17772 --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-3c10674d1f3dce13.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-d141e67d734a201e.rmeta --cap-lints allow`
6452025-02-03T04:58:56.216Z Running `/home/build/.rustup/toolchains/1.84.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=e0992995bb0b68e2 -C extra-filename=-e0992995bb0b68e2 --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"))'`
6462025-02-03T04:58:56.271Z Running `/home/build/.rustup/toolchains/1.84.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=98d5a3d95a49d9bc -C extra-filename=-98d5a3d95a49d9bc --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`
6472025-02-03T04:58:56.288Z Compiling rustls-pemfile v2.1.3
6482025-02-03T04:58:56.291Z Running `/home/build/.rustup/toolchains/1.84.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=93529b55278d3dac -C extra-filename=-93529b55278d3dac --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-987d1111857cbb4c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rmeta --cap-lints allow`
6492025-02-03T04:58:56.407Z Compiling rand_chacha v0.3.1
6502025-02-03T04:58:56.415Z Running `/home/build/.rustup/toolchains/1.84.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=87372f1c0a62cb29 -C extra-filename=-87372f1c0a62cb29 --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-66c73727fca8cfb3.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-07034c872717f8f2.rmeta --cap-lints allow`
6512025-02-03T04:58:56.667Z Compiling dirs-sys-next v0.1.2
6522025-02-03T04:58:56.697Z Running `/home/build/.rustup/toolchains/1.84.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=d3761ea0887ef695 -C extra-filename=-d3761ea0887ef695 --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-03aebe320b0e4356.rmeta --cap-lints allow`
6532025-02-03T04:58:56.711Z Running `/home/build/.rustup/toolchains/1.84.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=54a81169c281d9af -C extra-filename=-54a81169c281d9af --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-54a81169c281d9af -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow`
6542025-02-03T04:58:57.078Z Compiling unicode-segmentation v1.10.0
6552025-02-03T04:58:57.081Z Running `/home/build/.rustup/toolchains/1.84.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=0c26f87d045033f8 -C extra-filename=-0c26f87d045033f8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6562025-02-03T04:58:57.219Z Compiling cpufeatures v0.2.2
6572025-02-03T04:58:57.230Z Running `/home/build/.rustup/toolchains/1.84.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=a33e80a35089c997 -C extra-filename=-a33e80a35089c997 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6582025-02-03T04:58:57.301Z Compiling winnow v0.6.18
6592025-02-03T04:58:57.304Z Running `/home/build/.rustup/toolchains/1.84.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=51857173361e63f0 -C extra-filename=-51857173361e63f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6602025-02-03T04:58:57.315Z Compiling pretty-hex v0.4.1
6612025-02-03T04:58:57.318Z Compiling sha1 v0.10.6
6622025-02-03T04:58:57.318Z Running `/home/build/.rustup/toolchains/1.84.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=aa5088b9533adab2 -C extra-filename=-aa5088b9533adab2 --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-46d25d6a41b736dd.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-a33e80a35089c997.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-ed3f1db2b2f17772.rmeta --cap-lints allow`
6632025-02-03T04:58:57.331Z Running `/home/build/.rustup/toolchains/1.84.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=0ada4c3d0e96caf7 -C extra-filename=-0ada4c3d0e96caf7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6642025-02-03T04:58:57.553Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-54a81169c281d9af/build-script-build`
6652025-02-03T04:58:57.590Z Compiling dirs-next v2.0.0
6662025-02-03T04:58:57.594Z Running `/home/build/.rustup/toolchains/1.84.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=eced88f546907aa9 -C extra-filename=-eced88f546907aa9 --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-46d25d6a41b736dd.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-d3761ea0887ef695.rmeta --cap-lints allow`
6672025-02-03T04:58:57.676Z Compiling newline-converter v0.3.0
6682025-02-03T04:58:57.679Z Compiling rand v0.8.4
6692025-02-03T04:58:57.679Z Running `/home/build/.rustup/toolchains/1.84.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=481797b3dcfb5a3f -C extra-filename=-481797b3dcfb5a3f --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-0c26f87d045033f8.rmeta --cap-lints allow`
6702025-02-03T04:58:57.679Z Running `/home/build/.rustup/toolchains/1.84.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=52309b7a68c99938 -C extra-filename=-52309b7a68c99938 --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-03aebe320b0e4356.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-87372f1c0a62cb29.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-07034c872717f8f2.rmeta --cap-lints allow`
6712025-02-03T04:58:57.706Z Compiling mime_guess v2.0.5
6722025-02-03T04:58:57.708Z Running `/home/build/.rustup/toolchains/1.84.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=6a72356a4e42293a -C extra-filename=-6a72356a4e42293a --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-6a72356a4e42293a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-98d5a3d95a49d9bc.rlib --cap-lints allow`
6732025-02-03T04:58:57.766Z Running `/home/build/.rustup/toolchains/1.84.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=86fa478408e4c64d -C extra-filename=-86fa478408e4c64d --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-d83975cf4f09777b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-a60826683b901924.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-90109eb4eb58fc18.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-d8874f555bf8617f.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-b0aca2944f8e598b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
6742025-02-03T04:58:57.832Z Running `/home/build/.rustup/toolchains/1.84.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=8ae6a2ffb2c90839 -C extra-filename=-8ae6a2ffb2c90839 --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-a4584032aad630d9.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-a60826683b901924.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-90109eb4eb58fc18.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-d8874f555bf8617f.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-b0aca2944f8e598b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out`
6752025-02-03T04:58:57.835Z Running `/home/build/.rustup/toolchains/1.84.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=51468832d103e38b -C extra-filename=-51468832d103e38b --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`
6762025-02-03T04:58:58.753Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1f8f47f3152e2358 -C extra-filename=-1f8f47f3152e2358 --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)'`
6772025-02-03T04:58:58.772Z Compiling serde_derive_internals v0.29.0
6782025-02-03T04:58:58.774Z Running `/home/build/.rustup/toolchains/1.84.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=2bf14273540307cb -C extra-filename=-2bf14273540307cb --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow`
6792025-02-03T04:58:59.121Z Compiling concurrent-queue v2.5.0
6802025-02-03T04:58:59.133Z Running `/home/build/.rustup/toolchains/1.84.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=a82c71e3ab7d375b -C extra-filename=-a82c71e3ab7d375b --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-3f3698b1143c64a7.rmeta --cap-lints allow`
6812025-02-03T04:58:59.165Z Running `/home/build/.rustup/toolchains/1.84.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=cb558889b38a8cb8 -C extra-filename=-cb558889b38a8cb8 --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-7247ee36f4c241ee.rmeta --cap-lints allow`
6822025-02-03T04:58:59.456Z Running `/home/build/.rustup/toolchains/1.84.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=08f7f94e0bccda39 -C extra-filename=-08f7f94e0bccda39 --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-03aebe320b0e4356.rmeta --cap-lints allow`
6832025-02-03T04:58:59.496Z Compiling multer v3.1.0
6842025-02-03T04:58:59.499Z Running `/home/build/.rustup/toolchains/1.84.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=4efb1af69c5a36ce -C extra-filename=-4efb1af69c5a36ce --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-4efb1af69c5a36ce -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow`
6852025-02-03T04:58:59.538Z Compiling serde_derive v1.0.217
6862025-02-03T04:58:59.541Z Running `/home/build/.rustup/toolchains/1.84.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=8ffe2d54c835beaf -C extra-filename=-8ffe2d54c835beaf --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
6872025-02-03T04:58:59.564Z Compiling thiserror-impl v1.0.69
6882025-02-03T04:58:59.567Z Running `/home/build/.rustup/toolchains/1.84.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=ac797e8e3af7220b -C extra-filename=-ac797e8e3af7220b --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
6892025-02-03T04:58:59.876Z Compiling tokio-macros v2.5.0
6902025-02-03T04:58:59.879Z Running `/home/build/.rustup/toolchains/1.84.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=d4ba7404dbb9c947 -C extra-filename=-d4ba7404dbb9c947 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
6912025-02-03T04:59:00.715Z Compiling futures-macro v0.3.31
6922025-02-03T04:59:00.718Z Running `/home/build/.rustup/toolchains/1.84.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=d96eaef3473d4b22 -C extra-filename=-d96eaef3473d4b22 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
6932025-02-03T04:59:00.830Z Compiling zerofrom-derive v0.1.5
6942025-02-03T04:59:00.846Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca4cd57c0fbe61f4 -C extra-filename=-ca4cd57c0fbe61f4 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-b139e572bfdd8ec1.rlib --extern proc_macro --cap-lints allow`
6952025-02-03T04:59:01.402Z Compiling tokio v1.43.0
6962025-02-03T04:59:01.405Z Running `/home/build/.rustup/toolchains/1.84.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=b31e87dd8072b9ab -C extra-filename=-b31e87dd8072b9ab --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-86f269f1c40389e5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-fa020e2f28763cbe.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-583994bf66175348.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-6fb4c4e99188b642.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-c2d41530455024f2.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-d4ba7404dbb9c947.so --cap-lints allow`
6972025-02-03T04:59:02.414Z Running `/home/build/.rustup/toolchains/1.84.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=3d363e07d4cfb6a0 -C extra-filename=-3d363e07d4cfb6a0 --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-ac797e8e3af7220b.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
6982025-02-03T04:59:02.546Z Compiling futures-util v0.3.31
6992025-02-03T04:59:02.549Z Running `/home/build/.rustup/toolchains/1.84.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=075d55116607b61a -C extra-filename=-075d55116607b61a --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-6260aa35f63c3901.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-4c55ea250fdc1271.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-d96eaef3473d4b22.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-dc19947d0c807d7d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-96dbea06f1d20635.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-4cf6e78e57808d37.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-c4dd7cf773a9dc53.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-5c67f753b3de14fd.rmeta --cap-lints allow`
7002025-02-03T04:59:02.559Z Compiling yoke-derive v0.7.5
7012025-02-03T04:59:02.559Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b458bfd58a2f2094 -C extra-filename=-b458bfd58a2f2094 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-b139e572bfdd8ec1.rlib --extern proc_macro --cap-lints allow`
7022025-02-03T04:59:04.065Z Compiling zerofrom v0.1.5
7032025-02-03T04:59:04.068Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=07cbf0732c737031 -C extra-filename=-07cbf0732c737031 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom_derive-ca4cd57c0fbe61f4.so --cap-lints allow`
7042025-02-03T04:59:04.287Z Compiling zerovec-derive v0.10.3
7052025-02-03T04:59:04.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ded1f232ef2b045 -C extra-filename=-5ded1f232ef2b045 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
7062025-02-03T04:59:05.091Z Compiling yoke v0.7.5
7072025-02-03T04:59:05.094Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=454e6b465430d0dc -C extra-filename=-454e6b465430d0dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-feed7109bbcf6a08.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-b458bfd58a2f2094.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-07cbf0732c737031.rmeta --cap-lints allow`
7082025-02-03T04:59:05.480Z Compiling displaydoc v0.2.5
7092025-02-03T04:59:05.490Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d2666c215cc0eb65 -C extra-filename=-d2666c215cc0eb65 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
7102025-02-03T04:59:06.650Z Running `/home/build/.rustup/toolchains/1.84.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=5db9eaee2c6dae06 -C extra-filename=-5db9eaee2c6dae06 --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-8ffe2d54c835beaf.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)'`
7112025-02-03T04:59:06.723Z Compiling zerovec v0.10.4
7122025-02-03T04:59:06.735Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=a4424eed370ee5c1 -C extra-filename=-a4424eed370ee5c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-454e6b465430d0dc.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-07cbf0732c737031.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-5ded1f232ef2b045.so --cap-lints allow`
7132025-02-03T04:59:07.034Z Compiling pest v2.7.6
7142025-02-03T04:59:07.037Z Running `/home/build/.rustup/toolchains/1.84.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=d95f2deecac83995 -C extra-filename=-d95f2deecac83995 --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-4cf6e78e57808d37.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-297e10fef4eb5cc9.rmeta --cap-lints allow`
7152025-02-03T04:59:07.959Z Compiling icu_provider_macros v1.5.0
7162025-02-03T04:59:07.962Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df7240ca58790ef8 -C extra-filename=-df7240ca58790ef8 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
7172025-02-03T04:59:08.203Z Compiling zerocopy-derive v0.7.32
7182025-02-03T04:59:08.218Z Running `/home/build/.rustup/toolchains/1.84.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=68a42bbcd3539f1d -C extra-filename=-68a42bbcd3539f1d --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
7192025-02-03T04:59:08.803Z Compiling tinystr v0.7.6
7202025-02-03T04:59:08.807Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=92d867dae9de27fb -C extra-filename=-92d867dae9de27fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow`
7212025-02-03T04:59:09.091Z Compiling tokio-util v0.7.7
7222025-02-03T04:59:09.094Z Running `/home/build/.rustup/toolchains/1.84.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=c644b13301b1c2e9 -C extra-filename=-c644b13301b1c2e9 --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-86f269f1c40389e5.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-dc19947d0c807d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d805877a090c3e4b.rmeta --cap-lints allow`
7232025-02-03T04:59:09.190Z Compiling icu_locid v1.5.0
7242025-02-03T04:59:09.195Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=10d3e795ea456b4a -C extra-filename=-10d3e795ea456b4a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-46ef6185b21ee799.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-92d867dae9de27fb.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-b3deab1b022f48ea.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow`
7252025-02-03T04:59:10.007Z Compiling pest_meta v2.7.6
7262025-02-03T04:59:10.010Z Running `/home/build/.rustup/toolchains/1.84.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=9efec4c0b9283210 -C extra-filename=-9efec4c0b9283210 --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-d83975cf4f09777b.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-d95f2deecac83995.rmeta --cap-lints allow`
7272025-02-03T04:59:10.173Z Compiling zerocopy v0.7.32
7282025-02-03T04:59:10.184Z Running `/home/build/.rustup/toolchains/1.84.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=411b3d9fdf8353cd -C extra-filename=-411b3d9fdf8353cd --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-c82c6ab366b08dcf.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-68a42bbcd3539f1d.so --cap-lints allow`
7292025-02-03T04:59:10.416Z Compiling icu_provider v1.5.0
7302025-02-03T04:59:10.418Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=dc9bee3e853276fe -C extra-filename=-dc9bee3e853276fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-10d3e795ea456b4a.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-df7240ca58790ef8.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-feed7109bbcf6a08.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-92d867dae9de27fb.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-b3deab1b022f48ea.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-454e6b465430d0dc.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-07cbf0732c737031.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow`
7312025-02-03T04:59:11.323Z Compiling pest_generator v2.7.6
7322025-02-03T04:59:11.326Z Running `/home/build/.rustup/toolchains/1.84.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=17df563c17c51461 -C extra-filename=-17df563c17c51461 --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-d95f2deecac83995.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-9efec4c0b9283210.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow`
7332025-02-03T04:59:11.462Z Compiling icu_locid_transform v1.5.0
7342025-02-03T04:59:11.478Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=fed3dc564bbec78b -C extra-filename=-fed3dc564bbec78b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-10d3e795ea456b4a.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-17de034b75e90801.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-dc9bee3e853276fe.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-92d867dae9de27fb.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow`
7352025-02-03T04:59:11.498Z Compiling icu_collections v1.5.0
7362025-02-03T04:59:11.515Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=df82d4702021071d -C extra-filename=-df82d4702021071d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-454e6b465430d0dc.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-07cbf0732c737031.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow`
7372025-02-03T04:59:11.588Z Compiling scroll_derive v0.12.0
7382025-02-03T04:59:11.591Z Running `/home/build/.rustup/toolchains/1.84.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=7b7f4184d731b425 -C extra-filename=-7b7f4184d731b425 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
7392025-02-03T04:59:12.110Z Running `/home/build/.rustup/toolchains/1.84.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.137/src/lib.rs --error-format=json --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=fd9037ef00a61fd2 -C extra-filename=-fd9037ef00a61fd2 --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-5bec9537d29c75b3.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-4cf6e78e57808d37.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-379eaeb94fa255ea.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7402025-02-03T04:59:12.744Z Compiling indexmap v2.7.1
7412025-02-03T04:59:12.746Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--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=1738bf2c280341d1 -C extra-filename=-1738bf2c280341d1 --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-d0c48dc7f18c3cb1.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-c6a4d7e13746573d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow`
7422025-02-03T04:59:12.932Z Compiling icu_properties v1.5.1
7432025-02-03T04:59:12.944Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=5332de90657abcd0 -C extra-filename=-5332de90657abcd0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-df82d4702021071d.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-fed3dc564bbec78b.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-21e64a4eeb1b088f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-dc9bee3e853276fe.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-92d867dae9de27fb.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow`
7442025-02-03T04:59:12.956Z Compiling serde_tokenstream v0.2.2
7452025-02-03T04:59:12.959Z Running `/home/build/.rustup/toolchains/1.84.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=c7d041217b6bfd84 -C extra-filename=-c7d041217b6bfd84 --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow`
7462025-02-03T04:59:13.058Z Compiling scroll v0.12.0
7472025-02-03T04:59:13.070Z Running `/home/build/.rustup/toolchains/1.84.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=5d5f83c28d7ae57a -C extra-filename=-5d5f83c28d7ae57a --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-7b7f4184d731b425.so --cap-lints allow`
7482025-02-03T04:59:13.449Z Compiling pest_derive v2.7.6
7492025-02-03T04:59:13.452Z Running `/home/build/.rustup/toolchains/1.84.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=c9e243c5625a5861 -C extra-filename=-c9e243c5625a5861 --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-d95f2deecac83995.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-17df563c17c51461.rlib --extern proc_macro --cap-lints allow`
7502025-02-03T04:59:13.470Z Compiling openssl-macros v0.1.1
7512025-02-03T04:59:13.472Z Running `/home/build/.rustup/toolchains/1.84.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=b0546123b3a8c3d6 -C extra-filename=-b0546123b3a8c3d6 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
7522025-02-03T04:59:13.592Z Compiling goblin v0.8.0
7532025-02-03T04:59:13.595Z Running `/home/build/.rustup/toolchains/1.84.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=32316ddb5bc9f111 -C extra-filename=-32316ddb5bc9f111 --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-a4584032aad630d9.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-5754893c076d1bcf.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-5d5f83c28d7ae57a.rmeta --cap-lints allow`
7542025-02-03T04:59:14.034Z Compiling h2 v0.4.6
7552025-02-03T04:59:14.038Z Running `/home/build/.rustup/toolchains/1.84.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=27ee6088b7ebfda9 -C extra-filename=-27ee6088b7ebfda9 --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-897d17393969bb71.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-7663da8998d9f8ac.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-dc19947d0c807d7d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-5c67f753b3de14fd.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-c644b13301b1c2e9.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d805877a090c3e4b.rmeta --cap-lints allow`
7562025-02-03T04:59:14.143Z Compiling dof v0.3.0
7572025-02-03T04:59:14.146Z Running `/home/build/.rustup/toolchains/1.84.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=d3c316b97369ac25 -C extra-filename=-d3c316b97369ac25 --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-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-411b3d9fdf8353cd.rmeta --cap-lints allow`
7582025-02-03T04:59:14.305Z Running `/home/build/.rustup/toolchains/1.84.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=ead68db874849cd8 -C extra-filename=-ead68db874849cd8 --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-0d123c7936cf90a1.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-46d25d6a41b736dd.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-5088ba2f5c546bb9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d83975cf4f09777b.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-b0546123b3a8c3d6.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-45213ec460e03720.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)'`
7592025-02-03T04:59:14.397Z Compiling dtrace-parser v0.2.0
7602025-02-03T04:59:14.400Z Running `/home/build/.rustup/toolchains/1.84.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=cc0708bd9b71d8bd -C extra-filename=-cc0708bd9b71d8bd --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-d95f2deecac83995.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-c9e243c5625a5861.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --cap-lints allow`
7612025-02-03T04:59:14.934Z Compiling serde_spanned v0.6.7
7622025-02-03T04:59:14.937Z Running `/home/build/.rustup/toolchains/1.84.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=c3c4eff1363202a8 -C extra-filename=-c3c4eff1363202a8 --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-5db9eaee2c6dae06.rmeta --cap-lints allow`
7632025-02-03T04:59:15.007Z Compiling toml_datetime v0.6.8
7642025-02-03T04:59:15.010Z Running `/home/build/.rustup/toolchains/1.84.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=55bf3d01de5a5f41 -C extra-filename=-55bf3d01de5a5f41 --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-5db9eaee2c6dae06.rmeta --cap-lints allow`
7652025-02-03T04:59:15.197Z Running `/home/build/.rustup/toolchains/1.84.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=91351a57af0c5b82 -C extra-filename=-91351a57af0c5b82 --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-c82c6ab366b08dcf.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-d3c316b97369ac25.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-cc0708bd9b71d8bd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4f25c888866cdd9b.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-18f1d75ec87af681.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7662025-02-03T04:59:15.539Z Compiling toml_edit v0.22.20
7672025-02-03T04:59:15.542Z Running `/home/build/.rustup/toolchains/1.84.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=cdc2e592375dffb5 -C extra-filename=-cdc2e592375dffb5 --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-1738bf2c280341d1.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-c3c4eff1363202a8.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-55bf3d01de5a5f41.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-51857173361e63f0.rmeta --cap-lints allow`
7682025-02-03T04:59:16.513Z Compiling icu_normalizer v1.5.0
7692025-02-03T04:59:16.514Z Compiling http-body-util v0.1.2
7702025-02-03T04:59:16.516Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=4e02144885d22caa -C extra-filename=-4e02144885d22caa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-df82d4702021071d.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-7abe9f1a49b5d6da.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-5332de90657abcd0.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-dc9bee3e853276fe.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-d7fcf6aca4c55ceb.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-93e6674b16ca230f.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-500bc7369c6c592c.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-35cce838fd39fef9.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow`
7712025-02-03T04:59:16.526Z Running `/home/build/.rustup/toolchains/1.84.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=8dd54ab3caf6036c -C extra-filename=-8dd54ab3caf6036c --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-86f269f1c40389e5.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-52126f14e47a9992.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --cap-lints allow`
7722025-02-03T04:59:16.784Z Compiling thread_local v1.1.4
7732025-02-03T04:59:16.787Z Running `/home/build/.rustup/toolchains/1.84.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=81518cb6fd623cec -C extra-filename=-81518cb6fd623cec --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-d83975cf4f09777b.rmeta --cap-lints allow`
7742025-02-03T04:59:17.004Z Compiling encoding_rs v0.8.32
7752025-02-03T04:59:17.016Z Running `/home/build/.rustup/toolchains/1.84.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=f2b0346c99c3f897 -C extra-filename=-f2b0346c99c3f897 --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-46d25d6a41b736dd.rmeta --cap-lints allow`
7762025-02-03T04:59:17.326Z Compiling heck v0.5.0
7772025-02-03T04:59:17.328Z Running `/home/build/.rustup/toolchains/1.84.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=c36b67d624d3a7a9 -C extra-filename=-c36b67d624d3a7a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782025-02-03T04:59:17.744Z Compiling idna_adapter v1.2.0
7792025-02-03T04:59:17.747Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=53ba2d950ae15a62 -C extra-filename=-53ba2d950ae15a62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer-4e02144885d22caa.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-5332de90657abcd0.rmeta --cap-lints allow`
7802025-02-03T04:59:17.849Z Compiling iana-time-zone v0.1.47
7812025-02-03T04:59:17.851Z Running `/home/build/.rustup/toolchains/1.84.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=5fbc0c0b7e394dac -C extra-filename=-5fbc0c0b7e394dac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7822025-02-03T04:59:17.973Z Compiling idna v1.0.3
7832025-02-03T04:59:17.976Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=61c70e21f4b9b093 -C extra-filename=-61c70e21f4b9b093 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern idna_adapter=/work/oxidecomputer/dropshot/target/debug/deps/libidna_adapter-53ba2d950ae15a62.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-d7fcf6aca4c55ceb.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-500bc7369c6c592c.rmeta --cap-lints allow`
7842025-02-03T04:59:18.280Z Compiling similar v2.2.1
7852025-02-03T04:59:18.292Z Running `/home/build/.rustup/toolchains/1.84.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=66685cad77a66fdf -C extra-filename=-66685cad77a66fdf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7862025-02-03T04:59:18.493Z Compiling camino v1.1.9
7872025-02-03T04:59:18.496Z Running `/home/build/.rustup/toolchains/1.84.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=5589b96b1842068f -C extra-filename=-5589b96b1842068f --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-5589b96b1842068f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7882025-02-03T04:59:19.076Z Compiling hyper v1.5.2
7892025-02-03T04:59:19.079Z Running `/home/build/.rustup/toolchains/1.84.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=2f4bc1861c64385f -C extra-filename=-2f4bc1861c64385f --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-86f269f1c40389e5.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-6260aa35f63c3901.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-27ee6088b7ebfda9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-52126f14e47a9992.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e9be72e4d45cb0af.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-ea1dbb00b6d5ed19.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-5bec9537d29c75b3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-d7fcf6aca4c55ceb.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-8e6e28f7444e4f20.rmeta --cap-lints allow`
7902025-02-03T04:59:19.840Z Running `/home/build/.rustup/toolchains/1.84.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=a650a4d76c25a93c -C extra-filename=-a650a4d76c25a93c --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-32316ddb5bc9f111.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0ada4c3d0e96caf7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-411b3d9fdf8353cd.rmeta --cap-lints allow`
7912025-02-03T04:59:20.621Z Running `/home/build/.rustup/toolchains/1.84.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=380dd71f1f82eb03 -C extra-filename=-380dd71f1f82eb03 --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-a4584032aad630d9.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-ead68db874849cd8.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-4dcfc9025a15ff8b.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-45213ec460e03720.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
7922025-02-03T04:59:21.206Z Compiling match_cfg v0.1.0
7932025-02-03T04:59:21.209Z Running `/home/build/.rustup/toolchains/1.84.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=d88208d0f660054a -C extra-filename=-d88208d0f660054a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7942025-02-03T04:59:21.302Z Compiling slog-async v2.8.0
7952025-02-03T04:59:21.305Z Running `/home/build/.rustup/toolchains/1.84.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=5436508402c3c3ac -C extra-filename=-5436508402c3c3ac --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-5436508402c3c3ac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7962025-02-03T04:59:21.607Z Compiling hyper-util v0.1.10
7972025-02-03T04:59:21.610Z Running `/home/build/.rustup/toolchains/1.84.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=4735ff6c34f6b6dd -C extra-filename=-4735ff6c34f6b6dd --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-86f269f1c40389e5.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-6260aa35f63c3901.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-52126f14e47a9992.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-c2d41530455024f2.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d805877a090c3e4b.rmeta --cap-lints allow`
7982025-02-03T04:59:21.621Z Compiling target-triple v0.1.3
7992025-02-03T04:59:21.632Z Running `/home/build/.rustup/toolchains/1.84.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=e91c79197853fc42 -C extra-filename=-e91c79197853fc42 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-e91c79197853fc42 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8002025-02-03T04:59:21.778Z Compiling parking v2.2.0
8012025-02-03T04:59:21.781Z Running `/home/build/.rustup/toolchains/1.84.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=cc0d4e527836373a -C extra-filename=-cc0d4e527836373a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8022025-02-03T04:59:22.007Z Compiling schemars v0.8.21
8032025-02-03T04:59:22.010Z Running `/home/build/.rustup/toolchains/1.84.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=a03be7c4afacf664 -C extra-filename=-a03be7c4afacf664 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-a03be7c4afacf664 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8042025-02-03T04:59:22.118Z Compiling thiserror v2.0.11
8052025-02-03T04:59:22.120Z Running `/home/build/.rustup/toolchains/1.84.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=acf757342d444fcf -C extra-filename=-acf757342d444fcf --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-acf757342d444fcf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8062025-02-03T04:59:22.130Z Compiling rustix v0.38.40
8072025-02-03T04:59:22.133Z Running `/home/build/.rustup/toolchains/1.84.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=1250c02a8bc3ae9d -C extra-filename=-1250c02a8bc3ae9d --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-1250c02a8bc3ae9d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8082025-02-03T04:59:22.394Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-a03be7c4afacf664/build-script-build`
8092025-02-03T04:59:22.401Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-e91c79197853fc42/build-script-build`
8102025-02-03T04:59:22.419Z Compiling event-listener v5.0.0
8112025-02-03T04:59:22.427Z Running `/home/build/.rustup/toolchains/1.84.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=03d8aed1ba392ebf -C extra-filename=-03d8aed1ba392ebf --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-a82c71e3ab7d375b.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-cc0d4e527836373a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --cap-lints allow`
8122025-02-03T04:59:22.626Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-5436508402c3c3ac/build-script-build`
8132025-02-03T04:59:22.673Z Compiling hostname v0.3.1
8142025-02-03T04:59:22.685Z Running `/home/build/.rustup/toolchains/1.84.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=2ac52551935bc7bb -C extra-filename=-2ac52551935bc7bb --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-03aebe320b0e4356.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-d88208d0f660054a.rmeta --cap-lints allow`
8152025-02-03T04:59:22.690Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-acf757342d444fcf/build-script-build`
8162025-02-03T04:59:22.787Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-1250c02a8bc3ae9d/build-script-build`
8172025-02-03T04:59:22.894Z Compiling tokio-native-tls v0.3.1
8182025-02-03T04:59:22.897Z Running `/home/build/.rustup/toolchains/1.84.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=1bd4e8c10343180b -C extra-filename=-1bd4e8c10343180b --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-380dd71f1f82eb03.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8192025-02-03T04:59:22.909Z Running `/home/build/.rustup/toolchains/1.84.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=823f2a9c96c870d5 -C extra-filename=-823f2a9c96c870d5 --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-c82c6ab366b08dcf.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-a650a4d76c25a93c.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-cc0708bd9b71d8bd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-cb558889b38a8cb8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-08f7f94e0bccda39.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
8202025-02-03T04:59:22.954Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-5589b96b1842068f/build-script-build`
8212025-02-03T04:59:23.012Z Compiling toml v0.8.19
8222025-02-03T04:59:23.024Z Running `/home/build/.rustup/toolchains/1.84.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=493a138a02a843e6 -C extra-filename=-493a138a02a843e6 --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-5db9eaee2c6dae06.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-c3c4eff1363202a8.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-55bf3d01de5a5f41.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-cdc2e592375dffb5.rmeta --cap-lints allow`
8232025-02-03T04:59:23.047Z Compiling url v2.5.4
8242025-02-03T04:59:23.050Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=b13f780ae39a5d03 -C extra-filename=-b13f780ae39a5d03 --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-ccd2b88e4a147b40.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-61c70e21f4b9b093.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rmeta --cap-lints allow`
8252025-02-03T04:59:23.122Z Compiling chrono v0.4.39
8262025-02-03T04:59:23.126Z Running `/home/build/.rustup/toolchains/1.84.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=9483abce7e37d24b -C extra-filename=-9483abce7e37d24b --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-5fbc0c0b7e394dac.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-51468832d103e38b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow`
8272025-02-03T04:59:23.144Z Compiling usdt-macro v0.5.0
8282025-02-03T04:59:23.157Z Running `/home/build/.rustup/toolchains/1.84.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=470210fe3802b805 -C extra-filename=-470210fe3802b805 --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-cc0708bd9b71d8bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-91351a57af0c5b82.rlib --extern proc_macro --cap-lints allow`
8292025-02-03T04:59:24.049Z Compiling usdt-attr-macro v0.5.0
8302025-02-03T04:59:24.052Z Running `/home/build/.rustup/toolchains/1.84.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=73921d7eda0ebda0 -C extra-filename=-73921d7eda0ebda0 --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-cc0708bd9b71d8bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-91351a57af0c5b82.rlib --extern proc_macro --cap-lints allow`
8312025-02-03T04:59:24.181Z Compiling slog-json v2.6.1
8322025-02-03T04:59:24.184Z Running `/home/build/.rustup/toolchains/1.84.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=f84c705d9b458360 -C extra-filename=-f84c705d9b458360 --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-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-5bb4a34b7ed0c049.rmeta --cap-lints allow`
8332025-02-03T04:59:24.246Z Compiling uuid v1.12.1
8342025-02-03T04:59:24.258Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.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 --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=f88432dfa2de670f -C extra-filename=-f88432dfa2de670f --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-5ad07762b9dd6758.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow`
8352025-02-03T04:59:24.552Z Compiling serde_urlencoded v0.7.1
8362025-02-03T04:59:24.563Z Running `/home/build/.rustup/toolchains/1.84.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=5e682c77cb7c4321 -C extra-filename=-5e682c77cb7c4321 --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-ccd2b88e4a147b40.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-5bec9537d29c75b3.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-379eaeb94fa255ea.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow`
8372025-02-03T04:59:24.573Z Compiling tokio-rustls v0.25.0
8382025-02-03T04:59:24.581Z Running `/home/build/.rustup/toolchains/1.84.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=44f0524e77a039c2 -C extra-filename=-44f0524e77a039c2 --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-8ae6a2ffb2c90839.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out`
8392025-02-03T04:59:24.653Z Compiling tokio-rustls v0.26.0
8402025-02-03T04:59:24.656Z Running `/home/build/.rustup/toolchains/1.84.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=3fcd305dff7c5336 -C extra-filename=-3fcd305dff7c5336 --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-86fa478408e4c64d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out`
8412025-02-03T04:59:24.765Z Compiling futures-executor v0.3.31
8422025-02-03T04:59:24.765Z Running `/home/build/.rustup/toolchains/1.84.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=fa0fb960e007c3b5 -C extra-filename=-fa0fb960e007c3b5 --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-18a8c241da587dc7.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-96dbea06f1d20635.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --cap-lints allow`
8432025-02-03T04:59:24.985Z Compiling schemars_derive v0.8.21
8442025-02-03T04:59:24.988Z Running `/home/build/.rustup/toolchains/1.84.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=cd06fef94d77f796 -C extra-filename=-cd06fef94d77f796 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-2bf14273540307cb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
8452025-02-03T04:59:25.055Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4efb1af69c5a36ce/build-script-build`
8462025-02-03T04:59:25.098Z Compiling async-stream-impl v0.3.6
8472025-02-03T04:59:25.101Z Compiling thiserror-impl v2.0.11
8482025-02-03T04:59:25.101Z Running `/home/build/.rustup/toolchains/1.84.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=2bbf6aa66eb994a5 -C extra-filename=-2bbf6aa66eb994a5 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
8492025-02-03T04:59:25.101Z Running `/home/build/.rustup/toolchains/1.84.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=33373e19207c8436 -C extra-filename=-33373e19207c8436 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
8502025-02-03T04:59:25.101Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-6a72356a4e42293a/build-script-build`
8512025-02-03T04:59:25.135Z Compiling term v0.7.0
8522025-02-03T04:59:25.138Z Running `/home/build/.rustup/toolchains/1.84.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=b32b7778e70d0928 -C extra-filename=-b32b7778e70d0928 --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-eced88f546907aa9.rmeta --cap-lints allow`
8532025-02-03T04:59:25.149Z Compiling crossbeam-channel v0.5.1
8542025-02-03T04:59:25.152Z Running `/home/build/.rustup/toolchains/1.84.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=bfd93635fbf6f2aa -C extra-filename=-bfd93635fbf6f2aa --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-46d25d6a41b736dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-3f3698b1143c64a7.rmeta --cap-lints allow`
8552025-02-03T04:59:25.336Z Compiling webpki-roots v0.26.5
8562025-02-03T04:59:25.339Z Running `/home/build/.rustup/toolchains/1.84.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=caa46847d7e0ab95 -C extra-filename=-caa46847d7e0ab95 --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-3e9ef0759137f01f.rmeta --cap-lints allow`
8572025-02-03T04:59:25.553Z Compiling memmap v0.7.0
8582025-02-03T04:59:25.555Z Running `/home/build/.rustup/toolchains/1.84.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=a6abfd2dc371a2f9 -C extra-filename=-a6abfd2dc371a2f9 --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-03aebe320b0e4356.rmeta --cap-lints allow`
8592025-02-03T04:59:25.693Z Compiling errno v0.3.8
8602025-02-03T04:59:25.693Z Running `/home/build/.rustup/toolchains/1.84.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=f2ee9378bc05094c -C extra-filename=-f2ee9378bc05094c --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-03aebe320b0e4356.rmeta --cap-lints allow`
8612025-02-03T04:59:25.893Z Compiling is-terminal v0.4.12
8622025-02-03T04:59:25.896Z Running `/home/build/.rustup/toolchains/1.84.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=1c593163bae8a63f -C extra-filename=-1c593163bae8a63f --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-03aebe320b0e4356.rmeta --cap-lints allow`
8632025-02-03T04:59:25.936Z Compiling sync_wrapper v1.0.1
8642025-02-03T04:59:25.968Z Running `/home/build/.rustup/toolchains/1.84.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=ad1105ce3bbe3701 -C extra-filename=-ad1105ce3bbe3701 --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-18a8c241da587dc7.rmeta --cap-lints allow`
8652025-02-03T04:59:26.014Z Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot)
8662025-02-03T04:59:26.017Z Running `/home/build/.rustup/toolchains/1.84.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=2980cfbc196506da -C extra-filename=-2980cfbc196506da --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-2980cfbc196506da -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-56fb3abe49580ef3.rlib`
8672025-02-03T04:59:26.095Z Compiling take_mut v0.2.2
8682025-02-03T04:59:26.098Z Running `/home/build/.rustup/toolchains/1.84.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=a973b48b40dc612a -C extra-filename=-a973b48b40dc612a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8692025-02-03T04:59:26.240Z Compiling anyhow v1.0.95
8702025-02-03T04:59:26.243Z Running `/home/build/.rustup/toolchains/1.84.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=8b20ac9f4bcfa4ed -C extra-filename=-8b20ac9f4bcfa4ed --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-8b20ac9f4bcfa4ed -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8712025-02-03T04:59:26.257Z Compiling buf-list v1.0.3
8722025-02-03T04:59:26.260Z Running `/home/build/.rustup/toolchains/1.84.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=d35f6b3a6b011c87 -C extra-filename=-d35f6b3a6b011c87 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-d35f6b3a6b011c87 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8732025-02-03T04:59:26.390Z Compiling dyn-clone v1.0.4
8742025-02-03T04:59:26.393Z Running `/home/build/.rustup/toolchains/1.84.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=58b56b12357f0885 -C extra-filename=-58b56b12357f0885 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8752025-02-03T04:59:26.403Z Compiling tower-layer v0.3.3
8762025-02-03T04:59:26.406Z Running `/home/build/.rustup/toolchains/1.84.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=3a0c0b744a22e511 -C extra-filename=-3a0c0b744a22e511 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8772025-02-03T04:59:26.526Z Compiling data-encoding v2.4.0
8782025-02-03T04:59:26.528Z Running `/home/build/.rustup/toolchains/1.84.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=7ec4a723554709fa -C extra-filename=-7ec4a723554709fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8792025-02-03T04:59:26.684Z Compiling utf-8 v0.7.6
8802025-02-03T04:59:26.687Z Running `/home/build/.rustup/toolchains/1.84.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=d451a7a236add675 -C extra-filename=-d451a7a236add675 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8812025-02-03T04:59:26.726Z Compiling tower v0.5.2
8822025-02-03T04:59:26.728Z Running `/home/build/.rustup/toolchains/1.84.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=ca5b9ecc45040599 -C extra-filename=-ca5b9ecc45040599 --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-18a8c241da587dc7.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ad1105ce3bbe3701.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-3a0c0b744a22e511.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --cap-lints allow`
8832025-02-03T04:59:26.815Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-d35f6b3a6b011c87/build-script-build`
8842025-02-03T04:59:26.815Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-8b20ac9f4bcfa4ed/build-script-build`
8852025-02-03T04:59:26.874Z Compiling async-stream v0.3.6
8862025-02-03T04:59:26.877Z Running `/home/build/.rustup/toolchains/1.84.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=532432e417b5e410 -C extra-filename=-532432e417b5e410 --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-2bbf6aa66eb994a5.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --cap-lints allow`
8872025-02-03T04:59:26.890Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-2980cfbc196506da/build-script-build`
8882025-02-03T04:59:26.947Z Running `/home/build/.rustup/toolchains/1.84.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=216e43dfba20d072 -C extra-filename=-216e43dfba20d072 --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-bfd93635fbf6f2aa.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-a973b48b40dc612a.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-81518cb6fd623cec.rmeta --cap-lints allow --cfg integer128`
8892025-02-03T04:59:27.013Z Compiling slog-term v2.9.1
8902025-02-03T04:59:27.016Z Running `/home/build/.rustup/toolchains/1.84.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=77d5fc01aa9a5113 -C extra-filename=-77d5fc01aa9a5113 --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-1c593163bae8a63f.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-b32b7778e70d0928.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-81518cb6fd623cec.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-5bb4a34b7ed0c049.rmeta --cap-lints allow`
8912025-02-03T04:59:27.173Z Compiling tungstenite v0.24.0
8922025-02-03T04:59:27.193Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=b0b20cdd06c5fab1 -C extra-filename=-b0b20cdd06c5fab1 --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-c82c6ab366b08dcf.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-7ec4a723554709fa.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e9be72e4d45cb0af.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-a4584032aad630d9.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-52309b7a68c99938.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-d451a7a236add675.rmeta --cap-lints allow`
8932025-02-03T04:59:27.196Z Running `/home/build/.rustup/toolchains/1.84.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=72d09e15435e0b0b -C extra-filename=-72d09e15435e0b0b --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-0d123c7936cf90a1.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-f2ee9378bc05094c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
8942025-02-03T04:59:27.506Z Compiling usdt v0.5.0
8952025-02-03T04:59:27.510Z Running `/home/build/.rustup/toolchains/1.84.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=f6c1310370f7ba2e -C extra-filename=-f6c1310370f7ba2e --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-a650a4d76c25a93c.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-cc0708bd9b71d8bd.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-32316ddb5bc9f111.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-a6abfd2dc371a2f9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-73921d7eda0ebda0.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-823f2a9c96c870d5.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-470210fe3802b805.so --cap-lints allow`
8962025-02-03T04:59:27.852Z Running `/home/build/.rustup/toolchains/1.84.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=ce5d88e1a842be40 -C extra-filename=-ce5d88e1a842be40 --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-9483abce7e37d24b.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-58b56b12357f0885.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-cd06fef94d77f796.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
8972025-02-03T04:59:28.012Z Compiling hyper-rustls v0.27.3
8982025-02-03T04:59:28.025Z Running `/home/build/.rustup/toolchains/1.84.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=1d35af2230a87696 -C extra-filename=-1d35af2230a87696 --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-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-86fa478408e4c64d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3fcd305dff7c5336.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-caa46847d7e0ab95.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out`
8992025-02-03T04:59:28.067Z Running `/home/build/.rustup/toolchains/1.84.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=7334df3b440b0ee8 -C extra-filename=-7334df3b440b0ee8 --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-33373e19207c8436.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
9002025-02-03T04:59:28.138Z Running `/home/build/.rustup/toolchains/1.84.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=7f2616b7142c91c1 -C extra-filename=-7f2616b7142c91c1 --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-2933f2b5e4ff6ab7.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-98d5a3d95a49d9bc.rmeta --cap-lints allow`
9012025-02-03T04:59:28.209Z Running `/home/build/.rustup/toolchains/1.84.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=681967e90ecfa3fc -C extra-filename=-681967e90ecfa3fc --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-86f269f1c40389e5.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f2b0346c99c3f897.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e9be72e4d45cb0af.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-4cf6e78e57808d37.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2933f2b5e4ff6ab7.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-2fcff48218ba9c47.rmeta --cap-lints allow`
9022025-02-03T04:59:28.283Z Compiling futures v0.3.31
9032025-02-03T04:59:28.286Z Running `/home/build/.rustup/toolchains/1.84.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=4284dce75a089971 -C extra-filename=-4284dce75a089971 --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-6260aa35f63c3901.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-fa0fb960e007c3b5.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-4c55ea250fdc1271.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-dc19947d0c807d7d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-96dbea06f1d20635.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --cap-lints allow`
9042025-02-03T04:59:28.386Z Compiling slog-bunyan v2.5.0
9052025-02-03T04:59:28.389Z Running `/home/build/.rustup/toolchains/1.84.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=2d054685fc31329f -C extra-filename=-2d054685fc31329f --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-2ac52551935bc7bb.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-5bb4a34b7ed0c049.rmeta --cap-lints allow`
9062025-02-03T04:59:28.600Z Compiling hyper-tls v0.6.0
9072025-02-03T04:59:28.613Z Running `/home/build/.rustup/toolchains/1.84.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=1b7474c394d8d105 -C extra-filename=-1b7474c394d8d105 --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-86f269f1c40389e5.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-380dd71f1f82eb03.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-1bd4e8c10343180b.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9082025-02-03T04:59:28.615Z Running `/home/build/.rustup/toolchains/1.84.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=d3197d8bde964e81 -C extra-filename=-d3197d8bde964e81 --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-5db9eaee2c6dae06.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)'`
9092025-02-03T04:59:28.839Z Compiling event-listener-strategy v0.5.2
9102025-02-03T04:59:28.842Z Running `/home/build/.rustup/toolchains/1.84.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=22624ca014ecd337 -C extra-filename=-22624ca014ecd337 --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-03d8aed1ba392ebf.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --cap-lints allow`
9112025-02-03T04:59:28.989Z Running `/home/build/.rustup/toolchains/1.84.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=bc34f1a049bd139d -C extra-filename=-bc34f1a049bd139d --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"))'`
9122025-02-03T04:59:29.050Z Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9132025-02-03T04:59:29.063Z Running `/home/build/.rustup/toolchains/1.84.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=1e8b201ecb6bdd5d -C extra-filename=-1e8b201ecb6bdd5d --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-c36b67d624d3a7a9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro`
9142025-02-03T04:59:29.100Z Compiling openapiv3 v2.0.0
9152025-02-03T04:59:29.103Z Running `/home/build/.rustup/toolchains/1.84.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=4c1ccc7c34b9b257 -C extra-filename=-4c1ccc7c34b9b257 --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-1738bf2c280341d1.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --cap-lints allow`
9162025-02-03T04:59:29.144Z Compiling serde_path_to_error v0.1.16
9172025-02-03T04:59:29.156Z Running `/home/build/.rustup/toolchains/1.84.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=f4a3899e9c8171eb -C extra-filename=-f4a3899e9c8171eb --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-5bec9537d29c75b3.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow`
9182025-02-03T04:59:29.298Z Compiling async-trait v0.1.85
9192025-02-03T04:59:29.301Z Running `/home/build/.rustup/toolchains/1.84.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=69e997a2dc366fdd -C extra-filename=-69e997a2dc366fdd --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
9202025-02-03T04:59:29.374Z Compiling yasna v0.5.2
9212025-02-03T04:59:29.386Z Running `/home/build/.rustup/toolchains/1.84.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=0af0723e00578d63 -C extra-filename=-0af0723e00578d63 --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-5bb4a34b7ed0c049.rmeta --cap-lints allow`
9222025-02-03T04:59:29.452Z Compiling rustls-native-certs v0.7.0
9232025-02-03T04:59:29.455Z Running `/home/build/.rustup/toolchains/1.84.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=2a3f820379b94f89 -C extra-filename=-2a3f820379b94f89 --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-4dcfc9025a15ff8b.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rmeta --cap-lints allow`
9242025-02-03T04:59:29.534Z Compiling console v0.15.7
9252025-02-03T04:59:29.537Z Running `/home/build/.rustup/toolchains/1.84.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=488f80571d056ddd -C extra-filename=-488f80571d056ddd --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-d1c312d05e6f769b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-5af24ec27f955c69.rmeta --cap-lints allow`
9262025-02-03T04:59:29.918Z Compiling pem v3.0.4
9272025-02-03T04:59:29.920Z Running `/home/build/.rustup/toolchains/1.84.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=ad636604f89ad3ec -C extra-filename=-ad636604f89ad3ec --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-987d1111857cbb4c.rmeta --cap-lints allow`
9282025-02-03T04:59:29.943Z Compiling waitgroup v0.1.2
9292025-02-03T04:59:29.946Z Running `/home/build/.rustup/toolchains/1.84.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=4c01b0bb84e821c6 -C extra-filename=-4c01b0bb84e821c6 --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-897d17393969bb71.rmeta --cap-lints allow`
9302025-02-03T04:59:30.192Z Compiling hostname v0.4.0
9312025-02-03T04:59:30.202Z Running `/home/build/.rustup/toolchains/1.84.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=deefd248fc420233 -C extra-filename=-deefd248fc420233 --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-46d25d6a41b736dd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --cap-lints allow`
9322025-02-03T04:59:30.417Z Compiling fastrand v2.1.1
9332025-02-03T04:59:30.428Z Running `/home/build/.rustup/toolchains/1.84.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=c66f789a839e347a -C extra-filename=-c66f789a839e347a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9342025-02-03T04:59:30.734Z Compiling http-range v0.1.4
9352025-02-03T04:59:30.737Z Running `/home/build/.rustup/toolchains/1.84.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=9820a65ec4e3bf32 -C extra-filename=-9820a65ec4e3bf32 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9362025-02-03T04:59:30.969Z Compiling termcolor v1.1.2
9372025-02-03T04:59:30.972Z Running `/home/build/.rustup/toolchains/1.84.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=7be4ef77a0471d91 -C extra-filename=-7be4ef77a0471d91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9382025-02-03T04:59:30.995Z Compiling glob v0.3.0
9392025-02-03T04:59:30.997Z Running `/home/build/.rustup/toolchains/1.84.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=de7ca54d0769ae6a -C extra-filename=-de7ca54d0769ae6a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9402025-02-03T04:59:31.044Z Compiling simple-mermaid v0.2.0
9412025-02-03T04:59:31.044Z Running `/home/build/.rustup/toolchains/1.84.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=c68dd9b6925e99ab -C extra-filename=-c68dd9b6925e99ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9422025-02-03T04:59:31.095Z Compiling debug-ignore v1.0.5
9432025-02-03T04:59:31.098Z Running `/home/build/.rustup/toolchains/1.84.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=2664cfd2ee354905 -C extra-filename=-2664cfd2ee354905 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9442025-02-03T04:59:31.140Z Compiling ipnet v2.10.0
9452025-02-03T04:59:31.142Z Running `/home/build/.rustup/toolchains/1.84.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=2233bfdab0d2d1e8 -C extra-filename=-2233bfdab0d2d1e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9462025-02-03T04:59:31.246Z Compiling hyper-staticfile v0.10.1
9472025-02-03T04:59:31.249Z Running `/home/build/.rustup/toolchains/1.84.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=52b75e0d00392ef3 -C extra-filename=-52b75e0d00392ef3 --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-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-9820a65ec4e3bf32.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-ea1dbb00b6d5ed19.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-52309b7a68c99938.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-b13f780ae39a5d03.rmeta --cap-lints allow`
9482025-02-03T04:59:31.670Z Compiling reqwest v0.12.12
9492025-02-03T04:59:31.673Z Running `/home/build/.rustup/toolchains/1.84.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=5c68138a717f63f2 -C extra-filename=-5c68138a717f63f2 --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-987d1111857cbb4c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f2b0346c99c3f897.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-27ee6088b7ebfda9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-52126f14e47a9992.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1d35af2230a87696.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-1b7474c394d8d105.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-2233bfdab0d2d1e8.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-a4584032aad630d9.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2933f2b5e4ff6ab7.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-380dd71f1f82eb03.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d83975cf4f09777b.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-86fa478408e4c64d.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ad1105ce3bbe3701.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-1bd4e8c10343180b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3fcd305dff7c5336.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-ca5b9ecc45040599.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-b13f780ae39a5d03.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-caa46847d7e0ab95.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9502025-02-03T04:59:31.684Z Compiling trybuild v1.0.103
9512025-02-03T04:59:31.694Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.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("diff"))' -C metadata=23c5283c4c8c2973 -C extra-filename=-23c5283c4c8c2973 --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-de7ca54d0769ae6a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-8ffe2d54c835beaf.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-bc34f1a049bd139d.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-7be4ef77a0471d91.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rmeta --cap-lints allow`
9522025-02-03T04:59:31.735Z Compiling tempfile v3.14.0
9532025-02-03T04:59:31.738Z Running `/home/build/.rustup/toolchains/1.84.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=01028632eca96b07 -C extra-filename=-01028632eca96b07 --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-46d25d6a41b736dd.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-c66f789a839e347a.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d83975cf4f09777b.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-72d09e15435e0b0b.rmeta --cap-lints allow`
9542025-02-03T04:59:31.961Z Compiling rcgen v0.13.2
9552025-02-03T04:59:31.963Z Running `/home/build/.rustup/toolchains/1.84.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=4417c2279f63ff65 -C extra-filename=-4417c2279f63ff65 --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-ad636604f89ad3ec.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-a60826683b901924.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-5bb4a34b7ed0c049.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-0af0723e00578d63.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out`
9562025-02-03T04:59:32.389Z Compiling expectorate v1.1.0
9572025-02-03T04:59:32.392Z Running `/home/build/.rustup/toolchains/1.84.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=07227aba8b150a60 -C extra-filename=-07227aba8b150a60 --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-488f80571d056ddd.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-481797b3dcfb5a3f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-66685cad77a66fdf.rmeta --cap-lints allow`
9582025-02-03T04:59:32.409Z Compiling hyper-rustls v0.26.0
9592025-02-03T04:59:32.409Z Running `/home/build/.rustup/toolchains/1.84.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=b4c853ea98868a8b -C extra-filename=-b4c853ea98868a8b --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-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-a4584032aad630d9.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-2a3f820379b94f89.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out`
9602025-02-03T04:59:32.554Z Compiling async-channel v2.3.1
9612025-02-03T04:59:32.557Z Running `/home/build/.rustup/toolchains/1.84.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=b7ed3f31191ef9e2 -C extra-filename=-b7ed3f31191ef9e2 --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-a82c71e3ab7d375b.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-22624ca014ecd337.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --cap-lints allow`
9622025-02-03T04:59:32.634Z Compiling tokio-tungstenite v0.24.0
9632025-02-03T04:59:32.646Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=618e4a3c13821e12 -C extra-filename=-618e4a3c13821e12 --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-075d55116607b61a.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-a4584032aad630d9.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-b0b20cdd06c5fab1.rmeta --cap-lints allow`
9642025-02-03T04:59:32.884Z Running `/home/build/.rustup/toolchains/1.84.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=b39655fd82036171 -C extra-filename=-b39655fd82036171 --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)'`
9652025-02-03T04:59:32.927Z Running `/home/build/.rustup/toolchains/1.84.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=b311d53cb61f25e5 -C extra-filename=-b311d53cb61f25e5 --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-86f269f1c40389e5.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
9662025-02-03T04:59:33.157Z Compiling subprocess v0.2.9
9672025-02-03T04:59:33.160Z Running `/home/build/.rustup/toolchains/1.84.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=3e57ba65199e0d24 -C extra-filename=-3e57ba65199e0d24 --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-03aebe320b0e4356.rmeta --cap-lints allow`
9682025-02-03T04:59:33.178Z Compiling prettyplease v0.2.29
9692025-02-03T04:59:33.181Z Running `/home/build/.rustup/toolchains/1.84.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.29/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=2b63c35df5bfd6d5 -C extra-filename=-2b63c35df5bfd6d5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-2b63c35df5bfd6d5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9702025-02-03T04:59:33.424Z Compiling schema-derive v0.1.0
9712025-02-03T04:59:33.430Z Running `/home/build/.rustup/toolchains/1.84.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=22af4e504299f3ac -C extra-filename=-22af4e504299f3ac --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-e0992995bb0b68e2.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow`
9722025-02-03T04:59:33.561Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-2b63c35df5bfd6d5/build-script-build`
9732025-02-03T04:59:33.568Z Running `/home/build/.rustup/toolchains/1.84.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=e2ff0fe86826ece3 -C extra-filename=-e2ff0fe86826ece3 --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-d1c312d05e6f769b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4f25c888866cdd9b.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-5af24ec27f955c69.rmeta --cap-lints allow`
9742025-02-03T04:59:33.784Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.29/src/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=137dff705976f578 -C extra-filename=-137dff705976f578 --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-d7753dedf2cf49ec.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
9752025-02-03T04:59:34.990Z Running `/home/build/.rustup/toolchains/1.84.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=33ac07da347e292d -C extra-filename=-33ac07da347e292d --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-e2ff0fe86826ece3.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-481797b3dcfb5a3f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-66685cad77a66fdf.rmeta --cap-lints allow`
9762025-02-03T04:59:35.711Z Compiling schema v0.1.0
9772025-02-03T04:59:35.714Z Running `/home/build/.rustup/toolchains/1.84.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=ad5dc06fb12de74d -C extra-filename=-ad5dc06fb12de74d --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-22af4e504299f3ac.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow`
9782025-02-03T04:59:35.824Z Running `/home/build/.rustup/toolchains/1.84.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=b1ab4ea1a3bae846 -C extra-filename=-b1ab4ea1a3bae846 --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-33ac07da347e292d.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-c36b67d624d3a7a9.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-137dff705976f578.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-ad5dc06fb12de74d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro`
9792025-02-03T04:59:36.306Z Running `/home/build/.rustup/toolchains/1.84.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=4b738767e74a4674 -C extra-filename=-4b738767e74a4674 --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-532432e417b5e410.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out`
9802025-02-03T04:59:37.665Z Running `/home/build/.rustup/toolchains/1.84.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=c8f64a960602164f -C extra-filename=-c8f64a960602164f --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9812025-02-03T04:59:42.902Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=61ea98d6d90540f8 -C extra-filename=-61ea98d6d90540f8 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9822025-02-03T04:59:42.904Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=be125cf29d18fd35 -C extra-filename=-be125cf29d18fd35 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9832025-02-03T04:59:42.908Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ce3a9154d1b8f9c6 -C extra-filename=-ce3a9154d1b8f9c6 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9842025-02-03T04:59:42.911Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=eaf5508ef860bc24 -C extra-filename=-eaf5508ef860bc24 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9852025-02-03T04:59:42.916Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7654608d39c89892 -C extra-filename=-7654608d39c89892 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9862025-02-03T04:59:42.916Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5e9d95b3bf0964f8 -C extra-filename=-5e9d95b3bf0964f8 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9872025-02-03T04:59:42.917Z Running `/home/build/.rustup/toolchains/1.84.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=58c24f0360be0af4 -C extra-filename=-58c24f0360be0af4 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9882025-02-03T04:59:44.523Z Running `/home/build/.rustup/toolchains/1.84.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=4c781adb0185896d -C extra-filename=-4c781adb0185896d --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9892025-02-03T04:59:57.074Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a59f988945e97fc2 -C extra-filename=-a59f988945e97fc2 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9902025-02-03T05:00:00.154Z Running `/home/build/.rustup/toolchains/1.84.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=5e6fe241dc5aad98 -C extra-filename=-5e6fe241dc5aad98 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9912025-02-03T05:00:03.149Z Running `/home/build/.rustup/toolchains/1.84.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=66e2bf9fd3789a80 -C extra-filename=-66e2bf9fd3789a80 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9922025-02-03T05:00:04.031Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=43441bd3097384a4 -C extra-filename=-43441bd3097384a4 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9932025-02-03T05:00:04.252Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=affe8076c49f0c37 -C extra-filename=-affe8076c49f0c37 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9942025-02-03T05:00:06.070Z Running `/home/build/.rustup/toolchains/1.84.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=6786676d8d8225ea -C extra-filename=-6786676d8d8225ea --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9952025-02-03T05:00:08.440Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0d33553cf70eb284 -C extra-filename=-0d33553cf70eb284 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9962025-02-03T05:00:21.209Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1c55fd9c61cc5619 -C extra-filename=-1c55fd9c61cc5619 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9972025-02-03T05:00:24.706Z Running `/home/build/.rustup/toolchains/1.84.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=af0b10d6b5dc527e -C extra-filename=-af0b10d6b5dc527e --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9982025-02-03T05:00:24.791Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=32d2783837c3e638 -C extra-filename=-32d2783837c3e638 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
9992025-02-03T05:00:24.934Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b72d55f6ec467be7 -C extra-filename=-b72d55f6ec467be7 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
10002025-02-03T05:00:24.992Z Running `/home/build/.rustup/toolchains/1.84.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=141b1e95b63803af -C extra-filename=-141b1e95b63803af --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
10012025-02-03T05:00:28.730Z Running `/home/build/.rustup/toolchains/1.84.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=3f72ea3b38921a8d -C extra-filename=-3f72ea3b38921a8d --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
10022025-02-03T05:00:31.706Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0e0173225b9ca9cc -C extra-filename=-0e0173225b9ca9cc --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
10032025-02-03T05:00:33.583Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a98bef5dbfafca9e -C extra-filename=-a98bef5dbfafca9e --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
10042025-02-03T05:00:41.986Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=decad11db3c3ebc6 -C extra-filename=-decad11db3c3ebc6 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4b738767e74a4674.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
10052025-02-03T05:01:09.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
10062025-02-03T05:01:09.324Z
10072025-02-03T05:01:09.327Zreal 2:26.039301460
10082025-02-03T05:01:09.327Zuser 14:55.843061798
10092025-02-03T05:01:09.327Zsys 1:42.929324019
10102025-02-03T05:01:09.327Ztrap 0.756643514
10112025-02-03T05:01:09.327Ztflt 0.784179910
10122025-02-03T05:01:09.327Zdflt 0.344625403
10132025-02-03T05:01:09.327Zkflt 0.008078114
10142025-02-03T05:01:09.327Zlock 28:16.289654642
10152025-02-03T05:01:09.327Zslp 1:07:16.263818684
10162025-02-03T05:01:09.327Zlat 46.178285430
10172025-02-03T05:01:09.327Zstop 1:03.160503132
10182025-02-03T05:01:09.327Z+ banner test
10192025-02-03T05:01:09.327Z
10202025-02-03T05:01:09.327Z ##### ###### #### #####
10212025-02-03T05:01:09.327Z # # # #
10222025-02-03T05:01:09.327Z # ##### #### #
10232025-02-03T05:01:09.327Z # # # #
10242025-02-03T05:01:09.327Z # # # # #
10252025-02-03T05:01:09.327Z # ###### #### #
10262025-02-03T05:01:09.328Z
10272025-02-03T05:01:09.328Z+ ptime -m cargo test --all-features --locked --verbose
10282025-02-03T05:01:09.595Z Fresh unicode-ident v1.0.12
10292025-02-03T05:01:09.595Z Fresh cfg-if v1.0.0
10302025-02-03T05:01:09.595Z Fresh itoa v1.0.1
10312025-02-03T05:01:09.595Z Fresh memchr v2.6.0
10322025-02-03T05:01:09.599Z Fresh proc-macro2 v1.0.93
10332025-02-03T05:01:09.599Z Fresh version_check v0.9.5
10342025-02-03T05:01:09.599Z Fresh once_cell v1.20.1
10352025-02-03T05:01:09.599Z Fresh pin-project-lite v0.2.12
10362025-02-03T05:01:09.599Z Fresh autocfg v1.1.0
10372025-02-03T05:01:09.599Z Fresh quote v1.0.38
10382025-02-03T05:01:09.599Z Fresh libc v0.2.169
10392025-02-03T05:01:09.599Z Fresh bytes v1.9.0
10402025-02-03T05:01:09.599Z Fresh smallvec v1.13.2
10412025-02-03T05:01:09.599Z Fresh futures-core v0.3.31
10422025-02-03T05:01:09.599Z Fresh cc v1.0.83
10432025-02-03T05:01:09.599Z Fresh getrandom v0.2.11
10442025-02-03T05:01:09.599Z Fresh scopeguard v1.2.0
10452025-02-03T05:01:09.599Z Fresh futures-sink v0.3.31
10462025-02-03T05:01:09.599Z Fresh serde_derive v1.0.217
10472025-02-03T05:01:09.599Z Fresh log v0.4.17
10482025-02-03T05:01:09.599Z Fresh synstructure v0.13.1
10492025-02-03T05:01:09.599Z Fresh parking_lot_core v0.9.4
10502025-02-03T05:01:09.599Z Fresh lock_api v0.4.6
10512025-02-03T05:01:09.599Z Fresh serde v1.0.217
10522025-02-03T05:01:09.601Z Fresh slab v0.4.9
10532025-02-03T05:01:09.601Z Fresh parking_lot v0.12.1
10542025-02-03T05:01:09.601Z Fresh tokio-macros v2.5.0
10552025-02-03T05:01:09.601Z Fresh thiserror-impl v1.0.69
10562025-02-03T05:01:09.601Z Fresh mio v1.0.3
10572025-02-03T05:01:09.601Z Fresh ryu v1.0.5
10582025-02-03T05:01:09.601Z Fresh socket2 v0.5.5
10592025-02-03T05:01:09.601Z Fresh signal-hook-registry v1.4.0
10602025-02-03T05:01:09.601Z Fresh thiserror v1.0.69
10612025-02-03T05:01:09.601Z Fresh zerofrom-derive v0.1.5
10622025-02-03T05:01:09.601Z Fresh futures-macro v0.3.31
10632025-02-03T05:01:09.601Z Fresh futures-channel v0.3.31
10642025-02-03T05:01:09.601Z Fresh tokio v1.43.0
10652025-02-03T05:01:09.601Z Fresh futures-io v0.3.31
10662025-02-03T05:01:09.601Z Fresh fnv v1.0.7
10672025-02-03T05:01:09.601Z Fresh futures-task v0.3.31
10682025-02-03T05:01:09.601Z Fresh pin-utils v0.1.0
10692025-02-03T05:01:09.601Z Fresh zerofrom v0.1.5
10702025-02-03T05:01:09.601Z Fresh yoke-derive v0.7.5
10712025-02-03T05:01:09.601Z Fresh serde_json v1.0.137
10722025-02-03T05:01:09.601Z Fresh futures-util v0.3.31
10732025-02-03T05:01:09.601Z Fresh http v1.2.0
10742025-02-03T05:01:09.601Z Fresh stable_deref_trait v1.2.0
10752025-02-03T05:01:09.601Z Fresh equivalent v1.0.0
10762025-02-03T05:01:09.601Z Fresh hashbrown v0.15.2
10772025-02-03T05:01:09.601Z Fresh zerovec-derive v0.10.3
10782025-02-03T05:01:09.601Z Fresh yoke v0.7.5
10792025-02-03T05:01:09.601Z Fresh indexmap v2.7.1
10802025-02-03T05:01:09.604Z Fresh rustls-pki-types v1.11.0
10812025-02-03T05:01:09.604Z Fresh displaydoc v0.2.5
10822025-02-03T05:01:09.604Z Fresh spin v0.9.8
10832025-02-03T05:01:09.604Z Fresh tracing-core v0.1.32
10842025-02-03T05:01:09.604Z Fresh zerovec v0.10.4
10852025-02-03T05:01:09.604Z Fresh ucd-trie v0.1.6
10862025-02-03T05:01:09.604Z Fresh untrusted v0.9.0
10872025-02-03T05:01:09.604Z Fresh byteorder v1.4.3
10882025-02-03T05:01:09.604Z Fresh tracing v0.1.40
10892025-02-03T05:01:09.604Z Fresh pkg-config v0.3.31
10902025-02-03T05:01:09.604Z Fresh atomic-waker v1.1.1
10912025-02-03T05:01:09.604Z Fresh httparse v1.8.0
10922025-02-03T05:01:09.604Z Fresh ring v0.17.7
10932025-02-03T05:01:09.604Z Fresh pest v2.7.6
10942025-02-03T05:01:09.604Z Fresh tinystr v0.7.6
10952025-02-03T05:01:09.604Z Fresh writeable v0.5.5
10962025-02-03T05:01:09.604Z Fresh litemap v0.7.4
10972025-02-03T05:01:09.604Z Fresh vcpkg v0.2.15
10982025-02-03T05:01:09.604Z Fresh pest_meta v2.7.6
10992025-02-03T05:01:09.604Z Fresh icu_locid v1.5.0
11002025-02-03T05:01:09.604Z Fresh tokio-util v0.7.7
11012025-02-03T05:01:09.604Z Fresh http-body v1.0.1
11022025-02-03T05:01:09.604Z Fresh zerocopy-derive v0.7.32
11032025-02-03T05:01:09.605Z Fresh icu_provider_macros v1.5.0
11042025-02-03T05:01:09.605Z Fresh try-lock v0.2.3
11052025-02-03T05:01:09.605Z Fresh icu_provider v1.5.0
11062025-02-03T05:01:09.605Z Fresh zerocopy v0.7.32
11072025-02-03T05:01:09.605Z Fresh h2 v0.4.6
11082025-02-03T05:01:09.605Z Fresh pest_generator v2.7.6
11092025-02-03T05:01:09.605Z Fresh want v0.3.0
11102025-02-03T05:01:09.605Z Fresh typenum v1.14.0
11112025-02-03T05:01:09.605Z Fresh rustls-webpki v0.102.8
11122025-02-03T05:01:09.605Z Fresh num-conv v0.1.0
11132025-02-03T05:01:09.605Z Fresh zeroize v1.7.0
11142025-02-03T05:01:09.605Z Fresh icu_locid_transform_data v1.5.0
11152025-02-03T05:01:09.605Z Fresh time-core v0.1.2
11162025-02-03T05:01:09.606Z Fresh subtle v2.5.0
11172025-02-03T05:01:09.606Z Fresh httpdate v1.0.1
11182025-02-03T05:01:09.606Z Fresh powerfmt v0.2.0
11192025-02-03T05:01:09.606Z Fresh generic-array v0.14.5
11202025-02-03T05:01:09.606Z Fresh crossbeam-utils v0.8.15
11212025-02-03T05:01:09.606Z Fresh icu_locid_transform v1.5.0
11222025-02-03T05:01:09.606Z Fresh pest_derive v2.7.6
11232025-02-03T05:01:09.606Z Fresh hyper v1.5.2
11242025-02-03T05:01:09.606Z Fresh time-macros v0.2.18
11252025-02-03T05:01:09.606Z Fresh deranged v0.3.11
11262025-02-03T05:01:09.606Z Fresh icu_collections v1.5.0
11272025-02-03T05:01:09.606Z Fresh serde_tokenstream v0.2.2
11282025-02-03T05:01:09.606Z Fresh base64 v0.22.1
11292025-02-03T05:01:09.606Z Fresh num_threads v0.1.3
11302025-02-03T05:01:09.606Z Fresh icu_properties_data v1.5.0
11312025-02-03T05:01:09.606Z Fresh tower-service v0.3.3
11322025-02-03T05:01:09.609Z Fresh bitflags v2.4.0
11332025-02-03T05:01:09.609Z Fresh icu_properties v1.5.1
11342025-02-03T05:01:09.609Z Fresh time v0.3.36
11352025-02-03T05:01:09.609Z Fresh dtrace-parser v0.2.0
11362025-02-03T05:01:09.609Z Fresh scroll_derive v0.12.0
11372025-02-03T05:01:09.609Z Fresh percent-encoding v2.3.1
11382025-02-03T05:01:09.609Z Fresh utf16_iter v1.0.5
11392025-02-03T05:01:09.609Z Fresh icu_normalizer_data v1.5.0
11402025-02-03T05:01:09.609Z Fresh openssl-probe v0.1.4
11412025-02-03T05:01:09.609Z Fresh lazy_static v1.5.0
11422025-02-03T05:01:09.609Z Fresh foreign-types-shared v0.1.1
11432025-02-03T05:01:09.609Z Fresh unicode-width v0.1.9
11442025-02-03T05:01:09.610Z Fresh utf8_iter v1.0.4
11452025-02-03T05:01:09.610Z Fresh write16 v1.0.0
11462025-02-03T05:01:09.610Z Fresh slog v2.7.0
11472025-02-03T05:01:09.610Z Fresh foreign-types v0.3.2
11482025-02-03T05:01:09.610Z Fresh icu_normalizer v1.5.0
11492025-02-03T05:01:09.610Z Fresh paste v1.0.15
11502025-02-03T05:01:09.610Z Fresh form_urlencoded v1.2.1
11512025-02-03T05:01:09.610Z Fresh hyper-util v0.1.10
11522025-02-03T05:01:09.610Z Fresh scroll v0.12.0
11532025-02-03T05:01:09.610Z Fresh crypto-common v0.1.6
11542025-02-03T05:01:09.610Z Fresh block-buffer v0.10.2
11552025-02-03T05:01:09.610Z Fresh openssl-sys v0.9.103
11562025-02-03T05:01:09.610Z Fresh rand_core v0.6.3
11572025-02-03T05:01:09.610Z Fresh openssl-macros v0.1.1
11582025-02-03T05:01:09.610Z Fresh plain v0.2.3
11592025-02-03T05:01:09.610Z Fresh unicode-segmentation v1.10.0
11602025-02-03T05:01:09.610Z Fresh ppv-lite86 v0.2.15
11612025-02-03T05:01:09.610Z Fresh mime v0.3.16
11622025-02-03T05:01:09.610Z Fresh rand_chacha v0.3.1
11632025-02-03T05:01:09.610Z Fresh newline-converter v0.3.0
11642025-02-03T05:01:09.611Z Fresh goblin v0.8.0
11652025-02-03T05:01:09.611Z Fresh openssl v0.10.66
11662025-02-03T05:01:09.611Z Fresh digest v0.10.7
11672025-02-03T05:01:09.611Z Fresh idna_adapter v1.2.0
11682025-02-03T05:01:09.611Z Fresh semver v1.0.25
11692025-02-03T05:01:09.611Z Fresh unicase v2.6.0
11702025-02-03T05:01:09.611Z Fresh rustls-pemfile v2.1.3
11712025-02-03T05:01:09.611Z Fresh toml_datetime v0.6.8
11722025-02-03T05:01:09.611Z Fresh serde_spanned v0.6.7
11732025-02-03T05:01:09.611Z Fresh dirs-sys-next v0.1.2
11742025-02-03T05:01:09.611Z Fresh heck v0.5.0
11752025-02-03T05:01:09.611Z Fresh pretty-hex v0.4.1
11762025-02-03T05:01:09.611Z Fresh similar v2.2.1
11772025-02-03T05:01:09.611Z Fresh cpufeatures v0.2.2
11782025-02-03T05:01:09.611Z Fresh winnow v0.6.18
11792025-02-03T05:01:09.611Z Fresh sha1 v0.10.6
11802025-02-03T05:01:09.611Z Fresh toml_edit v0.22.20
11812025-02-03T05:01:09.611Z Fresh dirs-next v2.0.0
11822025-02-03T05:01:09.611Z Fresh dof v0.3.0
11832025-02-03T05:01:09.611Z Fresh idna v1.0.3
11842025-02-03T05:01:09.611Z Fresh rustls v0.23.13
11852025-02-03T05:01:09.611Z Fresh native-tls v0.2.12
11862025-02-03T05:01:09.611Z Fresh rustls v0.22.4
11872025-02-03T05:01:09.611Z Fresh num-traits v0.2.14
11882025-02-03T05:01:09.611Z Fresh rand v0.8.4
11892025-02-03T05:01:09.611Z Fresh concurrent-queue v2.5.0
11902025-02-03T05:01:09.611Z Fresh http-body-util v0.1.2
11912025-02-03T05:01:09.611Z Fresh serde_derive_internals v0.29.0
11922025-02-03T05:01:09.612Z Fresh thread-id v4.0.0
11932025-02-03T05:01:09.612Z Fresh syn v2.0.96
11942025-02-03T05:01:09.612Z Fresh thread_local v1.1.4
11952025-02-03T05:01:09.612Z Fresh encoding_rs v0.8.32
11962025-02-03T05:01:09.612Z Fresh match_cfg v0.1.0
11972025-02-03T05:01:09.612Z Fresh iana-time-zone v0.1.47
11982025-02-03T05:01:09.612Z Fresh parking v2.2.0
11992025-02-03T05:01:09.612Z Fresh hostname v0.3.1
12002025-02-03T05:01:09.612Z Fresh event-listener v5.0.0
12012025-02-03T05:01:09.612Z Fresh chrono v0.4.39
12022025-02-03T05:01:09.612Z Fresh usdt-impl v0.5.0
12032025-02-03T05:01:09.612Z Fresh tokio-rustls v0.25.0
12042025-02-03T05:01:09.612Z Fresh schemars_derive v0.8.21
12052025-02-03T05:01:09.612Z Fresh toml v0.8.19
12062025-02-03T05:01:09.612Z Fresh tokio-rustls v0.26.0
12072025-02-03T05:01:09.612Z Fresh tokio-native-tls v0.3.1
12082025-02-03T05:01:09.613Z Fresh url v2.5.4
12092025-02-03T05:01:09.613Z Fresh term v0.7.0
12102025-02-03T05:01:09.613Z Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12112025-02-03T05:01:09.613Z Fresh usdt-attr-macro v0.5.0
12122025-02-03T05:01:09.613Z Fresh usdt-macro v0.5.0
12132025-02-03T05:01:09.613Z Fresh serde_urlencoded v0.7.1
12142025-02-03T05:01:09.613Z Fresh slog-json v2.6.1
12152025-02-03T05:01:09.613Z Fresh crossbeam-channel v0.5.1
12162025-02-03T05:01:09.613Z Fresh webpki-roots v0.26.5
12172025-02-03T05:01:09.613Z Fresh futures-executor v0.3.31
12182025-02-03T05:01:09.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a871095c580fd23b -C extra-filename=-a871095c580fd23b --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-c36b67d624d3a7a9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro`
12192025-02-03T05:01:09.613Z Fresh uuid v1.12.1
12202025-02-03T05:01:09.613Z Fresh thiserror-impl v2.0.11
12212025-02-03T05:01:09.642Z Fresh async-stream-impl v0.3.6
12222025-02-03T05:01:09.645Z Fresh errno v0.3.8
12232025-02-03T05:01:09.645Z Fresh sync_wrapper v1.0.1
12242025-02-03T05:01:09.645Z Fresh is-terminal v0.4.12
12252025-02-03T05:01:09.645Z Fresh memmap v0.7.0
12262025-02-03T05:01:09.645Z Fresh utf-8 v0.7.6
12272025-02-03T05:01:09.645Z Fresh tower-layer v0.3.3
12282025-02-03T05:01:09.645Z Fresh data-encoding v2.4.0
12292025-02-03T05:01:09.645Z Fresh dyn-clone v1.0.4
12302025-02-03T05:01:09.645Z Fresh take_mut v0.2.2
12312025-02-03T05:01:09.645Z Fresh schemars v0.8.21
12322025-02-03T05:01:09.646Z Fresh tungstenite v0.24.0
12332025-02-03T05:01:09.646Z Fresh tower v0.5.2
12342025-02-03T05:01:09.646Z Fresh slog-async v2.8.0
12352025-02-03T05:01:09.646Z Fresh async-stream v0.3.6
12362025-02-03T05:01:09.646Z Fresh usdt v0.5.0
12372025-02-03T05:01:09.646Z Fresh slog-term v2.9.1
12382025-02-03T05:01:09.646Z Fresh thiserror v2.0.11
12392025-02-03T05:01:09.646Z Fresh rustix v0.38.40
12402025-02-03T05:01:09.646Z Fresh hyper-rustls v0.27.3
12412025-02-03T05:01:09.646Z Fresh slog-bunyan v2.5.0
12422025-02-03T05:01:09.646Z Fresh futures v0.3.31
12432025-02-03T05:01:09.646Z Fresh mime_guess v2.0.5
12442025-02-03T05:01:09.646Z Fresh hyper-tls v0.6.0
12452025-02-03T05:01:09.646Z Fresh multer v3.1.0
12462025-02-03T05:01:09.646Z Fresh event-listener-strategy v0.5.2
12472025-02-03T05:01:09.647Z Fresh camino v1.1.9
12482025-02-03T05:01:09.647Z Fresh target-triple v0.1.3
12492025-02-03T05:01:09.647Z Fresh rustls-native-certs v0.7.0
12502025-02-03T05:01:09.647Z Fresh yasna v0.5.2
12512025-02-03T05:01:09.647Z Fresh pem v3.0.4
12522025-02-03T05:01:09.647Z Fresh waitgroup v0.1.2
12532025-02-03T05:01:09.647Z Fresh openapiv3 v2.0.0
12542025-02-03T05:01:09.647Z Fresh serde_path_to_error v0.1.16
12552025-02-03T05:01:09.647Z Fresh async-trait v0.1.85
12562025-02-03T05:01:09.647Z Fresh hostname v0.4.0
12572025-02-03T05:01:09.647Z Fresh simple-mermaid v0.2.0
12582025-02-03T05:01:09.647Z Fresh termcolor v1.1.2
12592025-02-03T05:01:09.650Z Fresh http-range v0.1.4
12602025-02-03T05:01:09.650Z Fresh fastrand v2.1.1
12612025-02-03T05:01:09.650Z Fresh glob v0.3.0
12622025-02-03T05:01:09.651Z Fresh ipnet v2.10.0
12632025-02-03T05:01:09.651Z Fresh debug-ignore v1.0.5
12642025-02-03T05:01:09.651Z Fresh tempfile v3.14.0
12652025-02-03T05:01:09.651Z Fresh hyper-staticfile v0.10.1
12662025-02-03T05:01:09.651Z Fresh rcgen v0.13.2
12672025-02-03T05:01:09.651Z Fresh reqwest v0.12.12
12682025-02-03T05:01:09.651Z Fresh trybuild v1.0.103
12692025-02-03T05:01:09.651Z Fresh hyper-rustls v0.26.0
12702025-02-03T05:01:09.651Z Fresh async-channel v2.3.1
12712025-02-03T05:01:09.651Z Fresh tokio-tungstenite v0.24.0
12722025-02-03T05:01:09.651Z Fresh buf-list v1.0.3
12732025-02-03T05:01:09.651Z Fresh anyhow v1.0.95
12742025-02-03T05:01:09.651Z Fresh subprocess v0.2.9
12752025-02-03T05:01:09.651Z Fresh schema-derive v0.1.0
12762025-02-03T05:01:09.651Z Fresh console v0.15.7
12772025-02-03T05:01:09.651Z Fresh schema v0.1.0
12782025-02-03T05:01:09.651Z Fresh expectorate v1.1.0
12792025-02-03T05:01:09.651Z Fresh prettyplease v0.2.29
12802025-02-03T05:01:11.661Z Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot)
12812025-02-03T05:01:11.665Z Running `/home/build/.rustup/toolchains/1.84.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=508f7509fcfc3260 -C extra-filename=-508f7509fcfc3260 --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-532432e417b5e410.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out`
12822025-02-03T05:01:11.666Z Running `/home/build/.rustup/toolchains/1.84.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=ad304180e06ec095 -C extra-filename=-ad304180e06ec095 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12832025-02-03T05:01:17.534Z Running `/home/build/.rustup/toolchains/1.84.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=8475c351dafdda13 -C extra-filename=-8475c351dafdda13 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12842025-02-03T05:01:17.535Z Running `/home/build/.rustup/toolchains/1.84.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=cdd035793a755f17 -C extra-filename=-cdd035793a755f17 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12852025-02-03T05:01:17.537Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=32e0bfdc6f60f655 -C extra-filename=-32e0bfdc6f60f655 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12862025-02-03T05:01:17.540Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6ad07f7323f29808 -C extra-filename=-6ad07f7323f29808 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12872025-02-03T05:01:17.544Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5c610ed18469462b -C extra-filename=-5c610ed18469462b --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12882025-02-03T05:01:17.547Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f6bc202fbe892519 -C extra-filename=-f6bc202fbe892519 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12892025-02-03T05:01:17.549Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b07a7d29f5fc8b57 -C extra-filename=-b07a7d29f5fc8b57 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12902025-02-03T05:01:37.454Z Running `/home/build/.rustup/toolchains/1.84.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=c80bd0fe9789827e -C extra-filename=-c80bd0fe9789827e --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12912025-02-03T05:01:37.571Z Running `/home/build/.rustup/toolchains/1.84.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=d7feff63a7a37760 -C extra-filename=-d7feff63a7a37760 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12922025-02-03T05:01:38.083Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=aa9122e7d42591aa -C extra-filename=-aa9122e7d42591aa --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12932025-02-03T05:01:38.099Z Running `/home/build/.rustup/toolchains/1.84.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=917b52f7901968b9 -C extra-filename=-917b52f7901968b9 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12942025-02-03T05:01:39.726Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cd1464c82ef2b570 -C extra-filename=-cd1464c82ef2b570 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12952025-02-03T05:01:43.106Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f465d874e8774568 -C extra-filename=-f465d874e8774568 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12962025-02-03T05:01:44.649Z Running `/home/build/.rustup/toolchains/1.84.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=8e2e7e89498916f4 -C extra-filename=-8e2e7e89498916f4 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12972025-02-03T05:01:59.379Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8b6db6cda80cc1d0 -C extra-filename=-8b6db6cda80cc1d0 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12982025-02-03T05:01:59.905Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=57cff1f23ca9009c -C extra-filename=-57cff1f23ca9009c --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
12992025-02-03T05:02:02.184Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7e91670e7520286e -C extra-filename=-7e91670e7520286e --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
13002025-02-03T05:02:02.451Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=81be05350e8dbd25 -C extra-filename=-81be05350e8dbd25 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
13012025-02-03T05:02:02.484Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=94ca7db2bff79ff1 -C extra-filename=-94ca7db2bff79ff1 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
13022025-02-03T05:02:03.947Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2ed231c7b85c3fac -C extra-filename=-2ed231c7b85c3fac --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
13032025-02-03T05:02:03.981Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=525f32322b007ab5 -C extra-filename=-525f32322b007ab5 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
13042025-02-03T05:02:05.323Z Running `/home/build/.rustup/toolchains/1.84.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=64b63f4acc7aa659 -C extra-filename=-64b63f4acc7aa659 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
13052025-02-03T05:02:17.094Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dbb888e5380b2dda -C extra-filename=-dbb888e5380b2dda --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
13062025-02-03T05:02:20.407Z Running `/home/build/.rustup/toolchains/1.84.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=9c75e68567b7737f -C extra-filename=-9c75e68567b7737f --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64`
13072025-02-03T05:02:42.195Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 32s
13082025-02-03T05:02:42.245Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-ad304180e06ec095`
13092025-02-03T05:02:42.272Z
13102025-02-03T05:02:42.272Zrunning 104 tests
13112025-02-03T05:02:42.275Ztest api_description::test::test_endpoint_versions_range ... ok
13122025-02-03T05:02:42.275Ztest api_description::test::test_endpoint_versions_matches ... ok
13132025-02-03T05:02:42.275Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13142025-02-03T05:02:42.275Ztest api_description::test::test_badpath4 - should panic ... ok
13152025-02-03T05:02:42.275Ztest api_description::test::test_badpath3 ... ok
13162025-02-03T05:02:42.275Ztest api_description::test::test_badpath1 ... ok
13172025-02-03T05:02:42.275Ztest api_description::test::test_badpath2 ... ok
13182025-02-03T05:02:42.275Ztest api_description::test::test_dup_names ... ok
13192025-02-03T05:02:42.275Ztest api_description::test::test_tags_need_one ... ok
13202025-02-03T05:02:42.275Ztest api_description::test::test_tags_too_many ... ok
13212025-02-03T05:02:42.275Ztest api_description::test::test_tags_just_right ... ok
13222025-02-03T05:02:42.275Ztest api_description::test::test_tag_config_deserialize_old ... ok
13232025-02-03T05:02:42.278Ztest error::test::test_serialize_error_response_body ... ok
13242025-02-03T05:02:42.278Ztest extractor::metadata::test::test_metadata_flattened ... ok
13252025-02-03T05:02:42.278Ztest extractor::metadata::test::test_metadata_simple ... ok
13262025-02-03T05:02:42.279Ztest from_map::test::test_deep ... ok
13272025-02-03T05:02:42.279Ztest from_map::test::test_lone_literal ... ok
13282025-02-03T05:02:42.279Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13292025-02-03T05:02:42.279Ztest from_map::test::test_missing_data1 ... ok
13302025-02-03T05:02:42.279Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13312025-02-03T05:02:42.279Ztest from_map::test::test_missing_data2 ... ok
13322025-02-03T05:02:42.279Ztest extractor::metadata::test::test_metadata_pagination ... ok
13332025-02-03T05:02:42.279Ztest from_map::test::test_types ... ok
13342025-02-03T05:02:42.279Ztest logging::test::test_config_bad_file_no_file ... ok
13352025-02-03T05:02:42.279Ztest logging::test::test_config_bad_terminal_no_level ... ok
13362025-02-03T05:02:42.279Ztest logging::test::test_config_bad_file_no_level ... ok
13372025-02-03T05:02:42.279Ztest logging::test::test_config_bad_terminal_bad_level ... ok
13382025-02-03T05:02:42.279Ztest logging::test::test_config_bad_log_mode ... ok
13392025-02-03T05:02:42.279Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
13402025-02-03T05:02:42.280Ztest logging::test::test_config_bad_file_bad_path_type ... ok
13412025-02-03T05:02:42.280Ztest pagination::test::test_pagination_schema ... ok
13422025-02-03T05:02:42.280Ztest pagination::test::test_results_page ... ok
13432025-02-03T05:02:42.280Ztest pagination::test::test_page_token_serialization ... ok
13442025-02-03T05:02:42.280Ztest router::test::test_bad_path_segment3 - should panic ... ok
13452025-02-03T05:02:42.280Ztest router::test::test_bad_path_segment1 - should panic ... ok
13462025-02-03T05:02:42.280Ztest router::test::test_bad_path_segment2 - should panic ... ok
13472025-02-03T05:02:42.280Ztest pagination::test::test_pagparams_parsing ... ok
13482025-02-03T05:02:42.280Ztest router::test::test_bad_path_segment4 - should panic ... ok
13492025-02-03T05:02:42.280Ztest router::test::test_bogus_regex - should panic ... ok
13502025-02-03T05:02:42.280Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
13512025-02-03T05:02:42.280Ztest router::test::test_duplicate_route1 - should panic ... ok
13522025-02-03T05:02:42.283Znote: configured to log to "/tmp/dropshot-ad304180e06ec095.2087.file_dir/log.out"
13532025-02-03T05:02:42.283Ztest router::test::test_duplicate_route3 - should panic ... ok
13542025-02-03T05:02:42.283Ztest router::test::test_duplicate_route2 - should panic ... ok
13552025-02-03T05:02:42.283Ztest router::test::test_duplicate_route_same_version - should panic ... ok
13562025-02-03T05:02:42.283Ztest router::test::test_duplicate_varname - should panic ... ok
13572025-02-03T05:02:42.283Ztest router::test::test_empty_variable ... ok
13582025-02-03T05:02:42.283Ztest router::test::test_embedded_non_variable ... ok
13592025-02-03T05:02:42.284Ztest logging::test::test_config_stderr_terminal ... ok
13602025-02-03T05:02:42.284Ztest router::test::test_error_cases ... ok
13612025-02-03T05:02:42.284Ztest router::test::test_inconsistent_varname - should panic ... ok
13622025-02-03T05:02:42.284Ztest router::test::test_iter2 ... ok
13632025-02-03T05:02:42.284Ztest router::test::test_iter ... ok
13642025-02-03T05:02:42.284Ztest router::test::test_map_bad_seq ... ok
13652025-02-03T05:02:42.284Ztest router::test::test_literal_after_variable - should panic ... ok
13662025-02-03T05:02:42.284Ztest router::test::test_literal_after_regex - should panic ... ok
13672025-02-03T05:02:42.284Ztest router::test::test_map ... ok
13682025-02-03T05:02:42.284Ztest router::test::test_iter_null ... ok
13692025-02-03T05:02:42.284Ztest router::test::test_map_bad_value ... ok
13702025-02-03T05:02:42.284Znote: configured to log to "/tmp/dropshot-ad304180e06ec095.2087.file_dir/log.out"
13712025-02-03T05:02:42.284Ztest api_description::test::test_tags_set ... ok
13722025-02-03T05:02:42.284Ztest router::test::test_path_segment ... ok
13732025-02-03T05:02:42.284Ztest router::test::test_more_after_regex - should panic ... ok
13742025-02-03T05:02:42.284Ztest router::test::test_router_versioned ... ok
13752025-02-03T05:02:42.284Ztest router::test::test_segments ... ok
13762025-02-03T05:02:42.284Ztest router::test::test_router_basic ... ok
13772025-02-03T05:02:42.284Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
13782025-02-03T05:02:42.284Ztest router::test::test_variable_name_bad_end - should panic ... ok
13792025-02-03T05:02:42.284Ztest router::test::test_variable_name_bad_start - should panic ... ok
13802025-02-03T05:02:42.284Ztest router::test::test_variable_after_literal - should panic ... ok
13812025-02-03T05:02:42.284Ztest router::test::test_variable_name_empty - should panic ... ok
13822025-02-03T05:02:42.284Ztest router::test::test_variable_rename ... ok
13832025-02-03T05:02:42.285Ztest router::test::test_variables_basic ... ok
13842025-02-03T05:02:42.285Ztest router::test::test_variables_glob ... ok
13852025-02-03T05:02:42.285Ztest router::test::test_variables_multi ... ok
13862025-02-03T05:02:42.285Ztest schema_util::test::test_empty_struct ... ok
13872025-02-03T05:02:42.285Ztest schema_util::test::test_nullable ... ok
13882025-02-03T05:02:42.285Ztest schema_util::test::test_bad_schema - should panic ... ok
13892025-02-03T05:02:42.285Ztest schema_util::test::test_additional_properties ... ok
13902025-02-03T05:02:42.285Ztest schema_util::test::test_two_types - should panic ... ok
13912025-02-03T05:02:42.285Znote: configured to log to "/tmp/dropshot-ad304180e06ec095.2087.file_dir/log.out"
13922025-02-03T05:02:42.285Ztest schema_util::test::test_extension_conversion ... ok
13932025-02-03T05:02:42.285Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
13942025-02-03T05:02:42.285Ztest logging::test::test_config_file ... ok
13952025-02-03T05:02:42.285Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
13962025-02-03T05:02:42.285Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
13972025-02-03T05:02:42.285Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
13982025-02-03T05:02:42.285Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
13992025-02-03T05:02:42.285Ztest test_util::test::test_bunyan_easy_cases ... ok
14002025-02-03T05:02:42.285Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14012025-02-03T05:02:42.285Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14022025-02-03T05:02:42.285Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14032025-02-03T05:02:42.285Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14042025-02-03T05:02:42.285Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14052025-02-03T05:02:42.285Ztest to_map::test::test_to_map_enum ... ok
14062025-02-03T05:02:42.285Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14072025-02-03T05:02:42.285Ztest to_map::test::test_to_map_num ... ok
14082025-02-03T05:02:42.288Ztest to_map::test::test_to_map_seq ... ok
14092025-02-03T05:02:42.288Ztest to_map::test::test_to_map_valid ... ok
14102025-02-03T05:02:42.288Ztest to_map::test::test_to_map_vec ... ok
14112025-02-03T05:02:42.288Ztest type_util::tests::test_commented_ref ... ok
14122025-02-03T05:02:42.289Ztest type_util::tests::test_recursive_type - should panic ... ok
14132025-02-03T05:02:42.289Ztest type_util::tests::test_reflexive_type - should panic ... ok
14142025-02-03T05:02:42.289Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14152025-02-03T05:02:42.289Ztest server::test::test_drop_server_without_close_okay ... ok
14162025-02-03T05:02:42.289Ztest server::test::test_server_run_then_close ... ok
14172025-02-03T05:02:42.289Ztest server::test::test_http_acceptor_happy_path ... ok
14182025-02-03T05:02:42.289Z
14192025-02-03T05:02:42.289Ztest result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14202025-02-03T05:02:42.289Z
14212025-02-03T05:02:42.291Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-7e91670e7520286e`
14222025-02-03T05:02:42.297Z
14232025-02-03T05:02:42.297Zrunning 1 test
14242025-02-03T05:02:42.706Z Compiling proc-macro2 v1.0.93
14252025-02-03T05:02:42.706Z Compiling unicode-ident v1.0.12
14262025-02-03T05:02:42.706Z Compiling libc v0.2.169
14272025-02-03T05:02:42.711Z Checking cfg-if v1.0.0
14282025-02-03T05:02:42.711Z Compiling serde v1.0.217
14292025-02-03T05:02:42.711Z Compiling version_check v0.9.5
14302025-02-03T05:02:42.711Z Checking itoa v1.0.1
14312025-02-03T05:02:42.785Z Checking pin-project-lite v0.2.12
14322025-02-03T05:02:42.888Z Checking memchr v2.6.0
14332025-02-03T05:02:42.897Z Compiling autocfg v1.1.0
14342025-02-03T05:02:42.927Z Checking bytes v1.9.0
14352025-02-03T05:02:43.439Z Checking smallvec v1.13.2
14362025-02-03T05:02:43.608Z Checking once_cell v1.20.1
14372025-02-03T05:02:43.709Z Checking futures-core v0.3.31
14382025-02-03T05:02:43.733Z Compiling log v0.4.17
14392025-02-03T05:02:43.757Z Compiling thiserror v1.0.69
14402025-02-03T05:02:43.830Z Compiling ryu v1.0.5
14412025-02-03T05:02:43.884Z Compiling parking_lot_core v0.9.4
14422025-02-03T05:02:43.892Z Compiling slab v0.4.9
14432025-02-03T05:02:44.265Z Compiling cc v1.0.83
14442025-02-03T05:02:44.311Z Checking scopeguard v1.2.0
14452025-02-03T05:02:44.369Z Checking futures-sink v0.3.31
14462025-02-03T05:02:44.429Z Compiling serde_json v1.0.137
14472025-02-03T05:02:44.446Z Checking pin-utils v0.1.0
14482025-02-03T05:02:44.454Z Checking lock_api v0.4.6
14492025-02-03T05:02:44.501Z Checking futures-channel v0.3.31
14502025-02-03T05:02:44.530Z Checking futures-task v0.3.31
14512025-02-03T05:02:44.755Z Compiling quote v1.0.38
14522025-02-03T05:02:44.777Z Checking getrandom v0.2.11
14532025-02-03T05:02:44.791Z Checking socket2 v0.5.5
14542025-02-03T05:02:44.809Z Checking mio v1.0.3
14552025-02-03T05:02:44.842Z Checking signal-hook-registry v1.4.0
14562025-02-03T05:02:45.010Z Checking futures-io v0.3.31
14572025-02-03T05:02:45.080Z Checking fnv v1.0.7
14582025-02-03T05:02:45.113Z Compiling syn v2.0.96
14592025-02-03T05:02:45.183Z Checking parking_lot v0.12.1
14602025-02-03T05:02:45.199Z Checking http v1.2.0
14612025-02-03T05:02:45.385Z Checking stable_deref_trait v1.2.0
14622025-02-03T05:02:45.483Z Checking equivalent v1.0.0
14632025-02-03T05:02:45.495Z Checking hashbrown v0.15.2
14642025-02-03T05:02:45.575Z Compiling httparse v1.8.0
14652025-02-03T05:02:45.585Z Checking rustls-pki-types v1.11.0
14662025-02-03T05:02:45.665Z Compiling ucd-trie v0.1.6
14672025-02-03T05:02:46.094Z Checking spin v0.9.8
14682025-02-03T05:02:46.297Z Checking tracing-core v0.1.32
14692025-02-03T05:02:46.446Z Checking untrusted v0.9.0
14702025-02-03T05:02:46.535Z Compiling typenum v1.14.0
14712025-02-03T05:02:46.581Z Checking litemap v0.7.4
14722025-02-03T05:02:46.598Z Checking atomic-waker v1.1.1
14732025-02-03T05:02:46.731Z Compiling pkg-config v0.3.31
14742025-02-03T05:02:46.870Z Checking writeable v0.5.5
14752025-02-03T05:02:46.913Z Compiling vcpkg v0.2.15
14762025-02-03T05:02:46.916Z Checking tracing v0.1.40
14772025-02-03T05:02:47.080Z Checking http-body v1.0.1
14782025-02-03T05:02:47.215Z Compiling generic-array v0.14.5
14792025-02-03T05:02:47.282Z Checking try-lock v0.2.3
14802025-02-03T05:02:47.422Z Compiling crossbeam-utils v0.8.15
14812025-02-03T05:02:47.463Z Compiling ring v0.17.7
14822025-02-03T05:02:47.519Z Checking want v0.3.0
14832025-02-03T05:02:47.697Z Compiling unicase v2.6.0
14842025-02-03T05:02:47.790Z Checking httpdate v1.0.1
14852025-02-03T05:02:47.933Z Checking subtle v2.5.0
14862025-02-03T05:02:47.986Z Compiling num-conv v0.1.0
14872025-02-03T05:02:48.085Z Compiling time-core v0.1.2
14882025-02-03T05:02:48.155Z Checking icu_locid_transform_data v1.5.0
14892025-02-03T05:02:48.250Z Checking powerfmt v0.2.0
14902025-02-03T05:02:48.281Z Checking zeroize v1.7.0
14912025-02-03T05:02:48.281Z Compiling time-macros v0.2.18
14922025-02-03T05:02:48.500Z Checking deranged v0.3.11
14932025-02-03T05:02:48.912Z Compiling slog v2.7.0
14942025-02-03T05:02:48.919Z Checking num_threads v0.1.3
14952025-02-03T05:02:49.031Z Compiling byteorder v1.4.3
14962025-02-03T05:02:49.282Z Compiling openssl-sys v0.9.103
14972025-02-03T05:02:49.500Z Checking icu_properties_data v1.5.0
14982025-02-03T05:02:49.734Z Checking bitflags v2.4.0
14992025-02-03T05:02:49.995Z Checking tower-service v0.3.3
15002025-02-03T05:02:50.044Z Checking base64 v0.22.1
15012025-02-03T05:02:50.163Z Compiling usdt-impl v0.5.0
15022025-02-03T05:02:50.200Z Compiling openssl v0.10.66
15032025-02-03T05:02:50.509Z Checking utf8_iter v1.0.4
15042025-02-03T05:02:50.526Z Checking openssl-probe v0.1.4
15052025-02-03T05:02:50.560Z Checking icu_normalizer_data v1.5.0
15062025-02-03T05:02:50.648Z Checking write16 v1.0.0
15072025-02-03T05:02:50.669Z Checking percent-encoding v2.3.1
15082025-02-03T05:02:50.671Z Checking utf16_iter v1.0.5
15092025-02-03T05:02:50.686Z Checking foreign-types-shared v0.1.1
15102025-02-03T05:02:50.763Z Compiling semver v1.0.25
15112025-02-03T05:02:50.785Z Checking foreign-types v0.3.2
15122025-02-03T05:02:50.878Z Checking form_urlencoded v1.2.1
15132025-02-03T05:02:51.070Z Checking crypto-common v0.1.6
15142025-02-03T05:02:51.224Z Checking block-buffer v0.10.2
15152025-02-03T05:02:51.404Z Checking rand_core v0.6.3
15162025-02-03T05:02:51.432Z Compiling thread-id v4.0.0
15172025-02-03T05:02:51.508Z Compiling num-traits v0.2.14
15182025-02-03T05:02:51.528Z Checking ppv-lite86 v0.2.15
15192025-02-03T05:02:51.538Z Checking mime v0.3.16
15202025-02-03T05:02:51.673Z Compiling rustls v0.22.4
15212025-02-03T05:02:51.836Z Compiling rustls v0.23.13
15222025-02-03T05:02:51.844Z Checking time v0.3.36
15232025-02-03T05:02:51.882Z Checking plain v0.2.3
15242025-02-03T05:02:51.985Z Compiling native-tls v0.2.12
15252025-02-03T05:02:52.146Z Checking rand_chacha v0.3.1
15262025-02-03T05:02:52.157Z Compiling synstructure v0.13.1
15272025-02-03T05:02:52.390Z Checking digest v0.10.7
15282025-02-03T05:02:52.490Z Checking rustls-pemfile v2.1.3
15292025-02-03T05:02:52.551Z Checking dirs-sys-next v0.1.2
15302025-02-03T05:02:52.695Z Checking pretty-hex v0.4.1
15312025-02-03T05:02:52.724Z Checking cpufeatures v0.2.2
15322025-02-03T05:02:52.733Z Checking dirs-next v2.0.0
15332025-02-03T05:02:52.815Z Checking sha1 v0.10.6
15342025-02-03T05:02:52.870Z Compiling mime_guess v2.0.5
15352025-02-03T05:02:53.077Z Checking rand v0.8.4
15362025-02-03T05:02:53.508Z Checking rustls-webpki v0.102.8
15372025-02-03T05:02:53.602Z Compiling serde_derive_internals v0.29.0
15382025-02-03T05:02:54.188Z Checking concurrent-queue v2.5.0
15392025-02-03T05:02:54.485Z Checking thread_local v1.1.4
15402025-02-03T05:02:54.539Z Compiling multer v3.1.0
15412025-02-03T05:02:54.558Z Checking encoding_rs v0.8.32
15422025-02-03T05:02:54.743Z Compiling schemars v0.8.21
15432025-02-03T05:02:54.917Z Compiling slog-async v2.8.0
15442025-02-03T05:02:55.141Z Compiling paste v1.0.15
15452025-02-03T05:02:55.544Z Checking parking v2.2.0
15462025-02-03T05:02:55.704Z Checking match_cfg v0.1.0
15472025-02-03T05:02:55.767Z Compiling camino v1.1.9
15482025-02-03T05:02:55.791Z Compiling thiserror v2.0.11
15492025-02-03T05:02:56.486Z Checking winnow v0.6.18
15502025-02-03T05:02:56.495Z Checking iana-time-zone v0.1.47
15512025-02-03T05:02:56.595Z Compiling rustix v0.38.40
15522025-02-03T05:02:56.900Z Checking hostname v0.3.1
15532025-02-03T05:02:57.070Z Checking event-listener v5.0.0
15542025-02-03T05:02:57.484Z Checking term v0.7.0
15552025-02-03T05:02:57.634Z Checking crossbeam-channel v0.5.1
15562025-02-03T05:02:57.644Z Checking webpki-roots v0.26.5
15572025-02-03T05:02:57.658Z Checking memmap v0.7.0
15582025-02-03T05:02:57.838Z Checking is-terminal v0.4.12
15592025-02-03T05:02:57.863Z Checking errno v0.3.8
15602025-02-03T05:02:57.890Z Checking sync_wrapper v1.0.1
15612025-02-03T05:02:57.959Z Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot)
15622025-02-03T05:02:58.023Z Compiling buf-list v1.0.3
15632025-02-03T05:02:58.033Z Checking lazy_static v1.5.0
15642025-02-03T05:02:58.155Z Checking utf-8 v0.7.6
15652025-02-03T05:02:58.202Z Checking data-encoding v2.4.0
15662025-02-03T05:02:58.351Z Compiling anyhow v1.0.95
15672025-02-03T05:02:58.361Z Checking take_mut v0.2.2
15682025-02-03T05:02:58.383Z Checking unicode-segmentation v1.10.0
15692025-02-03T05:02:58.499Z Checking unicode-width v0.1.9
15702025-02-03T05:02:58.646Z Compiling heck v0.5.0
15712025-02-03T05:02:58.750Z Checking dyn-clone v1.0.4
15722025-02-03T05:02:58.780Z Checking tower-layer v0.3.3
15732025-02-03T05:02:58.846Z Checking console v0.15.7
15742025-02-03T05:02:59.010Z Checking newline-converter v0.3.0
15752025-02-03T05:02:59.147Z Checking slog-term v2.9.1
15762025-02-03T05:02:59.190Z Checking event-listener-strategy v0.5.2
15772025-02-03T05:02:59.380Z Checking yasna v0.5.2
15782025-02-03T05:02:59.421Z Checking rustls-native-certs v0.7.0
15792025-02-03T05:02:59.520Z Checking pem v3.0.4
15802025-02-03T05:02:59.554Z Checking waitgroup v0.1.2
15812025-02-03T05:02:59.610Z Checking hostname v0.4.0
15822025-02-03T05:02:59.620Z Compiling serde_derive v1.0.217
15832025-02-03T05:02:59.680Z Compiling thiserror-impl v1.0.69
15842025-02-03T05:02:59.740Z Compiling tokio-macros v2.5.0
15852025-02-03T05:02:59.774Z Compiling zerofrom-derive v0.1.5
15862025-02-03T05:02:59.910Z Compiling futures-macro v0.3.31
15872025-02-03T05:03:00.208Z Compiling yoke-derive v0.7.5
15882025-02-03T05:03:00.438Z Compiling zerovec-derive v0.10.3
15892025-02-03T05:03:00.764Z Compiling displaydoc v0.2.5
15902025-02-03T05:03:02.001Z Checking tokio v1.43.0
15912025-02-03T05:03:02.532Z Checking futures-util v0.3.31
15922025-02-03T05:03:03.200Z Compiling zerocopy-derive v0.7.32
15932025-02-03T05:03:03.867Z Compiling icu_provider_macros v1.5.0
15942025-02-03T05:03:04.277Z Compiling pest v2.7.6
15952025-02-03T05:03:04.339Z Compiling scroll_derive v0.12.0
15962025-02-03T05:03:05.077Z Checking zerofrom v0.1.5
15972025-02-03T05:03:05.294Z Checking yoke v0.7.5
15982025-02-03T05:03:05.545Z Compiling openssl-macros v0.1.1
15992025-02-03T05:03:05.599Z Checking zerovec v0.10.4
16002025-02-03T05:03:06.312Z Compiling zerocopy v0.7.32
16012025-02-03T05:03:06.337Z Checking scroll v0.12.0
16022025-02-03T05:03:06.791Z Compiling pest_meta v2.7.6
16032025-02-03T05:03:06.811Z Checking goblin v0.8.0
16042025-02-03T05:03:07.103Z Checking tinystr v0.7.6
16052025-02-03T05:03:07.120Z Checking icu_collections v1.5.0
16062025-02-03T05:03:07.431Z Checking icu_locid v1.5.0
16072025-02-03T05:03:08.431Z Compiling pest_generator v2.7.6
16082025-02-03T05:03:08.611Z Checking tokio-util v0.7.7
16092025-02-03T05:03:08.877Z Checking icu_provider v1.5.0
16102025-02-03T05:03:09.482Z Checking http-body-util v0.1.2
16112025-02-03T05:03:09.891Z Checking icu_locid_transform v1.5.0
16122025-02-03T05:03:10.325Z Checking tokio-rustls v0.26.0
16132025-02-03T05:03:10.437Z Checking tokio-rustls v0.25.0
16142025-02-03T05:03:10.693Z Checking futures-executor v0.3.31
16152025-02-03T05:03:10.777Z Compiling thiserror-impl v2.0.11
16162025-02-03T05:03:10.885Z Checking icu_properties v1.5.1
16172025-02-03T05:03:10.926Z Compiling async-stream-impl v0.3.6
16182025-02-03T05:03:11.690Z Compiling schemars_derive v0.8.21
16192025-02-03T05:03:11.918Z Compiling pest_derive v2.7.6
16202025-02-03T05:03:12.549Z Checking tokio-native-tls v0.3.1
16212025-02-03T05:03:12.792Z Checking futures v0.3.31
16222025-02-03T05:03:12.847Z Checking async-stream v0.3.6
16232025-02-03T05:03:12.894Z Checking tower v0.5.2
16242025-02-03T05:03:13.384Z Compiling dtrace-parser v0.2.0
16252025-02-03T05:03:13.628Z Checking tungstenite v0.24.0
16262025-02-03T05:03:13.950Z Compiling async-trait v0.1.85
16272025-02-03T05:03:14.105Z Checking indexmap v2.7.1
16282025-02-03T05:03:14.525Z Checking icu_normalizer v1.5.0
16292025-02-03T05:03:15.218Z Checking h2 v0.4.6
16302025-02-03T05:03:15.331Z Compiling serde_tokenstream v0.2.2
16312025-02-03T05:03:15.352Z Checking idna_adapter v1.2.0
16322025-02-03T05:03:15.540Z Checking idna v1.0.3
16332025-02-03T05:03:15.549Z Checking toml_datetime v0.6.8
16342025-02-03T05:03:15.635Z Checking dof v0.3.0
16352025-02-03T05:03:15.826Z Checking serde_spanned v0.6.7
16362025-02-03T05:03:15.910Z Checking slog-json v2.6.1
16372025-02-03T05:03:16.014Z Checking toml_edit v0.22.20
16382025-02-03T05:03:16.048Z Checking url v2.5.4
16392025-02-03T05:03:16.161Z Checking serde_urlencoded v0.7.1
16402025-02-03T05:03:16.225Z Checking uuid v1.12.1
16412025-02-03T05:03:16.559Z Checking chrono v0.4.39
16422025-02-03T05:03:16.730Z Checking slog-bunyan v2.5.0
16432025-02-03T05:03:16.879Z Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
16442025-02-03T05:03:16.891Z Checking openapiv3 v2.0.0
16452025-02-03T05:03:17.989Z Checking serde_path_to_error v0.1.16
16462025-02-03T05:03:18.497Z Checking simple-mermaid v0.2.0
16472025-02-03T05:03:18.591Z Checking ipnet v2.10.0
16482025-02-03T05:03:18.608Z Checking fastrand v2.1.1
16492025-02-03T05:03:18.646Z Checking toml v0.8.19
16502025-02-03T05:03:18.953Z Checking similar v2.2.1
16512025-02-03T05:03:19.042Z Checking http-range v0.1.4
16522025-02-03T05:03:19.224Z Checking debug-ignore v1.0.5
16532025-02-03T05:03:19.360Z Checking tempfile v3.14.0
16542025-02-03T05:03:19.369Z Checking tokio-tungstenite v0.24.0
16552025-02-03T05:03:19.430Z Checking hyper v1.5.2
16562025-02-03T05:03:19.602Z Compiling usdt-attr-macro v0.5.0
16572025-02-03T05:03:19.674Z Compiling usdt-macro v0.5.0
16582025-02-03T05:03:19.709Z Checking expectorate v1.1.0
16592025-02-03T05:03:19.796Z Checking rcgen v0.13.2
16602025-02-03T05:03:20.050Z Checking async-channel v2.3.1
16612025-02-03T05:03:20.234Z Checking subprocess v0.2.9
16622025-02-03T05:03:21.162Z Checking hyper-util v0.1.10
16632025-02-03T05:03:21.163Z Checking hyper-staticfile v0.10.1
16642025-02-03T05:03:21.578Z Checking usdt v0.5.0
16652025-02-03T05:03:22.169Z Checking hyper-tls v0.6.0
16662025-02-03T05:03:22.169Z Checking hyper-rustls v0.27.3
16672025-02-03T05:03:22.172Z Checking hyper-rustls v0.26.0
16682025-02-03T05:03:22.390Z Checking reqwest v0.12.12
16692025-02-03T05:03:24.530Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
16702025-02-03T05:03:24.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.25s
16712025-02-03T05:03:24.880Z
16722025-02-03T05:03:24.880Z
16732025-02-03T05:03:34.871Ztest tests/fail/bad_channel10.rs ... ok
16742025-02-03T05:03:34.871Ztest tests/fail/bad_channel11.rs ... ok
16752025-02-03T05:03:34.871Ztest tests/fail/bad_channel12.rs ... ok
16762025-02-03T05:03:34.874Ztest tests/fail/bad_channel13.rs ... ok
16772025-02-03T05:03:34.875Ztest tests/fail/bad_channel14.rs ... ok
16782025-02-03T05:03:34.875Ztest tests/fail/bad_channel15.rs ... ok
16792025-02-03T05:03:34.875Ztest tests/fail/bad_channel17.rs ... ok
16802025-02-03T05:03:34.875Ztest tests/fail/bad_channel18.rs ... ok
16812025-02-03T05:03:34.875Ztest tests/fail/bad_channel19.rs ... ok
16822025-02-03T05:03:34.875Ztest tests/fail/bad_channel1a.rs ... ok
16832025-02-03T05:03:34.875Ztest tests/fail/bad_channel1b.rs ... ok
16842025-02-03T05:03:34.875Ztest tests/fail/bad_channel2.rs ... ok
16852025-02-03T05:03:34.875Ztest tests/fail/bad_channel20.rs ... ok
16862025-02-03T05:03:34.875Ztest tests/fail/bad_channel21.rs ... ok
16872025-02-03T05:03:34.875Ztest tests/fail/bad_channel22.rs ... ok
16882025-02-03T05:03:34.875Ztest tests/fail/bad_channel23.rs ... ok
16892025-02-03T05:03:34.875Ztest tests/fail/bad_channel24.rs ... ok
16902025-02-03T05:03:34.875Ztest tests/fail/bad_channel25.rs ... ok
16912025-02-03T05:03:34.875Ztest tests/fail/bad_channel26.rs ... ok
16922025-02-03T05:03:34.875Ztest tests/fail/bad_channel27.rs ... ok
16932025-02-03T05:03:34.875Ztest tests/fail/bad_channel28.rs ... ok
16942025-02-03T05:03:34.875Ztest tests/fail/bad_channel3.rs ... ok
16952025-02-03T05:03:34.875Ztest tests/fail/bad_channel4.rs ... ok
16962025-02-03T05:03:34.875Ztest tests/fail/bad_channel5.rs ... ok
16972025-02-03T05:03:34.875Ztest tests/fail/bad_channel6.rs ... ok
16982025-02-03T05:03:34.875Ztest tests/fail/bad_channel8.rs ... ok
16992025-02-03T05:03:34.875Ztest tests/fail/bad_channel9.rs ... ok
17002025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint1.rs ... ok
17012025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint10.rs ... ok
17022025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint11.rs ... ok
17032025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint12.rs ... ok
17042025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint13.rs ... ok
17052025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint14.rs ... ok
17062025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint15.rs ... ok
17072025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint16.rs ... ok
17082025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint17.rs ... ok
17092025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint18.rs ... ok
17102025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint19.rs ... ok
17112025-02-03T05:03:34.875Ztest tests/fail/bad_endpoint2.rs ... ok
17122025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint20.rs ... ok
17132025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint21.rs ... ok
17142025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint22.rs ... ok
17152025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint23.rs ... ok
17162025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint24.rs ... ok
17172025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint25.rs ... ok
17182025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint26.rs ... ok
17192025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint27.rs ... ok
17202025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint28.rs ... ok
17212025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint3.rs ... ok
17222025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint4.rs ... ok
17232025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint5.rs ... ok
17242025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint6.rs ... ok
17252025-02-03T05:03:34.876Ztest tests/fail/bad_endpoint7.rs ... ok
17262025-02-03T05:03:34.877Ztest tests/fail/bad_endpoint8.rs ... ok
17272025-02-03T05:03:34.877Ztest tests/fail/bad_endpoint9.rs ... ok
17282025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel10.rs ... ok
17292025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel11.rs ... ok
17302025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel12.rs ... ok
17312025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel13.rs ... ok
17322025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel14.rs ... ok
17332025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel15.rs ... ok
17342025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel17.rs ... ok
17352025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel18.rs ... ok
17362025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel19.rs ... ok
17372025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel1a.rs ... ok
17382025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel1b.rs ... ok
17392025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel2.rs ... ok
17402025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel20.rs ... ok
17412025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel21.rs ... ok
17422025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel22.rs ... ok
17432025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel23.rs ... ok
17442025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel24.rs ... ok
17452025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel25.rs ... ok
17462025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel26.rs ... ok
17472025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel28.rs ... ok
17482025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel3.rs ... ok
17492025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel4.rs ... ok
17502025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel5.rs ... ok
17512025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel6.rs ... ok
17522025-02-03T05:03:34.877Ztest tests/fail/bad_trait_channel8.rs ... ok
17532025-02-03T05:03:34.880Ztest tests/fail/bad_trait_channel9.rs ... ok
17542025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint1.rs ... ok
17552025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint10.rs ... ok
17562025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint11.rs ... ok
17572025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint12.rs ... ok
17582025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint13.rs ... ok
17592025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint14.rs ... ok
17602025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint15.rs ... ok
17612025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint16.rs ... ok
17622025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint17.rs ... ok
17632025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint18.rs ... ok
17642025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint19.rs ... ok
17652025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint2.rs ... ok
17662025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint20.rs ... ok
17672025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint21.rs ... ok
17682025-02-03T05:03:34.880Ztest tests/fail/bad_trait_endpoint22.rs ... ok
17692025-02-03T05:03:34.881Ztest tests/fail/bad_trait_endpoint23.rs ... ok
17702025-02-03T05:03:34.881Ztest tests/fail/bad_trait_endpoint24.rs ... ok
17712025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint25.rs ... ok
17722025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint26.rs ... ok
17732025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint27.rs ... ok
17742025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint28.rs ... ok
17752025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint3.rs ... ok
17762025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint4.rs ... ok
17772025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint5.rs ... ok
17782025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint6.rs ... ok
17792025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint7.rs ... ok
17802025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint8.rs ... ok
17812025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint9.rs ... ok
17822025-02-03T05:03:34.882Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
17832025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only1.rs ... ok
17842025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only10.rs ... ok
17852025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only11.rs ... ok
17862025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only12.rs ... ok
17872025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only13.rs ... ok
17882025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only14.rs ... ok
17892025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only15.rs ... ok
17902025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only16.rs ... ok
17912025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only17.rs ... ok
17922025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only18.rs ... ok
17932025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only19.rs ... ok
17942025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only2.rs ... ok
17952025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only20.rs ... ok
17962025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only21.rs ... ok
17972025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only22.rs ... ok
17982025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only3.rs ... ok
17992025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only4.rs ... ok
18002025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only5.rs ... ok
18012025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only6.rs ... ok
18022025-02-03T05:03:34.882Ztest tests/fail/bad_trait_only7.rs ... ok
18032025-02-03T05:03:34.883Ztest tests/fail/bad_trait_only8.rs ... ok
18042025-02-03T05:03:34.883Ztest tests/fail/bad_trait_only9.rs ... ok
18052025-02-03T05:03:34.883Ztest tests/fail/bad_version_backwards.rs ... ok
18062025-02-03T05:03:34.883Ztest tests/fail/unused_endpoint.rs ... ok
18072025-02-03T05:03:34.883Z
18082025-02-03T05:03:34.883Z
18092025-02-03T05:03:34.883Ztest fail ... ok
18102025-02-03T05:03:34.883Z
18112025-02-03T05:03:34.883Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 52.58s
18122025-02-03T05:03:34.883Z
18132025-02-03T05:03:34.886Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-f465d874e8774568`
18142025-02-03T05:03:34.893Z
18152025-02-03T05:03:34.893Zrunning 82 tests
18162025-02-03T05:03:34.895Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18172025-02-03T05:03:34.895Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18182025-02-03T05:03:34.895Ztest api_trait::test_api_trait_with_complex_tags ... ok
18192025-02-03T05:03:34.895Ztest config::test_config_bad_bind_address_garbage ... ok
18202025-02-03T05:03:34.895Ztest config::test_config_bad_bind_address_port_too_small ... ok
18212025-02-03T05:03:34.895Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18222025-02-03T05:03:34.895Ztest config::test_config_bad_bind_address_port_too_large ... ok
18232025-02-03T05:03:34.899Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
18242025-02-03T05:03:34.899Ztest config::test_config_deprecated_request_body_max_bytes ... ok
18252025-02-03T05:03:34.899Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-config_bind_address_https_buffer.2908.3.log"
18262025-02-03T05:03:34.899Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-config_handler_task_mode_cancel.2908.0.log"
18272025-02-03T05:03:34.899Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-config_bind_address_https.2908.2.log"
18282025-02-03T05:03:34.899Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-config_bind_address_http.2908.4.log"
18292025-02-03T05:03:34.899Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-config_handler_task_mode_detached.2908.1.log"
18302025-02-03T05:03:34.899Ztest config::test_valid_config_all_settings ... ok
18312025-02-03T05:03:34.899Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_unversioned_servers_with_versioned_routes.2908.6.log"
18322025-02-03T05:03:34.899Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-api_trait_basic.2908.5.log"
18332025-02-03T05:03:34.899Ztest config::test_valid_config_basic ... ok
18342025-02-03T05:03:34.899Ztest config::test_unversioned_servers_with_versioned_routes ... ok
18352025-02-03T05:03:34.902Ztest config::test_valid_config_empty ... ok
18362025-02-03T05:03:34.902Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_enum_user_error.2908.7.log"
18372025-02-03T05:03:34.902Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_enum_extractor_error.2908.8.log"
18382025-02-03T05:03:34.904Ztest config::test_config_handler_task_mode_cancel ... ok
18392025-02-03T05:03:34.904Ztest custom_errors::test_enum_user_error ... ok
18402025-02-03T05:03:34.904Ztest custom_errors::test_enum_extractor_error ... ok
18412025-02-03T05:03:34.904Ztest config::test_config_handler_task_mode_detached ... ok
18422025-02-03T05:03:34.904Ztest custom_errors::test_trait_based_api ... ok
18432025-02-03T05:03:34.904Ztest api_trait::test_api_trait_basic ... ok
18442025-02-03T05:03:34.904Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_struct_user_error.2908.10.log"
18452025-02-03T05:03:34.904Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_struct_extractor_error.2908.9.log"
18462025-02-03T05:03:34.904Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_trait_enum_user_error.2908.11.log"
18472025-02-03T05:03:34.907Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_trait_struct_user_error.2908.12.log"
18482025-02-03T05:03:34.907Ztest config::test_config_bind_address_http ... ok
18492025-02-03T05:03:34.907Ztest custom_errors::test_struct_extractor_error ... ok
18502025-02-03T05:03:34.907Ztest custom_errors::test_trait_enum_user_error ... ok
18512025-02-03T05:03:34.907Ztest custom_errors::test_struct_user_error ... ok
18522025-02-03T05:03:34.907Ztest custom_errors::test_trait_struct_user_error ... ok
18532025-02-03T05:03:34.907Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_302_bogus.2908.13.log"
18542025-02-03T05:03:34.907Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_302_found.2908.14.log"
18552025-02-03T05:03:34.910Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_delete_request.2908.16.log"
18562025-02-03T05:03:34.910Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_307_temporary_redirect.2908.15.log"
18572025-02-03T05:03:34.910Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_303_see_other.2908.18.log"
18582025-02-03T05:03:34.910Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-demo1.2908.17.log"
18592025-02-03T05:03:34.910Ztest demo::test_302_bogus ... ok
18602025-02-03T05:03:34.910Ztest demo::test_307_temporary_redirect ... ok
18612025-02-03T05:03:34.910Ztest demo::test_302_found ... ok
18622025-02-03T05:03:34.913Ztest demo::test_303_see_other ... ok
18632025-02-03T05:03:34.913Ztest demo::test_delete_request ... ok
18642025-02-03T05:03:34.913Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-demo2query.2908.19.log"
18652025-02-03T05:03:34.913Ztest demo::test_demo1 ... ok
18662025-02-03T05:03:34.914Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-demo2json.2908.20.log"
18672025-02-03T05:03:34.914Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-demo2urlencoded.2908.21.log"
18682025-02-03T05:03:34.914Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-demo3json.2908.22.log"
18692025-02-03T05:03:34.914Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-demo_path_param_string.2908.23.log"
18702025-02-03T05:03:34.928Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-demo_path_param_u32.2908.24.log"
18712025-02-03T05:03:34.928Ztest demo::test_demo2query ... ok
18722025-02-03T05:03:34.931Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-demo_path_param_uuid.2908.25.log"
18732025-02-03T05:03:34.931Ztest demo::test_demo3json ... ok
18742025-02-03T05:03:34.931Ztest demo::test_demo2json ... ok
18752025-02-03T05:03:34.931Ztest demo::test_demo_path_param_u32 ... ok
18762025-02-03T05:03:34.931Ztest demo::test_demo_path_param_uuid ... ok
18772025-02-03T05:03:34.931Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-demo_websocket.2908.26.log"
18782025-02-03T05:03:34.934Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_header_request.2908.27.log"
18792025-02-03T05:03:34.934Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_head_request.2908.28.log"
18802025-02-03T05:03:34.934Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_large_typed_body.2908.29.log"
18812025-02-03T05:03:34.934Ztest demo::test_demo_websocket ... ok
18822025-02-03T05:03:34.934Ztest demo::test_header_request ... ok
18832025-02-03T05:03:34.934Ztest config::test_config_bind_address_https_buffer ... ok
18842025-02-03T05:03:34.937Ztest demo::test_head_request ... ok
18852025-02-03T05:03:34.937Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-tet_raw_request.2908.30.log"
18862025-02-03T05:03:34.937Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_request_compat.2908.31.log"
18872025-02-03T05:03:34.937Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_request_remote_addr.2908.32.log"
18882025-02-03T05:03:34.938Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_streaming_body.2908.33.log"
18892025-02-03T05:03:34.938Ztest demo::test_large_typed_body ... ok
18902025-02-03T05:03:34.938Ztest demo::test_request_compat ... ok
18912025-02-03T05:03:34.938Ztest demo::test_raw_request ... ok
18922025-02-03T05:03:34.938Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-graceful_shutdown_with_detached_handler.2908.34.log"
18932025-02-03T05:03:34.938Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-multipart_client.2908.35.log"
18942025-02-03T05:03:34.950Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_untyped_body.2908.36.log"
18952025-02-03T05:03:34.950Ztest config::test_config_bind_address_https ... ok
18962025-02-03T05:03:34.950Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-multipart_client.2908.37.log"
18972025-02-03T05:03:34.953Ztest multipart::no_content_type ... ok
18982025-02-03T05:03:34.954Ztest demo::test_demo2urlencoded ... ok
18992025-02-03T05:03:34.954Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-multipart_client.2908.38.log"
19002025-02-03T05:03:34.954Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-multipart_client.2908.39.log"
19012025-02-03T05:03:34.954Ztest demo::test_demo_path_param_string ... ok
19022025-02-03T05:03:34.954Ztest multipart::missing_boundary ... ok
19032025-02-03T05:03:34.954Ztest demo::test_request_remote_addr ... ok
19042025-02-03T05:03:34.956Ztest multipart::test_multipart_client ... ok
19052025-02-03T05:03:34.956Ztest multipart::weird_content_type ... ok
19062025-02-03T05:03:34.956Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-pagination-basic.2908.40.log"
19072025-02-03T05:03:34.956Ztest demo::test_streaming_body ... ok
19082025-02-03T05:03:34.956Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-pagination-multiple-resources.2908.41.log"
19092025-02-03T05:03:34.957Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19102025-02-03T05:03:34.957Ztest openapi::test_openapi_custom_error_types ... ok
19112025-02-03T05:03:34.957Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-pagination-multiple-sorts.2908.42.log"
19122025-02-03T05:03:34.957Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-basic.2908.43.log"
19132025-02-03T05:03:34.976Ztest demo::test_untyped_body ... ok
19142025-02-03T05:03:34.978Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-dictionary.2908.44.log"
19152025-02-03T05:03:34.981Ztest openapi::test_openapi_fuller ... ok
19162025-02-03T05:03:34.981Ztest openapi::test_openapi ... ok
19172025-02-03T05:03:34.984Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-empty.2908.45.log"
19182025-02-03T05:03:34.984Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-errors.2908.46.log"
19192025-02-03T05:03:35.012Ztest pagination::test_paginate_empty ... ok
19202025-02-03T05:03:35.015Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-extra_params.2908.47.log"
19212025-02-03T05:03:35.020Ztest pagination::test_paginate_errors ... ok
19222025-02-03T05:03:35.023Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-required_params.2908.48.log"
19232025-02-03T05:03:35.038Ztest pagination::test_paginate_extra_params ... ok
19242025-02-03T05:03:35.041Ztest pagination_schema::test_pagination_schema ... ok
19252025-02-03T05:03:35.041Ztest path_names::test_path_names ... ok
19262025-02-03T05:03:35.041Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_no_tls.2908.49.log"
19272025-02-03T05:03:35.047Ztest starter::test_no_tls ... ok
19282025-02-03T05:03:35.050Ztest pagination::test_paginate_with_required_params ... ok
19292025-02-03T05:03:35.050Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_with_tls.2908.50.log"
19302025-02-03T05:03:35.050Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-non_streaming_servers_do_not_use_transfer_encoding.2908.51.log"
19312025-02-03T05:03:35.056Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
19322025-02-03T05:03:35.058Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-streaming_server_buffered_client.2908.52.log"
19332025-02-03T05:03:35.088Ztest streaming::test_streaming_server_buffered_client ... ok
19342025-02-03T05:03:35.091Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-streaming_server_streaming_client.2908.53.log"
19352025-02-03T05:03:35.120Ztest streaming::test_streaming_server_streaming_client ... ok
19362025-02-03T05:03:35.123Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_server_is_http.2908.54.log"
19372025-02-03T05:03:35.126Ztest pagination::test_paginate_basic ... ok
19382025-02-03T05:03:35.129Ztest tls::test_server_is_http ... ok
19392025-02-03T05:03:35.129Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_server_is_https.2908.55.log"
19402025-02-03T05:03:35.129Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_tls_aborted_negotiation.2908.56.log"
19412025-02-03T05:03:35.384Ztest starter::test_with_tls ... ok
19422025-02-03T05:03:35.386Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_tls_certificate_loading.2908.57.log"
19432025-02-03T05:03:35.458Ztest tls::test_server_is_https ... ok
19442025-02-03T05:03:35.461Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_tls_only.2908.58.log"
19452025-02-03T05:03:35.703Ztest tls::test_tls_certificate_loading ... ok
19462025-02-03T05:03:35.706Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_tls_refresh_certificates.2908.59.log"
19472025-02-03T05:03:35.774Ztest tls::test_tls_aborted_negotiation ... ok
19482025-02-03T05:03:35.777Znote: configured to log to "/tmp/integration_tests-f465d874e8774568-test_versions.2908.60.log"
19492025-02-03T05:03:35.843Ztest versions::test_versions ... ok
19502025-02-03T05:03:35.846Ztest versions::test_versions_openapi ... ok
19512025-02-03T05:03:35.849Ztest versions::test_versions_openapi_same_names ... ok
19522025-02-03T05:03:36.064Ztest tls::test_tls_refresh_certificates ... ok
19532025-02-03T05:03:36.090Ztest tls::test_tls_only ... ok
19542025-02-03T05:03:36.765Ztest pagination::test_example_basic ... ok
19552025-02-03T05:03:36.952Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
19562025-02-03T05:03:37.510Ztest pagination::test_paginate_dictionary ... ok
19572025-02-03T05:03:41.402Ztest pagination::test_example_multiple_sorts ... ok
19582025-02-03T05:03:41.521Ztest pagination::test_example_multiple_resources ... ok
19592025-02-03T05:03:41.522Z
19602025-02-03T05:03:41.522Ztest result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.63s
19612025-02-03T05:03:41.522Z
19622025-02-03T05:03:41.530Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-b1ab4ea1a3bae846`
19632025-02-03T05:03:41.539Z
19642025-02-03T05:03:41.539Zrunning 35 tests
19652025-02-03T05:03:41.544Ztest channel::tests::test_channel_operation_id ... ok
19662025-02-03T05:03:41.544Ztest channel::tests::test_channel_with_versions ... ok
19672025-02-03T05:03:41.547Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
19682025-02-03T05:03:41.547Ztest channel::tests::test_channel_with_unnamed_params ... ok
19692025-02-03T05:03:41.547Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
19702025-02-03T05:03:41.547Ztest doc::tests::test_extract_summary_description ... ok
19712025-02-03T05:03:41.547Ztest endpoint::tests::test_endpoint_bad_string ... ok
19722025-02-03T05:03:41.547Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
19732025-02-03T05:03:41.547Ztest endpoint::tests::test_endpoint_bad_versions ... ok
19742025-02-03T05:03:41.547Ztest endpoint::tests::test_endpoint_invalid_item ... ok
19752025-02-03T05:03:41.547Ztest endpoint::tests::test_endpoint_no_arguments ... ok
19762025-02-03T05:03:41.550Ztest endpoint::tests::test_endpoint_not_async ... ok
19772025-02-03T05:03:41.550Ztest channel::tests::test_channel_with_custom_params ... ok
19782025-02-03T05:03:41.550Ztest endpoint::tests::test_endpoint_basic ... ok
19792025-02-03T05:03:41.550Ztest endpoint::tests::test_endpoint_content_type ... ok
19802025-02-03T05:03:41.551Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
19812025-02-03T05:03:41.551Ztest api_trait::tests::test_api_trait_operation_id ... ok
19822025-02-03T05:03:41.553Ztest api_trait::tests::test_api_trait_basic ... ok
19832025-02-03T05:03:41.553Ztest endpoint::tests::test_endpoint_pub_crate ... ok
19842025-02-03T05:03:41.553Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
19852025-02-03T05:03:41.553Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
19862025-02-03T05:03:41.553Ztest endpoint::tests::test_endpoint_with_doc ... ok
19872025-02-03T05:03:41.554Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
19882025-02-03T05:03:41.554Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
19892025-02-03T05:03:41.554Ztest endpoint::tests::test_endpoint_with_tags ... ok
19902025-02-03T05:03:41.554Ztest endpoint::tests::test_endpoint_with_query ... ok
19912025-02-03T05:03:41.554Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
19922025-02-03T05:03:41.554Ztest syn_parsing::tests::test_busted_function ... ok
19932025-02-03T05:03:41.554Ztest params::tests::test_extract_rqctx_ty_param ... ok
19942025-02-03T05:03:41.557Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
19952025-02-03T05:03:41.557Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
19962025-02-03T05:03:41.557Ztest endpoint::tests::test_operation_id ... ok
19972025-02-03T05:03:41.557Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
19982025-02-03T05:03:41.557Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
19992025-02-03T05:03:41.560Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20002025-02-03T05:03:41.560Z
20012025-02-03T05:03:41.560Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
20022025-02-03T05:03:41.560Z
20032025-02-03T05:03:41.562Z Doc-tests dropshot
20042025-02-03T05:03:41.564Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-508f7509fcfc3260.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b4c853ea98868a8b.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4417c2279f63ff65.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-5c68138a717f63f2.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-8ae6a2ffb2c90839.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-93529b55278d3dac.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3e9ef0759137f01f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ce5d88e1a842be40.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-44f0524e77a039c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-f88432dfa2de670f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
20052025-02-03T05:03:42.005Z
20062025-02-03T05:03:42.005Zrunning 23 tests
20072025-02-03T05:03:44.015Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20082025-02-03T05:03:44.015Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20092025-02-03T05:03:44.015Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20102025-02-03T05:03:44.124Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20112025-02-03T05:03:48.665Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 363) ... ok
20122025-02-03T05:03:48.665Ztest dropshot/src/lib.rs - (line 322) ... ignored
20132025-02-03T05:03:48.844Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 558) ... ok
20142025-02-03T05:03:48.961Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok
20152025-02-03T05:03:48.977Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok
20162025-02-03T05:03:49.081Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20172025-02-03T05:03:49.331Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 153) ... ok
20182025-02-03T05:03:49.495Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20192025-02-03T05:03:49.495Ztest dropshot/src/lib.rs - channel (line 1153) ... ignored
20202025-02-03T05:03:49.498Ztest dropshot/src/lib.rs - endpoint (line 1198) ... ignored
20212025-02-03T05:03:50.624Ztest dropshot/src/lib.rs - (line 372) ... ok
20222025-02-03T05:03:51.021Ztest dropshot/src/lib.rs - (line 635) ... ok
20232025-02-03T05:03:51.058Ztest dropshot/src/lib.rs - api_description (line 1018) ... ok
20242025-02-03T05:03:51.284Ztest dropshot/src/lib.rs - api_description (line 1079) ... ok
20252025-02-03T05:03:51.350Ztest dropshot/src/lib.rs - (line 110) ... ok
20262025-02-03T05:03:51.489Ztest dropshot/src/lib.rs - (line 189) ... ok
20272025-02-03T05:03:52.133Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
20282025-02-03T05:03:54.528Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
20292025-02-03T05:03:55.848Ztest dropshot/src/lib.rs - (line 471) ... ok
20302025-02-03T05:03:55.851Z
20312025-02-03T05:03:55.851Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.84s
20322025-02-03T05:03:55.851Z
20332025-02-03T05:03:55.872Z Doc-tests dropshot_endpoint
20342025-02-03T05:03:55.875Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-33ac07da347e292d.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-c36b67d624d3a7a9.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-137dff705976f578.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-ad5dc06fb12de74d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`
20352025-02-03T05:03:56.080Z
20362025-02-03T05:03:56.080Zrunning 0 tests
20372025-02-03T05:03:56.080Z
20382025-02-03T05:03:56.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20392025-02-03T05:03:56.080Z
20402025-02-03T05:03:56.109Z
20412025-02-03T05:03:56.109Zreal 2:46.756537449
20422025-02-03T05:03:56.109Zuser 15:13.170981116
20432025-02-03T05:03:56.109Zsys 2:20.268135800
20442025-02-03T05:03:56.109Ztrap 0.767293285
20452025-02-03T05:03:56.109Ztflt 0.484741724
20462025-02-03T05:03:56.109Zdflt 0.181294539
20472025-02-03T05:03:56.109Zkflt 0.000107668
20482025-02-03T05:03:56.112Zlock 32:59.317199528
20492025-02-03T05:03:56.112Zslp 1:15:39.980529038
20502025-02-03T05:03:56.112Zlat 40.617788478
20512025-02-03T05:03:56.112Zstop 58.657407606
20522025-02-03T05:03:56.112Zprocess exited: duration 335261 ms, exit code 0
 
20532025-02-03T05:03:56.117Zfound 0 output files