01KE6556N1Y9E65SNK4TS2M71A: build-and-test / illumos

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

Buildomat Job: 01KE655GPPTHNQWRHAJPN3GXWQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-05T04:03:36.472Zjob assigned to worker 01KE655HC2PCN19BHV89N09Q8F [factory gimlet-EVT22200007-propolis, EVT22200007/52971] (queued for 23 s)
 
22026-01-05T04:03:45.131Zstarting task 0: "setup"
32026-01-05T04:03:45.156Z++ uname -s
42026-01-05T04:03:45.156Z+ kern=SunOS
52026-01-05T04:03:45.156Z+ build_user=build
62026-01-05T04:03:45.156Z+ build_uid=12345
72026-01-05T04:03:45.156Z+ work_dir=/work
82026-01-05T04:03:45.156Z+ input_dir=/input
92026-01-05T04:03:45.156Z+ [[ 0 == 12345 ]]
102026-01-05T04:03:45.156Z+ case "$kern" in
112026-01-05T04:03:45.156Z+ groupadd -g 12345 build
122026-01-05T04:03:45.156Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-05T04:03:47.157Z+ zfs create -o mountpoint=/work rpool/work
142026-01-05T04:03:47.204Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-05T04:03:47.229Z+ home_fs=zfs
162026-01-05T04:03:47.229Z+ [[ zfs == autofs ]]
172026-01-05T04:03:47.229Z+ mkdir -p /home/build
182026-01-05T04:03:47.229Z+ chown build:build /home/build /work
192026-01-05T04:03:49.213Z+ chmod 0700 /home/build /work
202026-01-05T04:03:49.238Zprocess exited: duration 4085 ms, exit code 0
 
212026-01-05T04:03:49.287Zstarting task 1: "rust-toolchain"
222026-01-05T04:03:49.311Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-01-05T04:03:49.311Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-05T04:03:49.311Z * rust toolchain channel = "stable"
252026-01-05T04:03:49.311Z * rust toolchain profile = "default"
262026-01-05T04:03:49.311Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-05T04:03:49.311Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-05T04:03:49.311Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-05T04:03:49.311Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-01-05T04:03:49.421Zinfo: downloading installer
312026-01-05T04:03:50.123Zwarn: It looks like you have an existing installation of Rust at:
322026-01-05T04:03:50.123Zwarn: /opt/ooce/bin
332026-01-05T04:03:50.123Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-05T04:03:50.123Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-05T04:03:50.123Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-05T04:03:50.123Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-05T04:03:50.123Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-05T04:03:50.123Zerror: cannot install while Rust is installed
392026-01-05T04:03:50.123Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-05T04:03:50.173Zinfo: profile set to 'default'
412026-01-05T04:03:50.173Zinfo: default host triple is x86_64-unknown-illumos
422026-01-05T04:03:50.173Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-01-05T04:03:50.253Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
442026-01-05T04:03:50.253Zinfo: downloading component 'cargo'
452026-01-05T04:03:50.401Zinfo: downloading component 'clippy'
462026-01-05T04:03:50.486Zinfo: downloading component 'rust-docs'
472026-01-05T04:03:50.711Zinfo: downloading component 'rust-std'
482026-01-05T04:03:50.968Zinfo: downloading component 'rustc'
492026-01-05T04:03:52.666Zinfo: downloading component 'rustfmt'
502026-01-05T04:03:52.723Zinfo: installing component 'cargo'
512026-01-05T04:03:53.945Zinfo: installing component 'clippy'
522026-01-05T04:03:54.389Zinfo: installing component 'rust-docs'
532026-01-05T04:03:57.583Zinfo: installing component 'rust-std'
542026-01-05T04:03:59.613Zinfo: installing component 'rustc'
552026-01-05T04:04:07.876Zinfo: installing component 'rustfmt'
562026-01-05T04:04:08.263Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-01-05T04:04:08.263Z
582026-01-05T04:04:08.441Z stable-x86_64-unknown-illumos installed - rustc 1.92.0 (ded5c06cf 2025-12-08)
592026-01-05T04:04:08.441Z
602026-01-05T04:04:08.441Z
612026-01-05T04:04:08.441ZRust is installed now. Great!
622026-01-05T04:04:08.441Z
632026-01-05T04:04:08.466ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-05T04:04:08.466Zenvironment variable. This has not been done automatically.
652026-01-05T04:04:08.466Z
662026-01-05T04:04:08.466ZTo configure your current shell, you need to source
672026-01-05T04:04:08.466Zthe corresponding env file under $HOME/.cargo.
682026-01-05T04:04:08.466Z
692026-01-05T04:04:08.466ZThis is usually done by running one of the following (note the leading DOT):
702026-01-05T04:04:08.466Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-05T04:04:08.466Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-05T04:04:08.466Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-05T04:04:08.561Z+ rustup --version
742026-01-05T04:04:08.585Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-05T04:04:08.585Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-05T04:04:08.713Zinfo: The currently active `rustc` version is `rustc 1.92.0 (ded5c06cf 2025-12-08)`
772026-01-05T04:04:08.737Z+ cargo --version
782026-01-05T04:04:08.835Zcargo 1.92.0 (344c4567c 2025-10-21)
792026-01-05T04:04:08.860Z+ rustc --version
802026-01-05T04:04:08.965Zrustc 1.92.0 (ded5c06cf 2025-12-08)
812026-01-05T04:04:08.990Zprocess exited: duration 19683 ms, exit code 0
 
822026-01-05T04:04:09.039Zstarting task 2: "authentication"
832026-01-05T04:04:09.098Zprocess exited: duration 58 ms, exit code 0
 
842026-01-05T04:04:09.150Zstarting task 3: "clone repository"
852026-01-05T04:04:09.174Z+ mkdir -p /work/oxidecomputer/dropshot
862026-01-05T04:04:09.174Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872026-01-05T04:04:09.199ZCloning into '/work/oxidecomputer/dropshot'...
882026-01-05T04:04:10.370Z+ cd /work/oxidecomputer/dropshot
892026-01-05T04:04:10.370Z+ git fetch origin 29d57eb0bc8984f0e481f862fa6f68b6bef02c62
902026-01-05T04:04:10.785ZFrom https://github.com/oxidecomputer/dropshot
912026-01-05T04:04:10.785Z * branch 29d57eb0bc8984f0e481f862fa6f68b6bef02c62 -> FETCH_HEAD
922026-01-05T04:04:10.810Z+ [[ -n '' ]]
932026-01-05T04:04:10.810Z+ git reset --hard 29d57eb0bc8984f0e481f862fa6f68b6bef02c62
942026-01-05T04:04:10.834ZHEAD is now at 29d57eb Bump syn from 2.0.111 to 2.0.113
952026-01-05T04:04:10.834Zprocess exited: duration 1682 ms, exit code 0
 
962026-01-05T04:04:10.884Zstarting task 4: "build"
972026-01-05T04:04:10.908Z+ cargo --version
982026-01-05T04:04:10.908Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
992026-01-05T04:04:11.044Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1002026-01-05T04:04:11.070Zinfo: downloading component 'cargo'
1012026-01-05T04:04:11.204Zinfo: downloading component 'clippy'
1022026-01-05T04:04:11.292Zinfo: downloading component 'rust-docs'
1032026-01-05T04:04:11.564Zinfo: downloading component 'rust-std'
1042026-01-05T04:04:11.866Zinfo: downloading component 'rustc'
1052026-01-05T04:04:12.921Zinfo: downloading component 'rustfmt'
1062026-01-05T04:04:12.973Zinfo: installing component 'cargo'
1072026-01-05T04:04:14.084Zinfo: installing component 'clippy'
1082026-01-05T04:04:14.531Zinfo: installing component 'rust-docs'
1092026-01-05T04:04:17.641Zinfo: installing component 'rust-std'
1102026-01-05T04:04:19.774Zinfo: installing component 'rustc'
1112026-01-05T04:04:28.168Zinfo: installing component 'rustfmt'
1122026-01-05T04:04:28.717Zcargo 1.92.0 (344c4567c 2025-10-21)
1132026-01-05T04:04:28.741Z+ rustc --version
1142026-01-05T04:04:28.874Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1152026-01-05T04:04:28.899Z+ banner build
1162026-01-05T04:04:28.899Z
1172026-01-05T04:04:28.899Z ##### # # # # #####
1182026-01-05T04:04:28.899Z # # # # # # # #
1192026-01-05T04:04:28.899Z ##### # # # # # #
1202026-01-05T04:04:28.899Z # # # # # # # #
1212026-01-05T04:04:28.899Z # # # # # # # #
1222026-01-05T04:04:28.899Z ##### #### # ###### #####
1232026-01-05T04:04:28.899Z
1242026-01-05T04:04:28.899Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1252026-01-05T04:04:29.099Z Updating crates.io index
1262026-01-05T04:04:30.008Z Downloading crates ...
1272026-01-05T04:04:30.098Z Downloaded itoa v1.0.1
1282026-01-05T04:04:30.122Z Downloaded icu_properties v1.5.1
1292026-01-05T04:04:30.122Z Downloaded mime v0.3.16
1302026-01-05T04:04:30.147Z Downloaded futures-macro v0.3.31
1312026-01-05T04:04:30.147Z Downloaded futures-util v0.3.31
1322026-01-05T04:04:30.179Z Downloaded thiserror-impl v2.0.17
1332026-01-05T04:04:30.179Z Downloaded pest_generator v2.8.1
1342026-01-05T04:04:30.179Z Downloaded num-bigint v0.4.3
1352026-01-05T04:04:30.179Z Downloaded schema-derive v0.1.0
1362026-01-05T04:04:30.204Z Downloaded unicode-segmentation v1.10.0
1372026-01-05T04:04:30.204Z Downloaded tower-service v0.3.3
1382026-01-05T04:04:30.229Z Downloaded zerofrom-derive v0.1.5
1392026-01-05T04:04:30.229Z Downloaded write16 v1.0.0
1402026-01-05T04:04:30.229Z Downloaded want v0.3.0
1412026-01-05T04:04:30.229Z Downloaded utf8_iter v1.0.4
1422026-01-05T04:04:30.230Z Downloaded unicode-width v0.1.9
1432026-01-05T04:04:30.230Z Downloaded yoke-derive v0.7.5
1442026-01-05T04:04:30.254Z Downloaded zerocopy-derive v0.8.27
1452026-01-05T04:04:30.254Z Downloaded zerovec-derive v0.10.3
1462026-01-05T04:04:30.254Z Downloaded zerofrom v0.1.5
1472026-01-05T04:04:30.254Z Downloaded zeroize v1.7.0
1482026-01-05T04:04:30.279Z Downloaded uuid v1.19.0
1492026-01-05T04:04:30.279Z Downloaded rand v0.8.4
1502026-01-05T04:04:30.279Z Downloaded x509-parser v0.18.0
1512026-01-05T04:04:30.279Z Downloaded time v0.3.36
1522026-01-05T04:04:30.303Z Downloaded zerocopy v0.8.27
1532026-01-05T04:04:30.328Z Downloaded winnow v0.7.13
1542026-01-05T04:04:30.352Z Downloaded rustix v0.38.44
1552026-01-05T04:04:30.376Z Downloaded icu_properties_data v1.5.0
1562026-01-05T04:04:30.376Z Downloaded goblin v0.10.1
1572026-01-05T04:04:30.401Z Downloaded webpki-roots v0.26.5
1582026-01-05T04:04:30.401Z Downloaded openssl v0.10.72
1592026-01-05T04:04:30.401Z Downloaded webpki-roots v1.0.0
1602026-01-05T04:04:30.401Z Downloaded vcpkg v0.2.15
1612026-01-05T04:04:30.445Z Downloaded tower-http v0.6.8
1622026-01-05T04:04:30.470Z Downloaded rustix v1.0.2
1632026-01-05T04:04:30.494Z Downloaded chrono v0.4.42
1642026-01-05T04:04:30.494Z Downloaded zerovec v0.10.4
1652026-01-05T04:04:30.494Z Downloaded quinn-proto v0.11.8
1662026-01-05T04:04:30.519Z Downloaded idna v1.0.3
1672026-01-05T04:04:30.519Z Downloaded hyper v1.8.1
1682026-01-05T04:04:30.519Z Downloaded hashbrown v0.16.1
1692026-01-05T04:04:30.519Z Downloaded h2 v0.4.6
1702026-01-05T04:04:30.543Z Downloaded unicode-ident v1.0.12
1712026-01-05T04:04:30.543Z Downloaded tower v0.5.2
1722026-01-05T04:04:30.543Z Downloaded tokio-util v0.7.7
1732026-01-05T04:04:30.543Z Downloaded reqwest v0.12.26
1742026-01-05T04:04:30.567Z Downloaded openssl-sys v0.9.107
1752026-01-05T04:04:30.567Z Downloaded mio v1.0.3
1762026-01-05T04:04:30.567Z Downloaded iri-string v0.7.8
1772026-01-05T04:04:30.592Z Downloaded tracing v0.1.40
1782026-01-05T04:04:30.592Z Downloaded hyper-util v0.1.19
1792026-01-05T04:04:30.592Z Downloaded indexmap v2.12.1
1802026-01-05T04:04:30.592Z Downloaded expectorate v1.2.0
1812026-01-05T04:04:30.592Z Downloaded tungstenite v0.24.0
1822026-01-05T04:04:30.592Z Downloaded tracing-core v0.1.32
1832026-01-05T04:04:30.617Z Downloaded rustls-webpki v0.102.8
1842026-01-05T04:04:30.617Z Downloaded libc v0.2.178
1852026-01-05T04:04:30.650Z Downloaded proc-macro2 v1.0.103
1862026-01-05T04:04:30.674Z Downloaded minimal-lexical v0.2.1
1872026-01-05T04:04:30.674Z Downloaded tokio v1.48.0
1882026-01-05T04:04:30.700Z Downloaded memchr v2.6.0
1892026-01-05T04:04:30.724Z Downloaded http v1.4.0
1902026-01-05T04:04:30.724Z Downloaded yasna v0.5.2
1912026-01-05T04:04:30.724Z Downloaded ucd-trie v0.1.6
1922026-01-05T04:04:30.724Z Downloaded trybuild v1.0.114
1932026-01-05T04:04:30.724Z Downloaded slog-term v2.9.2
1942026-01-05T04:04:30.724Z Downloaded serde_path_to_error v0.1.20
1952026-01-05T04:04:30.724Z Downloaded url v2.5.4
1962026-01-05T04:04:30.756Z Downloaded encoding_rs v0.8.32
1972026-01-05T04:04:30.756Z Downloaded typenum v1.14.0
1982026-01-05T04:04:30.756Z Downloaded toml v0.9.10+spec-1.1.0
1992026-01-05T04:04:30.756Z Downloaded spin v0.9.8
2002026-01-05T04:04:30.756Z Downloaded sha2 v0.10.8
2012026-01-05T04:04:30.781Z Downloaded serde_core v1.0.228
2022026-01-05T04:04:30.781Z Downloaded rustls-pki-types v1.13.2
2032026-01-05T04:04:30.781Z Downloaded rand_chacha v0.3.1
2042026-01-05T04:04:30.781Z Downloaded prettyplease v0.2.37
2052026-01-05T04:04:30.781Z Downloaded yoke v0.7.5
2062026-01-05T04:04:30.781Z Downloaded writeable v0.5.5
2072026-01-05T04:04:30.781Z Downloaded unicase v2.6.0
2082026-01-05T04:04:30.781Z Downloaded tempfile v3.23.0
2092026-01-05T04:04:30.781Z Downloaded slog-async v2.8.0
2102026-01-05T04:04:30.781Z Downloaded simple-mermaid v0.2.0
2112026-01-05T04:04:30.781Z Downloaded serde_json v1.0.145
2122026-01-05T04:04:30.806Z Downloaded icu_collections v1.5.0
2132026-01-05T04:04:30.806Z Downloaded cc v1.2.16
2142026-01-05T04:04:30.806Z Downloaded base64 v0.22.1
2152026-01-05T04:04:30.806Z Downloaded tokio-rustls v0.25.0
2162026-01-05T04:04:30.806Z Downloaded serde_urlencoded v0.7.1
2172026-01-05T04:04:30.806Z Downloaded ring v0.17.13
2182026-01-05T04:04:30.848Z Downloaded rustc-hash v2.0.0
2192026-01-05T04:04:30.872Z Downloaded pretty-hex v0.4.1
2202026-01-05T04:04:30.872Z Downloaded usdt-impl v0.6.0
2212026-01-05T04:04:30.872Z Downloaded toml_parser v1.0.6+spec-1.1.0
2222026-01-05T04:04:30.872Z Downloaded tinyvec v1.5.1
2232026-01-05T04:04:30.872Z Downloaded memmap2 v0.9.8
2242026-01-05T04:04:30.872Z Downloaded version_check v0.9.5
2252026-01-05T04:04:30.872Z Downloaded utf16_iter v1.0.5
2262026-01-05T04:04:30.872Z Downloaded usdt-macro v0.6.0
2272026-01-05T04:04:30.872Z Downloaded usdt v0.6.0
2282026-01-05T04:04:30.873Z Downloaded try-lock v0.2.3
2292026-01-05T04:04:30.873Z Downloaded thiserror-impl v1.0.69
2302026-01-05T04:04:30.873Z Downloaded term v1.1.0
2312026-01-05T04:04:30.873Z Downloaded target-triple v1.0.0
2322026-01-05T04:04:30.873Z Downloaded take_mut v0.2.2
2332026-01-05T04:04:30.873Z Downloaded schemars_derive v0.8.22
2342026-01-05T04:04:30.873Z Downloaded rustls-native-certs v0.7.0
2352026-01-05T04:04:30.897Z Downloaded rand_core v0.6.3
2362026-01-05T04:04:30.897Z Downloaded quote v1.0.42
2372026-01-05T04:04:30.897Z Downloaded paste v1.0.15
2382026-01-05T04:04:30.897Z Downloaded parking_lot v0.12.1
2392026-01-05T04:04:30.897Z Downloaded openssl-macros v0.1.1
2402026-01-05T04:04:30.897Z Downloaded num_threads v0.1.3
2412026-01-05T04:04:30.897Z Downloaded waitgroup v0.1.2
2422026-01-05T04:04:30.897Z Downloaded untrusted v0.9.0
2432026-01-05T04:04:30.898Z Downloaded tokio-rustls v0.26.0
2442026-01-05T04:04:30.898Z Downloaded tinystr v0.7.6
2452026-01-05T04:04:30.898Z Downloaded thiserror v2.0.17
2462026-01-05T04:04:30.898Z Downloaded thiserror v1.0.69
2472026-01-05T04:04:30.923Z Downloaded synstructure v0.13.1
2482026-01-05T04:04:30.923Z Downloaded syn v2.0.113
2492026-01-05T04:04:30.923Z Downloaded stable_deref_trait v1.2.0
2502026-01-05T04:04:30.923Z Downloaded socket2 v0.5.9
2512026-01-05T04:04:30.923Z Downloaded shlex v1.3.0
2522026-01-05T04:04:30.923Z Downloaded serde_spanned v1.0.4
2532026-01-05T04:04:30.923Z Downloaded serde_derive v1.0.228
2542026-01-05T04:04:30.923Z Downloaded semver v1.0.27
2552026-01-05T04:04:30.947Z Downloaded scopeguard v1.2.0
2562026-01-05T04:04:30.947Z Downloaded schemars v0.8.22
2572026-01-05T04:04:30.947Z Downloaded rusticata-macros v4.1.0
2582026-01-05T04:04:30.947Z Downloaded quinn v0.11.4
2592026-01-05T04:04:30.947Z Downloaded ppv-lite86 v0.2.15
2602026-01-05T04:04:30.947Z Downloaded parking_lot_core v0.9.4
2612026-01-05T04:04:30.947Z Downloaded icu_provider v1.5.0
2622026-01-05T04:04:30.947Z Downloaded icu_normalizer_data v1.5.0
2632026-01-05T04:04:30.972Z Downloaded utf-8 v0.7.6
2642026-01-05T04:04:30.972Z Downloaded usdt-attr-macro v0.6.0
2652026-01-05T04:04:30.972Z Downloaded toml_writer v1.0.6+spec-1.1.0
2662026-01-05T04:04:30.972Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2672026-01-05T04:04:30.972Z Downloaded tokio-macros v2.6.0
2682026-01-05T04:04:30.972Z Downloaded time-macros v0.2.18
2692026-01-05T04:04:30.972Z Downloaded termcolor v1.1.2
2702026-01-05T04:04:30.972Z Downloaded subtle v2.5.0
2712026-01-05T04:04:30.972Z Downloaded slog-json v2.6.1
2722026-01-05T04:04:30.972Z Downloaded slog-bunyan v2.5.0
2732026-01-05T04:04:30.972Z Downloaded scroll_derive v0.13.1
2742026-01-05T04:04:30.972Z Downloaded scroll v0.13.0
2752026-01-05T04:04:30.972Z Downloaded powerfmt v0.2.0
2762026-01-05T04:04:30.972Z Downloaded plain v0.2.3
2772026-01-05T04:04:30.972Z Downloaded pin-project-lite v0.2.12
2782026-01-05T04:04:30.972Z Downloaded openssl-probe v0.1.4
2792026-01-05T04:04:30.972Z Downloaded num-integer v0.1.46
2802026-01-05T04:04:30.997Z Downloaded native-tls v0.2.12
2812026-01-05T04:04:30.997Z Downloaded multer v3.1.0
2822026-01-05T04:04:30.997Z Downloaded log v0.4.17
2832026-01-05T04:04:30.997Z Downloaded ipnet v2.10.0
2842026-01-05T04:04:30.997Z Downloaded icu_normalizer v1.5.0
2852026-01-05T04:04:30.997Z Downloaded hyper-rustls v0.27.3
2862026-01-05T04:04:30.997Z Downloaded getrandom v0.2.11
2872026-01-05T04:04:30.997Z Downloaded event-listener v5.0.0
2882026-01-05T04:04:30.997Z Downloaded tower-layer v0.3.3
2892026-01-05T04:04:30.997Z Downloaded tokio-native-tls v0.3.1
2902026-01-05T04:04:30.997Z Downloaded thread_local v1.1.4
2912026-01-05T04:04:30.997Z Downloaded sync_wrapper v1.0.1
2922026-01-05T04:04:30.997Z Downloaded subprocess v0.2.9
2932026-01-05T04:04:31.023Z Downloaded socket2 v0.6.0
2942026-01-05T04:04:31.024Z Downloaded slog v2.8.2
2952026-01-05T04:04:31.024Z Downloaded similar v2.2.1
2962026-01-05T04:04:31.024Z Downloaded sha1 v0.10.6
2972026-01-05T04:04:31.024Z Downloaded serde_derive_internals v0.29.0
2982026-01-05T04:04:31.024Z Downloaded serde v1.0.228
2992026-01-05T04:04:31.024Z Downloaded ryu v1.0.5
3002026-01-05T04:04:31.024Z Downloaded rustversion v1.0.22
3012026-01-05T04:04:31.024Z Downloaded rustls v0.23.13
3022026-01-05T04:04:31.048Z Downloaded rustls v0.22.4
3032026-01-05T04:04:31.048Z Downloaded rcgen v0.14.6
3042026-01-05T04:04:31.048Z Downloaded quinn-udp v0.5.5
3052026-01-05T04:04:31.074Z Downloaded portable-atomic v1.9.0
3062026-01-05T04:04:31.074Z Downloaded parking v2.2.0
3072026-01-05T04:04:31.074Z Downloaded openapiv3 v2.2.0
3082026-01-05T04:04:31.074Z Downloaded mime_guess v2.0.5
3092026-01-05T04:04:31.074Z Downloaded icu_locid_transform_data v1.5.0
3102026-01-05T04:04:31.099Z Downloaded hyper-rustls v0.26.0
3112026-01-05T04:04:31.099Z Downloaded tokio-tungstenite v0.24.0
3122026-01-05T04:04:31.099Z Downloaded tinyvec_macros v0.1.0
3132026-01-05T04:04:31.099Z Downloaded time-core v0.1.2
3142026-01-05T04:04:31.099Z Downloaded thread-id v5.0.0
3152026-01-05T04:04:31.099Z Downloaded smallvec v1.13.2
3162026-01-05T04:04:31.099Z Downloaded slab v0.4.9
3172026-01-05T04:04:31.099Z Downloaded signal-hook-registry v1.4.0
3182026-01-05T04:04:31.099Z Downloaded serde_tokenstream v0.2.2
3192026-01-05T04:04:31.099Z Downloaded rustls-pemfile v2.2.0
3202026-01-05T04:04:31.099Z Downloaded pin-utils v0.1.0
3212026-01-05T04:04:31.099Z Downloaded http-body-util v0.1.3
3222026-01-05T04:04:31.099Z Downloaded getrandom v0.3.1
3232026-01-05T04:04:31.099Z Downloaded generic-array v0.14.5
3242026-01-05T04:04:31.124Z Downloaded schema v0.1.0
3252026-01-05T04:04:31.124Z Downloaded litemap v0.7.4
3262026-01-05T04:04:31.124Z Downloaded icu_locid_transform v1.5.0
3272026-01-05T04:04:31.124Z Downloaded glob v0.3.0
3282026-01-05T04:04:31.124Z Downloaded crossbeam-channel v0.5.1
3292026-01-05T04:04:31.148Z Downloaded nom v7.1.3
3302026-01-05T04:04:31.148Z Downloaded match_cfg v0.1.0
3312026-01-05T04:04:31.148Z Downloaded httpdate v1.0.1
3322026-01-05T04:04:31.148Z Downloaded heck v0.5.0
3332026-01-05T04:04:31.148Z Downloaded buf-list v1.1.2
3342026-01-05T04:04:31.148Z Downloaded asn1-rs v0.7.1
3352026-01-05T04:04:31.173Z Downloaded pest v2.8.1
3362026-01-05T04:04:31.173Z Downloaded percent-encoding v2.3.2
3372026-01-05T04:04:31.173Z Downloaded pem v3.0.6
3382026-01-05T04:04:31.173Z Downloaded oid-registry v0.8.1
3392026-01-05T04:04:31.173Z Downloaded num-traits v0.2.14
3402026-01-05T04:04:31.197Z Downloaded newline-converter v0.3.0
3412026-01-05T04:04:31.198Z Downloaded lock_api v0.4.6
3422026-01-05T04:04:31.198Z Downloaded icu_provider_macros v1.5.0
3432026-01-05T04:04:31.198Z Downloaded hyper-tls v0.6.0
3442026-01-05T04:04:31.198Z Downloaded http-range v0.1.4
3452026-01-05T04:04:31.198Z Downloaded hostname v0.3.1
3462026-01-05T04:04:31.198Z Downloaded futures-core v0.3.31
3472026-01-05T04:04:31.198Z Downloaded futures v0.3.31
3482026-01-05T04:04:31.222Z Downloaded fastrand v2.1.1
3492026-01-05T04:04:31.222Z Downloaded event-listener-strategy v0.5.4
3502026-01-05T04:04:31.222Z Downloaded errno v0.3.10
3512026-01-05T04:04:31.222Z Downloaded erased-serde v0.3.31
3522026-01-05T04:04:31.222Z Downloaded equivalent v1.0.0
3532026-01-05T04:04:31.222Z Downloaded dyn-clone v1.0.4
3542026-01-05T04:04:31.222Z Downloaded dtrace-parser v0.3.0
3552026-01-05T04:04:31.222Z Downloaded der-parser v10.0.0
3562026-01-05T04:04:31.223Z Downloaded cpufeatures v0.2.2
3572026-01-05T04:04:31.223Z Downloaded console v0.15.7
3582026-01-05T04:04:31.223Z Downloaded camino v1.2.2
3592026-01-05T04:04:31.223Z Downloaded bytes v1.11.0
3602026-01-05T04:04:31.248Z Downloaded block-buffer v0.10.2
3612026-01-05T04:04:31.248Z Downloaded pkg-config v0.3.31
3622026-01-05T04:04:31.248Z Downloaded pest_meta v2.8.1
3632026-01-05T04:04:31.248Z Downloaded pest_derive v2.8.1
3642026-01-05T04:04:31.248Z Downloaded once_cell v1.20.1
3652026-01-05T04:04:31.248Z Downloaded num-conv v0.1.0
3662026-01-05T04:04:31.248Z Downloaded lazy_static v1.5.0
3672026-01-05T04:04:31.248Z Downloaded is-terminal v0.4.12
3682026-01-05T04:04:31.248Z Downloaded idna_adapter v1.2.0
3692026-01-05T04:04:31.248Z Downloaded iana-time-zone v0.1.47
3702026-01-05T04:04:31.248Z Downloaded http-body v1.0.1
3712026-01-05T04:04:31.248Z Downloaded futures-task v0.3.31
3722026-01-05T04:04:31.248Z Downloaded futures-io v0.3.31
3732026-01-05T04:04:31.248Z Downloaded futures-executor v0.3.31
3742026-01-05T04:04:31.248Z Downloaded form_urlencoded v1.2.2
3752026-01-05T04:04:31.248Z Downloaded fnv v1.0.7
3762026-01-05T04:04:31.248Z Downloaded displaydoc v0.2.5
3772026-01-05T04:04:31.273Z Downloaded deranged v0.3.11
3782026-01-05T04:04:31.273Z Downloaded debug-ignore v1.0.5
3792026-01-05T04:04:31.273Z Downloaded data-encoding v2.4.0
3802026-01-05T04:04:31.273Z Downloaded cfg-if v1.0.0
3812026-01-05T04:04:31.273Z Downloaded futures-channel v0.3.31
3822026-01-05T04:04:31.273Z Downloaded foreign-types v0.3.2
3832026-01-05T04:04:31.273Z Downloaded byteorder v1.4.3
3842026-01-05T04:04:31.273Z Downloaded autocfg v1.1.0
3852026-01-05T04:04:31.273Z Downloaded atomicwrites v0.4.4
3862026-01-05T04:04:31.273Z Downloaded async-trait v0.1.89
3872026-01-05T04:04:31.298Z Downloaded async-channel v2.5.0
3882026-01-05T04:04:31.298Z Downloaded anyhow v1.0.100
3892026-01-05T04:04:31.298Z Downloaded futures-sink v0.3.31
3902026-01-05T04:04:31.298Z Downloaded foreign-types-shared v0.1.1
3912026-01-05T04:04:31.298Z Downloaded dof v0.4.0
3922026-01-05T04:04:31.298Z Downloaded crossbeam-utils v0.8.15
3932026-01-05T04:04:31.298Z Downloaded atomic-waker v1.1.2
3942026-01-05T04:04:31.298Z Downloaded async-stream-impl v0.3.6
3952026-01-05T04:04:31.298Z Downloaded async-stream v0.3.6
3962026-01-05T04:04:31.298Z Downloaded asn1-rs-impl v0.2.0
3972026-01-05T04:04:31.298Z Downloaded asn1-rs-derive v0.6.0
3982026-01-05T04:04:31.298Z Downloaded icu_locid v1.5.0
3992026-01-05T04:04:31.298Z Downloaded hostname v0.4.2
4002026-01-05T04:04:31.298Z Downloaded hyper-staticfile v0.10.1
4012026-01-05T04:04:31.323Z Downloaded httparse v1.10.0
4022026-01-05T04:04:31.323Z Downloaded digest v0.10.7
4032026-01-05T04:04:31.323Z Downloaded crypto-common v0.1.6
4042026-01-05T04:04:31.323Z Downloaded concurrent-queue v2.5.0
4052026-01-05T04:04:31.323Z Downloaded bitflags v2.4.0
4062026-01-05T04:04:31.503Z Compiling proc-macro2 v1.0.103
4072026-01-05T04:04:31.503Z Compiling unicode-ident v1.0.12
4082026-01-05T04:04:31.503Z Compiling quote v1.0.42
4092026-01-05T04:04:31.528Z Compiling libc v0.2.178
4102026-01-05T04:04:31.528Z Compiling cfg-if v1.0.0
4112026-01-05T04:04:31.528Z Compiling itoa v1.0.1
4122026-01-05T04:04:31.528Z Compiling serde_core v1.0.228
4132026-01-05T04:04:31.528Z Compiling memchr v2.6.0
4142026-01-05T04:04:31.528Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/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,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=228750abfe4a7e33 -C extra-filename=-bb405d61d894422c --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bb405d61d894422c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152026-01-05T04:04:31.528Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b11df14ad5dfa7c4 -C extra-filename=-34998c1384dce2fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-01-05T04:04:31.528Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/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,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=45ff84d68d4761a6 -C extra-filename=-78033f4331505ef9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-78033f4331505ef9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-01-05T04:04:31.528Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=78264587f515371c -C extra-filename=-d9f3e49df05053f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182026-01-05T04:04:31.528Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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=ad473e3ec54e0a5c -C extra-filename=-3583ff5b1f2a4457 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-3583ff5b1f2a4457 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-01-05T04:04:31.528Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=320d203e94d0a597 -C extra-filename=-7ede8ebcc6f5b66f --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-7ede8ebcc6f5b66f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202026-01-05T04:04:31.554Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=f927b9e28ebde9af -C extra-filename=-e21694cb7552ee9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-01-05T04:04:31.578Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=edd8d0f2fe0b9525 -C extra-filename=-2a6214e7bd6abaee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222026-01-05T04:04:31.650Z Compiling pin-project-lite v0.2.12
4232026-01-05T04:04:31.675Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=53af2b67eb7b3250 -C extra-filename=-f2e925eb377ed176 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242026-01-05T04:04:31.746Z Compiling autocfg v1.1.0
4252026-01-05T04:04:31.771Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2206706649e96bb -C extra-filename=-e1581779f99d8cf3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262026-01-05T04:04:31.797Z Compiling shlex v1.3.0
4272026-01-05T04:04:31.798Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8d4ee061e0bf1eac -C extra-filename=-8e68deddde749c86 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4282026-01-05T04:04:31.832Z Compiling bytes v1.11.0
4292026-01-05T04:04:31.857Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-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 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=bbd122273dfe601c -C extra-filename=-5ecd5f1916a6d7e9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4302026-01-05T04:04:32.113Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-78033f4331505ef9/build-script-build`
4312026-01-05T04:04:32.137Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-7ede8ebcc6f5b66f/build-script-build`
4322026-01-05T04:04:32.162Z Compiling cc v1.2.16
4332026-01-05T04:04:32.162Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=fe6142401967f85a -C extra-filename=-35472e3603a6003c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-8e68deddde749c86.rmeta --cap-lints allow`
4342026-01-05T04:04:32.186Z Compiling smallvec v1.13.2
4352026-01-05T04:04:32.232Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=53113ce4a438c78d -C extra-filename=-49dd8f4c7a263819 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362026-01-05T04:04:32.257Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bb405d61d894422c/build-script-build`
4372026-01-05T04:04:32.257Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=80698c3d8a934873 -C extra-filename=-cbe5626542001e99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --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_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
4382026-01-05T04:04:32.281Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-3583ff5b1f2a4457/build-script-build`
4392026-01-05T04:04:32.344Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/lib.rs --error-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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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=6cf90df4f2cbcd73 -C extra-filename=-9adea2ec8d642779 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_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(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4402026-01-05T04:04:32.397Z Compiling once_cell v1.20.1
4412026-01-05T04:04:32.422Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=87702913ddfae7d4 -C extra-filename=-bcf0c78fdafaa0ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422026-01-05T04:04:32.636Z Compiling futures-core v0.3.31
4432026-01-05T04:04:32.661Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=46a8edfeb90d5afb -C extra-filename=-1f9e330bb92d952e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442026-01-05T04:04:32.831Z Compiling version_check v0.9.5
4452026-01-05T04:04:32.856Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=765c778ae35ca858 -C extra-filename=-fa8a923cfd6ca6bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462026-01-05T04:04:32.881Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=16f48aabd4d23ab7 -C extra-filename=-88aa7f8edcd7aceb --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-34998c1384dce2fd.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --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(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --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)'`
4472026-01-05T04:04:32.916Z Compiling log v0.4.17
4482026-01-05T04:04:32.941Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=eeaeeb21a524e102 -C extra-filename=-2f5d62fda4534c74 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-2f5d62fda4534c74 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492026-01-05T04:04:33.021Z Compiling parking_lot_core v0.9.4
4502026-01-05T04:04:33.046Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=63414a4fceee1d7f -C extra-filename=-3395379f78e3989f --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-3395379f78e3989f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4512026-01-05T04:04:33.239Z Compiling scopeguard v1.2.0
4522026-01-05T04:04:33.264Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d5b475d596f90eab -C extra-filename=-14ccd81d18a609dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4532026-01-05T04:04:33.351Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-2f5d62fda4534c74/build-script-build`
4542026-01-05T04:04:33.376Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=372eedcfd52026c4 -C extra-filename=-aaa7dec7979a9811 --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-d9f3e49df05053f1.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4552026-01-05T04:04:33.401Z Compiling ryu v1.0.5
4562026-01-05T04:04:33.401Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=bd3f5576a77731b1 -C extra-filename=-fad403f3604b2454 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-fad403f3604b2454 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4572026-01-05T04:04:33.438Z Compiling lock_api v0.4.6
4582026-01-05T04:04:33.463Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=bae7e141f622cad6 -C extra-filename=-da38682ad4984caf --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-14ccd81d18a609dd.rmeta --cap-lints allow`
4592026-01-05T04:04:33.512Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-3395379f78e3989f/build-script-build`
4602026-01-05T04:04:33.537Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=ec6eadf2b806cb6b -C extra-filename=-7ecdd03013e20a55 --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-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --cap-lints allow`
4612026-01-05T04:04:33.618Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/lib.rs --error-format=json --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,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=9d19cba3557624b1 -C extra-filename=-3259760ff84cb870 --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-88aa7f8edcd7aceb.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4622026-01-05T04:04:33.759Z Compiling slab v0.4.9
4632026-01-05T04:04:33.785Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e159d6d59e607816 -C extra-filename=-b5a0a0dca441fb0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-b5a0a0dca441fb0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-e1581779f99d8cf3.rlib --cap-lints allow`
4642026-01-05T04:04:33.873Z Compiling serde v1.0.228
4652026-01-05T04:04:33.899Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ee5a328690a61c2b -C extra-filename=-7392e1a2319e555d --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-7392e1a2319e555d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4662026-01-05T04:04:33.923Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-fad403f3604b2454/build-script-build`
4672026-01-05T04:04:33.979Z Compiling futures-sink v0.3.31
4682026-01-05T04:04:34.004Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1b8558b30588a461 -C extra-filename=-a59d605fba7e7623 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692026-01-05T04:04:34.110Z Compiling syn v2.0.113
4702026-01-05T04:04:34.134Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.113/src/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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=d1020ded3bf88e23 -C extra-filename=-563dad6a048e3baf --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-34998c1384dce2fd.rmeta --cap-lints allow`
4712026-01-05T04:04:34.159Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=a9a277ace250be2f -C extra-filename=-c0bdb86579048164 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4722026-01-05T04:04:34.186Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-b5a0a0dca441fb0c/build-script-build`
4732026-01-05T04:04:34.245Z Compiling parking_lot v0.12.1
4742026-01-05T04:04:34.269Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=cb02754cb5c21f15 -C extra-filename=-56918071db70e39b --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-da38682ad4984caf.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-7ecdd03013e20a55.rmeta --cap-lints allow`
4752026-01-05T04:04:34.323Z Compiling getrandom v0.2.11
4762026-01-05T04:04:34.348Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=f7a10a02bdac5e40 -C extra-filename=-a8fd98dc41c13736 --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-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --cap-lints allow`
4772026-01-05T04:04:34.372Z Compiling socket2 v0.6.0
4782026-01-05T04:04:34.372Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=59d3facb1221dc08 -C extra-filename=-17c17e7344de881c --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-9adea2ec8d642779.rmeta --cap-lints allow`
4792026-01-05T04:04:34.458Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-7392e1a2319e555d/build-script-build`
4802026-01-05T04:04:34.516Z Compiling signal-hook-registry v1.4.0
4812026-01-05T04:04:34.540Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d51a4272f947a91 -C extra-filename=-792b03cfda780cce --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-9adea2ec8d642779.rmeta --cap-lints allow`
4822026-01-05T04:04:34.540Z Compiling mio v1.0.3
4832026-01-05T04:04:34.565Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=4103300cab04664a -C extra-filename=-0e14aebe2a53df31 --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-9adea2ec8d642779.rmeta --cap-lints allow`
4842026-01-05T04:04:34.717Z Compiling serde_json v1.0.145
4852026-01-05T04:04:34.741Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2312c0a29308ce8c -C extra-filename=-35e12394889cd466 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-35e12394889cd466 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862026-01-05T04:04:34.790Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=dc93d96235522ed8 -C extra-filename=-02f5df2a920989d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872026-01-05T04:04:35.045Z Compiling futures-channel v0.3.31
4882026-01-05T04:04:35.070Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=e470bee4fc4f9f8f -C extra-filename=-c12409cd2aa547f6 --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-1f9e330bb92d952e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --cap-lints allow`
4892026-01-05T04:04:35.070Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-35e12394889cd466/build-script-build`
4902026-01-05T04:04:35.095Z Compiling http v1.4.0
4912026-01-05T04:04:35.095Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1d069e36fe04725 -C extra-filename=-ed9a5b50ef325b97 --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-5ecd5f1916a6d7e9.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --cap-lints allow`
4922026-01-05T04:04:35.120Z Compiling thiserror v2.0.17
4932026-01-05T04:04:35.120Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fa21e7403901f97e -C extra-filename=-1600a68c7d59c703 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-1600a68c7d59c703 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942026-01-05T04:04:35.283Z Compiling bitflags v2.4.0
4952026-01-05T04:04:35.307Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=865698d8d3409da1 -C extra-filename=-03b97606ae84b231 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4962026-01-05T04:04:35.307Z Compiling zeroize v1.7.0
4972026-01-05T04:04:35.307Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=4084bb0258c6ca0a -C extra-filename=-43179ed41b445ef9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4982026-01-05T04:04:35.436Z Compiling pin-utils v0.1.0
4992026-01-05T04:04:35.461Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fe0a78e08252aaa -C extra-filename=-b878c6d60e538515 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5002026-01-05T04:04:35.531Z Compiling rustls-pki-types v1.13.2
5012026-01-05T04:04:35.531Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-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 --warn=unexpected_cfgs --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=94580ed577609ae2 -C extra-filename=-0c39cf5fcd2c729c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-43179ed41b445ef9.rmeta --cap-lints allow`
5022026-01-05T04:04:35.592Z Compiling ring v0.17.13
5032026-01-05T04:04:35.617Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=9910d45560039499 -C extra-filename=-f089498b64e5968f --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-f089498b64e5968f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-35472e3603a6003c.rlib --cap-lints allow`
5042026-01-05T04:04:35.617Z Compiling futures-task v0.3.31
5052026-01-05T04:04:35.617Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=4aff9cf4a0f43b55 -C extra-filename=-4300c4d0f434c5ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062026-01-05T04:04:35.666Z Compiling futures-io v0.3.31
5072026-01-05T04:04:35.691Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=8258f277cec4d58f -C extra-filename=-a8037fb04114235f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5082026-01-05T04:04:35.691Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-1600a68c7d59c703/build-script-build`
5092026-01-05T04:04:35.886Z Compiling stable_deref_trait v1.2.0
5102026-01-05T04:04:35.910Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=093c0fe3b8aa5285 -C extra-filename=-eb7e57ae6664c5f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-01-05T04:04:35.935Z Compiling httparse v1.10.0
5122026-01-05T04:04:35.935Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/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(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a2062598c74911fc -C extra-filename=-639a03dbc331d55c --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-639a03dbc331d55c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132026-01-05T04:04:35.995Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=15b5bfe8201c3c8b -C extra-filename=-b63881afe3a0ff52 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-b63881afe3a0ff52 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5142026-01-05T04:04:36.020Z Compiling getrandom v0.3.1
5152026-01-05T04:04:36.020Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/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(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=5a3887e7dbedcec6 -C extra-filename=-241ed2b408d6f6fa --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-241ed2b408d6f6fa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5162026-01-05T04:04:36.457Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-f089498b64e5968f/build-script-build`
5172026-01-05T04:04:36.486Z Compiling tracing-core v0.1.32
5182026-01-05T04:04:36.511Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=d40d6fee0f22863d -C extra-filename=-79f5add635097813 --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-bcf0c78fdafaa0ad.rmeta --cap-lints allow`
5192026-01-05T04:04:36.511Z Compiling untrusted v0.9.0
5202026-01-05T04:04:36.511Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4507f5908e4d559a -C extra-filename=-c8177221da29ea4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212026-01-05T04:04:36.511Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-241ed2b408d6f6fa/build-script-build`
5222026-01-05T04:04:36.540Z Compiling ucd-trie v0.1.6
5232026-01-05T04:04:36.567Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5099a1d53b00660c -C extra-filename=-17a9ade75285a27e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5242026-01-05T04:04:36.592Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-639a03dbc331d55c/build-script-build`
5252026-01-05T04:04:36.592Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-b63881afe3a0ff52/build-script-build`
5262026-01-05T04:04:36.630Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-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 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b51f874a185c5fc7 -C extra-filename=-a23521c4f33a3866 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
5272026-01-05T04:04:36.654Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=7fb5a4327427d099 -C extra-filename=-2cd86c14576cf4f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --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_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
5282026-01-05T04:04:36.690Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=26c6f87cb9aa7d73 -C extra-filename=-35701dae52e1879c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-35701dae52e1879c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5292026-01-05T04:04:37.044Z Compiling equivalent v1.0.0
5302026-01-05T04:04:37.070Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=12dc471bb501b6f3 -C extra-filename=-265c18e794011b44 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312026-01-05T04:04:37.153Z Compiling hashbrown v0.16.1
5322026-01-05T04:04:37.153Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.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,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=048ec6be1c2aa4d2 -C extra-filename=-5ea294fa9281317e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5332026-01-05T04:04:37.178Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-35701dae52e1879c/build-script-build`
5342026-01-05T04:04:37.203Z Compiling tracing v0.1.40
5352026-01-05T04:04:37.228Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=f899932d8c2774e0 -C extra-filename=-2fac1e82ca739178 --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-f2e925eb377ed176.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-79f5add635097813.rmeta --cap-lints allow`
5362026-01-05T04:04:37.228Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=5842faaf3fc792c5 -C extra-filename=-5039a579cb9e77c1 --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-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --cap-lints allow`
5372026-01-05T04:04:37.254Z Compiling http-body v1.0.1
5382026-01-05T04:04:37.278Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cf9787318ab6eb4 -C extra-filename=-5896181714a67144 --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-5ecd5f1916a6d7e9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --cap-lints allow`
5392026-01-05T04:04:37.475Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/src/lib.rs --error-format=json --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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ff2f45139a55a83a -C extra-filename=-fe7a50e1c3024801 --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-2a6214e7bd6abaee.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c0bdb86579048164.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5402026-01-05T04:04:37.500Z Compiling rustversion v1.0.22
5412026-01-05T04:04:37.500Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eecda1b751fee61f -C extra-filename=-d2da51f42301bf6e --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-d2da51f42301bf6e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422026-01-05T04:04:37.577Z Compiling pkg-config v0.3.31
5432026-01-05T04:04:37.602Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5846b07cc46551f -C extra-filename=-d56ed2da55213b4a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5442026-01-05T04:04:37.719Z Compiling vcpkg v0.2.15
5452026-01-05T04:04:37.745Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=36679331ecdb7e6d -C extra-filename=-0da95a37ee398901 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5462026-01-05T04:04:38.090Z Compiling atomic-waker v1.1.2
5472026-01-05T04:04:38.115Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-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,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=dae6c7a286b8cbf0 -C extra-filename=-9ac8fd3889a1fc7b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5482026-01-05T04:04:38.255Z Compiling indexmap v2.12.1
5492026-01-05T04:04:38.280Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=37f65668fdb29bc6 -C extra-filename=-f939d226db78f2f9 --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-265c18e794011b44.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-5ea294fa9281317e.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
5502026-01-05T04:04:38.314Z Compiling zerocopy v0.8.27
5512026-01-05T04:04:38.339Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/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="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=12ca58f9679f33d8 -C extra-filename=-413f375278015f7c --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-413f375278015f7c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5522026-01-05T04:04:38.458Z Compiling litemap v0.7.4
5532026-01-05T04:04:38.483Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=5e952712e37e2bf5 -C extra-filename=-9716f9529f530590 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5542026-01-05T04:04:38.819Z Compiling percent-encoding v2.3.2
5552026-01-05T04:04:38.843Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d409866748b98b5a -C extra-filename=-a56d4c653a00f37e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5562026-01-05T04:04:38.903Z Compiling typenum v1.14.0
5572026-01-05T04:04:38.928Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=6da081f399bf3146 -C extra-filename=-916d497215e450f0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-916d497215e450f0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582026-01-05T04:04:38.952Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=0cf39493916fc0b4 -C extra-filename=-9411178ddf911f39 --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-d9f3e49df05053f1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a8fd98dc41c13736.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c8177221da29ea4f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5592026-01-05T04:04:38.985Z Compiling writeable v0.5.5
5602026-01-05T04:04:39.009Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=fec6fa6ffdd69993 -C extra-filename=-587f6c7889c2b70f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612026-01-05T04:04:39.155Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-413f375278015f7c/build-script-build`
5622026-01-05T04:04:39.212Z Compiling openssl-sys v0.9.107
5632026-01-05T04:04:39.238Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/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,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=dce617fc1de1c268 -C extra-filename=-71347c0f764f7a60 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-71347c0f764f7a60 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-35472e3603a6003c.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-d56ed2da55213b4a.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-0da95a37ee398901.rlib --cap-lints allow`
5642026-01-05T04:04:39.497Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-d2da51f42301bf6e/build-script-build`
5652026-01-05T04:04:39.559Z Compiling errno v0.3.10
5662026-01-05T04:04:39.583Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=58812e5e546ad37b -C extra-filename=-4093b32fe3a0a911 --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-9adea2ec8d642779.rmeta --cap-lints allow`
5672026-01-05T04:04:39.608Z Compiling generic-array v0.14.5
5682026-01-05T04:04:39.608Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=88bc2f78cc444213 -C extra-filename=-c7358b0482349647 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-c7358b0482349647 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fa8a923cfd6ca6bd.rlib --cap-lints allow`
5692026-01-05T04:04:39.647Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-916d497215e450f0/build-script-main`
5702026-01-05T04:04:39.785Z Compiling try-lock v0.2.3
5712026-01-05T04:04:39.809Z Compiling crossbeam-utils v0.8.15
5722026-01-05T04:04:39.809Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e041a872ced4f0ff -C extra-filename=-282d283949e4309b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5732026-01-05T04:04:39.809Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=bb3f2881ecb693ba -C extra-filename=-29b29cf11b71aabc --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-29b29cf11b71aabc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742026-01-05T04:04:39.910Z Compiling rustix v1.0.2
5752026-01-05T04:04:39.934Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.2/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(error_in_core)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "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=b40a5df30f884c18 -C extra-filename=-6fc20ef7c0682c5d --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-6fc20ef7c0682c5d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5762026-01-05T04:04:39.959Z Compiling fnv v1.0.7
5772026-01-05T04:04:39.959Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e0f4fc30df7d0c5b -C extra-filename=-4448a40bb35d7eef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5782026-01-05T04:04:39.959Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-c7358b0482349647/build-script-build`
5792026-01-05T04:04:40.036Z Compiling want v0.3.0
5802026-01-05T04:04:40.060Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4facd8c08f64325 -C extra-filename=-72c27f76ab1fcf03 --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-aaa7dec7979a9811.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-282d283949e4309b.rmeta --cap-lints allow`
5812026-01-05T04:04:40.060Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-71347c0f764f7a60/build-script-main`
5822026-01-05T04:04:40.099Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=989c972804a86c03 -C extra-filename=-53d886db1813acf4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5832026-01-05T04:04:40.123Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0f0333d4fbe2247 -C extra-filename=-6ca62ce83b3d60ea --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(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
5842026-01-05T04:04:40.214Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-29b29cf11b71aabc/build-script-build`
5852026-01-05T04:04:40.239Z Compiling byteorder v1.4.3
5862026-01-05T04:04:40.239Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=e8b71488d7e0d059 -C extra-filename=-e0ec86222b213173 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5872026-01-05T04:04:40.303Z Compiling subtle v2.5.0
5882026-01-05T04:04:40.328Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=72730dfd446c263f -C extra-filename=-23c10a0749295ab8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5892026-01-05T04:04:40.476Z Compiling synstructure v0.13.1
5902026-01-05T04:04:40.502Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=28e7ac1453f945bf -C extra-filename=-d1c95a520c72feca --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rmeta --cap-lints allow`
5912026-01-05T04:04:40.526Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-6fc20ef7c0682c5d/build-script-build`
5922026-01-05T04:04:40.554Z Compiling icu_locid_transform_data v1.5.0
5932026-01-05T04:04:40.582Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4df0b936252f8d5b -C extra-filename=-6994f298582f665f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5942026-01-05T04:04:40.620Z Compiling base64 v0.22.1
5952026-01-05T04:04:40.644Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7a520eee8ba066f0 -C extra-filename=-18af7d7230f35e32 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5962026-01-05T04:04:40.669Z Compiling tower-service v0.3.3
5972026-01-05T04:04:40.669Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c99fa1466a95afd -C extra-filename=-fa2a7b03ae5924ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5982026-01-05T04:04:40.669Z Compiling tower-layer v0.3.3
5992026-01-05T04:04:40.669Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcede2620284f41d -C extra-filename=-5bd16f5b029f7406 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6002026-01-05T04:04:40.777Z Compiling powerfmt v0.2.0
6012026-01-05T04:04:40.802Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=9a705711546748d0 -C extra-filename=-a5173583f8885fa3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6022026-01-05T04:04:40.910Z Compiling httpdate v1.0.1
6032026-01-05T04:04:40.935Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ba40e7e4e538327 -C extra-filename=-b6ded7f23f87f621 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6042026-01-05T04:04:41.040Z Compiling time-core v0.1.2
6052026-01-05T04:04:41.065Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2927c8889340973b -C extra-filename=-78eed000a90d4839 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6062026-01-05T04:04:41.090Z Compiling num-conv v0.1.0
6072026-01-05T04:04:41.090Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=681be120d99ee7c5 -C extra-filename=-75741bd77ea0a8b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6082026-01-05T04:04:41.216Z Compiling rustls-webpki v0.102.8
6092026-01-05T04:04:41.241Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=6591ace6286f28da -C extra-filename=-da6e3232c825f247 --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-9411178ddf911f39.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c8177221da29ea4f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
6102026-01-05T04:04:41.265Z Compiling slog v2.8.2
6112026-01-05T04:04:41.265Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/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="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "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=7501d2346628e679 -C extra-filename=-d1ae81c03015859e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-d1ae81c03015859e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-6ca62ce83b3d60ea.so --cap-lints allow`
6122026-01-05T04:04:41.302Z Compiling deranged v0.3.11
6132026-01-05T04:04:41.327Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=3f86b46a54e2967a -C extra-filename=-3eff810ddca4f88f --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-a5173583f8885fa3.rmeta --cap-lints allow`
6142026-01-05T04:04:41.378Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=7891de64a4db4556 -C extra-filename=-6a64513162ee73ed --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-53d886db1813acf4.rmeta --cap-lints allow --cfg relaxed_coherence`
6152026-01-05T04:04:41.418Z Compiling time-macros v0.2.18
6162026-01-05T04:04:41.442Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=5e88781c6d932981 -C extra-filename=-73a707b09d838b2f --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-75741bd77ea0a8b1.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-78eed000a90d4839.rlib --extern proc_macro --cap-lints allow`
6172026-01-05T04:04:41.536Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.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(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(error_in_core)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "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=c4a0655053b6d72c -C extra-filename=-363f7a6341e3500f --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-03b97606ae84b231.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-4093b32fe3a0a911.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6182026-01-05T04:04:41.595Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=f70fcf6f632ca387 -C extra-filename=-0c937afeade36510 --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-d9f3e49df05053f1.rmeta --cap-lints allow`
6192026-01-05T04:04:42.418Z Compiling icu_properties_data v1.5.0
6202026-01-05T04:04:42.442Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=149f1f9211e2cd87 -C extra-filename=-1a172109d3452741 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6212026-01-05T04:04:42.442Z Compiling rustix v0.38.44
6222026-01-05T04:04:42.442Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/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,test)' --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=9d31e9f86d664a18 -C extra-filename=-c4499ae851a4d793 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-c4499ae851a4d793 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6232026-01-05T04:04:42.562Z Compiling num_threads v0.1.3
6242026-01-05T04:04:42.590Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed3631b4c7be1820 -C extra-filename=-a85ba45e7c253d31 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6252026-01-05T04:04:42.651Z Compiling fastrand v2.1.1
6262026-01-05T04:04:42.675Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=f0918ce984b6b8eb -C extra-filename=-b4d2da2fd35b10de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6272026-01-05T04:04:42.703Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-d1ae81c03015859e/build-script-build`
6282026-01-05T04:04:42.727Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/src/lib.rs --error-format=json --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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2c4ab1cf8189fac9 -C extra-filename=-932d8dda76b6100a --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-2a6214e7bd6abaee.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c0bdb86579048164.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-2cd86c14576cf4f5.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6292026-01-05T04:04:42.977Z Compiling thread-id v5.0.0
6302026-01-05T04:04:43.003Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=366d9330e82bf913 -C extra-filename=-9f47882c2c46d796 --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-9adea2ec8d642779.rmeta --cap-lints allow`
6312026-01-05T04:04:43.062Z Compiling unicase v2.6.0
6322026-01-05T04:04:43.092Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-c4499ae851a4d793/build-script-build`
6332026-01-05T04:04:43.092Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=9852a5f9ee414882 -C extra-filename=-9c72ec6efb4903ff --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-9c72ec6efb4903ff -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fa8a923cfd6ca6bd.rlib --cap-lints allow`
6342026-01-05T04:04:43.116Z Compiling num-traits v0.2.14
6352026-01-05T04:04:43.116Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=b3219405e97475bf -C extra-filename=-a9838e6953e4558e --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-a9838e6953e4558e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-e1581779f99d8cf3.rlib --cap-lints allow`
6362026-01-05T04:04:43.157Z Compiling ipnet v2.10.0
6372026-01-05T04:04:43.181Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8cd61fd9f2080ec0 -C extra-filename=-e8680fc069cdafc7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6382026-01-05T04:04:43.212Z Compiling write16 v1.0.0
6392026-01-05T04:04:43.238Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=81e3bedc70bedac2 -C extra-filename=-33d571a18024c08b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6402026-01-05T04:04:43.365Z Compiling utf8_iter v1.0.4
6412026-01-05T04:04:43.390Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6df53b7d96330ed6 -C extra-filename=-c8a7bbf3e2d688c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6422026-01-05T04:04:43.480Z Compiling foreign-types-shared v0.1.1
6432026-01-05T04:04:43.506Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0913e4b92e98220 -C extra-filename=-98b292a87d5cdbbb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6442026-01-05T04:04:43.506Z Compiling icu_normalizer_data v1.5.0
6452026-01-05T04:04:43.506Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ceffb0ea6ea2a1d -C extra-filename=-dfa8907b9e4291c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6462026-01-05T04:04:43.534Z Compiling serde_derive v1.0.228
6472026-01-05T04:04:43.534Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/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,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1800bad6737bf4ae -C extra-filename=-915f97431cd5db23 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
6482026-01-05T04:04:43.558Z Compiling tokio-macros v2.6.0
6492026-01-05T04:04:43.558Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff7f38c1856332f6 -C extra-filename=-3e1a8cb422db983e --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
6502026-01-05T04:04:43.582Z Compiling zerofrom-derive v0.1.5
6512026-01-05T04:04:43.582Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b83677d74f4269cb -C extra-filename=-dad1cc054e96fe3e --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-d1c95a520c72feca.rlib --extern proc_macro --cap-lints allow`
6522026-01-05T04:04:43.610Z Compiling thiserror-impl v2.0.17
6532026-01-05T04:04:43.635Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.17/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ea9ee79fb0d93a7 -C extra-filename=-cf30c3cfce39fe1a --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
6542026-01-05T04:04:43.635Z Compiling yoke-derive v0.7.5
6552026-01-05T04:04:43.635Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e706806cb99226f0 -C extra-filename=-4bc5e1331abb4a3a --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-d1c95a520c72feca.rlib --extern proc_macro --cap-lints allow`
6562026-01-05T04:04:43.660Z Compiling futures-macro v0.3.31
6572026-01-05T04:04:43.660Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcdd1c181cf15bed -C extra-filename=-3e03ffd3b4f6a328 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
6582026-01-05T04:04:44.258Z Compiling zerovec-derive v0.10.3
6592026-01-05T04:04:44.283Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd09b983e046871c -C extra-filename=-1d3dc884f7c60079 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
6602026-01-05T04:04:44.858Z Compiling tokio v1.48.0
6612026-01-05T04:04:44.882Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/lib.rs --error-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(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --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,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b0a6c443ca568e0c -C extra-filename=-2c1649e511400491 --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-5ecd5f1916a6d7e9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-0e14aebe2a53df31.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-56918071db70e39b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-792b03cfda780cce.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-17c17e7344de881c.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-3e1a8cb422db983e.so --cap-lints allow`
6622026-01-05T04:04:45.184Z Compiling displaydoc v0.2.5
6632026-01-05T04:04:45.209Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7095706f32e4e6e7 -C extra-filename=-b8aabf0eafc56cfc --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
6642026-01-05T04:04:45.209Z Compiling futures-util v0.3.31
6652026-01-05T04:04:45.234Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=81e844067af75004 -C extra-filename=-6cbccc6574442caa --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-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-a8037fb04114235f.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-3e03ffd3b4f6a328.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4300c4d0f434c5ef.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-b878c6d60e538515.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-02f5df2a920989d3.rmeta --cap-lints allow`
6662026-01-05T04:04:45.616Z Compiling icu_provider_macros v1.5.0
6672026-01-05T04:04:45.641Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=645b99305834d4e0 -C extra-filename=-76437ea322feefb7 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
6682026-01-05T04:04:45.945Z Compiling zerofrom v0.1.5
6692026-01-05T04:04:45.969Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=d544aa559561c7ce -C extra-filename=-9eb461c2b810898e --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-dad1cc054e96fe3e.so --cap-lints allow`
6702026-01-05T04:04:45.969Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4cca7f3ec4626098 -C extra-filename=-4c5584b66492d0d7 --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-cf30c3cfce39fe1a.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6712026-01-05T04:04:46.169Z Compiling pest v2.8.1
6722026-01-05T04:04:46.196Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.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="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=65b1b45b2246d042 -C extra-filename=-bac9f46c7a474acb --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-e21694cb7552ee9a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-17a9ade75285a27e.rmeta --cap-lints allow`
6732026-01-05T04:04:46.220Z Compiling yoke v0.7.5
6742026-01-05T04:04:46.220Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=010d95716f9db693 -C extra-filename=-bea4e513b62b84d4 --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-eb7e57ae6664c5f9.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-4bc5e1331abb4a3a.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9eb461c2b810898e.rmeta --cap-lints allow`
6752026-01-05T04:04:46.248Z Compiling zerocopy-derive v0.8.27
6762026-01-05T04:04:46.272Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/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=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dc1a3936da19a11 -C extra-filename=-722d8c6aff49d63a --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
6772026-01-05T04:04:46.513Z Compiling zerovec v0.10.4
6782026-01-05T04:04:46.538Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=b5ceedcff9dc0473 -C extra-filename=-2aba7f688bcff80d --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-bea4e513b62b84d4.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9eb461c2b810898e.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-1d3dc884f7c60079.so --cap-lints allow`
6792026-01-05T04:04:46.562Z Compiling time v0.3.36
6802026-01-05T04:04:46.562Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=1f944a83dc923019 -C extra-filename=-678e2d8429d2a83c --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-3eff810ddca4f88f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-75741bd77ea0a8b1.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-a85ba45e7c253d31.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-a5173583f8885fa3.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-78eed000a90d4839.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-73a707b09d838b2f.so --cap-lints allow`
6812026-01-05T04:04:46.590Z Compiling scroll_derive v0.13.1
6822026-01-05T04:04:46.615Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f185bd1cd171fe69 -C extra-filename=-1473e48184bba178 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
6832026-01-05T04:04:47.971Z Compiling usdt-impl v0.6.0
6842026-01-05T04:04:47.995Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.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,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=649ffc27d401e7ce -C extra-filename=-b8f678b02d79086c --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-b8f678b02d79086c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6852026-01-05T04:04:48.354Z Compiling tinystr v0.7.6
6862026-01-05T04:04:48.379Z Compiling pest_meta v2.8.1
6872026-01-05T04:04:48.379Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=1a65b96321890b2c -C extra-filename=-5a281a1f868ecbf5 --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-b8aabf0eafc56cfc.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2aba7f688bcff80d.rmeta --cap-lints allow`
6882026-01-05T04:04:48.379Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=c1d9a96684da0def -C extra-filename=-be05ba71638d8709 --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-bac9f46c7a474acb.rmeta --cap-lints allow`
6892026-01-05T04:04:48.558Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=dc7be84aba21020c -C extra-filename=-a2ff6dd409590b94 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-722d8c6aff49d63a.so --cap-lints allow --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
6902026-01-05T04:04:48.696Z Compiling icu_locid v1.5.0
6912026-01-05T04:04:48.720Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=50c0abf9a1d2bd10 -C extra-filename=-d13b2d682b65fb08 --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-b8aabf0eafc56cfc.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-9716f9529f530590.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-5a281a1f868ecbf5.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-587f6c7889c2b70f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2aba7f688bcff80d.rmeta --cap-lints allow`
6922026-01-05T04:04:48.720Z Compiling icu_collections v1.5.0
6932026-01-05T04:04:48.745Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=1dcd8b9dbde94c66 -C extra-filename=-9ee7dac43dd68296 --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-b8aabf0eafc56cfc.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-bea4e513b62b84d4.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9eb461c2b810898e.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2aba7f688bcff80d.rmeta --cap-lints allow`
6942026-01-05T04:04:48.955Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --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="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=5a089d92155ed5ce -C extra-filename=-81773585108b21f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-915f97431cd5db23.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --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_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6952026-01-05T04:04:49.542Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7ee1533f13b75290 -C extra-filename=-384610f51b3d8563 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-2cd86c14576cf4f5.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-915f97431cd5db23.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --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_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6962026-01-05T04:04:49.951Z Compiling icu_provider v1.5.0
6972026-01-05T04:04:49.975Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=c23ae95f65c6bf57 -C extra-filename=-debf7e76646d723c --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-b8aabf0eafc56cfc.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-d13b2d682b65fb08.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-76437ea322feefb7.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-eb7e57ae6664c5f9.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-5a281a1f868ecbf5.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-587f6c7889c2b70f.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-bea4e513b62b84d4.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9eb461c2b810898e.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2aba7f688bcff80d.rmeta --cap-lints allow`
6982026-01-05T04:04:50.001Z Compiling pest_generator v2.8.1
6992026-01-05T04:04:50.001Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=59f2b1ce07c498da -C extra-filename=-c69d844af442f4c7 --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-bac9f46c7a474acb.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-be05ba71638d8709.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rmeta --cap-lints allow`
7002026-01-05T04:04:50.033Z Compiling erased-serde v0.3.31
7012026-01-05T04:04:50.058Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=d60bd068f32bdfa6 -C extra-filename=-ff6b7cb3b8308145 --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-81773585108b21f2.rmeta --cap-lints allow`
7022026-01-05T04:04:50.563Z Compiling icu_locid_transform v1.5.0
7032026-01-05T04:04:50.590Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=344659df1027cc4a -C extra-filename=-577ab5231f5f43f9 --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-b8aabf0eafc56cfc.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-d13b2d682b65fb08.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-6994f298582f665f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-debf7e76646d723c.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-5a281a1f868ecbf5.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2aba7f688bcff80d.rmeta --cap-lints allow`
7042026-01-05T04:04:50.590Z Compiling serde_tokenstream v0.2.2
7052026-01-05T04:04:50.590Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a3cca1ab0a2b4b5 -C extra-filename=-e00ef1fb5ee82f71 --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-384610f51b3d8563.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rmeta --cap-lints allow`
7062026-01-05T04:04:50.817Z Compiling openssl v0.10.72
7072026-01-05T04:04:50.846Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/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,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=b038218d24bda6b1 -C extra-filename=-4d48977c01555948 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-4d48977c01555948 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7082026-01-05T04:04:51.065Z Compiling utf16_iter v1.0.5
7092026-01-05T04:04:51.092Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=56dcfba9e5cbf7dc -C extra-filename=-fb16a39c19565682 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7102026-01-05T04:04:51.192Z Compiling paste v1.0.15
7112026-01-05T04:04:51.220Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5d8cabcf2768874 -C extra-filename=-33a0a173cdbabd7c --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-33a0a173cdbabd7c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7122026-01-05T04:04:51.247Z Compiling openssl-probe v0.1.4
7132026-01-05T04:04:51.247Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=18d394f1c0bb7269 -C extra-filename=-aa9a99eabf3de30f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7142026-01-05T04:04:51.292Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-4d48977c01555948/build-script-build`
7152026-01-05T04:04:51.328Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.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="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "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=0819d191fbff3a76 -C extra-filename=-9f77e80156b978f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern erased_serde=/work/oxidecomputer/dropshot/target/debug/deps/liberased_serde-ff6b7cb3b8308145.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7162026-01-05T04:04:51.357Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-b8f678b02d79086c/build-script-build`
7172026-01-05T04:04:51.357Z Compiling scroll v0.13.0
7182026-01-05T04:04:51.357Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=c7a1700376a62c89 -C extra-filename=-736b96efbaf233a6 --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-1473e48184bba178.so --cap-lints allow`
7192026-01-05T04:04:51.387Z Compiling pest_derive v2.8.1
7202026-01-05T04:04:51.387Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=9cc2c73196127231 -C extra-filename=-7e9d122f2e130aef --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-bac9f46c7a474acb.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-c69d844af442f4c7.rlib --extern proc_macro --cap-lints allow`
7212026-01-05T04:04:51.529Z Compiling foreign-types v0.3.2
7222026-01-05T04:04:51.556Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7e73e056b159d69 -C extra-filename=-8c90d3fdaa07e6a1 --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-98b292a87d5cdbbb.rmeta --cap-lints allow`
7232026-01-05T04:04:51.631Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-33a0a173cdbabd7c/build-script-build`
7242026-01-05T04:04:51.631Z Compiling dof v0.4.0
7252026-01-05T04:04:51.656Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=5592f943b483a1c3 -C extra-filename=-7ad15d79c8e84d34 --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-384610f51b3d8563.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-932d8dda76b6100a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a2ff6dd409590b94.rmeta --cap-lints allow`
7262026-01-05T04:04:51.700Z Compiling openssl-macros v0.1.1
7272026-01-05T04:04:51.725Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=95f86f46d3dbd67b -C extra-filename=-e33398d5c79d090f --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
7282026-01-05T04:04:51.750Z Compiling icu_properties v1.5.1
7292026-01-05T04:04:51.750Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=522d8650ecb3d4df -C extra-filename=-2d2cf36912f09ef2 --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-b8aabf0eafc56cfc.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-9ee7dac43dd68296.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-577ab5231f5f43f9.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-1a172109d3452741.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-debf7e76646d723c.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-5a281a1f868ecbf5.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2aba7f688bcff80d.rmeta --cap-lints allow`
7302026-01-05T04:04:51.835Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-a9838e6953e4558e/build-script-build`
7312026-01-05T04:04:52.101Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-9c72ec6efb4903ff/build-script-build`
7322026-01-05T04:04:52.164Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-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,test)' --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=449dd341682a2b84 -C extra-filename=-5ee89106b5fe454a --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-03b97606ae84b231.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-4093b32fe3a0a911.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7332026-01-05T04:04:52.189Z Compiling dtrace-parser v0.3.0
7342026-01-05T04:04:52.189Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e395b3056a1a750 -C extra-filename=-70ff2b21da82355b --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-bac9f46c7a474acb.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-7e9d122f2e130aef.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rmeta --cap-lints allow`
7352026-01-05T04:04:52.287Z Compiling tokio-util v0.7.7
7362026-01-05T04:04:52.312Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=5e4bd78159311df1 -C extra-filename=-e2561454e2f6c93b --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-5ecd5f1916a6d7e9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2fac1e82ca739178.rmeta --cap-lints allow`
7372026-01-05T04:04:52.401Z Compiling crypto-common v0.1.6
7382026-01-05T04:04:52.426Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=38cf56cab1ba5f2c -C extra-filename=-86901e58e168df60 --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-6a64513162ee73ed.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-53d886db1813acf4.rmeta --cap-lints allow`
7392026-01-05T04:04:52.577Z Compiling block-buffer v0.10.2
7402026-01-05T04:04:52.602Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=8914f064ac4c02a6 -C extra-filename=-bee039c3072c2b5d --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-9adea2ec8d642779.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", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --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(libressl410)' --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)' --check-cfg 'cfg(ossl340)'`
7412026-01-05T04:04:52.602Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a88c18c3cf10845a -C extra-filename=-9da8680cca7e78b6 --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-6a64513162ee73ed.rmeta --cap-lints allow`
7422026-01-05T04:04:52.779Z Compiling form_urlencoded v1.2.2
7432026-01-05T04:04:52.808Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d53f96270009bde9 -C extra-filename=-14abb8393ba8e0e8 --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-a56d4c653a00f37e.rmeta --cap-lints allow`
7442026-01-05T04:04:52.849Z Compiling rand_core v0.6.3
7452026-01-05T04:04:52.873Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=3bf9ecc2a6fc465b -C extra-filename=-e9aab30bbae385dc --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-a8fd98dc41c13736.rmeta --cap-lints allow`
7462026-01-05T04:04:53.098Z Compiling mime v0.3.16
7472026-01-05T04:04:53.123Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4332476ee8c5d912 -C extra-filename=-08a73b4620987bb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7482026-01-05T04:04:53.248Z Compiling h2 v0.4.6
7492026-01-05T04:04:53.273Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=e9a1e41666ce59dc -C extra-filename=-1c26b5500e4d067a --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-9ac8fd3889a1fc7b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-4448a40bb35d7eef.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-02f5df2a920989d3.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-e2561454e2f6c93b.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2fac1e82ca739178.rmeta --cap-lints allow`
7502026-01-05T04:04:53.498Z Compiling native-tls v0.2.12
7512026-01-05T04:04:53.522Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=07bb6232b11bcd51 -C extra-filename=-f4ad55a0eb5f9ef5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-f4ad55a0eb5f9ef5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7522026-01-05T04:04:53.572Z Compiling rustls v0.23.13
7532026-01-05T04:04:53.596Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=9d373d6933410322 -C extra-filename=-f1268eb15984a14f --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-f1268eb15984a14f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7542026-01-05T04:04:53.705Z Compiling ppv-lite86 v0.2.15
7552026-01-05T04:04:53.730Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=ba3a59ac04a1e67e -C extra-filename=-2042151c00ea19a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7562026-01-05T04:04:53.853Z Compiling rustls v0.22.4
7572026-01-05T04:04:53.877Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=b335fd724a79b5a2 -C extra-filename=-c587a6d30552a342 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-c587a6d30552a342 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7582026-01-05T04:04:53.902Z Compiling plain v0.2.3
7592026-01-05T04:04:53.902Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fef49bdc7379a9b -C extra-filename=-7b15fb07f0c6cf62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7602026-01-05T04:04:54.025Z Compiling goblin v0.10.1
7612026-01-05T04:04:54.050Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-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 --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"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=3e6d55793acd547d -C extra-filename=-3eb69bde7df44536 --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-aaa7dec7979a9811.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-7b15fb07f0c6cf62.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-736b96efbaf233a6.rmeta --cap-lints allow`
7622026-01-05T04:04:54.074Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-f1268eb15984a14f/build-script-build`
7632026-01-05T04:04:54.099Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-f4ad55a0eb5f9ef5/build-script-build`
7642026-01-05T04:04:54.099Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --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,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=87a907a403b826cf -C extra-filename=-e5aa830cab4efe9d --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-03b97606ae84b231.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-d9f3e49df05053f1.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-8c90d3fdaa07e6a1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-bcf0c78fdafaa0ad.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-e33398d5c79d090f.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-bee039c3072c2b5d.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", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --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(libressl400)' --check-cfg 'cfg(libressl410)' --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)'`
7652026-01-05T04:04:54.147Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=72b4919664fe9152 -C extra-filename=-0405cf3d7151f261 --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-e0ec86222b213173.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-7ad15d79c8e84d34.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-70ff2b21da82355b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-384610f51b3d8563.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-932d8dda76b6100a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-9f47882c2c46d796.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
7662026-01-05T04:04:54.172Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-c587a6d30552a342/build-script-build`
7672026-01-05T04:04:54.197Z Compiling digest v0.10.7
7682026-01-05T04:04:54.197Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=7db2d15921fc0e74 -C extra-filename=-7c69d3f13d5c737f --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-9da8680cca7e78b6.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-86901e58e168df60.rmeta --cap-lints allow`
7692026-01-05T04:04:54.331Z Compiling rand_chacha v0.3.1
7702026-01-05T04:04:54.356Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=d63de505057773fc -C extra-filename=-a95942d398c9d5b6 --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-2042151c00ea19a5.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e9aab30bbae385dc.rmeta --cap-lints allow`
7712026-01-05T04:04:54.522Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=40ca1e19c153b005 -C extra-filename=-0ba087e84ae7d5c7 --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`
7722026-01-05T04:04:54.853Z Compiling icu_normalizer v1.5.0
7732026-01-05T04:04:54.877Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=0216643b7effe4ad -C extra-filename=-8029016c6e951554 --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-b8aabf0eafc56cfc.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-9ee7dac43dd68296.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-dfa8907b9e4291c9.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-2d2cf36912f09ef2.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-debf7e76646d723c.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-fb16a39c19565682.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-c8a7bbf3e2d688c8.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-33d571a18024c08b.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2aba7f688bcff80d.rmeta --cap-lints allow`
7742026-01-05T04:04:55.160Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=4901fb813ee62184 -C extra-filename=-8e52de7a6ca47779 --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`
7752026-01-05T04:04:55.185Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=73ba43725e87bf45 -C extra-filename=-dfdacbd5bb51e603 --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"))'`
7762026-01-05T04:04:55.869Z Compiling idna_adapter v1.2.0
7772026-01-05T04:04:55.894Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=3b05dc5a8409b090 -C extra-filename=-a00374119cae30bc --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-8029016c6e951554.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-2d2cf36912f09ef2.rmeta --cap-lints allow`
7782026-01-05T04:04:55.970Z Compiling winnow v0.7.13
7792026-01-05T04:04:55.994Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.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 --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=unnameable_types '--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' '--allow=clippy::result_large_err' '--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' '--allow=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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=9f7ebea67b20e530 -C extra-filename=-0c7cb3e66ab14e6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7802026-01-05T04:04:56.138Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.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 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=7e1de9c84a8e240c -C extra-filename=-98b8dd84edd8aff1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-98b8dd84edd8aff1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7812026-01-05T04:04:56.433Z Compiling pretty-hex v0.4.1
7822026-01-05T04:04:56.458Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=31534bc90e39d373 -C extra-filename=-0636d225778e88e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7832026-01-05T04:04:56.458Z Compiling unicode-width v0.1.9
7842026-01-05T04:04:56.458Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=e717699d0df2186c -C extra-filename=-07fc40ab92b7be4e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7852026-01-05T04:04:56.509Z Compiling unicode-segmentation v1.10.0
7862026-01-05T04:04:56.534Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=d74dd7453dc76ff6 -C extra-filename=-dcc785b7b02fb49d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7872026-01-05T04:04:56.618Z Compiling iana-time-zone v0.1.47
7882026-01-05T04:04:56.643Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=14ea6328f5cd5395 -C extra-filename=-21e601a383bd0e73 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7892026-01-05T04:04:56.667Z Compiling cpufeatures v0.2.2
7902026-01-05T04:04:56.667Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=668b047932fbf7bd -C extra-filename=-b12975013fe88fbb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7912026-01-05T04:04:56.747Z Compiling thiserror v1.0.69
7922026-01-05T04:04:56.773Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2bbe68b53f23b69 -C extra-filename=-78dfc24ca47a64d1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-78dfc24ca47a64d1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7932026-01-05T04:04:56.998Z Compiling lazy_static v1.5.0
7942026-01-05T04:04:57.025Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=f9332aeb1f658cc3 -C extra-filename=-a63e97079b2e8b1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7952026-01-05T04:04:57.158Z Compiling console v0.15.7
7962026-01-05T04:04:57.182Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=73f1f9a7bf02b862 -C extra-filename=-368fb8389828eca3 --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-a63e97079b2e8b1d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-07fc40ab92b7be4e.rmeta --cap-lints allow`
7972026-01-05T04:04:57.207Z Compiling newline-converter v0.3.0
7982026-01-05T04:04:57.207Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=96d4608f68ee7889 -C extra-filename=-c8e2c71880ceb9b2 --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-dcc785b7b02fb49d.rmeta --cap-lints allow`
7992026-01-05T04:04:57.237Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-78dfc24ca47a64d1/build-script-build`
8002026-01-05T04:04:57.357Z Compiling chrono v0.4.42
8012026-01-05T04:04:57.381Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42/src/lib.rs --error-format=json --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="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "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-link"))' -C metadata=b92dd7d22ed664e0 -C extra-filename=-2e184230c2558327 --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-21e601a383bd0e73.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-8e52de7a6ca47779.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rmeta --cap-lints allow`
8022026-01-05T04:04:57.549Z Compiling hyper v1.8.1
8032026-01-05T04:04:57.573Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=ab11fd0bee81b77e -C extra-filename=-3a4d33fe81839758 --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-9ac8fd3889a1fc7b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-1c26b5500e4d067a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-a23521c4f33a3866.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-b6ded7f23f87f621.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-b878c6d60e538515.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-72c27f76ab1fcf03.rmeta --cap-lints allow`
8042026-01-05T04:04:57.733Z Compiling sha1 v0.10.6
8052026-01-05T04:04:57.758Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=d7040ecb6f5905cd -C extra-filename=-7bcc0f1f2b9105cc --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-d9f3e49df05053f1.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-b12975013fe88fbb.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-7c69d3f13d5c737f.rmeta --cap-lints allow`
8062026-01-05T04:04:58.140Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-98b8dd84edd8aff1/build-script-build`
8072026-01-05T04:04:58.166Z Compiling idna v1.0.3
8082026-01-05T04:04:58.166Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=149de4dbe7a75ef9 -C extra-filename=-103c286582dfed4a --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-a00374119cae30bc.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-49dd8f4c7a263819.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-c8a7bbf3e2d688c8.rmeta --cap-lints allow`
8092026-01-05T04:04:58.422Z Compiling mime_guess v2.0.5
8102026-01-05T04:04:58.447Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=928caf0a3d1823ee -C extra-filename=-d0a31ccf62658966 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-d0a31ccf62658966 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-0ba087e84ae7d5c7.rlib --cap-lints allow`
8112026-01-05T04:04:58.832Z Compiling toml_parser v1.0.6+spec-1.1.0
8122026-01-05T04:04:58.857Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--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::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--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' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=2aba156316bca59e -C extra-filename=-73dcedb190d70355 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-0c7cb3e66ab14e6f.rmeta --cap-lints allow`
8132026-01-05T04:04:59.271Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=c8f92910c82dd4a8 -C extra-filename=-8cf2ab5d549e01fc --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-aaa7dec7979a9811.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-e5aa830cab4efe9d.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-aa9a99eabf3de30f.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-bee039c3072c2b5d.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8142026-01-05T04:04:59.675Z Compiling rand v0.8.4
8152026-01-05T04:04:59.701Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=17e50201590f2526 -C extra-filename=-f9cacf95fd270755 --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-9adea2ec8d642779.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-a95942d398c9d5b6.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e9aab30bbae385dc.rmeta --cap-lints allow`
8162026-01-05T04:04:59.701Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=d3aeacf84f04f9a5 -C extra-filename=-d3531995e5d6c0a4 --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-aaa7dec7979a9811.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-9411178ddf911f39.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-da6e3232c825f247.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-23c10a0749295ab8.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-43179ed41b445ef9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
8172026-01-05T04:04:59.823Z Compiling hyper-util v0.1.19
8182026-01-05T04:04:59.848Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.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 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --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"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=2aa4965f5ba6a9c9 -C extra-filename=-0d772384b133709a --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-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6cbccc6574442caa.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-e8680fc069cdafc7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-17c17e7344de881c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5bd16f5b029f7406.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2fac1e82ca739178.rmeta --cap-lints allow`
8192026-01-05T04:05:00.320Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-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="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=7137aaf2f58e0647 -C extra-filename=-6fbca53a9555e0a7 --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-3eb69bde7df44536.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0636d225778e88e7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a2ff6dd409590b94.rmeta --cap-lints allow`
8202026-01-05T04:05:00.655Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=02f9ce88c7d222bc -C extra-filename=-5de2884e4a5af315 --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-bcf0c78fdafaa0ad.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-9411178ddf911f39.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-da6e3232c825f247.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-23c10a0749295ab8.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-43179ed41b445ef9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8212026-01-05T04:05:00.970Z Compiling thiserror-impl v1.0.69
8222026-01-05T04:05:00.970Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6271ea394d0bb66a -C extra-filename=-d467d07b2dbd5c6c --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
8232026-01-05T04:05:01.058Z Compiling concurrent-queue v2.5.0
8242026-01-05T04:05:01.084Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a4b106958f37fcff -C extra-filename=-1e19e36cdffb678b --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-0c937afeade36510.rmeta --cap-lints allow`
8252026-01-05T04:05:01.142Z Compiling serde_derive_internals v0.29.0
8262026-01-05T04:05:01.167Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ed89e7f95272586 -C extra-filename=-bb5d50f392d8c6bc --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rmeta --cap-lints allow`
8272026-01-05T04:05:01.466Z Compiling http-body-util v0.1.3
8282026-01-05T04:05:01.490Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=06768a6fc0d7f177 -C extra-filename=-9be7bc304d60cb78 --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-5ecd5f1916a6d7e9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
8292026-01-05T04:05:01.891Z Compiling toml_datetime v0.7.5+spec-1.1.0
8302026-01-05T04:05:01.916Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--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::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--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' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=ea34b064c45c8ae7 -C extra-filename=-2307657a36f0e4d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
8312026-01-05T04:05:02.475Z Compiling serde_spanned v1.0.4
8322026-01-05T04:05:02.500Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--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::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--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' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=5c8dc3ec33ffb75c -C extra-filename=-b2be4bc2f314013e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
8332026-01-05T04:05:02.749Z Compiling rustls-pemfile v2.2.0
8342026-01-05T04:05:02.776Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=705cb921e7d91178 -C extra-filename=-3dfebfb65e0cdf4a --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-0c39cf5fcd2c729c.rmeta --cap-lints allow`
8352026-01-05T04:05:02.776Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.113/src/lib.rs --error-format=json --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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=a3ac8716c1d1b395 -C extra-filename=-900aa2785b950e50 --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-34998c1384dce2fd.rmeta --cap-lints allow`
8362026-01-05T04:05:02.820Z Compiling multer v3.1.0
8372026-01-05T04:05:02.844Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=139fe0c9c5b3f507 -C extra-filename=-a42ca7aa30ae6038 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-a42ca7aa30ae6038 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fa8a923cfd6ca6bd.rlib --cap-lints allow`
8382026-01-05T04:05:03.124Z Compiling sync_wrapper v1.0.1
8392026-01-05T04:05:03.151Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=ada8dd1ff9306251 -C extra-filename=-ef0bbdc2a7a3739f --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-1f9e330bb92d952e.rmeta --cap-lints allow`
8402026-01-05T04:05:03.248Z Compiling thread_local v1.1.4
8412026-01-05T04:05:03.274Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=232866806a901487 -C extra-filename=-ee882d04a2f7e901 --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-bcf0c78fdafaa0ad.rmeta --cap-lints allow`
8422026-01-05T04:05:03.274Z Compiling encoding_rs v0.8.32
8432026-01-05T04:05:03.274Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=d3a93d1951d02263 -C extra-filename=-052e04dcd3f6cbff --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-d9f3e49df05053f1.rmeta --cap-lints allow`
8442026-01-05T04:05:03.302Z Compiling semver v1.0.27
8452026-01-05T04:05:03.327Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4c55781c242b3e24 -C extra-filename=-2794751f9e57cbac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462026-01-05T04:05:03.417Z Compiling camino v1.2.2
8472026-01-05T04:05:03.443Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=0da1b124d1e61dd5 -C extra-filename=-c87aee8a966f86e7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-c87aee8a966f86e7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482026-01-05T04:05:03.765Z Compiling match_cfg v0.1.0
8492026-01-05T04:05:03.789Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=719876d5451c2676 -C extra-filename=-8e53fec7412e9def --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8502026-01-05T04:05:03.879Z Compiling schemars v0.8.22
8512026-01-05T04:05:03.903Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/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,test)' --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=454370d0d5904cd8 -C extra-filename=-d7cab6c2d20fa910 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-d7cab6c2d20fa910 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8522026-01-05T04:05:03.958Z Compiling slog-async v2.8.0
8532026-01-05T04:05:03.983Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=0a710e43e6493c5e -C extra-filename=-1b6eb845a3cc7555 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-1b6eb845a3cc7555 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8542026-01-05T04:05:03.983Z Compiling target-triple v1.0.0
8552026-01-05T04:05:03.983Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f380711f26d15791 -C extra-filename=-720b06c19d8bf610 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-720b06c19d8bf610 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8562026-01-05T04:05:04.275Z Compiling toml_writer v1.0.6+spec-1.1.0
8572026-01-05T04:05:04.299Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--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::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--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' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a0fc67ae6d81e51f -C extra-filename=-32fd83338daea29c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8582026-01-05T04:05:04.435Z Compiling similar v2.2.1
8592026-01-05T04:05:04.461Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=4bbf57db7a447337 -C extra-filename=-4ebf39e698e8c842 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8602026-01-05T04:05:04.487Z Compiling heck v0.5.0
8612026-01-05T04:05:04.487Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd370ffe228952d8 -C extra-filename=-86e41ea74570e15a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8622026-01-05T04:05:04.630Z Compiling parking v2.2.0
8632026-01-05T04:05:04.656Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=21ce6b505ef23201 -C extra-filename=-8d21b013053e2c7e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8642026-01-05T04:05:04.683Z Compiling toml v0.9.10+spec-1.1.0
8652026-01-05T04:05:04.683Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.10+spec-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--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::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--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' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=4accc22466be0d1b -C extra-filename=-554f8eaa534f1de8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-b2be4bc2f314013e.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-2307657a36f0e4d3.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-73dcedb190d70355.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-32fd83338daea29c.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-0c7cb3e66ab14e6f.rmeta --cap-lints allow`
8662026-01-05T04:05:04.899Z Compiling event-listener v5.0.0
8672026-01-05T04:05:04.925Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=fdb55de244a0a26d -C extra-filename=-5e27731531e4b509 --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-1e19e36cdffb678b.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-8d21b013053e2c7e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
8682026-01-05T04:05:04.957Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-720b06c19d8bf610/build-script-build`
8692026-01-05T04:05:04.982Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-1b6eb845a3cc7555/build-script-build`
8702026-01-05T04:05:05.042Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-d7cab6c2d20fa910/build-script-build`
8712026-01-05T04:05:05.066Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-c87aee8a966f86e7/build-script-build`
8722026-01-05T04:05:05.126Z Compiling hostname v0.3.1
8732026-01-05T04:05:05.150Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=e5b94e740e4cd213 -C extra-filename=-8236fa4d6372be66 --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-9adea2ec8d642779.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-8e53fec7412e9def.rmeta --cap-lints allow`
8742026-01-05T04:05:05.339Z Compiling tokio-rustls v0.25.0
8752026-01-05T04:05:05.363Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=f433ce59d2fa0179 -C extra-filename=-1fa7cf465c15763c --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-d3531995e5d6c0a4.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
8762026-01-05T04:05:05.420Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-a42ca7aa30ae6038/build-script-build`
8772026-01-05T04:05:05.471Z Compiling tower v0.5.2
8782026-01-05T04:05:05.495Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --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=70d00d13379f6076 -C extra-filename=-6927577ad7324aed --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-1f9e330bb92d952e.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6cbccc6574442caa.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ef0bbdc2a7a3739f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5bd16f5b029f7406.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow`
8792026-01-05T04:05:05.707Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=910735d6d57886bc -C extra-filename=-ea6c7bcf253caf49 --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-d467d07b2dbd5c6c.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8802026-01-05T04:05:05.855Z Compiling schemars_derive v0.8.22
8812026-01-05T04:05:05.879Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e958cfc5f98bf180 -C extra-filename=-7df763c6e97f32a9 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-bb5d50f392d8c6bc.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
8822026-01-05T04:05:06.359Z Compiling tokio-rustls v0.26.0
8832026-01-05T04:05:06.384Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=54eadf2a2c7f0378 -C extra-filename=-b88d625a68f538b4 --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-5de2884e4a5af315.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
8842026-01-05T04:05:06.440Z Compiling tokio-native-tls v0.3.1
8852026-01-05T04:05:06.466Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=2a760586b8c76469 -C extra-filename=-c9802491114ce6e1 --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-8cf2ab5d549e01fc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8862026-01-05T04:05:06.574Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-d0a31ccf62658966/build-script-build`
8872026-01-05T04:05:06.606Z Compiling url v2.5.4
8882026-01-05T04:05:06.634Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=039b20287a937344 -C extra-filename=-7726ce2de3946d14 --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-14abb8393ba8e0e8.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-103c286582dfed4a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --cap-lints allow`
8892026-01-05T04:05:06.705Z Compiling usdt-attr-macro v0.6.0
8902026-01-05T04:05:06.733Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ba2a8b6e25b11bf -C extra-filename=-285f86456afd9ce7 --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-70ff2b21da82355b.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e00ef1fb5ee82f71.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-0405cf3d7151f261.rlib --extern proc_macro --cap-lints allow`
8912026-01-05T04:05:06.768Z Compiling usdt-macro v0.6.0
8922026-01-05T04:05:06.796Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7626ca67076096b1 -C extra-filename=-de5e4b989995b5bc --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-70ff2b21da82355b.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e00ef1fb5ee82f71.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-0405cf3d7151f261.rlib --extern proc_macro --cap-lints allow`
8932026-01-05T04:05:07.972Z Compiling serde_urlencoded v0.7.1
8942026-01-05T04:05:08.003Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d090f320b9701cdd -C extra-filename=-aa7de3d333f1855b --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-14abb8393ba8e0e8.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-2a6214e7bd6abaee.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c0bdb86579048164.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rmeta --cap-lints allow`
8952026-01-05T04:05:08.003Z Compiling slog-json v2.6.1
8962026-01-05T04:05:08.003Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=888d2ff8ff9c6ded -C extra-filename=-a8362897bbfea832 --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-81773585108b21f2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-678e2d8429d2a83c.rmeta --cap-lints allow`
8972026-01-05T04:05:08.071Z Compiling futures-executor v0.3.31
8982026-01-05T04:05:08.096Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=d8c9b66b233d87a9 -C extra-filename=-5d99e2ca2224a66d --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-1f9e330bb92d952e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4300c4d0f434c5ef.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6cbccc6574442caa.rmeta --cap-lints allow`
8992026-01-05T04:05:08.151Z Compiling async-stream-impl v0.3.6
9002026-01-05T04:05:08.175Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7227c866a0d29d06 -C extra-filename=-a9ca4680f948ee72 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
9012026-01-05T04:05:08.202Z Compiling tempfile v3.23.0
9022026-01-05T04:05:08.228Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.23.0/src/lib.rs --error-format=json --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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=24b56f82cf7f906b -C extra-filename=-801257d54e435874 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-b4d2da2fd35b10de.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-5039a579cb9e77c1.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-bcf0c78fdafaa0ad.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-363f7a6341e3500f.rmeta --cap-lints allow`
9032026-01-05T04:05:08.358Z Compiling crossbeam-channel v0.5.1
9042026-01-05T04:05:08.383Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=e0a7e8b44d0909ac -C extra-filename=-08eb015fe91f2963 --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-d9f3e49df05053f1.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-0c937afeade36510.rmeta --cap-lints allow`
9052026-01-05T04:05:08.415Z Compiling uuid v1.19.0
9062026-01-05T04:05:08.440Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.19.0/src/lib.rs --error-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,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=c406a70819f0dc0d -C extra-filename=-b0f6181e20a2e231 --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-5039a579cb9e77c1.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
9072026-01-05T04:05:08.465Z Compiling webpki-roots v0.26.5
9082026-01-05T04:05:08.465Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=59d17482054b1a6b -C extra-filename=-343a0206d4d9a816 --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-0c39cf5fcd2c729c.rmeta --cap-lints allow`
9092026-01-05T04:05:08.582Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-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 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=8e0c7b80f5864fae -C extra-filename=-88e77af853154bc5 --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-e0ec86222b213173.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-6fbca53a9555e0a7.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-70ff2b21da82355b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-900aa2785b950e50.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-9f47882c2c46d796.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
9102026-01-05T04:05:08.646Z Compiling memmap2 v0.9.8
9112026-01-05T04:05:08.671Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=c1ec2a4557fd8352 -C extra-filename=-afeeaaef43cf130b --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-9adea2ec8d642779.rmeta --cap-lints allow`
9122026-01-05T04:05:08.990Z Compiling is-terminal v0.4.12
9132026-01-05T04:05:09.015Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5922788779143e29 -C extra-filename=-cf68fde1c0a102d2 --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-9adea2ec8d642779.rmeta --cap-lints allow`
9142026-01-05T04:05:09.040Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
9152026-01-05T04:05:09.064Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ffcf09e7d7dceed6 -C extra-filename=-cc8377bd6a4acce9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-cc8377bd6a4acce9 -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-fa8a923cfd6ca6bd.rlib`
9162026-01-05T04:05:09.133Z Compiling data-encoding v2.4.0
9172026-01-05T04:05:09.157Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=07e2dbc47df95ca7 -C extra-filename=-9481eb56ba914fb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9182026-01-05T04:05:09.206Z Compiling dyn-clone v1.0.4
9192026-01-05T04:05:09.206Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=da39d5c0aea1c6a6 -C extra-filename=-933a61d21b7ab2ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9202026-01-05T04:05:09.270Z Compiling iri-string v0.7.8
9212026-01-05T04:05:09.295Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=9a4ec333263af061 -C extra-filename=-4e6a78f5b3be60f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9222026-01-05T04:05:09.319Z Compiling anyhow v1.0.100
9232026-01-05T04:05:09.319Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/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,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=4949fe2ca6c2d020 -C extra-filename=-3d7b93a4921b6d8f --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-3d7b93a4921b6d8f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9242026-01-05T04:05:09.368Z Compiling utf-8 v0.7.6
9252026-01-05T04:05:09.393Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b22fc1586fd68d75 -C extra-filename=-2b75cd98c852d062 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9262026-01-05T04:05:09.418Z Compiling spin v0.9.8
9272026-01-05T04:05:09.443Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --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=6589ca9ea1517544 -C extra-filename=-ff493ef111a70da0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9282026-01-05T04:05:09.594Z Compiling take_mut v0.2.2
9292026-01-05T04:05:09.623Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1569f6c13bcdd39 -C extra-filename=-f8c38c6dd54a2122 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9302026-01-05T04:05:09.663Z Compiling term v1.1.0
9312026-01-05T04:05:09.687Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=8d6c54d978681614 -C extra-filename=-4baa42945a592e59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9322026-01-05T04:05:09.768Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=de71c48c098a685f -C extra-filename=-64baeef27475e791 --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-08eb015fe91f2963.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-f8c38c6dd54a2122.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ee882d04a2f7e901.rmeta --cap-lints allow --cfg integer128`
9332026-01-05T04:05:09.870Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-3d7b93a4921b6d8f/build-script-build`
9342026-01-05T04:05:10.008Z Compiling tungstenite v0.24.0
9352026-01-05T04:05:10.032Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=025a7b909cf91e1c -C extra-filename=-6aca84740679ad04 --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-e0ec86222b213173.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-9481eb56ba914fb3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-a23521c4f33a3866.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f9cacf95fd270755.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ea6c7bcf253caf49.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-2b75cd98c852d062.rmeta --cap-lints allow`
9362026-01-05T04:05:10.210Z Compiling slog-term v2.9.2
9372026-01-05T04:05:10.234Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.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,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=bd2414505602c0d5 -C extra-filename=-529bce8b8b53b5fd --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-2e184230c2558327.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-cf68fde1c0a102d2.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-4baa42945a592e59.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ee882d04a2f7e901.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-678e2d8429d2a83c.rmeta --cap-lints allow`
9382026-01-05T04:05:10.823Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=c1e0c4f39edff9db -C extra-filename=-4d4d731d09aff3d0 --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-5ecd5f1916a6d7e9.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-052e04dcd3f6cbff.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6cbccc6574442caa.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-a23521c4f33a3866.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e21694cb7552ee9a.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-08a73b4620987bb3.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-ff493ef111a70da0.rmeta --cap-lints allow`
9392026-01-05T04:05:10.856Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-cc8377bd6a4acce9/build-script-build`
9402026-01-05T04:05:10.922Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --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,test)' --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=74cfb9b60404c6b6 -C extra-filename=-6405fb9b46dbb3c1 --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-2e184230c2558327.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-933a61d21b7ab2ae.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-7df763c6e97f32a9.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9412026-01-05T04:05:11.071Z Compiling async-stream v0.3.6
9422026-01-05T04:05:11.147Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f0f2600a7900f47 -C extra-filename=-037a8e8fa9467c4c --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-a9ca4680f948ee72.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
9432026-01-05T04:05:11.352Z Compiling usdt v0.6.0
9442026-01-05T04:05:11.378Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-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 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=7ab0c53114c4986a -C extra-filename=-7d93291a3d2e9f6c --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-6fbca53a9555e0a7.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-3eb69bde7df44536.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-afeeaaef43cf130b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-285f86456afd9ce7.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-88e77af853154bc5.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-de5e4b989995b5bc.so --cap-lints allow`
9452026-01-05T04:05:11.417Z Compiling hyper-rustls v0.27.3
9462026-01-05T04:05:11.441Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=7fda52f062cb5b47 -C extra-filename=-2a1d768ad88683f6 --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-6cbccc6574442caa.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5de2884e4a5af315.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b88d625a68f538b4.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-343a0206d4d9a816.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
9472026-01-05T04:05:11.819Z Compiling atomicwrites v0.4.4
9482026-01-05T04:05:11.844Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=17303adfb270aed2 -C extra-filename=-f171ab0bb65b56ba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-5ee89106b5fe454a.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rmeta --cap-lints allow`
9492026-01-05T04:05:11.868Z Compiling futures v0.3.31
9502026-01-05T04:05:11.868Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b0fd5b4aa3cd2244 -C extra-filename=-5579e0ee54ab76d7 --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-c12409cd2aa547f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-5d99e2ca2224a66d.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-a8037fb04114235f.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a59d605fba7e7623.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4300c4d0f434c5ef.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6cbccc6574442caa.rmeta --cap-lints allow`
9512026-01-05T04:05:11.958Z Compiling tower-http v0.6.8
9522026-01-05T04:05:11.982Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-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 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=3056922fb0c3971e -C extra-filename=-8314906b215145ef --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-03b97606ae84b231.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6cbccc6574442caa.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-4e6a78f5b3be60f5.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-6927577ad7324aed.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5bd16f5b029f7406.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow`
9532026-01-05T04:05:11.982Z Compiling slog-bunyan v2.5.0
9542026-01-05T04:05:11.982Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=e6a66797236dde9e -C extra-filename=-c3499fb728f312f4 --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-8236fa4d6372be66.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-678e2d8429d2a83c.rmeta --cap-lints allow`
9552026-01-05T04:05:12.007Z Compiling hyper-tls v0.6.0
9562026-01-05T04:05:12.007Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=07cfabd11ad91ce5 -C extra-filename=-2919e078964b12bb --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-5ecd5f1916a6d7e9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-8cf2ab5d549e01fc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-c9802491114ce6e1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9572026-01-05T04:05:12.044Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0617f68209e6ddb5 -C extra-filename=-f8949928e40a0b6f --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-08a73b4620987bb3.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-0ba087e84ae7d5c7.rmeta --cap-lints allow`
9582026-01-05T04:05:12.175Z Compiling event-listener-strategy v0.5.4
9592026-01-05T04:05:12.200Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.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 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a303d7313a2eba72 -C extra-filename=-41fb808c694e36e9 --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-5e27731531e4b509.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
9602026-01-05T04:05:12.224Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.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 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=2e6f53b98ec1ecce -C extra-filename=-dc5ca4366626eaf3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
9612026-01-05T04:05:12.373Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ab2af520e87c0b0 -C extra-filename=-8d66a757607b5ff8 --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"))'`
9622026-01-05T04:05:12.411Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9632026-01-05T04:05:12.436Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a696ce46b1d5b1c8 -C extra-filename=-0417ba7cb73aac88 --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-86e41ea74570e15a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-384610f51b3d8563.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e00ef1fb5ee82f71.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro`
9642026-01-05T04:05:12.499Z Compiling rustls-native-certs v0.7.0
9652026-01-05T04:05:12.523Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bde57b67e680beb -C extra-filename=-f9a991f22674b248 --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-aa9a99eabf3de30f.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --cap-lints allow`
9662026-01-05T04:05:12.773Z Compiling openapiv3 v2.2.0
9672026-01-05T04:05:12.797Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-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 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=e5547f7c976fb93a -C extra-filename=-4229da1c61df7150 --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-f939d226db78f2f9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --cap-lints allow`
9682026-01-05T04:05:12.863Z Compiling yasna v0.5.2
9692026-01-05T04:05:12.888Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=38fa68ccd7aaeb5c -C extra-filename=-3d9f1f737b804742 --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-678e2d8429d2a83c.rmeta --cap-lints allow`
9702026-01-05T04:05:12.888Z Compiling async-trait v0.1.89
9712026-01-05T04:05:12.888Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a71376a129b92db -C extra-filename=-5aa24606a98260e0 --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-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
9722026-01-05T04:05:12.919Z Compiling pem v3.0.6
9732026-01-05T04:05:12.943Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cd4d6a3227c656ad -C extra-filename=-601d3d7fbd6983bd --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-18af7d7230f35e32.rmeta --cap-lints allow`
9742026-01-05T04:05:13.078Z Compiling waitgroup v0.1.2
9752026-01-05T04:05:13.103Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1ee6592689b29ea -C extra-filename=-2742fa71b343d6b3 --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-9ac8fd3889a1fc7b.rmeta --cap-lints allow`
9762026-01-05T04:05:13.282Z Compiling serde_path_to_error v0.1.20
9772026-01-05T04:05:13.307Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=136f9a8495a321f8 -C extra-filename=-52f64466199c21f4 --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-2a6214e7bd6abaee.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cbe5626542001e99.rmeta --cap-lints allow`
9782026-01-05T04:05:13.606Z Compiling webpki-roots v1.0.0
9792026-01-05T04:05:13.630Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=259ffc523d7e51cf -C extra-filename=-9111b134f23724a5 --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-0c39cf5fcd2c729c.rmeta --cap-lints allow`
9802026-01-05T04:05:13.729Z Compiling hostname v0.4.2
9812026-01-05T04:05:13.754Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=9c1cd723fca8c0d3 -C extra-filename=-8b4257c9779d33a4 --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-d9f3e49df05053f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rmeta --cap-lints allow`
9822026-01-05T04:05:13.807Z Compiling glob v0.3.0
9832026-01-05T04:05:13.832Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb656df8dfd2ed24 -C extra-filename=-8c9b951dd7e9cbbc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9842026-01-05T04:05:13.947Z Compiling debug-ignore v1.0.5
9852026-01-05T04:05:13.972Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=3bcfc3830930059f -C extra-filename=-34c12ee4f1a8d6c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9862026-01-05T04:05:14.024Z Compiling http-range v0.1.4
9872026-01-05T04:05:14.050Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5817c38e10a0387a -C extra-filename=-998cb5595039fc8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9882026-01-05T04:05:14.120Z Compiling simple-mermaid v0.2.0
9892026-01-05T04:05:14.145Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b34f2b14a0b58ccf -C extra-filename=-5ca237a0d8b96918 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9902026-01-05T04:05:14.145Z Compiling termcolor v1.1.2
9912026-01-05T04:05:14.145Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=76b6f677e838d41a -C extra-filename=-9e54ebab4d9e5327 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9922026-01-05T04:05:14.230Z Compiling hyper-staticfile v0.10.1
9932026-01-05T04:05:14.254Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a71b2205ce1ef0e -C extra-filename=-629fb50711d15006 --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-6cbccc6574442caa.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-998cb5595039fc8a.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-b6ded7f23f87f621.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f9cacf95fd270755.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-7726ce2de3946d14.rmeta --cap-lints allow`
9942026-01-05T04:05:14.279Z Compiling reqwest v0.12.26
9952026-01-05T04:05:14.304Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.26/src/lib.rs --error-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="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__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", "system-proxy", "trust-dns", "zstd"))' -C metadata=63ddf85a62a984bc -C extra-filename=-97418f64fed75256 --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-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-052e04dcd3f6cbff.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-1c26b5500e4d067a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5896181714a67144.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2a1d768ad88683f6.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-2919e078964b12bb.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-08a73b4620987bb3.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-8cf2ab5d549e01fc.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5de2884e4a5af315.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ef0bbdc2a7a3739f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-c9802491114ce6e1.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b88d625a68f538b4.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-6927577ad7324aed.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-8314906b215145ef.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-7726ce2de3946d14.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-9111b134f23724a5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
9962026-01-05T04:05:14.346Z Compiling rcgen v0.14.6
9972026-01-05T04:05:14.371Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.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(rcgen_docsrs)' --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=4f737f1b49602e77 -C extra-filename=-a974375e3b398b8e --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-601d3d7fbd6983bd.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-9411178ddf911f39.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-678e2d8429d2a83c.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-3d9f1f737b804742.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
9982026-01-05T04:05:14.621Z Compiling trybuild v1.0.114
9992026-01-05T04:05:14.645Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=d118c53438a878c6 -C extra-filename=-ee42140bcd2bb238 --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-8c9b951dd7e9cbbc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-915f97431cd5db23.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-8d66a757607b5ff8.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-9e54ebab4d9e5327.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rmeta --cap-lints allow`
10002026-01-05T04:05:14.769Z Compiling hyper-rustls v0.26.0
10012026-01-05T04:05:14.793Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=273e1c0de338f47a -C extra-filename=-a2f952895e96df8d --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-6cbccc6574442caa.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-f9a991f22674b248.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fa2a7b03ae5924ab.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
10022026-01-05T04:05:14.818Z Compiling async-channel v2.5.0
10032026-01-05T04:05:14.818Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=1fa0955aa618f900 -C extra-filename=-837308203914df88 --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-1e19e36cdffb678b.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-41fb808c694e36e9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-1f9e330bb92d952e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-f2e925eb377ed176.rmeta --cap-lints allow`
10042026-01-05T04:05:15.167Z Compiling expectorate v1.2.0
10052026-01-05T04:05:15.167Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=3f8a3c08b3c19ce3 -C extra-filename=-25ac731f505db3d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-f171ab0bb65b56ba.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-368fb8389828eca3.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c8e2c71880ceb9b2.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-4ebf39e698e8c842.rmeta --cap-lints allow`
10062026-01-05T04:05:15.192Z Compiling tokio-tungstenite v0.24.0
10072026-01-05T04:05:15.192Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=8536d7ac42b14802 -C extra-filename=-29f662bda2b48f46 --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-6cbccc6574442caa.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-aaa7dec7979a9811.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-6aca84740679ad04.rmeta --cap-lints allow`
10082026-01-05T04:05:15.258Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs --error-format=json --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,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=a9b6501f0af86240 -C extra-filename=-3e26d04947c4407a --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_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --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)'`
10092026-01-05T04:05:15.367Z Compiling subprocess v0.2.9
10102026-01-05T04:05:15.391Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c86e6cc4cb0f5f0 -C extra-filename=-f72eb48d24b06cb4 --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-9adea2ec8d642779.rmeta --cap-lints allow`
10112026-01-05T04:05:15.682Z Compiling buf-list v1.1.2
10122026-01-05T04:05:15.707Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=2703b47248c79f0b -C extra-filename=-7fb042c545b576ac --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-5ecd5f1916a6d7e9.rmeta --cap-lints allow`
10132026-01-05T04:05:15.969Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=0eac5244984fec2e -C extra-filename=-6945da026d0a24eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10142026-01-05T04:05:16.237Z Compiling prettyplease v0.2.37
10152026-01-05T04:05:16.261Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/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,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=bc0c2453f02cc53e -C extra-filename=-6e5c36ae50b46342 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-6e5c36ae50b46342 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10162026-01-05T04:05:16.261Z Compiling schema-derive v0.1.0
10172026-01-05T04:05:16.261Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b3903b87bdedd89 -C extra-filename=-c9409b6eb9c72900 --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-dfdacbd5bb51e603.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro --cap-lints allow`
10182026-01-05T04:05:16.362Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.23.0/src/lib.rs --error-format=json --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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=0fdd07546491d91d -C extra-filename=-a1c5a492642b47df --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-b4d2da2fd35b10de.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-5039a579cb9e77c1.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6945da026d0a24eb.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-363f7a6341e3500f.rmeta --cap-lints allow`
10192026-01-05T04:05:16.589Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-6e5c36ae50b46342/build-script-build`
10202026-01-05T04:05:16.614Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0b48562e7fe8eb1a -C extra-filename=-61f4b936afcf0f93 --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-88aa7f8edcd7aceb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10212026-01-05T04:05:16.808Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=68717e063a3ae3c7 -C extra-filename=-38fff89a0c23fa57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-5ee89106b5fe454a.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-a1c5a492642b47df.rmeta --cap-lints allow`
10222026-01-05T04:05:17.139Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=bc19099aaf1cd82a -C extra-filename=-5e79b6fa57659a12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-38fff89a0c23fa57.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-368fb8389828eca3.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c8e2c71880ceb9b2.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-4ebf39e698e8c842.rmeta --cap-lints allow`
10232026-01-05T04:05:17.981Z Compiling schema v0.1.0
10242026-01-05T04:05:18.006Z Running `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8eb0ca4add1dda5b -C extra-filename=-a3d4013aebbbea41 --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-88aa7f8edcd7aceb.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-c9409b6eb9c72900.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rmeta --cap-lints allow`
10252026-01-05T04:05:18.111Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=218ebc4ca6c2ea1b -C extra-filename=-ce9d1379859b4925 --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-5e79b6fa57659a12.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-86e41ea74570e15a.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-61f4b936afcf0f93.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-a3d4013aebbbea41.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-384610f51b3d8563.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e00ef1fb5ee82f71.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro`
10262026-01-05T04:05:18.208Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=090ba87f19b185ed -C extra-filename=-dbf8199a369f7e7b --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-037a8e8fa9467c4c.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
10272026-01-05T04:05:20.013Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a7f0638e54e4f1b9 -C extra-filename=-21a47d36c3d34f05 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10282026-01-05T04:05:29.490Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fbc323a7923355dc -C extra-filename=-bf9dfe0b2a4fb452 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10292026-01-05T04:05:29.490Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6e802e999256bc0f -C extra-filename=-185810e87ff8a39e --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10302026-01-05T04:05:29.538Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d5e623fdcca3579b -C extra-filename=-ab8f54eaedc63e59 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10312026-01-05T04:05:29.538Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cff1ce1165a7a8f2 -C extra-filename=-ce0c269538d714f0 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10322026-01-05T04:05:29.538Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3cdc29e3ce370518 -C extra-filename=-20711b21be4a3c25 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10332026-01-05T04:05:29.538Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2a77121746dc62fc -C extra-filename=-4197cc99554cbb6b --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10342026-01-05T04:05:29.538Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2806bd07081c8bed -C extra-filename=-373e68528ac7678f --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10352026-01-05T04:05:45.749Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=21a0b6fe1a9f298c -C extra-filename=-df0db62dcb347cb7 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10362026-01-05T04:05:46.558Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a60086feb41e44c4 -C extra-filename=-85806928005aeadc --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10372026-01-05T04:05:47.235Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e94919a4e1c3980c -C extra-filename=-c440df932d5a2d2e --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10382026-01-05T04:05:47.350Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=36d8ee164b2428be -C extra-filename=-d84b1187832f0841 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10392026-01-05T04:05:47.565Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8c1e4ffd6bf70bb3 -C extra-filename=-758bda65853fe6dd --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10402026-01-05T04:05:49.650Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=452852182f529e3e -C extra-filename=-93a41e8b16b2125a --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10412026-01-05T04:05:49.918Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=beaa2825de0ddf6f -C extra-filename=-a18da05d7d6693ac --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10422026-01-05T04:06:02.719Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fe8bec336f894b14 -C extra-filename=-b5f58a8a31ea31a7 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10432026-01-05T04:06:04.457Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9cb52b909de999b3 -C extra-filename=-364ce330ba72e873 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10442026-01-05T04:06:05.882Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e8c34652ea836525 -C extra-filename=-9fbbb5f1465efd01 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10452026-01-05T04:06:06.743Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ec6c028e860a960a -C extra-filename=-4eaec0928ae1b469 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10462026-01-05T04:06:07.109Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c2fb7c4371018d72 -C extra-filename=-cad57a22c75ed76a --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10472026-01-05T04:06:07.421Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=760e2fac90df9928 -C extra-filename=-a105d07127a0ad40 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10482026-01-05T04:06:09.081Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=224dfd664553870a -C extra-filename=-b04de4bf8ae0663f --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10492026-01-05T04:06:10.964Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=303aa5f4c97ff0b3 -C extra-filename=-21594c6fc34f6292 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10502026-01-05T04:06:11.315Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=72313a086f956b39 -C extra-filename=-36fc8323734a0b39 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10512026-01-05T04:06:21.499Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=44251229b050d126 -C extra-filename=-678349d9b50732ec --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-dbf8199a369f7e7b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0417ba7cb73aac88.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
10522026-01-05T04:06:51.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
10532026-01-05T04:06:51.318Z
10542026-01-05T04:06:51.318Zreal 2:22.382316740
10552026-01-05T04:06:51.318Zuser 13:11.707321949
10562026-01-05T04:06:51.318Zsys 1:52.869676705
10572026-01-05T04:06:51.318Ztrap 0.591120673
10582026-01-05T04:06:51.318Ztflt 0.101068754
10592026-01-05T04:06:51.318Zdflt 0.220640332
10602026-01-05T04:06:51.318Zkflt 0.002042086
10612026-01-05T04:06:51.318Zlock 40:02.597712888
10622026-01-05T04:06:51.318Zslp 1:00:35.632640969
10632026-01-05T04:06:51.318Zlat 52.517224438
10642026-01-05T04:06:51.319Zstop 1:08.375239830
10652026-01-05T04:06:51.343Z+ banner test
10662026-01-05T04:06:51.343Z
10672026-01-05T04:06:51.343Z ##### ###### #### #####
10682026-01-05T04:06:51.343Z # # # #
10692026-01-05T04:06:51.343Z # ##### #### #
10702026-01-05T04:06:51.343Z # # # #
10712026-01-05T04:06:51.343Z # # # # #
10722026-01-05T04:06:51.343Z # ###### #### #
10732026-01-05T04:06:51.343Z
10742026-01-05T04:06:51.343Z+ ptime -m cargo test --all-features --locked --verbose
10752026-01-05T04:06:51.782Z Fresh unicode-ident v1.0.12
10762026-01-05T04:06:51.782Z Fresh cfg-if v1.0.0
10772026-01-05T04:06:51.782Z Fresh itoa v1.0.1
10782026-01-05T04:06:51.782Z Fresh memchr v2.6.0
10792026-01-05T04:06:51.829Z Fresh proc-macro2 v1.0.103
10802026-01-05T04:06:51.829Z Fresh pin-project-lite v0.2.12
10812026-01-05T04:06:51.829Z Fresh shlex v1.3.0
10822026-01-05T04:06:51.829Z Fresh autocfg v1.1.0
10832026-01-05T04:06:51.829Z Fresh quote v1.0.42
10842026-01-05T04:06:51.829Z Fresh libc v0.2.178
10852026-01-05T04:06:51.829Z Fresh cc v1.2.16
10862026-01-05T04:06:51.829Z Fresh bytes v1.11.0
10872026-01-05T04:06:51.829Z Fresh smallvec v1.13.2
10882026-01-05T04:06:51.829Z Fresh futures-core v0.3.31
10892026-01-05T04:06:51.829Z Fresh version_check v0.9.5
10902026-01-05T04:06:51.829Z Fresh scopeguard v1.2.0
10912026-01-05T04:06:51.829Z Fresh futures-sink v0.3.31
10922026-01-05T04:06:51.830Z Fresh serde_derive v1.0.228
10932026-01-05T04:06:51.830Z Fresh lock_api v0.4.6
10942026-01-05T04:06:51.830Z Fresh synstructure v0.13.1
10952026-01-05T04:06:51.830Z Fresh tokio-macros v2.6.0
10962026-01-05T04:06:51.830Z Fresh log v0.4.17
10972026-01-05T04:06:51.830Z Fresh parking_lot_core v0.9.4
10982026-01-05T04:06:51.830Z Fresh ryu v1.0.5
10992026-01-05T04:06:51.830Z Fresh signal-hook-registry v1.4.0
11002026-01-05T04:06:51.830Z Fresh getrandom v0.2.11
11012026-01-05T04:06:51.830Z Fresh mio v1.0.3
11022026-01-05T04:06:51.830Z Fresh socket2 v0.6.0
11032026-01-05T04:06:51.830Z Fresh parking_lot v0.12.1
11042026-01-05T04:06:51.830Z Fresh slab v0.4.9
11052026-01-05T04:06:51.830Z Fresh bitflags v2.4.0
11062026-01-05T04:06:51.830Z Fresh zerofrom-derive v0.1.5
11072026-01-05T04:06:51.830Z Fresh futures-channel v0.3.31
11082026-01-05T04:06:51.830Z Fresh http v1.4.0
11092026-01-05T04:06:51.830Z Fresh tokio v1.48.0
11102026-01-05T04:06:51.830Z Fresh zeroize v1.7.0
11112026-01-05T04:06:51.830Z Fresh pin-utils v0.1.0
11122026-01-05T04:06:51.830Z Fresh zerofrom v0.1.5
11132026-01-05T04:06:51.830Z Fresh yoke-derive v0.7.5
11142026-01-05T04:06:51.830Z Fresh futures-macro v0.3.31
11152026-01-05T04:06:51.830Z Fresh rustls-pki-types v1.13.2
11162026-01-05T04:06:51.830Z Fresh thiserror-impl v2.0.17
11172026-01-05T04:06:51.830Z Fresh stable_deref_trait v1.2.0
11182026-01-05T04:06:51.830Z Fresh futures-task v0.3.31
11192026-01-05T04:06:51.830Z Fresh futures-io v0.3.31
11202026-01-05T04:06:51.830Z Fresh futures-util v0.3.31
11212026-01-05T04:06:51.830Z Fresh yoke v0.7.5
11222026-01-05T04:06:51.830Z Fresh thiserror v2.0.17
11232026-01-05T04:06:51.830Z Fresh zerovec-derive v0.10.3
11242026-01-05T04:06:51.830Z Fresh serde_core v1.0.228
11252026-01-05T04:06:51.830Z Fresh zerovec v0.10.4
11262026-01-05T04:06:51.830Z Fresh displaydoc v0.2.5
11272026-01-05T04:06:51.830Z Fresh tracing-core v0.1.32
11282026-01-05T04:06:51.830Z Fresh untrusted v0.9.0
11292026-01-05T04:06:51.830Z Fresh httparse v1.10.0
11302026-01-05T04:06:51.830Z Fresh getrandom v0.3.1
11312026-01-05T04:06:51.831Z Fresh ucd-trie v0.1.6
11322026-01-05T04:06:51.831Z Fresh hashbrown v0.16.1
11332026-01-05T04:06:51.831Z Fresh equivalent v1.0.0
11342026-01-05T04:06:51.831Z Fresh tinystr v0.7.6
11352026-01-05T04:06:51.831Z Fresh tracing v0.1.40
11362026-01-05T04:06:51.831Z Fresh indexmap v2.12.1
11372026-01-05T04:06:51.831Z Fresh pest v2.8.1
11382026-01-05T04:06:51.831Z Fresh serde v1.0.228
11392026-01-05T04:06:51.831Z Fresh ring v0.17.13
11402026-01-05T04:06:51.831Z Fresh http-body v1.0.1
11412026-01-05T04:06:51.831Z Fresh errno v0.3.10
11422026-01-05T04:06:51.831Z Fresh percent-encoding v2.3.2
11432026-01-05T04:06:51.831Z Fresh pkg-config v0.3.31
11442026-01-05T04:06:51.831Z Fresh vcpkg v0.2.15
11452026-01-05T04:06:51.831Z Fresh atomic-waker v1.1.2
11462026-01-05T04:06:51.831Z Fresh litemap v0.7.4
11472026-01-05T04:06:51.831Z Fresh writeable v0.5.5
11482026-01-05T04:06:51.831Z Fresh icu_locid v1.5.0
11492026-01-05T04:06:51.831Z Fresh pest_meta v2.8.1
11502026-01-05T04:06:51.831Z Fresh tokio-util v0.7.7
11512026-01-05T04:06:51.831Z Fresh icu_provider_macros v1.5.0
11522026-01-05T04:06:51.831Z Fresh zerocopy-derive v0.8.27
11532026-01-05T04:06:51.831Z Fresh try-lock v0.2.3
11542026-01-05T04:06:51.831Z Fresh fnv v1.0.7
11552026-01-05T04:06:51.831Z Fresh pest_generator v2.8.1
11562026-01-05T04:06:51.831Z Fresh zerocopy v0.8.27
11572026-01-05T04:06:51.831Z Fresh want v0.3.0
11582026-01-05T04:06:51.831Z Fresh icu_provider v1.5.0
11592026-01-05T04:06:51.831Z Fresh h2 v0.4.6
11602026-01-05T04:06:51.831Z Fresh rustversion v1.0.22
11612026-01-05T04:06:51.831Z Fresh rustix v1.0.2
11622026-01-05T04:06:51.831Z Fresh typenum v1.14.0
11632026-01-05T04:06:51.831Z Fresh rustls-webpki v0.102.8
11642026-01-05T04:06:51.831Z Fresh time-core v0.1.2
11652026-01-05T04:06:51.831Z Fresh tower-service v0.3.3
11662026-01-05T04:06:51.831Z Fresh base64 v0.22.1
11672026-01-05T04:06:51.831Z Fresh tower-layer v0.3.3
11682026-01-05T04:06:51.831Z Fresh byteorder v1.4.3
11692026-01-05T04:06:51.831Z Fresh subtle v2.5.0
11702026-01-05T04:06:51.832Z Fresh powerfmt v0.2.0
11712026-01-05T04:06:51.832Z Fresh httpdate v1.0.1
11722026-01-05T04:06:51.832Z Fresh num-conv v0.1.0
11732026-01-05T04:06:51.832Z Fresh icu_locid_transform_data v1.5.0
11742026-01-05T04:06:51.832Z Fresh fastrand v2.1.1
11752026-01-05T04:06:51.832Z Fresh deranged v0.3.11
11762026-01-05T04:06:51.832Z Fresh hyper v1.8.1
11772026-01-05T04:06:51.832Z Fresh time-macros v0.2.18
11782026-01-05T04:06:51.832Z Fresh icu_locid_transform v1.5.0
11792026-01-05T04:06:51.857Z Fresh generic-array v0.14.5
11802026-01-05T04:06:51.857Z Fresh crossbeam-utils v0.8.15
11812026-01-05T04:06:51.857Z Fresh pest_derive v2.8.1
11822026-01-05T04:06:51.857Z Fresh serde_tokenstream v0.2.2
11832026-01-05T04:06:51.857Z Fresh icu_collections v1.5.0
11842026-01-05T04:06:51.857Z Fresh icu_properties_data v1.5.0
11852026-01-05T04:06:51.857Z Fresh num_threads v0.1.3
11862026-01-05T04:06:51.857Z Fresh dtrace-parser v0.3.0
11872026-01-05T04:06:51.857Z Fresh rustix v0.38.44
11882026-01-05T04:06:51.857Z Fresh icu_properties v1.5.1
11892026-01-05T04:06:51.857Z Fresh time v0.3.36
11902026-01-05T04:06:51.857Z Fresh serde_json v1.0.145
11912026-01-05T04:06:51.857Z Fresh erased-serde v0.3.31
11922026-01-05T04:06:51.858Z Fresh scroll_derive v0.13.1
11932026-01-05T04:06:51.858Z Fresh thread-id v5.0.0
11942026-01-05T04:06:51.858Z Fresh openssl-probe v0.1.4
11952026-01-05T04:06:51.858Z Fresh write16 v1.0.0
11962026-01-05T04:06:51.858Z Fresh foreign-types-shared v0.1.1
11972026-01-05T04:06:51.858Z Fresh icu_normalizer_data v1.5.0
11982026-01-05T04:06:51.858Z Fresh utf16_iter v1.0.5
11992026-01-05T04:06:51.858Z Fresh ipnet v2.10.0
12002026-01-05T04:06:51.858Z Fresh utf8_iter v1.0.4
12012026-01-05T04:06:51.858Z Fresh foreign-types v0.3.2
12022026-01-05T04:06:51.858Z Fresh scroll v0.13.0
12032026-01-05T04:06:51.858Z Fresh paste v1.0.15
12042026-01-05T04:06:51.858Z Fresh hyper-util v0.1.19
12052026-01-05T04:06:51.858Z Fresh icu_normalizer v1.5.0
12062026-01-05T04:06:51.858Z Fresh slog v2.8.2
12072026-01-05T04:06:51.858Z Fresh block-buffer v0.10.2
12082026-01-05T04:06:51.858Z Fresh crypto-common v0.1.6
12092026-01-05T04:06:51.858Z Fresh openssl-sys v0.9.107
12102026-01-05T04:06:51.858Z Fresh form_urlencoded v1.2.2
12112026-01-05T04:06:51.858Z Fresh rand_core v0.6.3
12122026-01-05T04:06:51.858Z Fresh openssl-macros v0.1.1
12132026-01-05T04:06:51.858Z Fresh unicode-width v0.1.9
12142026-01-05T04:06:51.858Z Fresh mime v0.3.16
12152026-01-05T04:06:51.858Z Fresh lazy_static v1.5.0
12162026-01-05T04:06:51.858Z Fresh ppv-lite86 v0.2.15
12172026-01-05T04:06:51.858Z Fresh plain v0.2.3
12182026-01-05T04:06:51.858Z Fresh unicode-segmentation v1.10.0
12192026-01-05T04:06:51.858Z Fresh console v0.15.7
12202026-01-05T04:06:51.858Z Fresh openssl v0.10.72
12212026-01-05T04:06:51.858Z Fresh newline-converter v0.3.0
12222026-01-05T04:06:51.858Z Fresh goblin v0.10.1
12232026-01-05T04:06:51.858Z Fresh rand_chacha v0.3.1
12242026-01-05T04:06:51.858Z Fresh digest v0.10.7
12252026-01-05T04:06:51.858Z Fresh unicase v2.6.0
12262026-01-05T04:06:51.858Z Fresh idna_adapter v1.2.0
12272026-01-05T04:06:51.858Z Fresh num-traits v0.2.14
12282026-01-05T04:06:51.858Z Fresh similar v2.2.1
12292026-01-05T04:06:51.858Z Fresh pretty-hex v0.4.1
12302026-01-05T04:06:51.858Z Fresh winnow v0.7.13
12312026-01-05T04:06:51.859Z Fresh semver v1.0.27
12322026-01-05T04:06:51.859Z Fresh cpufeatures v0.2.2
12332026-01-05T04:06:51.859Z Fresh heck v0.5.0
12342026-01-05T04:06:51.859Z Fresh iana-time-zone v0.1.47
12352026-01-05T04:06:51.859Z Fresh sha1 v0.10.6
12362026-01-05T04:06:51.859Z Fresh toml_parser v1.0.6+spec-1.1.0
12372026-01-05T04:06:51.859Z Fresh dof v0.4.0
12382026-01-05T04:06:51.859Z Fresh rand v0.8.4
12392026-01-05T04:06:51.859Z Fresh chrono v0.4.42
12402026-01-05T04:06:51.859Z Fresh idna v1.0.3
12412026-01-05T04:06:51.859Z Fresh native-tls v0.2.12
12422026-01-05T04:06:51.859Z Fresh rustls v0.23.13
12432026-01-05T04:06:51.859Z Fresh rustls v0.22.4
12442026-01-05T04:06:51.859Z Fresh concurrent-queue v2.5.0
12452026-01-05T04:06:51.859Z Fresh http-body-util v0.1.3
12462026-01-05T04:06:51.859Z Fresh rustls-pemfile v2.2.0
12472026-01-05T04:06:51.859Z Fresh serde_derive_internals v0.29.0
12482026-01-05T04:06:51.859Z Fresh thiserror-impl v1.0.69
12492026-01-05T04:06:51.859Z Fresh serde_spanned v1.0.4
12502026-01-05T04:06:51.859Z Fresh toml_datetime v0.7.5+spec-1.1.0
12512026-01-05T04:06:51.859Z Fresh sync_wrapper v1.0.1
12522026-01-05T04:06:51.859Z Fresh syn v2.0.113
12532026-01-05T04:06:51.859Z Fresh thread_local v1.1.4
12542026-01-05T04:06:51.859Z Fresh encoding_rs v0.8.32
12552026-01-05T04:06:51.859Z Fresh match_cfg v0.1.0
12562026-01-05T04:06:51.859Z Fresh parking v2.2.0
12572026-01-05T04:06:51.859Z Fresh toml_writer v1.0.6+spec-1.1.0
12582026-01-05T04:06:51.859Z Fresh hostname v0.3.1
12592026-01-05T04:06:51.859Z Fresh toml v0.9.10+spec-1.1.0
12602026-01-05T04:06:51.859Z Fresh event-listener v5.0.0
12612026-01-05T04:06:51.859Z Fresh usdt-impl v0.6.0
12622026-01-05T04:06:51.859Z Fresh schemars_derive v0.8.22
12632026-01-05T04:06:51.859Z Fresh thiserror v1.0.69
12642026-01-05T04:06:51.859Z Fresh tower v0.5.2
12652026-01-05T04:06:51.859Z Fresh url v2.5.4
12662026-01-05T04:06:51.859Z Fresh tokio-rustls v0.25.0
12672026-01-05T04:06:51.859Z Fresh tokio-native-tls v0.3.1
12682026-01-05T04:06:51.859Z Fresh tokio-rustls v0.26.0
12692026-01-05T04:06:51.860Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12702026-01-05T04:06:51.860Z Fresh usdt-attr-macro v0.6.0
12712026-01-05T04:06:51.860Z Fresh usdt-macro v0.6.0
12722026-01-05T04:06:51.860Z Fresh serde_urlencoded v0.7.1
12732026-01-05T04:06:51.860Z Fresh slog-json v2.6.1
12742026-01-05T04:06:51.860Z Fresh crossbeam-channel v0.5.1
12752026-01-05T04:06:51.860Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b8d6ff317f38aa1 -C extra-filename=-79e89c02ed935f3d --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-86e41ea74570e15a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-384610f51b3d8563.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e00ef1fb5ee82f71.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro`
12762026-01-05T04:06:51.860Z Fresh uuid v1.19.0
12772026-01-05T04:06:51.860Z Fresh futures-executor v0.3.31
12782026-01-05T04:06:51.860Z Fresh webpki-roots v0.26.5
12792026-01-05T04:06:51.885Z Fresh async-stream-impl v0.3.6
12802026-01-05T04:06:51.885Z Fresh is-terminal v0.4.12
12812026-01-05T04:06:51.885Z Fresh memmap2 v0.9.8
12822026-01-05T04:06:51.885Z Fresh term v1.1.0
12832026-01-05T04:06:51.885Z Fresh dyn-clone v1.0.4
12842026-01-05T04:06:51.885Z Fresh spin v0.9.8
12852026-01-05T04:06:51.885Z Fresh data-encoding v2.4.0
12862026-01-05T04:06:51.885Z Fresh iri-string v0.7.8
12872026-01-05T04:06:51.885Z Fresh take_mut v0.2.2
12882026-01-05T04:06:51.885Z Fresh utf-8 v0.7.6
12892026-01-05T04:06:51.885Z Fresh tower-http v0.6.8
12902026-01-05T04:06:51.885Z Fresh multer v3.1.0
12912026-01-05T04:06:51.885Z Fresh schemars v0.8.22
12922026-01-05T04:06:51.885Z Fresh slog-term v2.9.2
12932026-01-05T04:06:51.885Z Fresh tungstenite v0.24.0
12942026-01-05T04:06:51.885Z Fresh slog-async v2.8.0
12952026-01-05T04:06:51.885Z Fresh async-stream v0.3.6
12962026-01-05T04:06:51.885Z Fresh hyper-rustls v0.27.3
12972026-01-05T04:06:51.885Z Fresh futures v0.3.31
12982026-01-05T04:06:51.885Z Fresh usdt v0.6.0
12992026-01-05T04:06:51.885Z Fresh mime_guess v2.0.5
13002026-01-05T04:06:51.885Z Fresh slog-bunyan v2.5.0
13012026-01-05T04:06:51.886Z Fresh camino v1.2.2
13022026-01-05T04:06:51.886Z Fresh hyper-tls v0.6.0
13032026-01-05T04:06:51.886Z Fresh event-listener-strategy v0.5.4
13042026-01-05T04:06:51.886Z Fresh target-triple v1.0.0
13052026-01-05T04:06:51.886Z Fresh rustls-native-certs v0.7.0
13062026-01-05T04:06:51.886Z Fresh yasna v0.5.2
13072026-01-05T04:06:51.886Z Fresh pem v3.0.6
13082026-01-05T04:06:51.886Z Fresh waitgroup v0.1.2
13092026-01-05T04:06:51.886Z Fresh openapiv3 v2.2.0
13102026-01-05T04:06:51.886Z Fresh webpki-roots v1.0.0
13112026-01-05T04:06:51.886Z Fresh async-trait v0.1.89
13122026-01-05T04:06:51.886Z Fresh serde_path_to_error v0.1.20
13132026-01-05T04:06:51.886Z Fresh hostname v0.4.2
13142026-01-05T04:06:51.886Z Fresh termcolor v1.1.2
13152026-01-05T04:06:51.886Z Fresh glob v0.3.0
13162026-01-05T04:06:51.886Z Fresh debug-ignore v1.0.5
13172026-01-05T04:06:51.886Z Fresh simple-mermaid v0.2.0
13182026-01-05T04:06:51.886Z Fresh http-range v0.1.4
13192026-01-05T04:06:51.886Z Fresh hyper-staticfile v0.10.1
13202026-01-05T04:06:51.886Z Fresh trybuild v1.0.114
13212026-01-05T04:06:51.886Z Fresh hyper-rustls v0.26.0
13222026-01-05T04:06:51.886Z Fresh reqwest v0.12.26
13232026-01-05T04:06:51.886Z Fresh rcgen v0.14.6
13242026-01-05T04:06:51.886Z Fresh async-channel v2.5.0
13252026-01-05T04:06:51.886Z Fresh tokio-tungstenite v0.24.0
13262026-01-05T04:06:51.886Z Fresh anyhow v1.0.100
13272026-01-05T04:06:51.886Z Fresh subprocess v0.2.9
13282026-01-05T04:06:51.886Z Fresh buf-list v1.1.2
13292026-01-05T04:06:51.886Z Fresh once_cell v1.20.1
13302026-01-05T04:06:51.886Z Fresh schema-derive v0.1.0
13312026-01-05T04:06:51.886Z Fresh tempfile v3.23.0
13322026-01-05T04:06:51.886Z Fresh schema v0.1.0
13332026-01-05T04:06:51.886Z Fresh atomicwrites v0.4.4
13342026-01-05T04:06:51.886Z Fresh prettyplease v0.2.37
13352026-01-05T04:06:51.886Z Fresh expectorate v1.2.0
13362026-01-05T04:06:54.534Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
13372026-01-05T04:06:54.602Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7e6249e057f20c83 -C extra-filename=-f77bc3db0d71c9ef --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-037a8e8fa9467c4c.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out`
13382026-01-05T04:06:54.602Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ee538d5710d39e50 -C extra-filename=-1b7097848effe934 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13392026-01-05T04:07:05.399Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=509f5b7a18d05257 -C extra-filename=-2a57b36b5f591224 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13402026-01-05T04:07:05.469Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=76e43d33eff673f5 -C extra-filename=-32678ad9ab54cc41 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13412026-01-05T04:07:05.469Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=07912e6d7bd4be0f -C extra-filename=-97d2295a7700564d --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13422026-01-05T04:07:05.469Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8a5256d6d4926129 -C extra-filename=-af8fd1ff908282a3 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13432026-01-05T04:07:05.469Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=18ad094e306ed7e6 -C extra-filename=-dde29cade87da809 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13442026-01-05T04:07:05.469Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=863cf593ecbc7601 -C extra-filename=-a431251348cf34f4 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13452026-01-05T04:07:05.644Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f82b3ea3ebd5028e -C extra-filename=-d1f51309133ad842 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13462026-01-05T04:07:22.261Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b0898dbb78aeaf19 -C extra-filename=-56ece0069a837b1d --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13472026-01-05T04:07:23.341Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=37bb73db03b2f2f7 -C extra-filename=-dcbeaba801751b8b --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13482026-01-05T04:07:23.367Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0fd8ee6ed6cf98f9 -C extra-filename=-50a293dcfda1884d --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13492026-01-05T04:07:23.721Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=75e623e28b5ec6ac -C extra-filename=-218d1ca558ae9d3d --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13502026-01-05T04:07:25.184Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bb201dfc900537da -C extra-filename=-6ba382a0831c9c6b --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13512026-01-05T04:07:25.937Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e878c82b1b498e7f -C extra-filename=-cf81eacd028f9bf1 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13522026-01-05T04:07:27.422Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ed7f4e30de7d54d8 -C extra-filename=-b622d6d868f4529c --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13532026-01-05T04:07:27.523Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b4f7f70a3c36f0c7 -C extra-filename=-6b07b9257ed24867 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13542026-01-05T04:07:36.201Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c6b27042c3700dd7 -C extra-filename=-f00df20fc682735c --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13552026-01-05T04:07:40.356Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e0a35ffdab8fb8ad -C extra-filename=-ebcd4e7616c19aa9 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13562026-01-05T04:07:41.160Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8740ff6a343f6017 -C extra-filename=-c53a5c71e0968f2e --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13572026-01-05T04:07:43.069Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ed7d61f0798db9e7 -C extra-filename=-f1432271dda159f5 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13582026-01-05T04:07:43.094Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=043250d2bbc633fa -C extra-filename=-7f0627e224ed14d4 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13592026-01-05T04:07:43.614Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=69181e9a349a7b83 -C extra-filename=-5e6c896ded41211e --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13602026-01-05T04:07:45.787Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c9d7632fa3e2efd5 -C extra-filename=-895a7b911e6d4293 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13612026-01-05T04:07:48.816Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4c28aa65509dcc10 -C extra-filename=-3e830dbc610c9072 --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13622026-01-05T04:07:54.890Z Running `/home/build/.rustup/toolchains/1.92.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f7e940a438afef01 -C extra-filename=-90ab058b37922ead --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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-8fb92ae8b3c90b1a/out -L native=/usr/ssl-3/lib/amd64`
13632026-01-05T04:08:27.992Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 36s
13642026-01-05T04:08:28.037Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-1b7097848effe934`
13652026-01-05T04:08:28.105Z
13662026-01-05T04:08:28.105Zrunning 108 tests
13672026-01-05T04:08:28.105Ztest api_description::test::test_endpoint_versions_matches ... ok
13682026-01-05T04:08:28.106Ztest api_description::test::test_endpoint_versions_range ... ok
13692026-01-05T04:08:28.106Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13702026-01-05T04:08:28.106Ztest api_description::test::test_badpath4 - should panic ... ok
13712026-01-05T04:08:28.106Ztest api_description::test::test_badpath2 ... ok
13722026-01-05T04:08:28.106Ztest api_description::test::test_badpath3 ... ok
13732026-01-05T04:08:28.106Ztest api_description::test::test_badpath1 ... ok
13742026-01-05T04:08:28.106Ztest api_description::test::test_dup_names ... ok
13752026-01-05T04:08:28.106Ztest error::test::test_serialize_error_response_body ... ok
13762026-01-05T04:08:28.106Ztest api_description::test::test_tags_too_many ... ok
13772026-01-05T04:08:28.106Ztest api_description::test::test_tag_config_deserialize_old ... ok
13782026-01-05T04:08:28.106Ztest api_description::test::test_tags_just_right ... ok
13792026-01-05T04:08:28.106Ztest extractor::metadata::test::test_metadata_flattened ... ok
13802026-01-05T04:08:28.106Ztest api_description::test::test_tags_need_one ... ok
13812026-01-05T04:08:28.106Ztest from_map::test::test_case_insensitive ... ok
13822026-01-05T04:08:28.106Ztest extractor::metadata::test::test_metadata_pagination ... ok
13832026-01-05T04:08:28.106Ztest extractor::metadata::test::test_metadata_simple ... ok
13842026-01-05T04:08:28.106Ztest from_map::test::test_deep ... ok
13852026-01-05T04:08:28.106Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13862026-01-05T04:08:28.106Ztest from_map::test::test_lone_literal ... ok
13872026-01-05T04:08:28.106Ztest extractor::header::tests::test_header_parsing ... ok
13882026-01-05T04:08:28.106Ztest from_map::test::test_missing_data2 ... ok
13892026-01-05T04:08:28.106Ztest from_map::test::test_missing_data1 ... ok
13902026-01-05T04:08:28.106Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13912026-01-05T04:08:28.106Ztest from_map::test::test_types ... ok
13922026-01-05T04:08:28.106Ztest extractor::body::tests::test_content_plus_json ... ok
13932026-01-05T04:08:28.106Ztest logging::test::test_config_bad_file_no_file ... ok
13942026-01-05T04:08:28.106Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
13952026-01-05T04:08:28.106Ztest logging::test::test_config_bad_file_bad_path_type ... ok
13962026-01-05T04:08:28.106Ztest logging::test::test_config_bad_terminal_bad_level ... ok
13972026-01-05T04:08:28.106Ztest logging::test::test_config_bad_log_mode ... ok
13982026-01-05T04:08:28.106Ztest logging::test::test_config_bad_file_no_level ... ok
13992026-01-05T04:08:28.106Ztest logging::test::test_config_bad_terminal_no_level ... ok
14002026-01-05T04:08:28.106Ztest pagination::test::test_pagination_schema ... ok
14012026-01-05T04:08:28.106Ztest pagination::test::test_results_page ... ok
14022026-01-05T04:08:28.106Ztest router::test::test_bad_path_segment1 - should panic ... ok
14032026-01-05T04:08:28.106Ztest router::test::test_bad_path_segment2 - should panic ... ok
14042026-01-05T04:08:28.107Ztest pagination::test::test_page_token_serialization ... ok
14052026-01-05T04:08:28.107Ztest router::test::test_bad_path_segment3 - should panic ... ok
14062026-01-05T04:08:28.107Znote: configured to log to "/tmp/dropshot-1b7097848effe934.2132.file_dir/log.out"
14072026-01-05T04:08:28.107Ztest pagination::test::test_pagparams_parsing ... ok
14082026-01-05T04:08:28.107Ztest router::test::test_bad_path_segment4 - should panic ... ok
14092026-01-05T04:08:28.107Ztest router::test::test_bogus_regex - should panic ... ok
14102026-01-05T04:08:28.107Ztest router::test::test_duplicate_route1 - should panic ... ok
14112026-01-05T04:08:28.107Ztest api_description::test::test_tags_set ... ok
14122026-01-05T04:08:28.107Ztest logging::test::test_config_stderr_terminal ... ok
14132026-01-05T04:08:28.107Ztest router::test::test_duplicate_route3 - should panic ... ok
14142026-01-05T04:08:28.107Ztest router::test::test_duplicate_route2 - should panic ... ok
14152026-01-05T04:08:28.107Ztest router::test::test_duplicate_varname - should panic ... ok
14162026-01-05T04:08:28.107Ztest router::test::test_embedded_non_variable ... ok
14172026-01-05T04:08:28.107Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14182026-01-05T04:08:28.107Ztest router::test::test_empty_variable ... ok
14192026-01-05T04:08:28.107Ztest router::test::test_inconsistent_varname - should panic ... ok
14202026-01-05T04:08:28.107Ztest router::test::test_iter ... ok
14212026-01-05T04:08:28.107Ztest router::test::test_iter_null ... ok
14222026-01-05T04:08:28.107Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14232026-01-05T04:08:28.107Ztest router::test::test_literal_after_regex - should panic ... ok
14242026-01-05T04:08:28.107Ztest router::test::test_iter2 ... ok
14252026-01-05T04:08:28.107Ztest router::test::test_literal_after_variable - should panic ... ok
14262026-01-05T04:08:28.107Ztest router::test::test_map_bad_seq ... ok
14272026-01-05T04:08:28.107Ztest router::test::test_map ... ok
14282026-01-05T04:08:28.107Ztest router::test::test_error_cases ... ok
14292026-01-05T04:08:28.107Znote: configured to log to "/tmp/dropshot-1b7097848effe934.2132.file_dir/log.out"
14302026-01-05T04:08:28.107Ztest router::test::test_map_bad_value ... ok
14312026-01-05T04:08:28.107Ztest router::test::test_path_segment ... ok
14322026-01-05T04:08:28.107Ztest router::test::test_more_after_regex - should panic ... ok
14332026-01-05T04:08:28.107Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14342026-01-05T04:08:28.107Ztest router::test::test_router_versioned ... ok
14352026-01-05T04:08:28.107Ztest router::test::test_segments ... ok
14362026-01-05T04:08:28.107Ztest router::test::test_router_basic ... ok
14372026-01-05T04:08:28.107Ztest router::test::test_variable_name_empty - should panic ... ok
14382026-01-05T04:08:28.107Ztest router::test::test_variable_after_literal - should panic ... ok
14392026-01-05T04:08:28.107Ztest router::test::test_variable_rename ... ok
14402026-01-05T04:08:28.107Ztest router::test::test_variables_glob ... ok
14412026-01-05T04:08:28.107Ztest router::test::test_variable_name_bad_start - should panic ... ok
14422026-01-05T04:08:28.107Ztest schema_util::test::test_empty_struct ... ok
14432026-01-05T04:08:28.108Znote: configured to log to "/tmp/dropshot-1b7097848effe934.2132.file_dir/log.out"
14442026-01-05T04:08:28.108Ztest router::test::test_variables_multi ... ok
14452026-01-05T04:08:28.108Ztest router::test::test_variable_name_bad_end - should panic ... ok
14462026-01-05T04:08:28.108Ztest schema_util::test::test_additional_properties ... ok
14472026-01-05T04:08:28.108Ztest schema_util::test::test_embedded_schema ... ok
14482026-01-05T04:08:28.132Ztest schema_util::test::test_nullable ... ok
14492026-01-05T04:08:28.132Ztest router::test::test_variables_basic ... ok
14502026-01-05T04:08:28.132Ztest schema_util::test::test_two_types - should panic ... ok
14512026-01-05T04:08:28.133Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14522026-01-05T04:08:28.133Ztest logging::test::test_config_file ... ok
14532026-01-05T04:08:28.133Ztest schema_util::test::test_extension_conversion ... ok
14542026-01-05T04:08:28.133Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14552026-01-05T04:08:28.133Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14562026-01-05T04:08:28.133Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14572026-01-05T04:08:28.133Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14582026-01-05T04:08:28.133Ztest test_util::test::test_bunyan_easy_cases ... ok
14592026-01-05T04:08:28.133Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14602026-01-05T04:08:28.133Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14612026-01-05T04:08:28.133Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14622026-01-05T04:08:28.133Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14632026-01-05T04:08:28.133Ztest to_map::test::test_to_map_enum ... ok
14642026-01-05T04:08:28.133Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14652026-01-05T04:08:28.133Ztest to_map::test::test_to_map_num ... ok
14662026-01-05T04:08:28.133Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14672026-01-05T04:08:28.133Ztest to_map::test::test_struct_with_options ... ok
14682026-01-05T04:08:28.133Ztest to_map::test::test_to_map_seq ... ok
14692026-01-05T04:08:28.133Ztest to_map::test::test_to_map_vec ... ok
14702026-01-05T04:08:28.133Ztest to_map::test::test_to_map_valid ... ok
14712026-01-05T04:08:28.133Ztest server::test::test_drop_server_without_close_okay ... ok
14722026-01-05T04:08:28.133Ztest type_util::tests::test_commented_ref ... ok
14732026-01-05T04:08:28.133Ztest type_util::tests::test_recursive_type - should panic ... ok
14742026-01-05T04:08:28.133Ztest type_util::tests::test_reflexive_type - should panic ... ok
14752026-01-05T04:08:28.133Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14762026-01-05T04:08:28.133Ztest server::test::test_server_run_then_close ... ok
14772026-01-05T04:08:28.133Ztest server::test::test_http_acceptor_happy_path ... ok
14782026-01-05T04:08:28.133Z
14792026-01-05T04:08:28.133Ztest result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
14802026-01-05T04:08:28.133Z
14812026-01-05T04:08:28.133Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-218d1ca558ae9d3d`
14822026-01-05T04:08:28.133Z
14832026-01-05T04:08:28.133Zrunning 1 test
14842026-01-05T04:08:28.730Z Compiling proc-macro2 v1.0.103
14852026-01-05T04:08:28.730Z Compiling quote v1.0.42
14862026-01-05T04:08:28.730Z Compiling unicode-ident v1.0.12
14872026-01-05T04:08:28.730Z Compiling libc v0.2.178
14882026-01-05T04:08:28.755Z Checking cfg-if v1.0.0
14892026-01-05T04:08:28.755Z Compiling serde_core v1.0.228
14902026-01-05T04:08:28.755Z Checking itoa v1.0.1
14912026-01-05T04:08:28.755Z Checking pin-project-lite v0.2.12
14922026-01-05T04:08:28.883Z Compiling shlex v1.3.0
14932026-01-05T04:08:28.909Z Compiling autocfg v1.1.0
14942026-01-05T04:08:28.958Z Checking memchr v2.6.0
14952026-01-05T04:08:28.983Z Compiling version_check v0.9.5
14962026-01-05T04:08:29.262Z Compiling cc v1.2.16
14972026-01-05T04:08:29.411Z Checking once_cell v1.20.1
14982026-01-05T04:08:29.679Z Checking smallvec v1.13.2
14992026-01-05T04:08:29.719Z Checking bytes v1.11.0
15002026-01-05T04:08:29.743Z Checking futures-core v0.3.31
15012026-01-05T04:08:29.768Z Compiling log v0.4.17
15022026-01-05T04:08:29.920Z Compiling parking_lot_core v0.9.4
15032026-01-05T04:08:30.032Z Compiling ryu v1.0.5
15042026-01-05T04:08:30.416Z Compiling thiserror v2.0.17
15052026-01-05T04:08:30.459Z Checking scopeguard v1.2.0
15062026-01-05T04:08:30.582Z Compiling slab v0.4.9
15072026-01-05T04:08:30.624Z Checking lock_api v0.4.6
15082026-01-05T04:08:30.660Z Checking futures-sink v0.3.31
15092026-01-05T04:08:30.985Z Checking signal-hook-registry v1.4.0
15102026-01-05T04:08:31.142Z Checking mio v1.0.3
15112026-01-05T04:08:31.166Z Checking socket2 v0.6.0
15122026-01-05T04:08:31.192Z Compiling syn v2.0.113
15132026-01-05T04:08:31.254Z Checking parking_lot v0.12.1
15142026-01-05T04:08:31.417Z Checking getrandom v0.2.11
15152026-01-05T04:08:31.469Z Compiling serde_json v1.0.145
15162026-01-05T04:08:31.598Z Compiling serde v1.0.228
15172026-01-05T04:08:31.660Z Checking futures-channel v0.3.31
15182026-01-05T04:08:31.718Z Checking http v1.4.0
15192026-01-05T04:08:31.876Z Checking zeroize v1.7.0
15202026-01-05T04:08:31.913Z Checking pin-utils v0.1.0
15212026-01-05T04:08:32.135Z Checking rustls-pki-types v1.13.2
15222026-01-05T04:08:32.342Z Checking futures-io v0.3.31
15232026-01-05T04:08:32.372Z Checking stable_deref_trait v1.2.0
15242026-01-05T04:08:32.493Z Checking futures-task v0.3.31
15252026-01-05T04:08:32.537Z Compiling httparse v1.10.0
15262026-01-05T04:08:32.712Z Compiling ring v0.17.13
15272026-01-05T04:08:32.817Z Compiling ucd-trie v0.1.6
15282026-01-05T04:08:32.993Z Compiling zerocopy v0.8.27
15292026-01-05T04:08:33.401Z Checking tracing-core v0.1.32
15302026-01-05T04:08:33.439Z Checking bitflags v2.4.0
15312026-01-05T04:08:33.528Z Checking hashbrown v0.16.1
15322026-01-05T04:08:33.582Z Checking untrusted v0.9.0
15332026-01-05T04:08:33.720Z Checking equivalent v1.0.0
15342026-01-05T04:08:33.808Z Checking http-body v1.0.1
15352026-01-05T04:08:33.862Z Checking percent-encoding v2.3.2
15362026-01-05T04:08:33.940Z Compiling rustversion v1.0.22
15372026-01-05T04:08:34.011Z Compiling typenum v1.14.0
15382026-01-05T04:08:34.057Z Checking tracing v0.1.40
15392026-01-05T04:08:34.104Z Checking writeable v0.5.5
15402026-01-05T04:08:34.451Z Checking atomic-waker v1.1.2
15412026-01-05T04:08:34.560Z Checking indexmap v2.12.1
15422026-01-05T04:08:34.608Z Compiling pkg-config v0.3.31
15432026-01-05T04:08:34.698Z Checking litemap v0.7.4
15442026-01-05T04:08:35.041Z Compiling vcpkg v0.2.15
15452026-01-05T04:08:35.209Z Compiling generic-array v0.14.5
15462026-01-05T04:08:35.575Z Checking fnv v1.0.7
15472026-01-05T04:08:35.711Z Compiling crossbeam-utils v0.8.15
15482026-01-05T04:08:35.796Z Checking try-lock v0.2.3
15492026-01-05T04:08:35.949Z Checking want v0.3.0
15502026-01-05T04:08:36.338Z Compiling unicase v2.6.0
15512026-01-05T04:08:36.565Z Compiling getrandom v0.3.1
15522026-01-05T04:08:36.702Z Compiling num-conv v0.1.0
15532026-01-05T04:08:36.944Z Compiling openssl-sys v0.9.107
15542026-01-05T04:08:36.991Z Checking powerfmt v0.2.0
15552026-01-05T04:08:37.031Z Checking icu_locid_transform_data v1.5.0
15562026-01-05T04:08:37.133Z Checking tower-layer v0.3.3
15572026-01-05T04:08:37.275Z Compiling time-core v0.1.2
15582026-01-05T04:08:37.399Z Checking tower-service v0.3.3
15592026-01-05T04:08:37.475Z Checking httpdate v1.0.1
15602026-01-05T04:08:37.500Z Checking base64 v0.22.1
15612026-01-05T04:08:37.532Z Checking subtle v2.5.0
15622026-01-05T04:08:37.724Z Compiling slog v2.8.2
15632026-01-05T04:08:37.826Z Compiling synstructure v0.13.1
15642026-01-05T04:08:38.008Z Compiling time-macros v0.2.18
15652026-01-05T04:08:38.033Z Checking deranged v0.3.11
15662026-01-05T04:08:38.672Z Checking rustls-webpki v0.102.8
15672026-01-05T04:08:38.891Z Checking icu_properties_data v1.5.0
15682026-01-05T04:08:39.137Z Checking num_threads v0.1.3
15692026-01-05T04:08:39.326Z Compiling num-traits v0.2.14
15702026-01-05T04:08:39.506Z Checking utf16_iter v1.0.5
15712026-01-05T04:08:39.531Z Checking openssl-probe v0.1.4
15722026-01-05T04:08:39.676Z Checking ipnet v2.10.0
15732026-01-05T04:08:39.723Z Checking write16 v1.0.0
15742026-01-05T04:08:39.866Z Compiling usdt-impl v0.6.0
15752026-01-05T04:08:39.892Z Checking foreign-types-shared v0.1.1
15762026-01-05T04:08:39.980Z Checking icu_normalizer_data v1.5.0
15772026-01-05T04:08:40.004Z Checking utf8_iter v1.0.4
15782026-01-05T04:08:40.089Z Compiling openssl v0.10.72
15792026-01-05T04:08:40.157Z Compiling thread-id v5.0.0
15802026-01-05T04:08:40.158Z Checking foreign-types v0.3.2
15812026-01-05T04:08:40.264Z Checking block-buffer v0.10.2
15822026-01-05T04:08:40.296Z Checking crypto-common v0.1.6
15832026-01-05T04:08:40.589Z Checking form_urlencoded v1.2.2
15842026-01-05T04:08:40.668Z Checking rand_core v0.6.3
15852026-01-05T04:08:40.698Z Checking errno v0.3.10
15862026-01-05T04:08:40.836Z Compiling rustix v1.0.2
15872026-01-05T04:08:40.861Z Checking time v0.3.36
15882026-01-05T04:08:40.886Z Compiling byteorder v1.4.3
15892026-01-05T04:08:40.910Z Checking mime v0.3.16
15902026-01-05T04:08:40.970Z Checking ppv-lite86 v0.2.15
15912026-01-05T04:08:41.375Z Compiling native-tls v0.2.12
15922026-01-05T04:08:41.500Z Compiling rustls v0.22.4
15932026-01-05T04:08:41.550Z Checking plain v0.2.3
15942026-01-05T04:08:41.575Z Compiling rustls v0.23.13
15952026-01-05T04:08:41.720Z Checking rand_chacha v0.3.1
15962026-01-05T04:08:41.871Z Checking digest v0.10.7
15972026-01-05T04:08:41.937Z Checking iana-time-zone v0.1.47
15982026-01-05T04:08:42.077Z Compiling rustix v0.38.44
15992026-01-05T04:08:42.101Z Checking pretty-hex v0.4.1
16002026-01-05T04:08:42.186Z Checking cpufeatures v0.2.2
16012026-01-05T04:08:42.210Z Compiling thiserror v1.0.69
16022026-01-05T04:08:42.284Z Checking sha1 v0.10.6
16032026-01-05T04:08:42.308Z Compiling mime_guess v2.0.5
16042026-01-05T04:08:42.553Z Checking rand v0.8.4
16052026-01-05T04:08:43.191Z Compiling serde_derive v1.0.228
16062026-01-05T04:08:43.246Z Compiling tokio-macros v2.6.0
16072026-01-05T04:08:43.539Z Compiling thiserror-impl v2.0.17
16082026-01-05T04:08:43.728Z Compiling zerofrom-derive v0.1.5
16092026-01-05T04:08:44.520Z Compiling yoke-derive v0.7.5
16102026-01-05T04:08:45.373Z Checking tokio v1.48.0
16112026-01-05T04:08:45.918Z Compiling futures-macro v0.3.31
16122026-01-05T04:08:46.672Z Compiling zerovec-derive v0.10.3
16132026-01-05T04:08:46.859Z Compiling displaydoc v0.2.5
16142026-01-05T04:08:47.387Z Compiling pest v2.8.1
16152026-01-05T04:08:47.747Z Checking zerofrom v0.1.5
16162026-01-05T04:08:47.834Z Compiling zerocopy-derive v0.8.27
16172026-01-05T04:08:47.966Z Checking yoke v0.7.5
16182026-01-05T04:08:48.026Z Checking futures-util v0.3.31
16192026-01-05T04:08:48.301Z Compiling icu_provider_macros v1.5.0
16202026-01-05T04:08:49.086Z Compiling scroll_derive v0.13.1
16212026-01-05T04:08:49.494Z Checking zerovec v0.10.4
16222026-01-05T04:08:49.693Z Compiling pest_meta v2.8.1
16232026-01-05T04:08:50.129Z Compiling openssl-macros v0.1.1
16242026-01-05T04:08:50.935Z Checking tinystr v0.7.6
16252026-01-05T04:08:51.138Z Compiling pest_generator v2.8.1
16262026-01-05T04:08:51.235Z Checking icu_collections v1.5.0
16272026-01-05T04:08:51.260Z Checking icu_locid v1.5.0
16282026-01-05T04:08:51.576Z Checking erased-serde v0.3.31
16292026-01-05T04:08:51.804Z Checking tokio-util v0.7.7
16302026-01-05T04:08:52.120Z Checking icu_provider v1.5.0
16312026-01-05T04:08:52.161Z Compiling serde_tokenstream v0.2.2
16322026-01-05T04:08:52.285Z Checking scroll v0.13.0
16332026-01-05T04:08:52.549Z Checking h2 v0.4.6
16342026-01-05T04:08:52.702Z Checking icu_locid_transform v1.5.0
16352026-01-05T04:08:52.729Z Checking goblin v0.10.1
16362026-01-05T04:08:53.678Z Checking icu_properties v1.5.1
16372026-01-05T04:08:54.005Z Compiling pest_derive v2.8.1
16382026-01-05T04:08:55.274Z Compiling dof v0.4.0
16392026-01-05T04:08:55.302Z Compiling dtrace-parser v0.3.0
16402026-01-05T04:08:55.773Z Checking chrono v0.4.42
16412026-01-05T04:08:55.797Z Compiling thiserror-impl v1.0.69
16422026-01-05T04:08:56.424Z Checking hyper v1.8.1
16432026-01-05T04:08:56.716Z Checking icu_normalizer v1.5.0
16442026-01-05T04:08:57.153Z Checking concurrent-queue v2.5.0
16452026-01-05T04:08:57.412Z Checking idna_adapter v1.2.0
16462026-01-05T04:08:57.459Z Compiling serde_derive_internals v0.29.0
16472026-01-05T04:08:57.524Z Checking http-body-util v0.1.3
16482026-01-05T04:08:57.616Z Checking idna v1.0.3
16492026-01-05T04:08:57.692Z Checking rustls-pemfile v2.2.0
16502026-01-05T04:08:57.949Z Checking sync_wrapper v1.0.1
16512026-01-05T04:08:57.974Z Compiling multer v3.1.0
16522026-01-05T04:08:58.057Z Checking thread_local v1.1.4
16532026-01-05T04:08:58.104Z Checking encoding_rs v0.8.32
16542026-01-05T04:08:58.129Z Checking winnow v0.7.13
16552026-01-05T04:08:58.295Z Checking hyper-util v0.1.19
16562026-01-05T04:08:58.348Z Compiling camino v1.2.2
16572026-01-05T04:08:58.372Z Compiling slog-async v2.8.0
16582026-01-05T04:08:58.921Z Checking match_cfg v0.1.0
16592026-01-05T04:08:58.946Z Compiling paste v1.0.15
16602026-01-05T04:08:59.007Z Checking fastrand v2.1.1
16612026-01-05T04:08:59.031Z Compiling schemars v0.8.22
16622026-01-05T04:08:59.333Z Checking parking v2.2.0
16632026-01-05T04:08:59.444Z Checking tempfile v3.23.0
16642026-01-05T04:08:59.521Z Checking event-listener v5.0.0
16652026-01-05T04:08:59.546Z Checking hostname v0.3.1
16662026-01-05T04:08:59.799Z Checking tower v0.5.2
16672026-01-05T04:08:59.823Z Checking url v2.5.4
16682026-01-05T04:08:59.904Z Compiling usdt-macro v0.6.0
16692026-01-05T04:08:59.929Z Compiling schemars_derive v0.8.22
16702026-01-05T04:08:59.954Z Compiling usdt-attr-macro v0.6.0
16712026-01-05T04:09:00.393Z Checking tokio-native-tls v0.3.1
16722026-01-05T04:09:00.527Z Checking slog-json v2.6.1
16732026-01-05T04:09:00.551Z Checking toml_parser v1.0.6+spec-1.1.0
16742026-01-05T04:09:00.551Z Checking futures-executor v0.3.31
16752026-01-05T04:09:00.575Z Checking tokio-rustls v0.25.0
16762026-01-05T04:09:00.654Z Checking tokio-rustls v0.26.0
16772026-01-05T04:09:00.780Z Checking serde_urlencoded v0.7.1
16782026-01-05T04:09:00.819Z Compiling async-stream-impl v0.3.6
16792026-01-05T04:09:01.013Z Checking uuid v1.19.0
16802026-01-05T04:09:01.182Z Checking crossbeam-channel v0.5.1
16812026-01-05T04:09:01.206Z Checking serde_spanned v1.0.4
16822026-01-05T04:09:01.403Z Checking toml_datetime v0.7.5+spec-1.1.0
16832026-01-05T04:09:01.561Z Checking webpki-roots v0.26.5
16842026-01-05T04:09:01.713Z Checking is-terminal v0.4.12
16852026-01-05T04:09:01.772Z Checking memmap2 v0.9.8
16862026-01-05T04:09:01.797Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
16872026-01-05T04:09:01.834Z Compiling semver v1.0.27
16882026-01-05T04:09:01.865Z Checking spin v0.9.8
16892026-01-05T04:09:01.903Z Checking term v1.1.0
16902026-01-05T04:09:02.050Z Checking unicode-width v0.1.9
16912026-01-05T04:09:02.074Z Compiling anyhow v1.0.100
16922026-01-05T04:09:02.187Z Checking unicode-segmentation v1.10.0
16932026-01-05T04:09:02.212Z Compiling heck v0.5.0
16942026-01-05T04:09:02.212Z Checking data-encoding v2.4.0
16952026-01-05T04:09:02.296Z Checking lazy_static v1.5.0
16962026-01-05T04:09:02.444Z Checking iri-string v0.7.8
16972026-01-05T04:09:02.489Z Checking take_mut v0.2.2
16982026-01-05T04:09:02.532Z Checking dyn-clone v1.0.4
16992026-01-05T04:09:02.641Z Checking utf-8 v0.7.6
17002026-01-05T04:09:02.668Z Checking toml_writer v1.0.6+spec-1.1.0
17012026-01-05T04:09:02.703Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17022026-01-05T04:09:02.791Z Checking newline-converter v0.3.0
17032026-01-05T04:09:02.898Z Checking tungstenite v0.24.0
17042026-01-05T04:09:02.978Z Checking async-stream v0.3.6
17052026-01-05T04:09:03.038Z Checking console v0.15.7
17062026-01-05T04:09:03.083Z Checking toml v0.9.10+spec-1.1.0
17072026-01-05T04:09:03.176Z Checking slog-term v2.9.2
17082026-01-05T04:09:03.200Z Checking atomicwrites v0.4.4
17092026-01-05T04:09:03.471Z Checking usdt v0.6.0
17102026-01-05T04:09:03.707Z Checking hyper-rustls v0.27.3
17112026-01-05T04:09:03.731Z Checking futures v0.3.31
17122026-01-05T04:09:03.840Z Checking slog-bunyan v2.5.0
17132026-01-05T04:09:04.007Z Checking hyper-tls v0.6.0
17142026-01-05T04:09:04.031Z Checking event-listener-strategy v0.5.4
17152026-01-05T04:09:04.300Z Checking rustls-native-certs v0.7.0
17162026-01-05T04:09:04.335Z Checking openapiv3 v2.2.0
17172026-01-05T04:09:04.396Z Compiling async-trait v0.1.89
17182026-01-05T04:09:04.471Z Checking yasna v0.5.2
17192026-01-05T04:09:04.614Z Checking pem v3.0.6
17202026-01-05T04:09:04.902Z Checking waitgroup v0.1.2
17212026-01-05T04:09:04.940Z Checking serde_path_to_error v0.1.20
17222026-01-05T04:09:04.992Z Checking tower-http v0.6.8
17232026-01-05T04:09:05.064Z Checking webpki-roots v1.0.0
17242026-01-05T04:09:05.277Z Checking hostname v0.4.2
17252026-01-05T04:09:05.302Z Checking simple-mermaid v0.2.0
17262026-01-05T04:09:05.431Z Checking http-range v0.1.4
17272026-01-05T04:09:05.479Z Checking debug-ignore v1.0.5
17282026-01-05T04:09:05.531Z Checking similar v2.2.1
17292026-01-05T04:09:05.555Z Checking reqwest v0.12.26
17302026-01-05T04:09:05.631Z Checking hyper-staticfile v0.10.1
17312026-01-05T04:09:05.656Z Checking rcgen v0.14.6
17322026-01-05T04:09:05.789Z Checking hyper-rustls v0.26.0
17332026-01-05T04:09:06.114Z Checking async-channel v2.5.0
17342026-01-05T04:09:06.138Z Checking tokio-tungstenite v0.24.0
17352026-01-05T04:09:06.177Z Checking expectorate v1.2.0
17362026-01-05T04:09:06.427Z Checking subprocess v0.2.9
17372026-01-05T04:09:06.452Z Checking buf-list v1.1.2
17382026-01-05T04:09:11.077Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17392026-01-05T04:09:11.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.02s
17402026-01-05T04:09:11.609Z
17412026-01-05T04:09:11.609Z
17422026-01-05T04:09:23.827Ztest tests/fail/bad_channel10.rs ... ok
17432026-01-05T04:09:23.827Ztest tests/fail/bad_channel11.rs ... ok
17442026-01-05T04:09:23.827Ztest tests/fail/bad_channel12.rs ... ok
17452026-01-05T04:09:23.827Ztest tests/fail/bad_channel13.rs ... ok
17462026-01-05T04:09:23.827Ztest tests/fail/bad_channel14.rs ... ok
17472026-01-05T04:09:23.896Ztest tests/fail/bad_channel15.rs ... ok
17482026-01-05T04:09:23.896Ztest tests/fail/bad_channel17.rs ... ok
17492026-01-05T04:09:23.896Ztest tests/fail/bad_channel18.rs ... ok
17502026-01-05T04:09:23.896Ztest tests/fail/bad_channel19.rs ... ok
17512026-01-05T04:09:23.896Ztest tests/fail/bad_channel1a.rs ... ok
17522026-01-05T04:09:23.896Ztest tests/fail/bad_channel1b.rs ... ok
17532026-01-05T04:09:23.896Ztest tests/fail/bad_channel2.rs ... ok
17542026-01-05T04:09:23.896Ztest tests/fail/bad_channel20.rs ... ok
17552026-01-05T04:09:23.896Ztest tests/fail/bad_channel21.rs ... ok
17562026-01-05T04:09:23.896Ztest tests/fail/bad_channel22.rs ... ok
17572026-01-05T04:09:23.896Ztest tests/fail/bad_channel23.rs ... ok
17582026-01-05T04:09:23.896Ztest tests/fail/bad_channel24.rs ... ok
17592026-01-05T04:09:23.896Ztest tests/fail/bad_channel25.rs ... ok
17602026-01-05T04:09:23.896Ztest tests/fail/bad_channel26.rs ... ok
17612026-01-05T04:09:23.896Ztest tests/fail/bad_channel27.rs ... ok
17622026-01-05T04:09:23.896Ztest tests/fail/bad_channel28.rs ... ok
17632026-01-05T04:09:23.896Ztest tests/fail/bad_channel3.rs ... ok
17642026-01-05T04:09:23.896Ztest tests/fail/bad_channel4.rs ... ok
17652026-01-05T04:09:23.897Ztest tests/fail/bad_channel5.rs ... ok
17662026-01-05T04:09:23.897Ztest tests/fail/bad_channel6.rs ... ok
17672026-01-05T04:09:23.897Ztest tests/fail/bad_channel8.rs ... ok
17682026-01-05T04:09:23.897Ztest tests/fail/bad_channel9.rs ... ok
17692026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint1.rs ... ok
17702026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint10.rs ... ok
17712026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint11.rs ... ok
17722026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint12.rs ... ok
17732026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint13.rs ... ok
17742026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint14.rs ... ok
17752026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint15.rs ... ok
17762026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint16.rs ... ok
17772026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint17.rs ... ok
17782026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint18.rs ... ok
17792026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint19.rs ... ok
17802026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint2.rs ... ok
17812026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint20.rs ... ok
17822026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint21.rs ... ok
17832026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint22.rs ... ok
17842026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint23.rs ... ok
17852026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint24.rs ... ok
17862026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint25.rs ... ok
17872026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint26.rs ... ok
17882026-01-05T04:09:23.897Ztest tests/fail/bad_endpoint27.rs ... ok
17892026-01-05T04:09:23.898Ztest tests/fail/bad_endpoint28.rs ... ok
17902026-01-05T04:09:23.898Ztest tests/fail/bad_endpoint3.rs ... ok
17912026-01-05T04:09:23.898Ztest tests/fail/bad_endpoint4.rs ... ok
17922026-01-05T04:09:23.898Ztest tests/fail/bad_endpoint5.rs ... ok
17932026-01-05T04:09:23.898Ztest tests/fail/bad_endpoint6.rs ... ok
17942026-01-05T04:09:23.898Ztest tests/fail/bad_endpoint7.rs ... ok
17952026-01-05T04:09:23.898Ztest tests/fail/bad_endpoint8.rs ... ok
17962026-01-05T04:09:23.898Ztest tests/fail/bad_endpoint9.rs ... ok
17972026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel10.rs ... ok
17982026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel11.rs ... ok
17992026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel12.rs ... ok
18002026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel13.rs ... ok
18012026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel14.rs ... ok
18022026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel15.rs ... ok
18032026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel17.rs ... ok
18042026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel18.rs ... ok
18052026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel19.rs ... ok
18062026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel1a.rs ... ok
18072026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel1b.rs ... ok
18082026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel2.rs ... ok
18092026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel20.rs ... ok
18102026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel21.rs ... ok
18112026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel22.rs ... ok
18122026-01-05T04:09:23.898Ztest tests/fail/bad_trait_channel23.rs ... ok
18132026-01-05T04:09:23.899Ztest tests/fail/bad_trait_channel24.rs ... ok
18142026-01-05T04:09:23.899Ztest tests/fail/bad_trait_channel25.rs ... ok
18152026-01-05T04:09:23.899Ztest tests/fail/bad_trait_channel26.rs ... ok
18162026-01-05T04:09:23.899Ztest tests/fail/bad_trait_channel28.rs ... ok
18172026-01-05T04:09:23.899Ztest tests/fail/bad_trait_channel3.rs ... ok
18182026-01-05T04:09:23.899Ztest tests/fail/bad_trait_channel4.rs ... ok
18192026-01-05T04:09:23.899Ztest tests/fail/bad_trait_channel5.rs ... ok
18202026-01-05T04:09:23.899Ztest tests/fail/bad_trait_channel6.rs ... ok
18212026-01-05T04:09:23.899Ztest tests/fail/bad_trait_channel8.rs ... ok
18222026-01-05T04:09:23.899Ztest tests/fail/bad_trait_channel9.rs ... ok
18232026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18242026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18252026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18262026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18272026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18282026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18292026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18302026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18312026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18322026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18332026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18342026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18352026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18362026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18372026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18382026-01-05T04:09:23.899Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18392026-01-05T04:09:23.900Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18402026-01-05T04:09:23.900Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18412026-01-05T04:09:23.900Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18422026-01-05T04:09:23.900Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18432026-01-05T04:09:23.900Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18442026-01-05T04:09:23.900Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18452026-01-05T04:09:23.900Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18462026-01-05T04:09:23.900Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18472026-01-05T04:09:23.925Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18482026-01-05T04:09:23.925Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18492026-01-05T04:09:23.925Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18502026-01-05T04:09:23.926Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18512026-01-05T04:09:23.926Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18522026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only1.rs ... ok
18532026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only10.rs ... ok
18542026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only11.rs ... ok
18552026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only12.rs ... ok
18562026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only13.rs ... ok
18572026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only14.rs ... ok
18582026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only15.rs ... ok
18592026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only16.rs ... ok
18602026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only17.rs ... ok
18612026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only18.rs ... ok
18622026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only19.rs ... ok
18632026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only2.rs ... ok
18642026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only20.rs ... ok
18652026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only21.rs ... ok
18662026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only22.rs ... ok
18672026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only3.rs ... ok
18682026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only4.rs ... ok
18692026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only5.rs ... ok
18702026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only6.rs ... ok
18712026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only7.rs ... ok
18722026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only8.rs ... ok
18732026-01-05T04:09:23.926Ztest tests/fail/bad_trait_only9.rs ... ok
18742026-01-05T04:09:23.926Ztest tests/fail/bad_version_backwards.rs ... ok
18752026-01-05T04:09:23.926Ztest tests/fail/unused_endpoint.rs ... ok
18762026-01-05T04:09:23.926Z
18772026-01-05T04:09:23.926Z
18782026-01-05T04:09:23.926Ztest fail ... ok
18792026-01-05T04:09:23.926Z
18802026-01-05T04:09:23.926Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 55.75s
18812026-01-05T04:09:23.926Z
18822026-01-05T04:09:23.927Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-5e6c896ded41211e`
18832026-01-05T04:09:23.927Z
18842026-01-05T04:09:23.927Zrunning 83 tests
18852026-01-05T04:09:23.927Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18862026-01-05T04:09:23.927Ztest config::test_config_bad_bind_address_garbage ... ok
18872026-01-05T04:09:23.927Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18882026-01-05T04:09:23.927Ztest config::test_config_bad_bind_address_port_too_small ... ok
18892026-01-05T04:09:23.927Ztest config::test_config_bad_bind_address_port_too_large ... ok
18902026-01-05T04:09:23.927Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18912026-01-05T04:09:23.927Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
18922026-01-05T04:09:23.927Ztest api_trait::test_api_trait_with_complex_tags ... ok
18932026-01-05T04:09:23.927Ztest config::test_config_deprecated_request_body_max_bytes ... ok
18942026-01-05T04:09:23.927Ztest config::test_valid_config_all_settings ... ok
18952026-01-05T04:09:23.927Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-config_bind_address_http.3008.2.log"
18962026-01-05T04:09:23.927Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-config_bind_address_https_buffer.3008.0.log"
18972026-01-05T04:09:23.927Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-config_handler_task_mode_detached.3008.5.log"
18982026-01-05T04:09:23.927Ztest config::test_valid_config_basic ... ok
18992026-01-05T04:09:23.927Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-config_handler_task_mode_cancel.3008.4.log"
19002026-01-05T04:09:23.927Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-config_bind_address_https.3008.3.log"
19012026-01-05T04:09:23.927Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_unversioned_servers_with_versioned_routes.3008.6.log"
19022026-01-05T04:09:23.927Ztest config::test_valid_config_empty ... ok
19032026-01-05T04:09:23.927Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19042026-01-05T04:09:23.927Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-api_trait_basic.3008.1.log"
19052026-01-05T04:09:23.927Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_enum_user_error.3008.8.log"
19062026-01-05T04:09:23.927Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_enum_extractor_error.3008.7.log"
19072026-01-05T04:09:23.927Ztest custom_errors::test_enum_user_error ... ok
19082026-01-05T04:09:23.927Ztest custom_errors::test_enum_extractor_error ... ok
19092026-01-05T04:09:23.927Ztest config::test_config_handler_task_mode_cancel ... ok
19102026-01-05T04:09:23.927Ztest config::test_config_handler_task_mode_detached ... ok
19112026-01-05T04:09:23.927Ztest custom_errors::test_trait_based_api ... ok
19122026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_struct_extractor_error.3008.9.log"
19132026-01-05T04:09:23.928Ztest api_trait::test_api_trait_basic ... ok
19142026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_trait_enum_user_error.3008.11.log"
19152026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_struct_user_error.3008.10.log"
19162026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_trait_struct_user_error.3008.12.log"
19172026-01-05T04:09:23.928Ztest custom_errors::test_trait_enum_user_error ... ok
19182026-01-05T04:09:23.928Ztest config::test_config_bind_address_http ... ok
19192026-01-05T04:09:23.928Ztest custom_errors::test_struct_user_error ... ok
19202026-01-05T04:09:23.928Ztest custom_errors::test_struct_extractor_error ... ok
19212026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_302_bogus.3008.13.log"
19222026-01-05T04:09:23.928Ztest custom_errors::test_trait_struct_user_error ... ok
19232026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_302_found.3008.14.log"
19242026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_delete_request.3008.16.log"
19252026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_303_see_other.3008.15.log"
19262026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_307_temporary_redirect.3008.17.log"
19272026-01-05T04:09:23.928Ztest demo::test_302_bogus ... ok
19282026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-demo1.3008.18.log"
19292026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-demo2json.3008.19.log"
19302026-01-05T04:09:23.928Ztest demo::test_303_see_other ... ok
19312026-01-05T04:09:23.928Ztest demo::test_302_found ... ok
19322026-01-05T04:09:23.928Ztest demo::test_delete_request ... ok
19332026-01-05T04:09:23.928Ztest demo::test_307_temporary_redirect ... ok
19342026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-demo2query.3008.20.log"
19352026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-demo3json.3008.21.log"
19362026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-demo2urlencoded.3008.22.log"
19372026-01-05T04:09:23.928Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-demo_path_param_string.3008.23.log"
19382026-01-05T04:09:23.928Ztest demo::test_demo1 ... ok
19392026-01-05T04:09:23.929Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-demo_path_param_u32.3008.24.log"
19402026-01-05T04:09:23.929Ztest demo::test_demo3json ... ok
19412026-01-05T04:09:23.929Ztest demo::test_demo2json ... ok
19422026-01-05T04:09:23.929Ztest demo::test_demo2query ... ok
19432026-01-05T04:09:23.929Ztest demo::test_demo2urlencoded ... ok
19442026-01-05T04:09:23.929Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-demo_path_param_uuid.3008.25.log"
19452026-01-05T04:09:23.929Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_head_request.3008.27.log"
19462026-01-05T04:09:23.929Ztest demo::test_demo_path_param_u32 ... ok
19472026-01-05T04:09:23.955Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-demo_websocket.3008.26.log"
19482026-01-05T04:09:23.955Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_header_request.3008.28.log"
19492026-01-05T04:09:23.955Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_large_typed_body.3008.29.log"
19502026-01-05T04:09:23.955Ztest demo::test_head_request ... ok
19512026-01-05T04:09:23.955Ztest demo::test_demo_path_param_uuid ... ok
19522026-01-05T04:09:23.956Ztest demo::test_demo_path_param_string ... ok
19532026-01-05T04:09:23.956Ztest demo::test_header_request ... ok
19542026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-tet_raw_request.3008.30.log"
19552026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_request_compat.3008.31.log"
19562026-01-05T04:09:23.956Ztest demo::test_demo_websocket ... ok
19572026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_request_remote_addr.3008.33.log"
19582026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_streaming_body.3008.32.log"
19592026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_untyped_body.3008.34.log"
19602026-01-05T04:09:23.956Ztest demo::test_raw_request ... ok
19612026-01-05T04:09:23.956Ztest demo::test_request_compat ... ok
19622026-01-05T04:09:23.956Ztest demo::test_large_typed_body ... ok
19632026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-multipart_client.3008.35.log"
19642026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-multipart_client.3008.37.log"
19652026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-graceful_shutdown_with_detached_handler.3008.36.log"
19662026-01-05T04:09:23.956Ztest demo::test_request_remote_addr ... ok
19672026-01-05T04:09:23.956Ztest multipart::missing_boundary ... ok
19682026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-multipart_client.3008.38.log"
19692026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-multipart_client.3008.39.log"
19702026-01-05T04:09:23.956Ztest multipart::no_content_type ... ok
19712026-01-05T04:09:23.956Ztest demo::test_streaming_body ... ok
19722026-01-05T04:09:23.956Ztest multipart::weird_content_type ... ok
19732026-01-05T04:09:23.956Ztest config::test_config_bind_address_https ... ok
19742026-01-05T04:09:23.956Ztest multipart::test_multipart_client ... ok
19752026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-pagination-basic.3008.40.log"
19762026-01-05T04:09:23.956Ztest demo::test_untyped_body ... ok
19772026-01-05T04:09:23.956Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-pagination-multiple-resources.3008.41.log"
19782026-01-05T04:09:23.957Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19792026-01-05T04:09:23.957Ztest openapi::test_openapi_custom_error_types ... ok
19802026-01-05T04:09:23.957Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-pagination-multiple-sorts.3008.42.log"
19812026-01-05T04:09:23.957Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-basic.3008.43.log"
19822026-01-05T04:09:23.957Ztest openapi::test_openapi_fuller ... ok
19832026-01-05T04:09:23.957Ztest openapi::test_openapi ... ok
19842026-01-05T04:09:23.957Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-empty.3008.44.log"
19852026-01-05T04:09:23.957Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-dictionary.3008.45.log"
19862026-01-05T04:09:23.957Ztest pagination::test_paginate_empty ... ok
19872026-01-05T04:09:23.957Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-errors.3008.46.log"
19882026-01-05T04:09:23.957Ztest pagination::test_paginate_errors ... ok
19892026-01-05T04:09:23.957Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-extra_params.3008.47.log"
19902026-01-05T04:09:23.982Ztest pagination::test_paginate_extra_params ... ok
19912026-01-05T04:09:23.982Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-required_params.3008.48.log"
19922026-01-05T04:09:23.983Ztest pagination::test_paginate_with_required_params ... ok
19932026-01-05T04:09:23.983Ztest pagination_schema::test_pagination_schema ... ok
19942026-01-05T04:09:23.983Ztest path_names::test_path_names ... ok
19952026-01-05T04:09:23.983Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_no_tls.3008.49.log"
19962026-01-05T04:09:23.983Ztest starter::test_no_tls ... ok
19972026-01-05T04:09:23.983Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_with_tls.3008.50.log"
19982026-01-05T04:09:24.008Ztest pagination::test_paginate_basic ... ok
19992026-01-05T04:09:24.008Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-non_streaming_servers_do_not_use_transfer_encoding.3008.51.log"
20002026-01-05T04:09:24.008Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20012026-01-05T04:09:24.008Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-streaming_server_buffered_client.3008.52.log"
20022026-01-05T04:09:24.033Ztest streaming::test_streaming_server_buffered_client ... ok
20032026-01-05T04:09:24.033Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-streaming_server_streaming_client.3008.53.log"
20042026-01-05T04:09:24.061Ztest streaming::test_streaming_server_streaming_client ... ok
20052026-01-05T04:09:24.086Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_server_is_http.3008.54.log"
20062026-01-05T04:09:24.086Ztest tls::test_server_is_http ... ok
20072026-01-05T04:09:24.086Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_server_is_https.3008.55.log"
20082026-01-05T04:09:24.298Ztest starter::test_with_tls ... ok
20092026-01-05T04:09:24.322Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_tls_aborted_negotiation.3008.56.log"
20102026-01-05T04:09:24.384Ztest tls::test_server_is_https ... ok
20112026-01-05T04:09:24.408Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_tls_certificate_loading.3008.57.log"
20122026-01-05T04:09:24.716Ztest tls::test_tls_certificate_loading ... ok
20132026-01-05T04:09:24.741Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_tls_only.3008.58.log"
20142026-01-05T04:09:24.913Ztest tls::test_tls_aborted_negotiation ... ok
20152026-01-05T04:09:24.938Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_tls_refresh_certificates.3008.59.log"
20162026-01-05T04:09:24.971Ztest tls::test_tls_refresh_certificates ... ok
20172026-01-05T04:09:24.996Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_versions.3008.60.log"
20182026-01-05T04:09:25.029Ztest versions::test_versions ... ok
20192026-01-05T04:09:25.029Ztest tls::test_tls_only ... ok
20202026-01-05T04:09:25.053Znote: configured to log to "/tmp/integration_tests-5e6c896ded41211e-test_versions_on_missing.3008.61.log"
20212026-01-05T04:09:25.054Ztest versions::test_versions_openapi ... ok
20222026-01-05T04:09:25.054Ztest versions::test_versions_openapi_same_names ... ok
20232026-01-05T04:09:25.078Ztest config::test_config_bind_address_https_buffer ... ok
20242026-01-05T04:09:25.078Ztest versions::test_versions_on_missing ... ok
20252026-01-05T04:09:25.193Ztest pagination::test_example_basic ... ok
20262026-01-05T04:09:25.411Ztest pagination::test_paginate_dictionary ... ok
20272026-01-05T04:09:25.900Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20282026-01-05T04:09:28.646Ztest pagination::test_example_multiple_sorts ... ok
20292026-01-05T04:09:29.198Ztest pagination::test_example_multiple_resources ... ok
20302026-01-05T04:09:29.198Z
20312026-01-05T04:09:29.198Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.34s
20322026-01-05T04:09:29.198Z
20332026-01-05T04:09:29.223Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-ce9d1379859b4925`
20342026-01-05T04:09:29.223Z
20352026-01-05T04:09:29.223Zrunning 35 tests
20362026-01-05T04:09:29.247Ztest channel::tests::test_channel_with_versions ... ok
20372026-01-05T04:09:29.247Ztest channel::tests::test_channel_with_unnamed_params ... ok
20382026-01-05T04:09:29.247Ztest channel::tests::test_channel_operation_id ... ok
20392026-01-05T04:09:29.247Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20402026-01-05T04:09:29.247Ztest doc::tests::test_extract_summary_description ... ok
20412026-01-05T04:09:29.247Ztest endpoint::tests::test_endpoint_bad_string ... ok
20422026-01-05T04:09:29.247Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20432026-01-05T04:09:29.247Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20442026-01-05T04:09:29.247Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20452026-01-05T04:09:29.247Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20462026-01-05T04:09:29.247Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20472026-01-05T04:09:29.247Ztest channel::tests::test_channel_with_custom_params ... ok
20482026-01-05T04:09:29.247Ztest endpoint::tests::test_endpoint_not_async ... ok
20492026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_basic ... ok
20502026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_content_type ... ok
20512026-01-05T04:09:29.248Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20522026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20532026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20542026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20552026-01-05T04:09:29.248Ztest api_trait::tests::test_api_trait_basic ... ok
20562026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20572026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_with_doc ... ok
20582026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20592026-01-05T04:09:29.248Ztest api_trait::tests::test_api_trait_operation_id ... ok
20602026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_with_query ... ok
20612026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_with_tags ... ok
20622026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20632026-01-05T04:09:29.248Ztest params::tests::test_extract_rqctx_ty_param ... ok
20642026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20652026-01-05T04:09:29.248Ztest syn_parsing::tests::test_busted_function ... ok
20662026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20672026-01-05T04:09:29.248Ztest endpoint::tests::test_operation_id ... ok
20682026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20692026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20702026-01-05T04:09:29.248Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20712026-01-05T04:09:29.248Z
20722026-01-05T04:09:29.248Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
20732026-01-05T04:09:29.248Z
20742026-01-05T04:09:29.273Z Doc-tests dropshot
20752026-01-05T04:09:29.273Z Running `/home/build/.rustup/toolchains/1.92.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-8fb92ae8b3c90b1a/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-3e26d04947c4407a.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-837308203914df88.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-037a8e8fa9467c4c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-5aa24606a98260e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-18af7d7230f35e32.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-7fb042c545b576ac.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5ecd5f1916a6d7e9.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-dc5ca4366626eaf3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-2e184230c2558327.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-34c12ee4f1a8d6c8.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f77bc3db0d71c9ef.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-25ac731f505db3d0.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-14abb8393ba8e0e8.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5579e0ee54ab76d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8b4257c9779d33a4.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ed9a5b50ef325b97.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9be7bc304d60cb78.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-3a4d33fe81839758.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-a2f952895e96df8d.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-629fb50711d15006.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-0d772384b133709a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f939d226db78f2f9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-a63e97079b2e8b1d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-9adea2ec8d642779.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-f8949928e40a0b6f.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4d4d731d09aff3d0.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4229da1c61df7150.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-dfdacbd5bb51e603.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-601d3d7fbd6983bd.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a56d4c653a00f37e.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-a974375e3b398b8e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-97418f64fed75256.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-d3531995e5d6c0a4.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-3dfebfb65e0cdf4a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-0c39cf5fcd2c729c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6405fb9b46dbb3c1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-14ccd81d18a609dd.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-81773585108b21f2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fe7a50e1c3024801.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-52f64466199c21f4.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-aa7de3d333f1855b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-7bcc0f1f2b9105cc.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5ca237a0d8b96918.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-9f77e80156b978f3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-64baeef27475e791.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-c3499fb728f312f4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a8362897bbfea832.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-529bce8b8b53b5fd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f72eb48d24b06cb4.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-801257d54e435874.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-4c5584b66492d0d7.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-2c1649e511400491.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1fa7cf465c15763c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-29f662bda2b48f46.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-554f8eaa534f1de8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-ee42140bcd2bb238.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7d93291a3d2e9f6c.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b0f6181e20a2e231.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-2742fa71b343d6b3.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
20762026-01-05T04:09:29.938Z
20772026-01-05T04:09:29.938Zrunning 23 tests
20782026-01-05T04:09:31.989Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20792026-01-05T04:09:31.990Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20802026-01-05T04:09:31.990Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20812026-01-05T04:09:32.014Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20822026-01-05T04:09:37.180Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
20832026-01-05T04:09:37.180Ztest dropshot/src/lib.rs - (line 334) ... ignored
20842026-01-05T04:09:37.400Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20852026-01-05T04:09:37.506Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 374) ... ok
20862026-01-05T04:09:37.530Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 349) ... ok
20872026-01-05T04:09:37.652Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20882026-01-05T04:09:37.910Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20892026-01-05T04:09:37.973Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
20902026-01-05T04:09:37.973Ztest dropshot/src/lib.rs - channel (line 1181) ... ignored
20912026-01-05T04:09:37.973Ztest dropshot/src/lib.rs - endpoint (line 1226) ... ignored
20922026-01-05T04:09:39.178Ztest dropshot/src/lib.rs - (line 398) ... ok
20932026-01-05T04:09:39.637Ztest dropshot/src/lib.rs - (line 661) ... ok
20942026-01-05T04:09:39.691Ztest dropshot/src/lib.rs - api_description (line 1046) ... ok
20952026-01-05T04:09:39.799Ztest dropshot/src/lib.rs - api_description (line 1107) ... ok
20962026-01-05T04:09:40.069Ztest dropshot/src/lib.rs - (line 189) ... ok
20972026-01-05T04:09:40.107Ztest dropshot/src/lib.rs - (line 110) ... ok
20982026-01-05T04:09:40.995Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
20992026-01-05T04:09:44.286Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
21002026-01-05T04:09:45.783Ztest dropshot/src/lib.rs - (line 497) ... ok
21012026-01-05T04:09:45.783Z
21022026-01-05T04:09:45.783Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 15.84s
21032026-01-05T04:09:45.783Z
21042026-01-05T04:09:45.824Z Doc-tests dropshot_endpoint
21052026-01-05T04:09:45.824Z Running `/home/build/.rustup/toolchains/1.92.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-8fb92ae8b3c90b1a/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-79e89c02ed935f3d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5e79b6fa57659a12.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-86e41ea74570e15a.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-61f4b936afcf0f93.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-88aa7f8edcd7aceb.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3259760ff84cb870.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-a3d4013aebbbea41.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2794751f9e57cbac.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-384610f51b3d8563.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e00ef1fb5ee82f71.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-563dad6a048e3baf.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21062026-01-05T04:09:46.115Z
21072026-01-05T04:09:46.115Zrunning 0 tests
21082026-01-05T04:09:46.115Z
21092026-01-05T04:09:46.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21102026-01-05T04:09:46.115Z
21112026-01-05T04:09:46.165Z
21122026-01-05T04:09:46.165Zreal 2:54.813036431
21132026-01-05T04:09:46.165Zuser 13:49.304087743
21142026-01-05T04:09:46.165Zsys 2:38.300055522
21152026-01-05T04:09:46.165Ztrap 0.595873178
21162026-01-05T04:09:46.165Ztflt 0.201859725
21172026-01-05T04:09:46.165Zdflt 0.149947204
21182026-01-05T04:09:46.165Zkflt 0.000201520
21192026-01-05T04:09:46.165Zlock 43:59.003552697
21202026-01-05T04:09:46.165Zslp 1:10:48.865390550
21212026-01-05T04:09:46.165Zlat 54.098436604
21222026-01-05T04:09:46.165Zstop 1:06.684402320
21232026-01-05T04:09:46.190Z+ banner docs
21242026-01-05T04:09:46.190Z
21252026-01-05T04:09:46.190Z ##### #### #### ####
21262026-01-05T04:09:46.190Z # # # # # # #
21272026-01-05T04:09:46.190Z # # # # # ####
21282026-01-05T04:09:46.190Z # # # # # #
21292026-01-05T04:09:46.190Z # # # # # # # #
21302026-01-05T04:09:46.190Z ##### #### #### ####
21312026-01-05T04:09:46.190Z
21322026-01-05T04:09:46.190Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21332026-01-05T04:09:46.664Z Compiling proc-macro2 v1.0.103
21342026-01-05T04:09:46.664Z Compiling unicode-ident v1.0.12
21352026-01-05T04:09:46.688Z Checking cfg-if v1.0.0
21362026-01-05T04:09:46.688Z Checking itoa v1.0.1
21372026-01-05T04:09:46.688Z Checking pin-project-lite v0.2.12
21382026-01-05T04:09:46.688Z Compiling quote v1.0.42
21392026-01-05T04:09:46.689Z Checking libc v0.2.178
21402026-01-05T04:09:46.713Z Checking serde_core v1.0.228
21412026-01-05T04:09:46.778Z Checking once_cell v1.20.1
21422026-01-05T04:09:46.802Z Checking smallvec v1.13.2
21432026-01-05T04:09:46.827Z Checking bytes v1.11.0
21442026-01-05T04:09:46.893Z Checking futures-core v0.3.31
21452026-01-05T04:09:46.917Z Checking memchr v2.6.0
21462026-01-05T04:09:47.076Z Checking scopeguard v1.2.0
21472026-01-05T04:09:47.100Z Checking futures-sink v0.3.31
21482026-01-05T04:09:47.147Z Checking slab v0.4.9
21492026-01-05T04:09:47.235Z Checking lock_api v0.4.6
21502026-01-05T04:09:47.266Z Checking futures-channel v0.3.31
21512026-01-05T04:09:47.406Z Checking log v0.4.17
21522026-01-05T04:09:47.592Z Checking zeroize v1.7.0
21532026-01-05T04:09:47.620Z Checking pin-utils v0.1.0
21542026-01-05T04:09:47.676Z Checking futures-io v0.3.31
21552026-01-05T04:09:47.735Z Checking futures-task v0.3.31
21562026-01-05T04:09:47.760Z Checking http v1.4.0
21572026-01-05T04:09:47.760Z Checking stable_deref_trait v1.2.0
21582026-01-05T04:09:47.825Z Checking parking_lot_core v0.9.4
21592026-01-05T04:09:47.863Z Checking socket2 v0.6.0
21602026-01-05T04:09:47.887Z Checking getrandom v0.2.11
21612026-01-05T04:09:47.912Z Checking signal-hook-registry v1.4.0
21622026-01-05T04:09:48.148Z Checking mio v1.0.3
21632026-01-05T04:09:48.172Z Checking rustls-pki-types v1.13.2
21642026-01-05T04:09:48.197Z Checking parking_lot v0.12.1
21652026-01-05T04:09:48.353Z Checking httparse v1.10.0
21662026-01-05T04:09:48.418Z Compiling syn v2.0.113
21672026-01-05T04:09:48.542Z Checking tracing-core v0.1.32
21682026-01-05T04:09:48.566Z Checking hashbrown v0.16.1
21692026-01-05T04:09:48.727Z Checking equivalent v1.0.0
21702026-01-05T04:09:48.752Z Checking untrusted v0.9.0
21712026-01-05T04:09:48.752Z Checking bitflags v2.4.0
21722026-01-05T04:09:48.860Z Checking percent-encoding v2.3.2
21732026-01-05T04:09:48.912Z Checking ring v0.17.13
21742026-01-05T04:09:48.994Z Checking http-body v1.0.1
21752026-01-05T04:09:49.018Z Checking atomic-waker v1.1.2
21762026-01-05T04:09:49.084Z Checking ryu v1.0.5
21772026-01-05T04:09:49.172Z Checking writeable v0.5.5
21782026-01-05T04:09:49.197Z Checking tracing v0.1.40
21792026-01-05T04:09:49.221Z Checking fnv v1.0.7
21802026-01-05T04:09:49.317Z Checking litemap v0.7.4
21812026-01-05T04:09:49.355Z Checking try-lock v0.2.3
21822026-01-05T04:09:49.488Z Checking typenum v1.14.0
21832026-01-05T04:09:49.512Z Checking tower-layer v0.3.3
21842026-01-05T04:09:49.512Z Checking want v0.3.0
21852026-01-05T04:09:49.550Z Compiling num-conv v0.1.0
21862026-01-05T04:09:49.651Z Checking base64 v0.22.1
21872026-01-05T04:09:49.709Z Checking powerfmt v0.2.0
21882026-01-05T04:09:49.757Z Checking subtle v2.5.0
21892026-01-05T04:09:49.825Z Checking httpdate v1.0.1
21902026-01-05T04:09:49.979Z Checking tower-service v0.3.3
21912026-01-05T04:09:50.003Z Compiling time-core v0.1.2
21922026-01-05T04:09:50.062Z Checking deranged v0.3.11
21932026-01-05T04:09:50.099Z Checking crossbeam-utils v0.8.15
21942026-01-05T04:09:50.124Z Checking icu_locid_transform_data v1.5.0
21952026-01-05T04:09:50.184Z Compiling time-macros v0.2.18
21962026-01-05T04:09:50.258Z Checking indexmap v2.12.1
21972026-01-05T04:09:50.391Z Checking serde_json v1.0.145
21982026-01-05T04:09:50.451Z Checking generic-array v0.14.5
21992026-01-05T04:09:50.635Z Checking num_threads v0.1.3
22002026-01-05T04:09:50.974Z Checking rustls-webpki v0.102.8
22012026-01-05T04:09:50.999Z Checking getrandom v0.3.1
22022026-01-05T04:09:51.189Z Checking ipnet v2.10.0
22032026-01-05T04:09:51.255Z Checking icu_properties_data v1.5.0
22042026-01-05T04:09:51.435Z Checking form_urlencoded v1.2.2
22052026-01-05T04:09:51.466Z Checking block-buffer v0.10.2
22062026-01-05T04:09:51.490Z Checking crypto-common v0.1.6
22072026-01-05T04:09:51.638Z Checking icu_normalizer_data v1.5.0
22082026-01-05T04:09:51.662Z Checking foreign-types-shared v0.1.1
22092026-01-05T04:09:51.663Z Checking utf16_iter v1.0.5
22102026-01-05T04:09:51.687Z Checking write16 v1.0.0
22112026-01-05T04:09:51.712Z Checking openssl-probe v0.1.4
22122026-01-05T04:09:51.737Z Checking mime v0.3.16
22132026-01-05T04:09:51.761Z Checking utf8_iter v1.0.4
22142026-01-05T04:09:51.786Z Checking foreign-types v0.3.2
22152026-01-05T04:09:51.810Z Checking digest v0.10.7
22162026-01-05T04:09:51.835Z Checking num-traits v0.2.14
22172026-01-05T04:09:51.862Z Checking openssl-sys v0.9.107
22182026-01-05T04:09:51.888Z Checking rand_core v0.6.3
22192026-01-05T04:09:51.959Z Checking errno v0.3.10
22202026-01-05T04:09:52.034Z Checking winnow v0.7.13
22212026-01-05T04:09:52.125Z Checking cpufeatures v0.2.2
22222026-01-05T04:09:52.149Z Checking iana-time-zone v0.1.47
22232026-01-05T04:09:52.174Z Checking ppv-lite86 v0.2.15
22242026-01-05T04:09:52.229Z Checking sha1 v0.10.6
22252026-01-05T04:09:52.269Z Checking time v0.3.36
22262026-01-05T04:09:52.310Z Checking rustls v0.22.4
22272026-01-05T04:09:52.496Z Compiling unicase v2.6.0
22282026-01-05T04:09:52.788Z Checking rand_chacha v0.3.1
22292026-01-05T04:09:52.845Z Checking serde_spanned v1.0.4
22302026-01-05T04:09:52.899Z Checking toml_datetime v0.7.5+spec-1.1.0
22312026-01-05T04:09:52.963Z Checking http-body-util v0.1.3
22322026-01-05T04:09:53.050Z Checking rustls-pemfile v2.2.0
22332026-01-05T04:09:53.134Z Checking thread_local v1.1.4
22342026-01-05T04:09:53.271Z Checking encoding_rs v0.8.32
22352026-01-05T04:09:53.296Z Checking match_cfg v0.1.0
22362026-01-05T04:09:53.384Z Checking toml_writer v1.0.6+spec-1.1.0
22372026-01-05T04:09:53.408Z Checking hostname v0.3.1
22382026-01-05T04:09:53.445Z Checking rand v0.8.4
22392026-01-05T04:09:53.534Z Compiling mime_guess v2.0.5
22402026-01-05T04:09:53.714Z Checking rustix v1.0.2
22412026-01-05T04:09:53.810Z Checking rustls v0.23.13
22422026-01-05T04:09:54.402Z Checking uuid v1.19.0
22432026-01-05T04:09:54.426Z Checking crossbeam-channel v0.5.1
22442026-01-05T04:09:54.450Z Checking toml_parser v1.0.6+spec-1.1.0
22452026-01-05T04:09:54.928Z Compiling synstructure v0.13.1
22462026-01-05T04:09:55.048Z Compiling serde_derive_internals v0.29.0
22472026-01-05T04:09:55.072Z Checking toml v0.9.10+spec-1.1.0
22482026-01-05T04:09:55.072Z Checking concurrent-queue v2.5.0
22492026-01-05T04:09:55.072Z Checking is-terminal v0.4.12
22502026-01-05T04:09:55.201Z Checking sync_wrapper v1.0.1
22512026-01-05T04:09:55.286Z Compiling dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
22522026-01-05T04:09:55.352Z Compiling semver v1.0.27
22532026-01-05T04:09:55.377Z Checking take_mut v0.2.2
22542026-01-05T04:09:55.526Z Checking fastrand v2.1.1
22552026-01-05T04:09:55.631Z Checking spin v0.9.8
22562026-01-05T04:09:55.796Z Checking dyn-clone v1.0.4
22572026-01-05T04:09:55.821Z Checking term v1.1.0
22582026-01-05T04:09:55.881Z Checking parking v2.2.0
22592026-01-05T04:09:55.943Z Checking tempfile v3.23.0
22602026-01-05T04:09:56.054Z Checking event-listener v5.0.0
22612026-01-05T04:09:56.288Z Checking camino v1.2.2
22622026-01-05T04:09:56.312Z Checking rustix v0.38.44
22632026-01-05T04:09:56.337Z Checking serde_path_to_error v0.1.20
22642026-01-05T04:09:56.446Z Checking waitgroup v0.1.2
22652026-01-05T04:09:56.561Z Checking webpki-roots v0.26.5
22662026-01-05T04:09:56.592Z Checking hostname v0.4.2
22672026-01-05T04:09:56.616Z Checking utf-8 v0.7.6
22682026-01-05T04:09:56.736Z Checking unicode-width v0.1.9
22692026-01-05T04:09:56.761Z Checking lazy_static v1.5.0
22702026-01-05T04:09:56.803Z Checking iri-string v0.7.8
22712026-01-05T04:09:56.827Z Checking data-encoding v2.4.0
22722026-01-05T04:09:56.887Z Checking debug-ignore v1.0.5
22732026-01-05T04:09:56.912Z Checking byteorder v1.4.3
22742026-01-05T04:09:56.912Z Checking unicode-segmentation v1.10.0
22752026-01-05T04:09:57.037Z Checking console v0.15.7
22762026-01-05T04:09:57.278Z Checking event-listener-strategy v0.5.4
22772026-01-05T04:09:57.446Z Checking newline-converter v0.3.0
22782026-01-05T04:09:57.473Z Checking target-triple v1.0.0
22792026-01-05T04:09:57.521Z Checking yasna v0.5.2
22802026-01-05T04:09:57.585Z Checking rustls-native-certs v0.7.0
22812026-01-05T04:09:57.610Z Checking atomicwrites v0.4.4
22822026-01-05T04:09:57.634Z Checking pem v3.0.6
22832026-01-05T04:09:57.694Z Compiling serde_derive v1.0.228
22842026-01-05T04:09:57.768Z Compiling tokio-macros v2.6.0
22852026-01-05T04:09:57.792Z Compiling zerofrom-derive v0.1.5
22862026-01-05T04:09:57.841Z Compiling futures-macro v0.3.31
22872026-01-05T04:09:57.896Z Compiling yoke-derive v0.7.5
22882026-01-05T04:09:57.929Z Compiling zerovec-derive v0.10.3
22892026-01-05T04:09:58.286Z Compiling displaydoc v0.2.5
22902026-01-05T04:09:59.049Z Checking tokio v1.48.0
22912026-01-05T04:09:59.129Z Compiling icu_provider_macros v1.5.0
22922026-01-05T04:09:59.361Z Checking futures-util v0.3.31
22932026-01-05T04:09:59.609Z Compiling openssl-macros v0.1.1
22942026-01-05T04:09:59.883Z Compiling thiserror-impl v2.0.17
22952026-01-05T04:09:59.908Z Compiling thiserror-impl v1.0.69
22962026-01-05T04:10:00.127Z Compiling schemars_derive v0.8.22
22972026-01-05T04:10:00.204Z Checking zerofrom v0.1.5
22982026-01-05T04:10:00.343Z Checking openssl v0.10.72
22992026-01-05T04:10:00.407Z Checking yoke v0.7.5
23002026-01-05T04:10:00.720Z Checking zerovec v0.10.4
23012026-01-05T04:10:02.099Z Compiling async-stream-impl v0.3.6
23022026-01-05T04:10:02.124Z Checking tinystr v0.7.6
23032026-01-05T04:10:02.242Z Checking icu_collections v1.5.0
23042026-01-05T04:10:02.378Z Checking thiserror v2.0.17
23052026-01-05T04:10:02.456Z Checking icu_locid v1.5.0
23062026-01-05T04:10:02.530Z Checking thiserror v1.0.69
23072026-01-05T04:10:02.678Z Compiling async-trait v0.1.89
23082026-01-05T04:10:02.934Z Checking tungstenite v0.24.0
23092026-01-05T04:10:03.171Z Checking serde v1.0.228
23102026-01-05T04:10:03.416Z Checking icu_provider v1.5.0
23112026-01-05T04:10:03.659Z Checking futures-executor v0.3.31
23122026-01-05T04:10:03.737Z Checking multer v3.1.0
23132026-01-05T04:10:03.894Z Checking futures v0.3.31
23142026-01-05T04:10:04.006Z Checking icu_locid_transform v1.5.0
23152026-01-05T04:10:04.030Z Checking async-stream v0.3.6
23162026-01-05T04:10:04.087Z Checking erased-serde v0.3.31
23172026-01-05T04:10:04.111Z Checking chrono v0.4.42
23182026-01-05T04:10:04.229Z Checking serde_urlencoded v0.7.1
23192026-01-05T04:10:04.373Z Compiling serde_tokenstream v0.2.2
23202026-01-05T04:10:04.565Z Checking openapiv3 v2.2.0
23212026-01-05T04:10:04.631Z Checking webpki-roots v1.0.0
23222026-01-05T04:10:04.819Z Checking http-range v0.1.4
23232026-01-05T04:10:04.843Z Checking native-tls v0.2.12
23242026-01-05T04:10:04.893Z Compiling dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23252026-01-05T04:10:04.927Z Checking icu_properties v1.5.1
23262026-01-05T04:10:04.993Z Checking slog v2.8.2
23272026-01-05T04:10:05.017Z Checking similar v2.2.1
23282026-01-05T04:10:05.123Z Checking glob v0.3.0
23292026-01-05T04:10:05.418Z Checking termcolor v1.1.2
23302026-01-05T04:10:05.485Z Checking tokio-util v0.7.7
23312026-01-05T04:10:05.509Z Checking slog-json v2.6.1
23322026-01-05T04:10:05.629Z Checking tokio-rustls v0.25.0
23332026-01-05T04:10:05.758Z Checking slog-async v2.8.0
23342026-01-05T04:10:05.782Z Checking slog-bunyan v2.5.0
23352026-01-05T04:10:05.817Z Checking schemars v0.8.22
23362026-01-05T04:10:05.945Z Checking slog-term v2.9.2
23372026-01-05T04:10:05.969Z Checking tower v0.5.2
23382026-01-05T04:10:06.047Z Checking tokio-rustls v0.26.0
23392026-01-05T04:10:06.245Z Checking h2 v0.4.6
23402026-01-05T04:10:06.392Z Checking tokio-native-tls v0.3.1
23412026-01-05T04:10:06.439Z Checking trybuild v1.0.114
23422026-01-05T04:10:06.645Z Checking expectorate v1.2.0
23432026-01-05T04:10:06.737Z Checking tower-http v0.6.8
23442026-01-05T04:10:06.835Z Checking tokio-tungstenite v0.24.0
23452026-01-05T04:10:07.155Z Checking rcgen v0.14.6
23462026-01-05T04:10:07.278Z Checking async-channel v2.5.0
23472026-01-05T04:10:07.302Z Checking anyhow v1.0.100
23482026-01-05T04:10:07.303Z Checking subprocess v0.2.9
23492026-01-05T04:10:07.602Z Checking buf-list v1.1.2
23502026-01-05T04:10:07.866Z Checking heck v0.5.0
23512026-01-05T04:10:07.890Z Checking icu_normalizer v1.5.0
23522026-01-05T04:10:08.570Z Checking idna_adapter v1.2.0
23532026-01-05T04:10:08.764Z Checking idna v1.0.3
23542026-01-05T04:10:09.192Z Checking url v2.5.4
23552026-01-05T04:10:09.869Z Checking hyper v1.8.1
23562026-01-05T04:10:11.583Z Checking hyper-util v0.1.19
23572026-01-05T04:10:11.583Z Checking hyper-staticfile v0.10.1
23582026-01-05T04:10:13.635Z Checking hyper-tls v0.6.0
23592026-01-05T04:10:13.635Z Checking hyper-rustls v0.27.3
23602026-01-05T04:10:13.635Z Documenting dropshot v0.16.6 (/work/oxidecomputer/dropshot/dropshot)
23612026-01-05T04:10:13.659Z Checking hyper-rustls v0.26.0
23622026-01-05T04:10:13.953Z Checking reqwest v0.12.26
23632026-01-05T04:10:14.311Z Documenting dropshot_endpoint v0.16.6 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23642026-01-05T04:10:16.178Zwarning: unresolved link to `Query`
23652026-01-05T04:10:16.178Z --> dropshot/src/extractor/header.rs:27:29
23662026-01-05T04:10:16.178Z |
23672026-01-05T04:10:16.178Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23682026-01-05T04:10:16.178Z | ^^^^^ no item named `Query` in scope
23692026-01-05T04:10:16.178Z |
23702026-01-05T04:10:16.178Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23712026-01-05T04:10:16.178Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
23722026-01-05T04:10:16.178Z
23732026-01-05T04:10:16.203Zwarning: unresolved link to `Path`
23742026-01-05T04:10:16.203Z --> dropshot/src/extractor/header.rs:27:43
23752026-01-05T04:10:16.203Z |
23762026-01-05T04:10:16.203Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23772026-01-05T04:10:16.203Z | ^^^^ no item named `Path` in scope
23782026-01-05T04:10:16.203Z |
23792026-01-05T04:10:16.203Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23802026-01-05T04:10:16.203Z
23812026-01-05T04:10:16.617Zwarning: `dropshot` (lib doc) generated 2 warnings
23822026-01-05T04:10:23.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.33s
23832026-01-05T04:10:23.625Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
23842026-01-05T04:10:23.649Z
23852026-01-05T04:10:23.649Zreal 37.454532260
23862026-01-05T04:10:23.649Zuser 3:03.648252458
23872026-01-05T04:10:23.649Zsys 43.938309753
23882026-01-05T04:10:23.649Ztrap 0.122901428
23892026-01-05T04:10:23.650Ztflt 0.046667805
23902026-01-05T04:10:23.650Zdflt 0.033465765
23912026-01-05T04:10:23.650Zkflt 0.000045949
23922026-01-05T04:10:23.650Zlock 7:04.363370830
23932026-01-05T04:10:23.650Zslp 11:15.107562941
23942026-01-05T04:10:23.650Zlat 10.207967447
23952026-01-05T04:10:23.650Zstop 19.682344508
23962026-01-05T04:10:23.650Zprocess exited: duration 372764 ms, exit code 0
 
23972026-01-05T04:10:23.700Zfound 0 output files