01JQ0V2N7P5MRT9BG7BTTXXXW8: build-and-test / illumos

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

Buildomat Job: 01JQ0V2TMZVB3AZJKQ4XMS8R88

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-23T06:30:08.498Zjob assigned to worker 01JQ0V2V7D06R3YYV20WGZ0CP8 [factory gimlet-EVT22200007-propolis, EVT22200007/22687] (queued for 23 s)
 
22025-03-23T06:30:16.069Zstarting task 0: "setup"
32025-03-23T06:30:16.095Z++ uname -s
42025-03-23T06:30:16.095Z+ kern=SunOS
52025-03-23T06:30:16.095Z+ build_user=build
62025-03-23T06:30:16.095Z+ build_uid=12345
72025-03-23T06:30:16.095Z+ work_dir=/work
82025-03-23T06:30:16.095Z+ input_dir=/input
92025-03-23T06:30:16.095Z+ [[ 0 == 12345 ]]
102025-03-23T06:30:16.095Z+ case "$kern" in
112025-03-23T06:30:16.095Z+ groupadd -g 12345 build
122025-03-23T06:30:16.095Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-23T06:30:18.092Z+ zfs create -o mountpoint=/work rpool/work
142025-03-23T06:30:18.128Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-23T06:30:18.153Z+ home_fs=zfs
162025-03-23T06:30:18.153Z+ [[ zfs == autofs ]]
172025-03-23T06:30:18.153Z+ mkdir -p /home/build
182025-03-23T06:30:18.153Z+ chown build:build /home/build /work
192025-03-23T06:30:20.137Z+ chmod 0700 /home/build /work
202025-03-23T06:30:20.162Zprocess exited: duration 4074 ms, exit code 0
 
212025-03-23T06:30:20.213Zstarting task 1: "rust-toolchain"
222025-03-23T06:30:20.238Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-03-23T06:30:20.238Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-23T06:30:20.238Z * rust toolchain channel = "stable"
252025-03-23T06:30:20.238Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-03-23T06:30:20.238Z * rust toolchain profile = "default"
272025-03-23T06:30:20.238Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-23T06:30:20.238Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-23T06:30:20.238Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-03-23T06:30:20.369Zinfo: downloading installer
312025-03-23T06:30:20.877Zwarn: It looks like you have an existing installation of Rust at:
322025-03-23T06:30:20.877Zwarn: /opt/ooce/bin
332025-03-23T06:30:20.877Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-23T06:30:20.877Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-23T06:30:20.877Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-23T06:30:20.877Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-23T06:30:20.877Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-23T06:30:20.877Zerror: cannot install while Rust is installed
392025-03-23T06:30:20.877Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-23T06:30:20.903Zinfo: profile set to 'default'
412025-03-23T06:30:20.903Zinfo: default host triple is x86_64-unknown-illumos
422025-03-23T06:30:20.903Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-03-23T06:30:21.018Zinfo: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15)
442025-03-23T06:30:21.018Zinfo: downloading component 'cargo'
452025-03-23T06:30:21.151Zinfo: downloading component 'clippy'
462025-03-23T06:30:21.237Zinfo: downloading component 'rust-docs'
472025-03-23T06:30:21.433Zinfo: downloading component 'rust-std'
482025-03-23T06:30:21.785Zinfo: downloading component 'rustc'
492025-03-23T06:30:22.730Zinfo: downloading component 'rustfmt'
502025-03-23T06:30:22.791Zinfo: installing component 'cargo'
512025-03-23T06:30:23.894Zinfo: installing component 'clippy'
522025-03-23T06:30:24.358Zinfo: installing component 'rust-docs'
532025-03-23T06:30:27.384Zinfo: installing component 'rust-std'
542025-03-23T06:30:29.320Zinfo: installing component 'rustc'
552025-03-23T06:30:36.257Zinfo: installing component 'rustfmt'
562025-03-23T06:30:36.657Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-03-23T06:30:36.657Z
582025-03-23T06:30:36.808Z stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15)
592025-03-23T06:30:36.808Z
602025-03-23T06:30:36.834Z
612025-03-23T06:30:36.834ZRust is installed now. Great!
622025-03-23T06:30:36.834Z
632025-03-23T06:30:36.834ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-23T06:30:36.834Zenvironment variable. This has not been done automatically.
652025-03-23T06:30:36.834Z
662025-03-23T06:30:36.834ZTo configure your current shell, you need to source
672025-03-23T06:30:36.834Zthe corresponding env file under $HOME/.cargo.
682025-03-23T06:30:36.834Z
692025-03-23T06:30:36.834ZThis is usually done by running one of the following (note the leading DOT):
702025-03-23T06:30:36.834Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-23T06:30:36.834Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-23T06:30:36.834Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-23T06:30:36.897Z+ rustup --version
742025-03-23T06:30:36.922Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-23T06:30:36.922Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-23T06:30:36.964Zinfo: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)`
772025-03-23T06:30:36.989Z+ cargo --version
782025-03-23T06:30:37.014Zcargo 1.85.1 (d73d2caf9 2024-12-31)
792025-03-23T06:30:37.014Z+ rustc --version
802025-03-23T06:30:37.045Zrustc 1.85.1 (4eb161250 2025-03-15)
812025-03-23T06:30:37.070Zprocess exited: duration 16837 ms, exit code 0
 
822025-03-23T06:30:37.120Zstarting task 2: "authentication"
832025-03-23T06:30:37.177Zprocess exited: duration 57 ms, exit code 0
 
842025-03-23T06:30:37.230Zstarting task 3: "clone repository"
852025-03-23T06:30:37.255Z+ mkdir -p /work/oxidecomputer/dropshot
862025-03-23T06:30:37.255Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872025-03-23T06:30:37.280ZCloning into '/work/oxidecomputer/dropshot'...
882025-03-23T06:30:38.451Z+ cd /work/oxidecomputer/dropshot
892025-03-23T06:30:38.451Z+ git fetch origin 2ee4151639ebc8aaeea1c498039fa8ee79edcefd
902025-03-23T06:30:38.830ZFrom https://github.com/oxidecomputer/dropshot
912025-03-23T06:30:38.830Z * branch 2ee4151639ebc8aaeea1c498039fa8ee79edcefd -> FETCH_HEAD
922025-03-23T06:30:38.855Z+ [[ -n renovate/rust-1.x ]]
932025-03-23T06:30:38.855Z++ git branch --show-current
942025-03-23T06:30:38.855Z+ current=main
952025-03-23T06:30:38.855Z+ [[ main != renovate/rust-1.x ]]
962025-03-23T06:30:38.855Z+ git branch -f renovate/rust-1.x 2ee4151639ebc8aaeea1c498039fa8ee79edcefd
972025-03-23T06:30:38.880Z+ git checkout -f renovate/rust-1.x
982025-03-23T06:30:38.904ZSwitched to branch 'renovate/rust-1.x'
992025-03-23T06:30:38.905Z+ git reset --hard 2ee4151639ebc8aaeea1c498039fa8ee79edcefd
1002025-03-23T06:30:38.905ZHEAD is now at 2ee4151 Update dependency rust to v1.85.1
1012025-03-23T06:30:38.905Zprocess exited: duration 1665 ms, exit code 0
 
1022025-03-23T06:30:38.958Zstarting task 4: "build"
1032025-03-23T06:30:38.983Z+ cargo --version
1042025-03-23T06:30:38.983Zinfo: syncing channel updates for '1.85.1-x86_64-unknown-illumos'
1052025-03-23T06:30:39.090Zinfo: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15)
1062025-03-23T06:30:39.116Zinfo: downloading component 'cargo'
1072025-03-23T06:30:39.226Zinfo: downloading component 'clippy'
1082025-03-23T06:30:39.293Zinfo: downloading component 'rust-docs'
1092025-03-23T06:30:39.509Zinfo: downloading component 'rust-std'
1102025-03-23T06:30:39.777Zinfo: downloading component 'rustc'
1112025-03-23T06:30:40.718Zinfo: downloading component 'rustfmt'
1122025-03-23T06:30:40.772Zinfo: installing component 'cargo'
1132025-03-23T06:30:41.855Zinfo: installing component 'clippy'
1142025-03-23T06:30:42.316Zinfo: installing component 'rust-docs'
1152025-03-23T06:30:45.134Zinfo: installing component 'rust-std'
1162025-03-23T06:30:47.160Zinfo: installing component 'rustc'
1172025-03-23T06:30:54.109Zinfo: installing component 'rustfmt'
1182025-03-23T06:30:54.597Zcargo 1.85.1 (d73d2caf9 2024-12-31)
1192025-03-23T06:30:54.623Z+ rustc --version
1202025-03-23T06:30:54.698Zrustc 1.85.1 (4eb161250 2025-03-15)
1212025-03-23T06:30:54.723Z+ banner build
1222025-03-23T06:30:54.723Z
1232025-03-23T06:30:54.723Z ##### # # # # #####
1242025-03-23T06:30:54.723Z # # # # # # # #
1252025-03-23T06:30:54.723Z ##### # # # # # #
1262025-03-23T06:30:54.723Z # # # # # # # #
1272025-03-23T06:30:54.723Z # # # # # # # #
1282025-03-23T06:30:54.723Z ##### #### # ###### #####
1292025-03-23T06:30:54.724Z
1302025-03-23T06:30:54.724Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1312025-03-23T06:30:54.903Z Updating crates.io index
1322025-03-23T06:30:55.892Z Downloading crates ...
1332025-03-23T06:30:55.960Z Downloaded foreign-types-shared v0.1.1
1342025-03-23T06:30:55.985Z Downloaded block-buffer v0.10.2
1352025-03-23T06:30:55.985Z Downloaded match_cfg v0.1.0
1362025-03-23T06:30:55.985Z Downloaded time-core v0.1.2
1372025-03-23T06:30:55.985Z Downloaded http-body-util v0.1.3
1382025-03-23T06:30:55.985Z Downloaded itoa v1.0.1
1392025-03-23T06:30:55.985Z Downloaded lazy_static v1.5.0
1402025-03-23T06:30:56.011Z Downloaded tower-service v0.3.3
1412025-03-23T06:30:56.011Z Downloaded idna_adapter v1.2.0
1422025-03-23T06:30:56.011Z Downloaded icu_normalizer_data v1.5.0
1432025-03-23T06:30:56.011Z Downloaded tower-layer v0.3.3
1442025-03-23T06:30:56.011Z Downloaded scroll_derive v0.12.0
1452025-03-23T06:30:56.011Z Downloaded take_mut v0.2.2
1462025-03-23T06:30:56.011Z Downloaded schema v0.1.0
1472025-03-23T06:30:56.011Z Downloaded serde_spanned v0.6.8
1482025-03-23T06:30:56.037Z Downloaded simple-mermaid v0.2.0
1492025-03-23T06:30:56.037Z Downloaded openssl-macros v0.1.1
1502025-03-23T06:30:56.037Z Downloaded synstructure v0.13.1
1512025-03-23T06:30:56.037Z Downloaded slog-json v2.6.1
1522025-03-23T06:30:56.037Z Downloaded subtle v2.5.0
1532025-03-23T06:30:56.037Z Downloaded slog-term v2.9.1
1542025-03-23T06:30:56.037Z Downloaded spin v0.9.8
1552025-03-23T06:30:56.037Z Downloaded socket2 v0.5.5
1562025-03-23T06:30:56.037Z Downloaded newline-converter v0.3.0
1572025-03-23T06:30:56.062Z Downloaded serde_json v1.0.140
1582025-03-23T06:30:56.062Z Downloaded time v0.3.36
1592025-03-23T06:30:56.062Z Downloaded rustls-webpki v0.102.8
1602025-03-23T06:30:56.113Z Downloaded termcolor v1.1.2
1612025-03-23T06:30:56.113Z Downloaded subprocess v0.2.9
1622025-03-23T06:30:56.113Z Downloaded zerofrom-derive v0.1.5
1632025-03-23T06:30:56.138Z Downloaded syn v2.0.100
1642025-03-23T06:30:56.138Z Downloaded plain v0.2.3
1652025-03-23T06:30:56.138Z Downloaded zerovec-derive v0.10.3
1662025-03-23T06:30:56.138Z Downloaded rustls v0.23.13
1672025-03-23T06:30:56.138Z Downloaded rand_core v0.6.3
1682025-03-23T06:30:56.138Z Downloaded yasna v0.5.2
1692025-03-23T06:30:56.138Z Downloaded serde_path_to_error v0.1.17
1702025-03-23T06:30:56.138Z Downloaded schema-derive v0.1.0
1712025-03-23T06:30:56.138Z Downloaded utf8_iter v1.0.4
1722025-03-23T06:30:56.138Z Downloaded tokio-native-tls v0.3.1
1732025-03-23T06:30:56.138Z Downloaded rustix v1.0.2
1742025-03-23T06:30:56.163Z Downloaded quote v1.0.40
1752025-03-23T06:30:56.163Z Downloaded multer v3.1.0
1762025-03-23T06:30:56.163Z Downloaded powerfmt v0.2.0
1772025-03-23T06:30:56.188Z Downloaded pest_derive v2.7.6
1782025-03-23T06:30:56.188Z Downloaded typenum v1.14.0
1792025-03-23T06:30:56.188Z Downloaded pest_meta v2.7.6
1802025-03-23T06:30:56.188Z Downloaded parking_lot v0.12.1
1812025-03-23T06:30:56.188Z Downloaded native-tls v0.2.12
1822025-03-23T06:30:56.188Z Downloaded unicode-ident v1.0.12
1832025-03-23T06:30:56.188Z Downloaded pkg-config v0.3.31
1842025-03-23T06:30:56.188Z Downloaded trybuild v1.0.104
1852025-03-23T06:30:56.213Z Downloaded prettyplease v0.2.31
1862025-03-23T06:30:56.213Z Downloaded proc-macro2 v1.0.94
1872025-03-23T06:30:56.213Z Downloaded ucd-trie v0.1.6
1882025-03-23T06:30:56.213Z Downloaded url v2.5.4
1892025-03-23T06:30:56.213Z Downloaded tungstenite v0.24.0
1902025-03-23T06:30:56.213Z Downloaded openssl-sys v0.9.105
1912025-03-23T06:30:56.213Z Downloaded rcgen v0.13.2
1922025-03-23T06:30:56.238Z Downloaded quinn v0.11.4
1932025-03-23T06:30:56.238Z Downloaded mio v1.0.3
1942025-03-23T06:30:56.238Z Downloaded pest v2.7.6
1952025-03-23T06:30:56.238Z Downloaded zerovec v0.10.4
1962025-03-23T06:30:56.263Z Downloaded zerocopy v0.7.32
1972025-03-23T06:30:56.263Z Downloaded winnow v0.7.1
1982025-03-23T06:30:56.288Z Downloaded portable-atomic v1.9.0
1992025-03-23T06:30:56.288Z Downloaded tracing v0.1.40
2002025-03-23T06:30:56.288Z Downloaded quinn-proto v0.11.8
2012025-03-23T06:30:56.313Z Downloaded vcpkg v0.2.15
2022025-03-23T06:30:56.338Z Downloaded webpki-roots v0.26.5
2032025-03-23T06:30:56.338Z Downloaded openssl v0.10.70
2042025-03-23T06:30:56.363Z Downloaded tower v0.5.2
2052025-03-23T06:30:56.363Z Downloaded unicode-segmentation v1.10.0
2062025-03-23T06:30:56.363Z Downloaded toml_edit v0.22.23
2072025-03-23T06:30:56.388Z Downloaded tokio-util v0.7.7
2082025-03-23T06:30:56.413Z Downloaded rand v0.8.4
2092025-03-23T06:30:56.413Z Downloaded num-traits v0.2.14
2102025-03-23T06:30:56.413Z Downloaded uuid v1.16.0
2112025-03-23T06:30:56.413Z Downloaded tracing-core v0.1.32
2122025-03-23T06:30:56.413Z Downloaded openapiv3 v2.0.0
2132025-03-23T06:30:56.437Z Downloaded libc v0.2.171
2142025-03-23T06:30:56.462Z Downloaded toml v0.8.20
2152025-03-23T06:30:56.462Z Downloaded tokio-tungstenite v0.24.0
2162025-03-23T06:30:56.462Z Downloaded tinyvec v1.5.1
2172025-03-23T06:30:56.462Z Downloaded pin-project-lite v0.2.12
2182025-03-23T06:30:56.487Z Downloaded parking_lot_core v0.9.4
2192025-03-23T06:30:56.487Z Downloaded encoding_rs v0.8.32
2202025-03-23T06:30:56.512Z Downloaded once_cell v1.20.1
2212025-03-23T06:30:56.512Z Downloaded mime_guess v2.0.5
2222025-03-23T06:30:56.512Z Downloaded zeroize v1.7.0
2232025-03-23T06:30:56.512Z Downloaded zerocopy-derive v0.7.32
2242025-03-23T06:30:56.512Z Downloaded yoke-derive v0.7.5
2252025-03-23T06:30:56.512Z Downloaded yoke v0.7.5
2262025-03-23T06:30:56.512Z Downloaded tokio-rustls v0.26.0
2272025-03-23T06:30:56.512Z Downloaded tokio-rustls v0.25.0
2282025-03-23T06:30:56.512Z Downloaded time-macros v0.2.18
2292025-03-23T06:30:56.512Z Downloaded ppv-lite86 v0.2.15
2302025-03-23T06:30:56.513Z Downloaded version_check v0.9.5
2312025-03-23T06:30:56.513Z Downloaded quinn-udp v0.5.5
2322025-03-23T06:30:56.538Z Downloaded tokio v1.44.1
2332025-03-23T06:30:56.562Z Downloaded pest_generator v2.7.6
2342025-03-23T06:30:56.563Z Downloaded pin-utils v0.1.0
2352025-03-23T06:30:56.563Z Downloaded percent-encoding v2.3.1
2362025-03-23T06:30:56.563Z Downloaded ring v0.17.13
2372025-03-23T06:30:56.610Z Downloaded pem v3.0.5
2382025-03-23T06:30:56.635Z Downloaded paste v1.0.15
2392025-03-23T06:30:56.635Z Downloaded parking v2.2.0
2402025-03-23T06:30:56.635Z Downloaded untrusted v0.9.0
2412025-03-23T06:30:56.635Z Downloaded rustls v0.22.4
2422025-03-23T06:30:56.635Z Downloaded rand_chacha v0.3.1
2432025-03-23T06:30:56.635Z Downloaded usdt v0.5.0
2442025-03-23T06:30:56.635Z Downloaded utf-8 v0.7.6
2452025-03-23T06:30:56.660Z Downloaded utf16_iter v1.0.5
2462025-03-23T06:30:56.660Z Downloaded toml_datetime v0.6.8
2472025-03-23T06:30:56.660Z Downloaded tokio-macros v2.5.0
2482025-03-23T06:30:56.660Z Downloaded hostname v0.3.1
2492025-03-23T06:30:56.660Z Downloaded writeable v0.5.5
2502025-03-23T06:30:56.660Z Downloaded usdt-impl v0.5.0
2512025-03-23T06:30:56.660Z Downloaded usdt-attr-macro v0.5.0
2522025-03-23T06:30:56.660Z Downloaded unicode-width v0.1.9
2532025-03-23T06:30:56.660Z Downloaded unicase v2.6.0
2542025-03-23T06:30:56.660Z Downloaded tinystr v0.7.6
2552025-03-23T06:30:56.660Z Downloaded mime v0.3.16
2562025-03-23T06:30:56.660Z Downloaded pretty-hex v0.4.1
2572025-03-23T06:30:56.660Z Downloaded reqwest v0.12.14
2582025-03-23T06:30:56.685Z Downloaded icu_properties_data v1.5.0
2592025-03-23T06:30:56.685Z Downloaded chrono v0.4.40
2602025-03-23T06:30:56.685Z Downloaded zerofrom v0.1.5
2612025-03-23T06:30:56.685Z Downloaded hyper v1.6.0
2622025-03-23T06:30:56.710Z Downloaded h2 v0.4.6
2632025-03-23T06:30:56.710Z Downloaded hashbrown v0.15.2
2642025-03-23T06:30:56.710Z Downloaded goblin v0.8.0
2652025-03-23T06:30:56.710Z Downloaded futures-util v0.3.31
2662025-03-23T06:30:56.735Z Downloaded slog v2.7.0
2672025-03-23T06:30:56.735Z Downloaded similar v2.2.1
2682025-03-23T06:30:56.735Z Downloaded schemars v0.8.22
2692025-03-23T06:30:56.760Z Downloaded num-conv v0.1.0
2702025-03-23T06:30:56.760Z Downloaded rustls-pki-types v1.10.0
2712025-03-23T06:30:56.760Z Downloaded rustls-native-certs v0.7.0
2722025-03-23T06:30:56.760Z Downloaded serde v1.0.219
2732025-03-23T06:30:56.760Z Downloaded openssl-probe v0.1.4
2742025-03-23T06:30:56.760Z Downloaded num_threads v0.1.3
2752025-03-23T06:30:56.760Z Downloaded memchr v2.6.0
2762025-03-23T06:30:56.785Z Downloaded idna v1.0.3
2772025-03-23T06:30:56.785Z Downloaded stable_deref_trait v1.2.0
2782025-03-23T06:30:56.785Z Downloaded smallvec v1.13.2
2792025-03-23T06:30:56.785Z Downloaded slog-bunyan v2.5.0
2802025-03-23T06:30:56.785Z Downloaded signal-hook-registry v1.4.0
2812025-03-23T06:30:56.785Z Downloaded shlex v1.3.0
2822025-03-23T06:30:56.785Z Downloaded sha2 v0.10.8
2832025-03-23T06:30:56.785Z Downloaded rustls-pemfile v2.1.3
2842025-03-23T06:30:56.785Z Downloaded thiserror v2.0.12
2852025-03-23T06:30:56.785Z Downloaded thiserror v1.0.69
2862025-03-23T06:30:56.810Z Downloaded tempfile v3.19.0
2872025-03-23T06:30:56.810Z Downloaded serde_derive_internals v0.29.0
2882025-03-23T06:30:56.810Z Downloaded serde_derive v1.0.219
2892025-03-23T06:30:56.810Z Downloaded want v0.3.0
2902025-03-23T06:30:56.810Z Downloaded slog-async v2.8.0
2912025-03-23T06:30:56.810Z Downloaded slab v0.4.9
2922025-03-23T06:30:56.810Z Downloaded sha1 v0.10.6
2932025-03-23T06:30:56.810Z Downloaded serde_urlencoded v0.7.1
2942025-03-23T06:30:56.810Z Downloaded serde_tokenstream v0.2.2
2952025-03-23T06:30:56.810Z Downloaded term v0.7.0
2962025-03-23T06:30:56.810Z Downloaded rustc-hash v2.0.0
2972025-03-23T06:30:56.810Z Downloaded usdt-macro v0.5.0
2982025-03-23T06:30:56.810Z Downloaded try-lock v0.2.3
2992025-03-23T06:30:56.810Z Downloaded sync_wrapper v1.0.1
3002025-03-23T06:30:56.835Z Downloaded thread-id v4.0.0
3012025-03-23T06:30:56.835Z Downloaded ryu v1.0.5
3022025-03-23T06:30:56.835Z Downloaded icu_collections v1.5.0
3032025-03-23T06:30:56.835Z Downloaded http v1.3.1
3042025-03-23T06:30:56.835Z Downloaded expectorate v1.1.0
3052025-03-23T06:30:56.835Z Downloaded target-triple v0.1.3
3062025-03-23T06:30:56.835Z Downloaded thread_local v1.1.4
3072025-03-23T06:30:56.835Z Downloaded thiserror-impl v2.0.12
3082025-03-23T06:30:56.835Z Downloaded thiserror-impl v1.0.69
3092025-03-23T06:30:56.835Z Downloaded semver v1.0.26
3102025-03-23T06:30:56.860Z Downloaded scroll v0.12.0
3112025-03-23T06:30:56.860Z Downloaded cc v1.2.16
3122025-03-23T06:30:56.860Z Downloaded waitgroup v0.1.2
3132025-03-23T06:30:56.860Z Downloaded icu_locid_transform v1.5.0
3142025-03-23T06:30:56.861Z Downloaded futures v0.3.31
3152025-03-23T06:30:56.861Z Downloaded crossbeam-channel v0.5.1
3162025-03-23T06:30:56.861Z Downloaded scopeguard v1.2.0
3172025-03-23T06:30:56.861Z Downloaded schemars_derive v0.8.22
3182025-03-23T06:30:56.861Z Downloaded write16 v1.0.0
3192025-03-23T06:30:56.861Z Downloaded indexmap v2.8.0
3202025-03-23T06:30:56.886Z Downloaded icu_properties v1.5.1
3212025-03-23T06:30:56.886Z Downloaded icu_normalizer v1.5.0
3222025-03-23T06:30:56.886Z Downloaded icu_locid v1.5.0
3232025-03-23T06:30:56.886Z Downloaded hyper-util v0.1.10
3242025-03-23T06:30:56.886Z Downloaded fnv v1.0.7
3252025-03-23T06:30:56.886Z Downloaded bytes v1.10.1
3262025-03-23T06:30:56.911Z Downloaded base64 v0.22.1
3272025-03-23T06:30:56.911Z Downloaded tinyvec_macros v0.1.0
3282025-03-23T06:30:56.911Z Downloaded icu_provider v1.5.0
3292025-03-23T06:30:56.911Z Downloaded httparse v1.10.0
3302025-03-23T06:30:56.911Z Downloaded getrandom v0.3.1
3312025-03-23T06:30:56.911Z Downloaded getrandom v0.2.11
3322025-03-23T06:30:56.911Z Downloaded icu_locid_transform_data v1.5.0
3332025-03-23T06:30:56.911Z Downloaded hyper-rustls v0.27.3
3342025-03-23T06:30:56.911Z Downloaded hostname v0.4.0
3352025-03-23T06:30:56.911Z Downloaded dyn-clone v1.0.4
3362025-03-23T06:30:56.911Z Downloaded dof v0.3.0
3372025-03-23T06:30:56.936Z Downloaded dirs-sys-next v0.1.2
3382025-03-23T06:30:56.936Z Downloaded crossbeam-utils v0.8.15
3392025-03-23T06:30:56.936Z Downloaded camino v1.1.9
3402025-03-23T06:30:56.936Z Downloaded memmap v0.7.0
3412025-03-23T06:30:56.936Z Downloaded log v0.4.17
3422025-03-23T06:30:56.936Z Downloaded lock_api v0.4.6
3432025-03-23T06:30:56.936Z Downloaded litemap v0.7.4
3442025-03-23T06:30:56.936Z Downloaded ipnet v2.10.0
3452025-03-23T06:30:56.936Z Downloaded hyper-staticfile v0.10.1
3462025-03-23T06:30:56.936Z Downloaded hyper-rustls v0.26.0
3472025-03-23T06:30:56.936Z Downloaded generic-array v0.14.5
3482025-03-23T06:30:56.936Z Downloaded displaydoc v0.2.5
3492025-03-23T06:30:56.961Z Downloaded deranged v0.3.11
3502025-03-23T06:30:56.961Z Downloaded data-encoding v2.4.0
3512025-03-23T06:30:56.961Z Downloaded console v0.15.7
3522025-03-23T06:30:56.961Z Downloaded cfg-if v1.0.0
3532025-03-23T06:30:56.961Z Downloaded buf-list v1.0.3
3542025-03-23T06:30:56.961Z Downloaded bitflags v2.4.0
3552025-03-23T06:30:56.961Z Downloaded anyhow v1.0.97
3562025-03-23T06:30:56.961Z Downloaded hyper-tls v0.6.0
3572025-03-23T06:30:56.961Z Downloaded httpdate v1.0.1
3582025-03-23T06:30:56.961Z Downloaded heck v0.5.0
3592025-03-23T06:30:56.961Z Downloaded futures-sink v0.3.31
3602025-03-23T06:30:56.961Z Downloaded futures-macro v0.3.31
3612025-03-23T06:30:56.961Z Downloaded futures-channel v0.3.31
3622025-03-23T06:30:56.986Z Downloaded event-listener v5.0.0
3632025-03-23T06:30:56.986Z Downloaded iana-time-zone v0.1.47
3642025-03-23T06:30:56.986Z Downloaded glob v0.3.0
3652025-03-23T06:30:56.986Z Downloaded futures-task v0.3.31
3662025-03-23T06:30:56.987Z Downloaded futures-io v0.3.31
3672025-03-23T06:30:56.987Z Downloaded futures-core v0.3.31
3682025-03-23T06:30:56.987Z Downloaded form_urlencoded v1.2.1
3692025-03-23T06:30:56.987Z Downloaded fastrand v2.1.1
3702025-03-23T06:30:56.987Z Downloaded event-listener-strategy v0.5.2
3712025-03-23T06:30:56.987Z Downloaded debug-ignore v1.0.5
3722025-03-23T06:30:56.987Z Downloaded cpufeatures v0.2.2
3732025-03-23T06:30:56.987Z Downloaded concurrent-queue v2.5.0
3742025-03-23T06:30:56.987Z Downloaded async-trait v0.1.88
3752025-03-23T06:30:56.987Z Downloaded async-stream-impl v0.3.6
3762025-03-23T06:30:56.987Z Downloaded futures-executor v0.3.31
3772025-03-23T06:30:56.987Z Downloaded errno v0.3.10
3782025-03-23T06:30:57.012Z Downloaded dirs-next v2.0.0
3792025-03-23T06:30:57.012Z Downloaded digest v0.10.7
3802025-03-23T06:30:57.012Z Downloaded crypto-common v0.1.6
3812025-03-23T06:30:57.012Z Downloaded byteorder v1.4.3
3822025-03-23T06:30:57.012Z Downloaded autocfg v1.1.0
3832025-03-23T06:30:57.012Z Downloaded atomic-waker v1.1.1
3842025-03-23T06:30:57.012Z Downloaded is-terminal v0.4.12
3852025-03-23T06:30:57.012Z Downloaded icu_provider_macros v1.5.0
3862025-03-23T06:30:57.012Z Downloaded http-range v0.1.4
3872025-03-23T06:30:57.012Z Downloaded http-body v1.0.1
3882025-03-23T06:30:57.012Z Downloaded foreign-types v0.3.2
3892025-03-23T06:30:57.012Z Downloaded equivalent v1.0.0
3902025-03-23T06:30:57.012Z Downloaded dtrace-parser v0.2.0
3912025-03-23T06:30:57.012Z Downloaded async-stream v0.3.6
3922025-03-23T06:30:57.012Z Downloaded async-channel v2.3.1
3932025-03-23T06:30:57.152Z Compiling proc-macro2 v1.0.94
3942025-03-23T06:30:57.152Z Compiling unicode-ident v1.0.12
3952025-03-23T06:30:57.177Z Compiling libc v0.2.171
3962025-03-23T06:30:57.177Z Compiling cfg-if v1.0.0
3972025-03-23T06:30:57.177Z Compiling serde v1.0.219
3982025-03-23T06:30:57.177Z Compiling itoa v1.0.1
3992025-03-23T06:30:57.177Z Compiling memchr v2.6.0
4002025-03-23T06:30:57.177Z Compiling version_check v0.9.5
4012025-03-23T06:30:57.177Z Running `/home/build/.rustup/toolchains/1.85.1-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.94/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=62ae15d49ab00502 -C extra-filename=-9b87b0fcd0ab9782 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-9b87b0fcd0ab9782 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4022025-03-23T06:30:57.177Z Running `/home/build/.rustup/toolchains/1.85.1-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.171/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=6136167cd3502cc1 -C extra-filename=-dd752158793d8d8e --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-dd752158793d8d8e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4032025-03-23T06:30:57.177Z Running `/home/build/.rustup/toolchains/1.85.1-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=dc045ea2283f42bf -C extra-filename=-63ef57026ce3a1de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4042025-03-23T06:30:57.177Z Running `/home/build/.rustup/toolchains/1.85.1-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=04cd161de4aa9fad -C extra-filename=-659b900924d257b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4052025-03-23T06:30:57.177Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/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=15a1680bed1dd4b5 -C extra-filename=-f08a54edccfc6cd9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-f08a54edccfc6cd9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4062025-03-23T06:30:57.177Z Running `/home/build/.rustup/toolchains/1.85.1-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=6b3040b9daef0dbe -C extra-filename=-f82c0cf4165bf1e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4072025-03-23T06:30:57.203Z Running `/home/build/.rustup/toolchains/1.85.1-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=ee608cfa2751208e -C extra-filename=-2315fbefb00e067e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4082025-03-23T06:30:57.227Z Running `/home/build/.rustup/toolchains/1.85.1-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=2b4f2695328db515 -C extra-filename=-ab778c5e0c6d6007 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4092025-03-23T06:30:57.287Z Compiling once_cell v1.20.1
4102025-03-23T06:30:57.312Z Running `/home/build/.rustup/toolchains/1.85.1-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=707a85012c47f18e -C extra-filename=-6d038425c56f5b07 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112025-03-23T06:30:57.393Z Compiling pin-project-lite v0.2.12
4122025-03-23T06:30:57.393Z Running `/home/build/.rustup/toolchains/1.85.1-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=b17fdcf30c65bbf1 -C extra-filename=-cd3877c9e18cb19e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132025-03-23T06:30:57.421Z Compiling shlex v1.3.0
4142025-03-23T06:30:57.445Z Running `/home/build/.rustup/toolchains/1.85.1-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=6ccf8bdb263eec42 -C extra-filename=-90c87e5c9a39f009 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152025-03-23T06:30:57.541Z Compiling autocfg v1.1.0
4162025-03-23T06:30:57.566Z Running `/home/build/.rustup/toolchains/1.85.1-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=ac1c799365d05629 -C extra-filename=-43a22aa231a7cc43 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172025-03-23T06:30:57.665Z Compiling cc v1.2.16
4182025-03-23T06:30:57.690Z Running `/home/build/.rustup/toolchains/1.85.1-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=b31d88674c24c5ab -C extra-filename=-ab8059e529abb69f --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-90c87e5c9a39f009.rmeta --cap-lints allow`
4192025-03-23T06:30:57.766Z Compiling smallvec v1.13.2
4202025-03-23T06:30:57.791Z Running `/home/build/.rustup/toolchains/1.85.1-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=9b22acbf52b79422 -C extra-filename=-9774fe3851bb90e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212025-03-23T06:30:57.791Z Compiling bytes v1.10.1
4222025-03-23T06:30:57.791Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.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 --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=a9a90ae309e083a3 -C extra-filename=-cb515188b96b0495 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232025-03-23T06:30:57.816Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-9b87b0fcd0ab9782/build-script-build`
4242025-03-23T06:30:57.816Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-f08a54edccfc6cd9/build-script-build`
4252025-03-23T06:30:57.816Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-dd752158793d8d8e/build-script-build`
4262025-03-23T06:30:57.870Z Compiling futures-core v0.3.31
4272025-03-23T06:30:57.894Z Running `/home/build/.rustup/toolchains/1.85.1-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=e5683bace10c25b2 -C extra-filename=-29226b0922055fb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4282025-03-23T06:30:57.919Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/lib.rs --error-format=json --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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f47175734fa3a6bb -C extra-filename=-6fdc16e62d488c81 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4292025-03-23T06:30:58.086Z Compiling log v0.4.17
4302025-03-23T06:30:58.111Z Running `/home/build/.rustup/toolchains/1.85.1-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=28574ef49f6be57b -C extra-filename=-3067bdcd9260f825 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-3067bdcd9260f825 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312025-03-23T06:30:58.111Z Compiling parking_lot_core v0.9.4
4322025-03-23T06:30:58.111Z Running `/home/build/.rustup/toolchains/1.85.1-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=861896d1e1d0eef7 -C extra-filename=-44af30d40e2731e9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-44af30d40e2731e9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332025-03-23T06:30:58.136Z Compiling ryu v1.0.5
4342025-03-23T06:30:58.136Z Running `/home/build/.rustup/toolchains/1.85.1-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=bcaa4f2312d1ddc8 -C extra-filename=-4316a768d03a0e72 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-4316a768d03a0e72 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352025-03-23T06:30:58.136Z Running `/home/build/.rustup/toolchains/1.85.1-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.94/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ad68c89e290492ae -C extra-filename=-b5f86640efab6f3c --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-63ef57026ce3a1de.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
4362025-03-23T06:30:58.421Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-3067bdcd9260f825/build-script-build`
4372025-03-23T06:30:58.446Z Compiling scopeguard v1.2.0
4382025-03-23T06:30:58.446Z Running `/home/build/.rustup/toolchains/1.85.1-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=64bd31010f86a6ad -C extra-filename=-bd94e4ce5f9f2f14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392025-03-23T06:30:58.446Z Running `/home/build/.rustup/toolchains/1.85.1-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=49abe8114db0d17b -C extra-filename=-fcb78d7a0f863c0f --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-659b900924d257b8.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4402025-03-23T06:30:58.496Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-44af30d40e2731e9/build-script-build`
4412025-03-23T06:30:58.527Z Running `/home/build/.rustup/toolchains/1.85.1-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=ab744d8114b334fc -C extra-filename=-9aa31798e5172764 --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-659b900924d257b8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-9774fe3851bb90e6.rmeta --cap-lints allow`
4422025-03-23T06:30:58.552Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-4316a768d03a0e72/build-script-build`
4432025-03-23T06:30:58.577Z Compiling lock_api v0.4.6
4442025-03-23T06:30:58.577Z Running `/home/build/.rustup/toolchains/1.85.1-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=d4ff6a379422b680 -C extra-filename=-2423a90910e34c12 --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-bd94e4ce5f9f2f14.rmeta --cap-lints allow`
4452025-03-23T06:30:58.609Z Compiling getrandom v0.2.11
4462025-03-23T06:30:58.609Z Running `/home/build/.rustup/toolchains/1.85.1-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=da8398e8e4968492 -C extra-filename=-036d4bbd799c8819 --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-659b900924d257b8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
4472025-03-23T06:30:58.634Z Compiling slab v0.4.9
4482025-03-23T06:30:58.634Z Running `/home/build/.rustup/toolchains/1.85.1-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=3076a813d6b17fc1 -C extra-filename=-e26827daefefe098 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-e26827daefefe098 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-43a22aa231a7cc43.rlib --cap-lints allow`
4492025-03-23T06:30:58.771Z Compiling quote v1.0.40
4502025-03-23T06:30:58.796Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=e61f219b4cdcce78 -C extra-filename=-509cd800b1c083a7 --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-b5f86640efab6f3c.rmeta --cap-lints allow`
4512025-03-23T06:30:58.902Z Compiling thiserror v1.0.69
4522025-03-23T06:30:58.927Z Running `/home/build/.rustup/toolchains/1.85.1-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=5f860f3ec504f7c7 -C extra-filename=-43bd87735b4dbdbf --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-43bd87735b4dbdbf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4532025-03-23T06:30:58.927Z Compiling futures-sink v0.3.31
4542025-03-23T06:30:58.928Z Running `/home/build/.rustup/toolchains/1.85.1-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=1b86bdbf5cdafe5d -C extra-filename=-5ffe73603a78316b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4552025-03-23T06:30:58.928Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-e26827daefefe098/build-script-build`
4562025-03-23T06:30:58.979Z Compiling parking_lot v0.12.1
4572025-03-23T06:30:59.004Z Running `/home/build/.rustup/toolchains/1.85.1-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=632aeba2dd82cece -C extra-filename=-f2cf4cad88213083 --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-2423a90910e34c12.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-9aa31798e5172764.rmeta --cap-lints allow`
4582025-03-23T06:30:59.029Z Running `/home/build/.rustup/toolchains/1.85.1-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=589f9038d19d9e89 -C extra-filename=-c1193a9a3209fb84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4592025-03-23T06:30:59.069Z Compiling socket2 v0.5.5
4602025-03-23T06:30:59.094Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=de7a89bd427cf588 -C extra-filename=-bd8613c483b9a5a8 --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-6fdc16e62d488c81.rmeta --cap-lints allow`
4612025-03-23T06:30:59.094Z Compiling mio v1.0.3
4622025-03-23T06:30:59.094Z Running `/home/build/.rustup/toolchains/1.85.1-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=679fa6b3c64e2014 -C extra-filename=-06678cc5b0de56f5 --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-6fdc16e62d488c81.rmeta --cap-lints allow`
4632025-03-23T06:30:59.474Z Compiling syn v2.0.100
4642025-03-23T06:30:59.499Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.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 --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=fc36e702f7d6c550 -C extra-filename=-b3f1aa275dd6f985 --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-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-63ef57026ce3a1de.rmeta --cap-lints allow`
4652025-03-23T06:30:59.524Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-43bd87735b4dbdbf/build-script-build`
4662025-03-23T06:30:59.549Z Compiling signal-hook-registry v1.4.0
4672025-03-23T06:30:59.549Z Running `/home/build/.rustup/toolchains/1.85.1-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=4955be5c0d416649 -C extra-filename=-2ff82664e3dc1001 --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-6fdc16e62d488c81.rmeta --cap-lints allow`
4682025-03-23T06:30:59.589Z Compiling serde_json v1.0.140
4692025-03-23T06:30:59.614Z Running `/home/build/.rustup/toolchains/1.85.1-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.140/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=30ac7d57f5ed0bdf -C extra-filename=-cd14e8812eb5fa89 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-cd14e8812eb5fa89 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4702025-03-23T06:30:59.792Z Running `/home/build/.rustup/toolchains/1.85.1-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=b3c266c8f759e486 -C extra-filename=-7201ac07968d2d83 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4712025-03-23T06:30:59.901Z Compiling fnv v1.0.7
4722025-03-23T06:30:59.926Z Running `/home/build/.rustup/toolchains/1.85.1-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=cf6674dc1018e7d9 -C extra-filename=-d59914012fe8741e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4732025-03-23T06:30:59.926Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-cd14e8812eb5fa89/build-script-build`
4742025-03-23T06:30:59.951Z Compiling futures-channel v0.3.31
4752025-03-23T06:30:59.951Z Running `/home/build/.rustup/toolchains/1.85.1-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=c83017d67c34dbf4 -C extra-filename=-3da1d71a683166f6 --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-29226b0922055fb3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-5ffe73603a78316b.rmeta --cap-lints allow`
4762025-03-23T06:31:00.029Z Compiling http v1.3.1
4772025-03-23T06:31:00.029Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4962decc9e1e6eda -C extra-filename=-7d6ea205864f2c14 --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-cb515188b96b0495.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-d59914012fe8741e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ab778c5e0c6d6007.rmeta --cap-lints allow`
4782025-03-23T06:31:00.054Z Compiling hashbrown v0.15.2
4792025-03-23T06:31:00.079Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=89c45f529958780d -C extra-filename=-6a651f98f846e240 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4802025-03-23T06:31:00.079Z Compiling futures-io v0.3.31
4812025-03-23T06:31:00.079Z Running `/home/build/.rustup/toolchains/1.85.1-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=f4f25a1bf4592e13 -C extra-filename=-ae09d8034e5074c5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4822025-03-23T06:31:00.113Z Compiling ring v0.17.13
4832025-03-23T06:31:00.138Z Running `/home/build/.rustup/toolchains/1.85.1-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=32dd933dd2f335f0 -C extra-filename=-a994115b9ec58c48 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-a994115b9ec58c48 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-ab8059e529abb69f.rlib --cap-lints allow`
4842025-03-23T06:31:00.234Z Compiling pin-utils v0.1.0
4852025-03-23T06:31:00.259Z Running `/home/build/.rustup/toolchains/1.85.1-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=c4aa7c31527561cd -C extra-filename=-37ccc11444c84852 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862025-03-23T06:31:00.259Z Compiling stable_deref_trait v1.2.0
4872025-03-23T06:31:00.259Z Running `/home/build/.rustup/toolchains/1.85.1-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=b1ad210590e9dd7b -C extra-filename=-3372c03c51341570 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882025-03-23T06:31:00.290Z Compiling equivalent v1.0.0
4892025-03-23T06:31:00.315Z Running `/home/build/.rustup/toolchains/1.85.1-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=49e5c222c08299d8 -C extra-filename=-4b5682327f897c0a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4902025-03-23T06:31:00.340Z Compiling futures-task v0.3.31
4912025-03-23T06:31:00.340Z Running `/home/build/.rustup/toolchains/1.85.1-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=ba48242c9cbaf32a -C extra-filename=-4d433bb4749bf289 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922025-03-23T06:31:00.340Z Compiling rustls-pki-types v1.10.0
4932025-03-23T06:31:00.365Z Running `/home/build/.rustup/toolchains/1.85.1-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.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=6d3d0245db5e3d1d -C extra-filename=-b1c111152f21ac8c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942025-03-23T06:31:00.365Z Compiling httparse v1.10.0
4952025-03-23T06:31:00.365Z Running `/home/build/.rustup/toolchains/1.85.1-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=d939455bacdbfda9 -C extra-filename=-cab92ddbce2855c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-cab92ddbce2855c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4962025-03-23T06:31:00.409Z Compiling tracing-core v0.1.32
4972025-03-23T06:31:00.435Z Running `/home/build/.rustup/toolchains/1.85.1-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=f9da084492997fa1 -C extra-filename=-b4d76dddc6856135 --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-6d038425c56f5b07.rmeta --cap-lints allow`
4982025-03-23T06:31:00.581Z Compiling byteorder v1.4.3
4992025-03-23T06:31:00.606Z Running `/home/build/.rustup/toolchains/1.85.1-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=08caeb5664e43da0 -C extra-filename=-a82a60d143dcd439 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5002025-03-23T06:31:00.936Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-cab92ddbce2855c0/build-script-build`
5012025-03-23T06:31:00.977Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-a994115b9ec58c48/build-script-build`
5022025-03-23T06:31:01.002Z Compiling ucd-trie v0.1.6
5032025-03-23T06:31:01.003Z Running `/home/build/.rustup/toolchains/1.85.1-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=101dd11b9edf4b96 -C extra-filename=-8f85053c5446a014 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042025-03-23T06:31:01.028Z Compiling untrusted v0.9.0
5052025-03-23T06:31:01.028Z Running `/home/build/.rustup/toolchains/1.85.1-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=58973f32326c2410 -C extra-filename=-b52afaae08e0fd43 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062025-03-23T06:31:01.028Z Running `/home/build/.rustup/toolchains/1.85.1-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=ba829025d3c02658 -C extra-filename=-7f9c21aedd97326e --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`
5072025-03-23T06:31:01.215Z Compiling tracing v0.1.40
5082025-03-23T06:31:01.240Z Running `/home/build/.rustup/toolchains/1.85.1-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=80d6c6d43cbc61b3 -C extra-filename=-4bb19ae98cfd895e --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-cd3877c9e18cb19e.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-b4d76dddc6856135.rmeta --cap-lints allow`
5092025-03-23T06:31:01.268Z Compiling writeable v0.5.5
5102025-03-23T06:31:01.293Z Running `/home/build/.rustup/toolchains/1.85.1-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=c09805ae45047274 -C extra-filename=-a98c1f26252eb1dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112025-03-23T06:31:01.543Z Compiling vcpkg v0.2.15
5122025-03-23T06:31:01.568Z Running `/home/build/.rustup/toolchains/1.85.1-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=a8026072828647cd -C extra-filename=-45625b3cc57cdb13 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132025-03-23T06:31:01.568Z Compiling litemap v0.7.4
5142025-03-23T06:31:01.568Z Running `/home/build/.rustup/toolchains/1.85.1-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=08f8045327acb61d -C extra-filename=-27c0f9a9a54a2505 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5152025-03-23T06:31:01.613Z Compiling atomic-waker v1.1.1
5162025-03-23T06:31:01.639Z Running `/home/build/.rustup/toolchains/1.85.1-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.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("portable-atomic"))' -C metadata=0d616442a7fd421b -C extra-filename=-1f06f776c9b52d56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172025-03-23T06:31:01.664Z Compiling pkg-config v0.3.31
5182025-03-23T06:31:01.664Z Running `/home/build/.rustup/toolchains/1.85.1-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=1e975f9198ba131c -C extra-filename=-717a829bc88cc6de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192025-03-23T06:31:01.827Z Compiling typenum v1.14.0
5202025-03-23T06:31:01.852Z Running `/home/build/.rustup/toolchains/1.85.1-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=79cb8af1930ec399 -C extra-filename=-95e127084cabe941 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-95e127084cabe941 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212025-03-23T06:31:01.852Z Compiling http-body v1.0.1
5222025-03-23T06:31:01.852Z Running `/home/build/.rustup/toolchains/1.85.1-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=1f0d71daadcf1aa9 -C extra-filename=-b874d3633c8f79d9 --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-cb515188b96b0495.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --cap-lints allow`
5232025-03-23T06:31:01.940Z Compiling generic-array v0.14.5
5242025-03-23T06:31:01.965Z Running `/home/build/.rustup/toolchains/1.85.1-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=1f8421a574ac4644 -C extra-filename=-235517b94f7e47ed --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-235517b94f7e47ed -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
5252025-03-23T06:31:01.990Z Compiling try-lock v0.2.3
5262025-03-23T06:31:01.990Z Running `/home/build/.rustup/toolchains/1.85.1-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=9cf08caa79192037 -C extra-filename=-6379a8e6c1a482f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272025-03-23T06:31:02.094Z Compiling crossbeam-utils v0.8.15
5282025-03-23T06:31:02.119Z Running `/home/build/.rustup/toolchains/1.85.1-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=dd0f3c3f742eb217 -C extra-filename=-8d20bd39cb0a7453 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-8d20bd39cb0a7453 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5292025-03-23T06:31:02.144Z Compiling want v0.3.0
5302025-03-23T06:31:02.169Z Running `/home/build/.rustup/toolchains/1.85.1-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=0cee4e148a3ac9ff -C extra-filename=-fd991500b2b7306e --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-fcb78d7a0f863c0f.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-6379a8e6c1a482f6.rmeta --cap-lints allow`
5312025-03-23T06:31:02.305Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-235517b94f7e47ed/build-script-build`
5322025-03-23T06:31:02.378Z Compiling subtle v2.5.0
5332025-03-23T06:31:02.403Z Running `/home/build/.rustup/toolchains/1.85.1-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=b3d13b268e8e8903 -C extra-filename=-3a0211a29d179234 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342025-03-23T06:31:02.452Z Compiling powerfmt v0.2.0
5352025-03-23T06:31:02.478Z Running `/home/build/.rustup/toolchains/1.85.1-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=382e75b29263e27e -C extra-filename=-c2fa9b2ee4bcad4d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5362025-03-23T06:31:02.563Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-8d20bd39cb0a7453/build-script-build`
5372025-03-23T06:31:02.588Z Compiling icu_locid_transform_data v1.5.0
5382025-03-23T06:31:02.588Z Running `/home/build/.rustup/toolchains/1.85.1-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=e1fe145fef8ee86c -C extra-filename=-e43485fea204305a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5392025-03-23T06:31:02.614Z Compiling time-core v0.1.2
5402025-03-23T06:31:02.614Z Running `/home/build/.rustup/toolchains/1.85.1-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=7d681c768485f1d7 -C extra-filename=-0f7292795a1b5b3e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5412025-03-23T06:31:02.641Z Compiling num-conv v0.1.0
5422025-03-23T06:31:02.641Z Running `/home/build/.rustup/toolchains/1.85.1-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=d532958423396691 -C extra-filename=-42b16eefec1a386f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432025-03-23T06:31:02.666Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-95e127084cabe941/build-script-main`
5442025-03-23T06:31:02.691Z Compiling zeroize v1.7.0
5452025-03-23T06:31:02.691Z Running `/home/build/.rustup/toolchains/1.85.1-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=226ed35c97a17355 -C extra-filename=-6b7a9896b76ada19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5462025-03-23T06:31:02.749Z Compiling openssl-sys v0.9.105
5472025-03-23T06:31:02.774Z Running `/home/build/.rustup/toolchains/1.85.1-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.105/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("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=5bed07765fb39de3 -C extra-filename=-7ed3b5c406602603 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-7ed3b5c406602603 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-ab8059e529abb69f.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-717a829bc88cc6de.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-45625b3cc57cdb13.rlib --cap-lints allow`
5482025-03-23T06:31:02.774Z Compiling httpdate v1.0.1
5492025-03-23T06:31:02.774Z Running `/home/build/.rustup/toolchains/1.85.1-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=497b16a03084c830 -C extra-filename=-0882e873a5b66b06 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5502025-03-23T06:31:02.814Z Running `/home/build/.rustup/toolchains/1.85.1-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=42b5eeb8944c0db6 -C extra-filename=-1a23a0184a1b1fed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5512025-03-23T06:31:02.839Z Compiling deranged v0.3.11
5522025-03-23T06:31:02.839Z Running `/home/build/.rustup/toolchains/1.85.1-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=fd76bd197d66ed91 -C extra-filename=-d702201da7d2228e --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-c2fa9b2ee4bcad4d.rmeta --cap-lints allow`
5532025-03-23T06:31:02.894Z Compiling time-macros v0.2.18
5542025-03-23T06:31:02.919Z Running `/home/build/.rustup/toolchains/1.85.1-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=773fc510dde277bc -C extra-filename=-b63c81253f159047 --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-42b16eefec1a386f.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-0f7292795a1b5b3e.rlib --extern proc_macro --cap-lints allow`
5552025-03-23T06:31:02.973Z Running `/home/build/.rustup/toolchains/1.85.1-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=d3da62cffaf9fe51 -C extra-filename=-d8f03c97d9fe804b --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-659b900924d257b8.rmeta --cap-lints allow`
5562025-03-23T06:31:03.152Z Compiling slog v2.7.0
5572025-03-23T06:31:03.179Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=3fd964949d6fcdab -C extra-filename=-a56266a179d759e4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-a56266a179d759e4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582025-03-23T06:31:03.561Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-7ed3b5c406602603/build-script-main`
5592025-03-23T06:31:03.586Z Compiling bitflags v2.4.0
5602025-03-23T06:31:03.611Z Running `/home/build/.rustup/toolchains/1.85.1-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=12eed2eee47c78e9 -C extra-filename=-60d0c8a5c1f964c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612025-03-23T06:31:03.639Z Running `/home/build/.rustup/toolchains/1.85.1-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=63c085349e227c4a -C extra-filename=-840a41a50c10073d --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-659b900924d257b8.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-036d4bbd799c8819.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-b52afaae08e0fd43.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5622025-03-23T06:31:03.673Z Running `/home/build/.rustup/toolchains/1.85.1-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=e77e76835ba8ba1c -C extra-filename=-121297f08ee7079d --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-1a23a0184a1b1fed.rmeta --cap-lints allow --cfg relaxed_coherence`
5632025-03-23T06:31:03.698Z Compiling base64 v0.22.1
5642025-03-23T06:31:03.698Z Running `/home/build/.rustup/toolchains/1.85.1-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=6e679e982a32cc43 -C extra-filename=-f192fbf214562642 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5652025-03-23T06:31:03.870Z Compiling tower-service v0.3.3
5662025-03-23T06:31:03.870Z Running `/home/build/.rustup/toolchains/1.85.1-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=d5627fb8c21af76b -C extra-filename=-9e6d8229f92eab45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5672025-03-23T06:31:03.933Z Compiling num_threads v0.1.3
5682025-03-23T06:31:03.958Z Running `/home/build/.rustup/toolchains/1.85.1-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=553d61e468a4ba73 -C extra-filename=-aee35d8e612fb29d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5692025-03-23T06:31:03.983Z Compiling icu_properties_data v1.5.0
5702025-03-23T06:31:03.983Z Running `/home/build/.rustup/toolchains/1.85.1-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=0912473d9db686b8 -C extra-filename=-6923e5b8bc337e8e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5712025-03-23T06:31:04.008Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-a56266a179d759e4/build-script-build`
5722025-03-23T06:31:04.056Z Compiling thread-id v4.0.0
5732025-03-23T06:31:04.081Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d548b05c3c52ccc5 -C extra-filename=-205ec0d78d94d407 --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-6fdc16e62d488c81.rmeta --cap-lints allow`
5742025-03-23T06:31:04.081Z Compiling unicase v2.6.0
5752025-03-23T06:31:04.081Z Running `/home/build/.rustup/toolchains/1.85.1-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=af7e9da8448761f2 -C extra-filename=-70d611e318f90614 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-70d611e318f90614 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
5762025-03-23T06:31:04.170Z Compiling usdt-impl v0.5.0
5772025-03-23T06:31:04.195Z Running `/home/build/.rustup/toolchains/1.85.1-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.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=f56324206f2c22e3 -C extra-filename=-3a8b6a62faaf4cad --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-3a8b6a62faaf4cad -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
5782025-03-23T06:31:04.195Z Compiling openssl v0.10.70
5792025-03-23T06:31:04.195Z Running `/home/build/.rustup/toolchains/1.85.1-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.70/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("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=3eab909fec9e03fc -C extra-filename=-9ab96c536e026422 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-9ab96c536e026422 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5802025-03-23T06:31:04.350Z Compiling foreign-types-shared v0.1.1
5812025-03-23T06:31:04.375Z Running `/home/build/.rustup/toolchains/1.85.1-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=1f0aa33d55a4244e -C extra-filename=-79fcdb94eccb1566 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5822025-03-23T06:31:04.451Z Compiling openssl-probe v0.1.4
5832025-03-23T06:31:04.476Z Running `/home/build/.rustup/toolchains/1.85.1-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=77b7e95c5d51cb67 -C extra-filename=-badc72fbc427fe45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5842025-03-23T06:31:04.476Z Compiling getrandom v0.3.1
5852025-03-23T06:31:04.476Z Running `/home/build/.rustup/toolchains/1.85.1-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=27ecc5bdfd8d0413 -C extra-filename=-10788056a3bc7e81 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-10788056a3bc7e81 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5862025-03-23T06:31:04.565Z Compiling percent-encoding v2.3.1
5872025-03-23T06:31:04.590Z Running `/home/build/.rustup/toolchains/1.85.1-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.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=aefd21a26ff2af3c -C extra-filename=-198de62654989182 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5882025-03-23T06:31:04.630Z Compiling utf8_iter v1.0.4
5892025-03-23T06:31:04.655Z Running `/home/build/.rustup/toolchains/1.85.1-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=bbf0def8a7d8eea0 -C extra-filename=-5709dfdc2625d210 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902025-03-23T06:31:04.655Z Compiling paste v1.0.15
5912025-03-23T06:31:04.655Z Running `/home/build/.rustup/toolchains/1.85.1-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=47c8827ebd30186f -C extra-filename=-433baff36be548e1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-433baff36be548e1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5922025-03-23T06:31:04.753Z Compiling icu_normalizer_data v1.5.0
5932025-03-23T06:31:04.778Z Running `/home/build/.rustup/toolchains/1.85.1-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=5c97deb820a16801 -C extra-filename=-e92dfb06bb85b5f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5942025-03-23T06:31:04.859Z Compiling write16 v1.0.0
5952025-03-23T06:31:04.859Z Running `/home/build/.rustup/toolchains/1.85.1-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=cf722262aab8b2b7 -C extra-filename=-d1e58fb35bfe6357 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5962025-03-23T06:31:04.884Z Compiling utf16_iter v1.0.5
5972025-03-23T06:31:04.884Z Compiling form_urlencoded v1.2.1
5982025-03-23T06:31:04.884Z Running `/home/build/.rustup/toolchains/1.85.1-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=78a73379133233f5 -C extra-filename=-7fa14f49a2be896f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5992025-03-23T06:31:04.909Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-10788056a3bc7e81/build-script-build`
6002025-03-23T06:31:04.909Z Running `/home/build/.rustup/toolchains/1.85.1-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.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=da8dea0f91aa1ce9 -C extra-filename=-987e54a5f8bba256 --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-198de62654989182.rmeta --cap-lints allow`
6012025-03-23T06:31:04.934Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-9ab96c536e026422/build-script-build`
6022025-03-23T06:31:04.934Z Compiling crypto-common v0.1.6
6032025-03-23T06:31:04.934Z Running `/home/build/.rustup/toolchains/1.85.1-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=cee67ac5272bb60d -C extra-filename=-ee0e6e11ba8dee18 --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-121297f08ee7079d.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-1a23a0184a1b1fed.rmeta --cap-lints allow`
6042025-03-23T06:31:04.996Z Compiling block-buffer v0.10.2
6052025-03-23T06:31:05.022Z Running `/home/build/.rustup/toolchains/1.85.1-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=ac03da8a3aa2a6c9 -C extra-filename=-5bf7ed1c32ff3f29 --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-121297f08ee7079d.rmeta --cap-lints allow`
6062025-03-23T06:31:05.055Z Compiling time v0.3.36
6072025-03-23T06:31:05.080Z Running `/home/build/.rustup/toolchains/1.85.1-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=ab9a1085d2ed7174 -C extra-filename=-c2f22fec5fbf7ec8 --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-d702201da7d2228e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ab778c5e0c6d6007.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-42b16eefec1a386f.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-aee35d8e612fb29d.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-c2fa9b2ee4bcad4d.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-0f7292795a1b5b3e.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-b63c81253f159047.so --cap-lints allow`
6082025-03-23T06:31:05.080Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-3a8b6a62faaf4cad/build-script-build`
6092025-03-23T06:31:05.105Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-433baff36be548e1/build-script-build`
6102025-03-23T06:31:05.130Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-70d611e318f90614/build-script-build`
6112025-03-23T06:31:05.155Z Compiling foreign-types v0.3.2
6122025-03-23T06:31:05.180Z Running `/home/build/.rustup/toolchains/1.85.1-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=d0a83ac318031223 -C extra-filename=-a44797a638bf96c3 --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-79fcdb94eccb1566.rmeta --cap-lints allow`
6132025-03-23T06:31:05.205Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=eb5ad17bb946a825 -C extra-filename=-67f2eb52b2680b32 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
6142025-03-23T06:31:05.205Z Running `/home/build/.rustup/toolchains/1.85.1-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.105/src/lib.rs --error-format=json --json=diagnostic-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("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=3d8838cdf8fcf6d0 -C extra-filename=-ddf3df0dc2ea22a4 --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-6fdc16e62d488c81.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"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(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)'`
6152025-03-23T06:31:05.231Z Compiling synstructure v0.13.1
6162025-03-23T06:31:05.231Z Running `/home/build/.rustup/toolchains/1.85.1-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=2bd17c880600cb47 -C extra-filename=-08f19d710d3a3f47 --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-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow`
6172025-03-23T06:31:05.256Z Compiling rand_core v0.6.3
6182025-03-23T06:31:05.256Z Running `/home/build/.rustup/toolchains/1.85.1-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=2543c3463fa8a333 -C extra-filename=-3c5d8661fc96a49f --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-036d4bbd799c8819.rmeta --cap-lints allow`
6192025-03-23T06:31:05.292Z Compiling num-traits v0.2.14
6202025-03-23T06:31:05.317Z Running `/home/build/.rustup/toolchains/1.85.1-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=7e349406adec9df3 -C extra-filename=-6ea3612f82153190 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-6ea3612f82153190 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-43a22aa231a7cc43.rlib --cap-lints allow`
6212025-03-23T06:31:05.592Z Compiling semver v1.0.26
6222025-03-23T06:31:05.617Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/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=89d2c2af4ec23d71 -C extra-filename=-c02eeb76c01fc848 --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-c02eeb76c01fc848 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6232025-03-23T06:31:05.617Z Compiling plain v0.2.3
6242025-03-23T06:31:05.617Z Running `/home/build/.rustup/toolchains/1.85.1-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=37b9f33c59904f7d -C extra-filename=-0352c0bd20450dbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6252025-03-23T06:31:05.768Z Compiling rustls v0.22.4
6262025-03-23T06:31:05.793Z Running `/home/build/.rustup/toolchains/1.85.1-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=14513d3ed44f9384 -C extra-filename=-ac2397ff3f16dd02 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-ac2397ff3f16dd02 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6272025-03-23T06:31:05.818Z Compiling native-tls v0.2.12
6282025-03-23T06:31:05.818Z Running `/home/build/.rustup/toolchains/1.85.1-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=c9e00a3d41b4b7d5 -C extra-filename=-2351ecc04e7884c1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-2351ecc04e7884c1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6292025-03-23T06:31:06.008Z Compiling rustls-webpki v0.102.8
6302025-03-23T06:31:06.033Z Running `/home/build/.rustup/toolchains/1.85.1-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=a38c86eede904717 -C extra-filename=-a2b59ab113e4e953 --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-840a41a50c10073d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-b52afaae08e0fd43.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
6312025-03-23T06:31:06.058Z Compiling mime v0.3.16
6322025-03-23T06:31:06.058Z Running `/home/build/.rustup/toolchains/1.85.1-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=15390bc3563cf280 -C extra-filename=-250951e54aab151c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6332025-03-23T06:31:06.145Z Compiling rustls v0.23.13
6342025-03-23T06:31:06.171Z Running `/home/build/.rustup/toolchains/1.85.1-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=438b1825bd2d550b -C extra-filename=-8e00b0ef28c22dee --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-8e00b0ef28c22dee -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6352025-03-23T06:31:06.171Z Compiling ppv-lite86 v0.2.15
6362025-03-23T06:31:06.171Z Running `/home/build/.rustup/toolchains/1.85.1-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=84f1941f5462650c -C extra-filename=-06f424b2ea36c27d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6372025-03-23T06:31:06.197Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-2351ecc04e7884c1/build-script-build`
6382025-03-23T06:31:06.223Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-ac2397ff3f16dd02/build-script-build`
6392025-03-23T06:31:06.249Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-c02eeb76c01fc848/build-script-build`
6402025-03-23T06:31:06.287Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-6ea3612f82153190/build-script-build`
6412025-03-23T06:31:06.445Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-8e00b0ef28c22dee/build-script-build`
6422025-03-23T06:31:06.471Z Running `/home/build/.rustup/toolchains/1.85.1-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=9b331030c030bfc3 -C extra-filename=-4a33bb6c8ec16768 --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`
6432025-03-23T06:31:06.497Z Running `/home/build/.rustup/toolchains/1.85.1-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=99cd2df8a0935de4 -C extra-filename=-bd30506454cebda7 --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"))'`
6442025-03-23T06:31:06.579Z Compiling digest v0.10.7
6452025-03-23T06:31:06.605Z Running `/home/build/.rustup/toolchains/1.85.1-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=db026552a8594b2d -C extra-filename=-0a1fb7ac40de4779 --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-5bf7ed1c32ff3f29.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-ee0e6e11ba8dee18.rmeta --cap-lints allow`
6462025-03-23T06:31:06.743Z Compiling rand_chacha v0.3.1
6472025-03-23T06:31:06.769Z Running `/home/build/.rustup/toolchains/1.85.1-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=2e923e12a1f580bf -C extra-filename=-c381a0f1dae09ac4 --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-06f424b2ea36c27d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-3c5d8661fc96a49f.rmeta --cap-lints allow`
6482025-03-23T06:31:06.795Z Running `/home/build/.rustup/toolchains/1.85.1-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=3ba0b049e3f29027 -C extra-filename=-d7652dbefd31f1fc --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-659b900924d257b8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
6492025-03-23T06:31:06.896Z Compiling rustls-pemfile v2.1.3
6502025-03-23T06:31:06.922Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=66b864f059613ebe -C extra-filename=-4f234d364d96a7a3 --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-f192fbf214562642.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rmeta --cap-lints allow`
6512025-03-23T06:31:07.038Z Compiling dirs-sys-next v0.1.2
6522025-03-23T06:31:07.064Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=589f6a6af2c484ad -C extra-filename=-10b878f644dc332a --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-6fdc16e62d488c81.rmeta --cap-lints allow`
6532025-03-23T06:31:07.249Z Running `/home/build/.rustup/toolchains/1.85.1-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.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=b14dcb7fb3355fa4 -C extra-filename=-6243b47ee24b966f --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6243b47ee24b966f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
6542025-03-23T06:31:07.311Z Compiling winnow v0.7.1
6552025-03-23T06:31:07.337Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=5da6d9f3f732dccd -C extra-filename=-bf7d2d1406c38c53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6562025-03-23T06:31:07.548Z Compiling pretty-hex v0.4.1
6572025-03-23T06:31:07.574Z Running `/home/build/.rustup/toolchains/1.85.1-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=d962672fc6c4a366 -C extra-filename=-15823880d5dc9892 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6582025-03-23T06:31:07.600Z Compiling cpufeatures v0.2.2
6592025-03-23T06:31:07.626Z Running `/home/build/.rustup/toolchains/1.85.1-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=eed0e978d37c41c8 -C extra-filename=-bb092ac4ee5f0273 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6602025-03-23T06:31:07.626Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6243b47ee24b966f/build-script-build`
6612025-03-23T06:31:07.652Z Compiling dirs-next v2.0.0
6622025-03-23T06:31:07.652Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4e387dc0aa4bdd8 -C extra-filename=-46283e12b4067a4b --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-659b900924d257b8.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-10b878f644dc332a.rmeta --cap-lints allow`
6632025-03-23T06:31:07.678Z Compiling rand v0.8.4
6642025-03-23T06:31:07.678Z Running `/home/build/.rustup/toolchains/1.85.1-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=79b181899b30f480 -C extra-filename=-dd20256f0a2581f3 --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-6fdc16e62d488c81.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-c381a0f1dae09ac4.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-3c5d8661fc96a49f.rmeta --cap-lints allow`
6652025-03-23T06:31:07.703Z Compiling sha1 v0.10.6
6662025-03-23T06:31:07.729Z Running `/home/build/.rustup/toolchains/1.85.1-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=f1fc3cb2f14d8918 -C extra-filename=-3024600dc8c1764a --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-659b900924d257b8.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-bb092ac4ee5f0273.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-0a1fb7ac40de4779.rmeta --cap-lints allow`
6672025-03-23T06:31:07.763Z Compiling mime_guess v2.0.5
6682025-03-23T06:31:07.789Z Running `/home/build/.rustup/toolchains/1.85.1-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=d114d1d7dd64af7f -C extra-filename=-0668e0f2236708b4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-0668e0f2236708b4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4a33bb6c8ec16768.rlib --cap-lints allow`
6692025-03-23T06:31:07.789Z Running `/home/build/.rustup/toolchains/1.85.1-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=5723d28e083c407e -C extra-filename=-c22afb678a98f647 --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-fcb78d7a0f863c0f.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-840a41a50c10073d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-a2b59ab113e4e953.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-3a0211a29d179234.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6b7a9896b76ada19.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
6702025-03-23T06:31:07.830Z Running `/home/build/.rustup/toolchains/1.85.1-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=b2dc0a6aafb71b39 -C extra-filename=-ee4843339e4b8326 --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-6d038425c56f5b07.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-840a41a50c10073d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-a2b59ab113e4e953.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-3a0211a29d179234.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6b7a9896b76ada19.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
6712025-03-23T06:31:07.928Z Running `/home/build/.rustup/toolchains/1.85.1-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=1e78f32ebbfdb972 -C extra-filename=-1162e1525193acc8 --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`
6722025-03-23T06:31:08.040Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b6e0158227bbd5d3 -C extra-filename=-afd1f243f989e8d2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
6732025-03-23T06:31:08.334Z Compiling serde_derive v1.0.219
6742025-03-23T06:31:08.360Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/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=1f47d2e98267e677 -C extra-filename=-442de2d8f9a633eb --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
6752025-03-23T06:31:08.546Z Compiling thiserror-impl v1.0.69
6762025-03-23T06:31:08.572Z Running `/home/build/.rustup/toolchains/1.85.1-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=97f3e8f73a7a11fa -C extra-filename=-6e0da22182642158 --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
6772025-03-23T06:31:08.620Z Compiling tokio-macros v2.5.0
6782025-03-23T06:31:08.646Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd553b2381c6e569 -C extra-filename=-ab6c323c9c4d246d --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
6792025-03-23T06:31:08.833Z Compiling zerofrom-derive v0.1.5
6802025-03-23T06:31:08.859Z Running `/home/build/.rustup/toolchains/1.85.1-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=7deb43a6306ef5ba -C extra-filename=-b87da9d69e4b388f --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-08f19d710d3a3f47.rlib --extern proc_macro --cap-lints allow`
6812025-03-23T06:31:08.983Z Compiling yoke-derive v0.7.5
6822025-03-23T06:31:09.009Z Running `/home/build/.rustup/toolchains/1.85.1-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=bdb643da45ecdb2e -C extra-filename=-867d397e8574c9bd --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-08f19d710d3a3f47.rlib --extern proc_macro --cap-lints allow`
6832025-03-23T06:31:09.885Z Compiling tokio v1.44.1
6842025-03-23T06:31:09.911Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.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(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_taskdump)' --check-cfg 'cfg(tokio_unstable)' --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-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=0e4700b1ef574de9 -C extra-filename=-204f12b71c8739eb --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-cb515188b96b0495.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-06678cc5b0de56f5.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-f2cf4cad88213083.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-2ff82664e3dc1001.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-bd8613c483b9a5a8.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-ab6c323c9c4d246d.so --cap-lints allow`
6852025-03-23T06:31:10.103Z Compiling futures-macro v0.3.31
6862025-03-23T06:31:10.129Z Running `/home/build/.rustup/toolchains/1.85.1-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=91a0a48d6938a5aa -C extra-filename=-0b29b062d1b96ee7 --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
6872025-03-23T06:31:10.599Z Running `/home/build/.rustup/toolchains/1.85.1-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=38a2c7ef18d24084 -C extra-filename=-078e314dc6d09a15 --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-6e0da22182642158.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
6882025-03-23T06:31:10.738Z Compiling zerovec-derive v0.10.3
6892025-03-23T06:31:10.764Z Running `/home/build/.rustup/toolchains/1.85.1-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=de314ece8713295d -C extra-filename=-115ea21677c1be58 --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
6902025-03-23T06:31:10.886Z Compiling displaydoc v0.2.5
6912025-03-23T06:31:10.912Z Running `/home/build/.rustup/toolchains/1.85.1-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=5519d7a7cdf63978 -C extra-filename=-8a60b071a137077b --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
6922025-03-23T06:31:11.312Z Compiling zerofrom v0.1.5
6932025-03-23T06:31:11.338Z Running `/home/build/.rustup/toolchains/1.85.1-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=13b3a0a8feb7c5e2 -C extra-filename=-0886b52b155b8b80 --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-b87da9d69e4b388f.so --cap-lints allow`
6942025-03-23T06:31:11.428Z Compiling futures-util v0.3.31
6952025-03-23T06:31:11.455Z Running `/home/build/.rustup/toolchains/1.85.1-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=b88a9f71997c018c -C extra-filename=-d2adb1021949c735 --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-3da1d71a683166f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-ae09d8034e5074c5.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-0b29b062d1b96ee7.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-5ffe73603a78316b.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4d433bb4749bf289.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-2315fbefb00e067e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-37ccc11444c84852.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-7201ac07968d2d83.rmeta --cap-lints allow`
6962025-03-23T06:31:11.503Z Compiling yoke v0.7.5
6972025-03-23T06:31:11.529Z Running `/home/build/.rustup/toolchains/1.85.1-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=4574a45eb2d7d07d -C extra-filename=-b3e21ae87aa9eb39 --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-3372c03c51341570.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-867d397e8574c9bd.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0886b52b155b8b80.rmeta --cap-lints allow`
6982025-03-23T06:31:11.816Z Compiling pest v2.7.6
6992025-03-23T06:31:11.842Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=d84988da16529c22 -C extra-filename=-e5d44e0d8511e931 --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-2315fbefb00e067e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-8f85053c5446a014.rmeta --cap-lints allow`
7002025-03-23T06:31:12.051Z Compiling icu_provider_macros v1.5.0
7012025-03-23T06:31:12.077Z Running `/home/build/.rustup/toolchains/1.85.1-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=f6831bd1c9d53fc8 -C extra-filename=-a441f248270d374f --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
7022025-03-23T06:31:12.569Z Compiling zerovec v0.10.4
7032025-03-23T06:31:12.595Z Running `/home/build/.rustup/toolchains/1.85.1-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=480fc5e708bc17eb -C extra-filename=-0e4fc58d53241f55 --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-b3e21ae87aa9eb39.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0886b52b155b8b80.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-115ea21677c1be58.so --cap-lints allow`
7042025-03-23T06:31:13.062Z Compiling zerocopy-derive v0.7.32
7052025-03-23T06:31:13.088Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54f50d84bf41b6bf -C extra-filename=-70fc231d91b939ea --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
7062025-03-23T06:31:13.463Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=92789c5f38771178 -C extra-filename=-32aa256e3879c630 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-442de2d8f9a633eb.so --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
7072025-03-23T06:31:14.232Z Compiling tinystr v0.7.6
7082025-03-23T06:31:14.258Z Running `/home/build/.rustup/toolchains/1.85.1-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=43d05e7b0e17d7d5 -C extra-filename=-fb787dff694274ed --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-8a60b071a137077b.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7092025-03-23T06:31:14.431Z Compiling pest_meta v2.7.6
7102025-03-23T06:31:14.457Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=03e36785f8a73432 -C extra-filename=-29fcf9545afe0f23 --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-6d038425c56f5b07.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-e5d44e0d8511e931.rmeta --cap-lints allow`
7112025-03-23T06:31:14.676Z Compiling icu_locid v1.5.0
7122025-03-23T06:31:14.702Z Running `/home/build/.rustup/toolchains/1.85.1-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=2285d2bbd5478a53 -C extra-filename=-f5fe8b2bc717c564 --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-8a60b071a137077b.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-27c0f9a9a54a2505.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-fb787dff694274ed.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-a98c1f26252eb1dc.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7132025-03-23T06:31:14.803Z Compiling zerocopy v0.7.32
7142025-03-23T06:31:14.829Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=77151ed01bc6493f -C extra-filename=-76da0015bc1a47a4 --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-a82a60d143dcd439.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-70fc231d91b939ea.so --cap-lints allow`
7152025-03-23T06:31:15.403Z Compiling icu_collections v1.5.0
7162025-03-23T06:31:15.429Z Running `/home/build/.rustup/toolchains/1.85.1-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=9f38fcfe012f297f -C extra-filename=-bd505d6dae362718 --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-8a60b071a137077b.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-b3e21ae87aa9eb39.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0886b52b155b8b80.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7172025-03-23T06:31:15.823Z Compiling icu_provider v1.5.0
7182025-03-23T06:31:15.849Z Running `/home/build/.rustup/toolchains/1.85.1-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=fc149c6b313a32be -C extra-filename=-ff35ab07006db5ad --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-8a60b071a137077b.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-f5fe8b2bc717c564.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-a441f248270d374f.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-3372c03c51341570.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-fb787dff694274ed.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-a98c1f26252eb1dc.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-b3e21ae87aa9eb39.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0886b52b155b8b80.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7192025-03-23T06:31:15.849Z Compiling pest_generator v2.7.6
7202025-03-23T06:31:15.849Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=8a4cdf717ba4b8c7 -C extra-filename=-ac0ab3b114954583 --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-e5d44e0d8511e931.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-29fcf9545afe0f23.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow`
7212025-03-23T06:31:16.384Z Compiling tokio-util v0.7.7
7222025-03-23T06:31:16.411Z Running `/home/build/.rustup/toolchains/1.85.1-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=f313a4e960c6b904 -C extra-filename=-a0d2bbc2db246f29 --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-cb515188b96b0495.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-5ffe73603a78316b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-4bb19ae98cfd895e.rmeta --cap-lints allow`
7232025-03-23T06:31:16.510Z Compiling icu_locid_transform v1.5.0
7242025-03-23T06:31:16.536Z Running `/home/build/.rustup/toolchains/1.85.1-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=4b8e2a1e2c6cdc7f -C extra-filename=-b1e8ecba4fa2b10c --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-8a60b071a137077b.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-f5fe8b2bc717c564.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-e43485fea204305a.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-ff35ab07006db5ad.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-fb787dff694274ed.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7252025-03-23T06:31:16.636Z Compiling scroll_derive v0.12.0
7262025-03-23T06:31:16.662Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa2e60bb39482a4d -C extra-filename=-99f817e8d2b7f914 --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
7272025-03-23T06:31:17.015Z Compiling openssl-macros v0.1.1
7282025-03-23T06:31:17.041Z Running `/home/build/.rustup/toolchains/1.85.1-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=57cbd371c044db5e -C extra-filename=-b56cfcb3a5b5ecb3 --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
7292025-03-23T06:31:17.041Z Compiling pest_derive v2.7.6
7302025-03-23T06:31:17.041Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=a5331099d1e6f929 -C extra-filename=-803eaaa8862d5245 --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-e5d44e0d8511e931.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-ac0ab3b114954583.rlib --extern proc_macro --cap-lints allow`
7312025-03-23T06:31:17.450Z Compiling serde_derive_internals v0.29.0
7322025-03-23T06:31:17.476Z Running `/home/build/.rustup/toolchains/1.85.1-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=17e3c8ab9088e072 -C extra-filename=-2cfb674b454ccdee --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-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow`
7332025-03-23T06:31:17.698Z Running `/home/build/.rustup/toolchains/1.85.1-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.140/src/lib.rs --error-format=json --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=55fb11ab827c096a -C extra-filename=-a9a9974268547984 --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-ab778c5e0c6d6007.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-2315fbefb00e067e.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c1193a9a3209fb84.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7342025-03-23T06:31:17.751Z Compiling indexmap v2.8.0
7352025-03-23T06:31:17.777Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --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", "test_debug"))' -C metadata=5df3011f39853959 -C extra-filename=-2322dc6bd3219820 --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-4b5682327f897c0a.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-6a651f98f846e240.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
7362025-03-23T06:31:17.838Z Compiling serde_tokenstream v0.2.2
7372025-03-23T06:31:17.864Z Running `/home/build/.rustup/toolchains/1.85.1-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=45c9ae7569fc3c45 -C extra-filename=-ee7af4d22956bd6a --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-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow`
7382025-03-23T06:31:17.864Z Compiling dtrace-parser v0.2.0
7392025-03-23T06:31:17.864Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f3f8d57fbe26a8 -C extra-filename=-920ea4dc611722cd --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-e5d44e0d8511e931.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-803eaaa8862d5245.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --cap-lints allow`
7402025-03-23T06:31:17.905Z Compiling icu_properties v1.5.1
7412025-03-23T06:31:17.931Z Running `/home/build/.rustup/toolchains/1.85.1-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=db4deaf1934db771 -C extra-filename=-b8ca3678882633af --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-8a60b071a137077b.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-bd505d6dae362718.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-b1e8ecba4fa2b10c.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-6923e5b8bc337e8e.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-ff35ab07006db5ad.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-fb787dff694274ed.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7422025-03-23T06:31:18.293Z Compiling scroll v0.12.0
7432025-03-23T06:31:18.319Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=e93779553bca469e -C extra-filename=-7698b306f4205580 --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-99f817e8d2b7f914.so --cap-lints allow`
7442025-03-23T06:31:18.556Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.70/src/lib.rs --error-format=json --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("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=d1246b190f460507 -C extra-filename=-2d41a68a862d27a8 --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-60d0c8a5c1f964c1.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-a44797a638bf96c3.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6d038425c56f5b07.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-b56cfcb3a5b5ecb3.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-ddf3df0dc2ea22a4.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"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --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)'`
7452025-03-23T06:31:18.756Z Compiling goblin v0.8.0
7462025-03-23T06:31:18.783Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=96397dce3362ae83 -C extra-filename=-6ca46ca2bf8e8296 --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-fcb78d7a0f863c0f.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-0352c0bd20450dbd.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-7698b306f4205580.rmeta --cap-lints allow`
7472025-03-23T06:31:18.885Z Compiling h2 v0.4.6
7482025-03-23T06:31:18.911Z Running `/home/build/.rustup/toolchains/1.85.1-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=e7fb14bb57178975 -C extra-filename=-4243ea6bf2302bc0 --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-1f06f776c9b52d56.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-d59914012fe8741e.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-5ffe73603a78316b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-7201ac07968d2d83.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-a0d2bbc2db246f29.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-4bb19ae98cfd895e.rmeta --cap-lints allow`
7492025-03-23T06:31:18.958Z Compiling toml_datetime v0.6.8
7502025-03-23T06:31:18.984Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=93a3dcffb932cd26 -C extra-filename=-75bf8f3af7ad879f --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-32aa256e3879c630.rmeta --cap-lints allow`
7512025-03-23T06:31:19.367Z Compiling dof v0.3.0
7522025-03-23T06:31:19.393Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=bf0aa3e86c463530 -C extra-filename=-f94998babe3c7f34 --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-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-76da0015bc1a47a4.rmeta --cap-lints allow`
7532025-03-23T06:31:19.458Z Compiling serde_spanned v0.6.8
7542025-03-23T06:31:19.483Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=90313f5a6177531e -C extra-filename=-3a2dc0a849ed2ba2 --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-32aa256e3879c630.rmeta --cap-lints allow`
7552025-03-23T06:31:19.678Z Compiling toml_edit v0.22.23
7562025-03-23T06:31:19.704Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=9552ac87916f7965 -C extra-filename=-6eb670bd0ff9da71 --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-2322dc6bd3219820.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-3a2dc0a849ed2ba2.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-75bf8f3af7ad879f.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-bf7d2d1406c38c53.rmeta --cap-lints allow`
7572025-03-23T06:31:19.953Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=8402dc37143a6c17 -C extra-filename=-a11f13002937bfd2 --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-a82a60d143dcd439.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-f94998babe3c7f34.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-920ea4dc611722cd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-205ec0d78d94d407.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7582025-03-23T06:31:20.020Z Compiling concurrent-queue v2.5.0
7592025-03-23T06:31:20.046Z Running `/home/build/.rustup/toolchains/1.85.1-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=7331061ba25f1103 -C extra-filename=-941d1490923574bd --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-d8f03c97d9fe804b.rmeta --cap-lints allow`
7602025-03-23T06:31:20.319Z Compiling http-body-util v0.1.3
7612025-03-23T06:31:20.345Z Running `/home/build/.rustup/toolchains/1.85.1-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=6afec0dbd1cf65f7 -C extra-filename=-cd4c8096193aeb3e --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-cb515188b96b0495.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b874d3633c8f79d9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --cap-lints allow`
7622025-03-23T06:31:20.702Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.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="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=37f3781e1324b5ed -C extra-filename=-4f5ead5195c39c98 --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-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-63ef57026ce3a1de.rmeta --cap-lints allow`
7632025-03-23T06:31:20.926Z Compiling icu_normalizer v1.5.0
7642025-03-23T06:31:20.952Z Running `/home/build/.rustup/toolchains/1.85.1-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=00e9c4eea6ed7363 -C extra-filename=-648cb51e6edf0e46 --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-8a60b071a137077b.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-bd505d6dae362718.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-e92dfb06bb85b5f9.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-b8ca3678882633af.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-ff35ab07006db5ad.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-9774fe3851bb90e6.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-7fa14f49a2be896f.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-5709dfdc2625d210.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-d1e58fb35bfe6357.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7652025-03-23T06:31:21.681Z Compiling idna_adapter v1.2.0
7662025-03-23T06:31:21.707Z Running `/home/build/.rustup/toolchains/1.85.1-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=f3565725fc879630 -C extra-filename=-f1157a0adc9bfb92 --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-648cb51e6edf0e46.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-b8ca3678882633af.rmeta --cap-lints allow`
7672025-03-23T06:31:21.767Z Compiling multer v3.1.0
7682025-03-23T06:31:21.793Z Running `/home/build/.rustup/toolchains/1.85.1-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=7e901916855291e2 -C extra-filename=-1fa4eac85ffeab8a --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-1fa4eac85ffeab8a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
7692025-03-23T06:31:21.899Z Compiling idna v1.0.3
7702025-03-23T06:31:21.924Z Running `/home/build/.rustup/toolchains/1.85.1-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=bfb90ada76b64876 -C extra-filename=-9143d515226db1b8 --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-f1157a0adc9bfb92.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-9774fe3851bb90e6.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-5709dfdc2625d210.rmeta --cap-lints allow`
7712025-03-23T06:31:22.063Z Compiling thread_local v1.1.4
7722025-03-23T06:31:22.089Z Running `/home/build/.rustup/toolchains/1.85.1-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=d9e9fff834f89f38 -C extra-filename=-2040478aa9a64a55 --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-6d038425c56f5b07.rmeta --cap-lints allow`
7732025-03-23T06:31:22.387Z Compiling encoding_rs v0.8.32
7742025-03-23T06:31:22.413Z Running `/home/build/.rustup/toolchains/1.85.1-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=3201208aea1e59d0 -C extra-filename=-427c5ea3253dc5df --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-659b900924d257b8.rmeta --cap-lints allow`
7752025-03-23T06:31:22.474Z Compiling iana-time-zone v0.1.47
7762025-03-23T06:31:22.500Z Running `/home/build/.rustup/toolchains/1.85.1-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=b418144c236dfea8 -C extra-filename=-73ccaff6b0492565 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7772025-03-23T06:31:22.815Z Compiling hyper v1.6.0
7782025-03-23T06:31:22.842Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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 --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=6b986aaefcc0663f -C extra-filename=-5640fad1397e5921 --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-cb515188b96b0495.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-3da1d71a683166f6.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-4243ea6bf2302bc0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b874d3633c8f79d9.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7f9c21aedd97326e.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-0882e873a5b66b06.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ab778c5e0c6d6007.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-9774fe3851bb90e6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-fd991500b2b7306e.rmeta --cap-lints allow`
7792025-03-23T06:31:23.262Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=b86f951b8242aad1 -C extra-filename=-f4f914c3ec781cb5 --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-6ca46ca2bf8e8296.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-15823880d5dc9892.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-76da0015bc1a47a4.rmeta --cap-lints allow`
7802025-03-23T06:31:24.613Z Running `/home/build/.rustup/toolchains/1.85.1-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=471d8832c7202a1d -C extra-filename=-c61d8bad83d0ae68 --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-fcb78d7a0f863c0f.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-2d41a68a862d27a8.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-badc72fbc427fe45.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-ddf3df0dc2ea22a4.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
7812025-03-23T06:31:24.893Z Compiling hyper-util v0.1.10
7822025-03-23T06:31:24.919Z Running `/home/build/.rustup/toolchains/1.85.1-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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=06a3fd150cedcae0 -C extra-filename=-a2173e76e6c8bf40 --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-cb515188b96b0495.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-3da1d71a683166f6.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b874d3633c8f79d9.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-bd8613c483b9a5a8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-4bb19ae98cfd895e.rmeta --cap-lints allow`
7832025-03-23T06:31:24.956Z Compiling thiserror v2.0.12
7842025-03-23T06:31:24.983Z Running `/home/build/.rustup/toolchains/1.85.1-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.12/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=5537808112e25d30 -C extra-filename=-2abd238d8fcca215 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-2abd238d8fcca215 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7852025-03-23T06:31:25.106Z Compiling lazy_static v1.5.0
7862025-03-23T06:31:25.133Z Running `/home/build/.rustup/toolchains/1.85.1-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=dc3b85d918167031 -C extra-filename=-f739e9908dd464ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7872025-03-23T06:31:25.238Z Compiling parking v2.2.0
7882025-03-23T06:31:25.263Z Running `/home/build/.rustup/toolchains/1.85.1-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=f92d840569b407c0 -C extra-filename=-c2bf1fcd46f80ec4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7892025-03-23T06:31:25.433Z Compiling camino v1.1.9
7902025-03-23T06:31:25.459Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=a48d7814831ddcef -C extra-filename=-2e5d698f9c84f788 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-2e5d698f9c84f788 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7912025-03-23T06:31:25.550Z Compiling heck v0.5.0
7922025-03-23T06:31:25.576Z Running `/home/build/.rustup/toolchains/1.85.1-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=a39d16e538bc0faf -C extra-filename=-62a205c19b6c2e9b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7932025-03-23T06:31:25.601Z Compiling slog-async v2.8.0
7942025-03-23T06:31:25.601Z Running `/home/build/.rustup/toolchains/1.85.1-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=2e126fbb616a0c23 -C extra-filename=-052f1bae81d3ffeb --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-052f1bae81d3ffeb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7952025-03-23T06:31:25.901Z Compiling unicode-segmentation v1.10.0
7962025-03-23T06:31:25.927Z Running `/home/build/.rustup/toolchains/1.85.1-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=78d42b08bb793f98 -C extra-filename=-81bad23b7c1a033a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7972025-03-23T06:31:25.952Z Compiling match_cfg v0.1.0
7982025-03-23T06:31:25.952Z Running `/home/build/.rustup/toolchains/1.85.1-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=41ef8b17cf20ad21 -C extra-filename=-3365c2abe61db2fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7992025-03-23T06:31:25.978Z Compiling schemars v0.8.22
8002025-03-23T06:31:25.978Z Running `/home/build/.rustup/toolchains/1.85.1-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=0ad65a7d219bb776 -C extra-filename=-4562dd78d43d9520 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-4562dd78d43d9520 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8012025-03-23T06:31:26.041Z Compiling target-triple v0.1.3
8022025-03-23T06:31:26.041Z Compiling unicode-width v0.1.9
8032025-03-23T06:31:26.066Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3324bf021a71fecc -C extra-filename=-3b887b65ad9883a8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-3b887b65ad9883a8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8042025-03-23T06:31:26.066Z Running `/home/build/.rustup/toolchains/1.85.1-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=2103a68e8bad6015 -C extra-filename=-feefaaeae3092ade --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8052025-03-23T06:31:26.115Z Compiling rustix v1.0.2
8062025-03-23T06:31:26.141Z Running `/home/build/.rustup/toolchains/1.85.1-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=b9334d23e715cfce -C extra-filename=-000fd909245d31ce --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-000fd909245d31ce -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8072025-03-23T06:31:26.222Z Compiling console v0.15.7
8082025-03-23T06:31:26.248Z Running `/home/build/.rustup/toolchains/1.85.1-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=44b4016a8995233e -C extra-filename=-bab7d069abc7d26a --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-f739e9908dd464ca.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-feefaaeae3092ade.rmeta --cap-lints allow`
8092025-03-23T06:31:26.309Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-4562dd78d43d9520/build-script-build`
8102025-03-23T06:31:26.334Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-052f1bae81d3ffeb/build-script-build`
8112025-03-23T06:31:26.399Z Compiling newline-converter v0.3.0
8122025-03-23T06:31:26.431Z Running `/home/build/.rustup/toolchains/1.85.1-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=63a05543df901cee -C extra-filename=-e24e3d173fa9ae1d --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-81bad23b7c1a033a.rmeta --cap-lints allow`
8132025-03-23T06:31:26.456Z Compiling hostname v0.3.1
8142025-03-23T06:31:26.456Z Running `/home/build/.rustup/toolchains/1.85.1-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=fe1bffd71424c837 -C extra-filename=-d0a20fedf3566671 --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-6fdc16e62d488c81.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-3365c2abe61db2fa.rmeta --cap-lints allow`
8152025-03-23T06:31:26.482Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-3b887b65ad9883a8/build-script-build`
8162025-03-23T06:31:26.507Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-2e5d698f9c84f788/build-script-build`
8172025-03-23T06:31:26.541Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=5506223e3af4d6d8 -C extra-filename=-ab4feecb6885cac7 --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-a82a60d143dcd439.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-f4f914c3ec781cb5.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-920ea4dc611722cd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-4f5ead5195c39c98.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-205ec0d78d94d407.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
8182025-03-23T06:31:26.580Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-2abd238d8fcca215/build-script-build`
8192025-03-23T06:31:26.606Z Compiling event-listener v5.0.0
8202025-03-23T06:31:26.606Z Running `/home/build/.rustup/toolchains/1.85.1-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=8791096689bf2d27 -C extra-filename=-598d870a896892d3 --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-941d1490923574bd.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-c2bf1fcd46f80ec4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --cap-lints allow`
8212025-03-23T06:31:26.650Z Compiling tokio-native-tls v0.3.1
8222025-03-23T06:31:26.676Z Running `/home/build/.rustup/toolchains/1.85.1-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=6dd9ab75aae9266c -C extra-filename=-3bc8841c89d0a0c5 --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-c61d8bad83d0ae68.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8232025-03-23T06:31:26.701Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-000fd909245d31ce/build-script-build`
8242025-03-23T06:31:26.818Z Compiling chrono v0.4.40
8252025-03-23T06:31:26.843Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.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="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=298f2250c779a6ac -C extra-filename=-aab879e003a257ac --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-73ccaff6b0492565.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-1162e1525193acc8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
8262025-03-23T06:31:26.869Z Compiling url v2.5.4
8272025-03-23T06:31:26.869Z Running `/home/build/.rustup/toolchains/1.85.1-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=b7f1cdcf0d940b2b -C extra-filename=-e900fc9cc96407a0 --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-987e54a5f8bba256.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-9143d515226db1b8.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rmeta --cap-lints allow`
8282025-03-23T06:31:26.897Z Compiling toml v0.8.20
8292025-03-23T06:31:26.923Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=a50e6270954df974 -C extra-filename=-713f1fe6458b61c8 --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-32aa256e3879c630.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-3a2dc0a849ed2ba2.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-75bf8f3af7ad879f.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-6eb670bd0ff9da71.rmeta --cap-lints allow`
8302025-03-23T06:31:27.051Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-1fa4eac85ffeab8a/build-script-build`
8312025-03-23T06:31:27.080Z Compiling usdt-attr-macro v0.5.0
8322025-03-23T06:31:27.106Z Running `/home/build/.rustup/toolchains/1.85.1-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.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=79b3c05f15cd78f3 -C extra-filename=-43de60a98065b721 --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-920ea4dc611722cd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-ee7af4d22956bd6a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a11f13002937bfd2.rlib --extern proc_macro --cap-lints allow`
8332025-03-23T06:31:27.131Z Compiling usdt-macro v0.5.0
8342025-03-23T06:31:27.131Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=28cb0c61df7ffb9c -C extra-filename=-0ac7e7a774244487 --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-920ea4dc611722cd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-ee7af4d22956bd6a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a11f13002937bfd2.rlib --extern proc_macro --cap-lints allow`
8352025-03-23T06:31:27.355Z Compiling slog-json v2.6.1
8362025-03-23T06:31:27.381Z Running `/home/build/.rustup/toolchains/1.85.1-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=d968c9167f25645d -C extra-filename=-5ed4dfba6ef22873 --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-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c2f22fec5fbf7ec8.rmeta --cap-lints allow`
8372025-03-23T06:31:27.683Z Compiling schemars_derive v0.8.22
8382025-03-23T06:31:27.709Z Running `/home/build/.rustup/toolchains/1.85.1-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=99ac2ba73fa0270b -C extra-filename=-b55b91eb966eea36 --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-2cfb674b454ccdee.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
8392025-03-23T06:31:27.836Z Compiling serde_urlencoded v0.7.1
8402025-03-23T06:31:27.862Z Running `/home/build/.rustup/toolchains/1.85.1-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=441b5b6709da7173 -C extra-filename=-4494a5b7e167df31 --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-987e54a5f8bba256.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ab778c5e0c6d6007.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c1193a9a3209fb84.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
8412025-03-23T06:31:28.221Z Compiling uuid v1.16.0
8422025-03-23T06:31:28.247Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.16.0/src/lib.rs --error-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=9c47254a53469b99 -C extra-filename=-85a430ef7cdb0f53 --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-d7652dbefd31f1fc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
8432025-03-23T06:31:28.273Z Compiling tokio-rustls v0.25.0
8442025-03-23T06:31:28.273Z Running `/home/build/.rustup/toolchains/1.85.1-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=35c883cf4f8b18aa -C extra-filename=-9e7f5448930a28da --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-c22afb678a98f647.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
8452025-03-23T06:31:28.299Z Compiling tokio-rustls v0.26.0
8462025-03-23T06:31:28.299Z Running `/home/build/.rustup/toolchains/1.85.1-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=0257e0b30066f9bb -C extra-filename=-38e1cbed23512e85 --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-ee4843339e4b8326.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
8472025-03-23T06:31:28.325Z Compiling futures-executor v0.3.31
8482025-03-23T06:31:28.325Z Running `/home/build/.rustup/toolchains/1.85.1-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=ef136df0f173deb3 -C extra-filename=-30a49850b508c6d5 --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-29226b0922055fb3.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4d433bb4749bf289.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --cap-lints allow`
8492025-03-23T06:31:28.420Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-0668e0f2236708b4/build-script-build`
8502025-03-23T06:31:28.450Z Compiling thiserror-impl v2.0.12
8512025-03-23T06:31:28.476Z Running `/home/build/.rustup/toolchains/1.85.1-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.12/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=850405945f8d023b -C extra-filename=-31f048854cdaf7eb --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
8522025-03-23T06:31:28.615Z Compiling async-stream-impl v0.3.6
8532025-03-23T06:31:28.640Z Running `/home/build/.rustup/toolchains/1.85.1-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=63417a54c20890de -C extra-filename=-12c53ba53f0f3ea0 --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
8542025-03-23T06:31:28.666Z Compiling term v0.7.0
8552025-03-23T06:31:28.666Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d3d22e76f8aaff87 -C extra-filename=-af2b09801cf6214a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dirs_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_next-46283e12b4067a4b.rmeta --cap-lints allow`
8562025-03-23T06:31:28.779Z Compiling crossbeam-channel v0.5.1
8572025-03-23T06:31:28.805Z Running `/home/build/.rustup/toolchains/1.85.1-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=2b8ec208b1373dbf -C extra-filename=-e87ec8fee3088adf --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-659b900924d257b8.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-d8f03c97d9fe804b.rmeta --cap-lints allow`
8582025-03-23T06:31:28.918Z Compiling webpki-roots v0.26.5
8592025-03-23T06:31:28.944Z Running `/home/build/.rustup/toolchains/1.85.1-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=6e6ffcad59274806 -C extra-filename=-1f5086af7fe67aaa --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-b1c111152f21ac8c.rmeta --cap-lints allow`
8602025-03-23T06:31:29.095Z Compiling memmap v0.7.0
8612025-03-23T06:31:29.120Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=289eb013cac46d06 -C extra-filename=-328e9afaa60ab1f7 --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-6fdc16e62d488c81.rmeta --cap-lints allow`
8622025-03-23T06:31:29.461Z Compiling is-terminal v0.4.12
8632025-03-23T06:31:29.487Z Running `/home/build/.rustup/toolchains/1.85.1-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=b20e665840ab3f0a -C extra-filename=-31e1e44768a1a08c --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-6fdc16e62d488c81.rmeta --cap-lints allow`
8642025-03-23T06:31:29.586Z Compiling errno v0.3.10
8652025-03-23T06:31:29.612Z Running `/home/build/.rustup/toolchains/1.85.1-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=42c94a47c5e72927 -C extra-filename=-78ec98a48a6e0c76 --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-6fdc16e62d488c81.rmeta --cap-lints allow`
8662025-03-23T06:31:29.685Z Compiling sync_wrapper v1.0.1
8672025-03-23T06:31:29.711Z Running `/home/build/.rustup/toolchains/1.85.1-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=3745c6273f23260a -C extra-filename=-f78911461a907de4 --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-29226b0922055fb3.rmeta --cap-lints allow`
8682025-03-23T06:31:29.737Z Compiling dropshot v0.16.0 (/work/oxidecomputer/dropshot/dropshot)
8692025-03-23T06:31:29.737Z Running `/home/build/.rustup/toolchains/1.85.1-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=8fa75b898b707444 -C extra-filename=-077b046780b2b7cb --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-077b046780b2b7cb -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-f82c0cf4165bf1e4.rlib`
8702025-03-23T06:31:29.763Z Compiling data-encoding v2.4.0
8712025-03-23T06:31:29.763Z Running `/home/build/.rustup/toolchains/1.85.1-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=01957267116837a8 -C extra-filename=-9bd6fba153afc2af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8722025-03-23T06:31:29.822Z Compiling similar v2.2.1
8732025-03-23T06:31:29.848Z Running `/home/build/.rustup/toolchains/1.85.1-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=4072fb8eedc58cea -C extra-filename=-29c8035bfb3a0c9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8742025-03-23T06:31:29.848Z Compiling dyn-clone v1.0.4
8752025-03-23T06:31:29.848Z Running `/home/build/.rustup/toolchains/1.85.1-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=4fd095e916be2785 -C extra-filename=-5705fcaa6771d8fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8762025-03-23T06:31:29.921Z Compiling spin v0.9.8
8772025-03-23T06:31:29.947Z Running `/home/build/.rustup/toolchains/1.85.1-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=6222bced3541a2e0 -C extra-filename=-c3d249eff7b68197 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8782025-03-23T06:31:29.984Z Compiling utf-8 v0.7.6
8792025-03-23T06:31:30.010Z Running `/home/build/.rustup/toolchains/1.85.1-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=bd55b7da28868c47 -C extra-filename=-3ab53f6c76f3b36d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8802025-03-23T06:31:30.010Z Compiling anyhow v1.0.97
8812025-03-23T06:31:30.010Z Running `/home/build/.rustup/toolchains/1.85.1-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.97/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=58a6e0b1c4b20586 -C extra-filename=-55a85119fbb5a5b7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-55a85119fbb5a5b7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8822025-03-23T06:31:30.087Z Compiling take_mut v0.2.2
8832025-03-23T06:31:30.113Z Running `/home/build/.rustup/toolchains/1.85.1-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=f280b4151f60a047 -C extra-filename=-87b52239bc71959e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8842025-03-23T06:31:30.113Z Compiling buf-list v1.0.3
8852025-03-23T06:31:30.113Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=1e48e69c6ea71ea0 -C extra-filename=-5850d33f1a4b38f8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-5850d33f1a4b38f8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8862025-03-23T06:31:30.244Z Compiling tower-layer v0.3.3
8872025-03-23T06:31:30.270Z Running `/home/build/.rustup/toolchains/1.85.1-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=22a907fce79e3627 -C extra-filename=-925e0d8118cbfcf4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8882025-03-23T06:31:30.296Z Compiling tungstenite v0.24.0
8892025-03-23T06:31:30.296Z Running `/home/build/.rustup/toolchains/1.85.1-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=a639bf4995e5dfb7 -C extra-filename=-468879312df8dfac --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-a82a60d143dcd439.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-9bd6fba153afc2af.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7f9c21aedd97326e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-dd20256f0a2581f3.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-3ab53f6c76f3b36d.rmeta --cap-lints allow`
8902025-03-23T06:31:30.485Z Compiling tower v0.5.2
8912025-03-23T06:31:30.512Z Running `/home/build/.rustup/toolchains/1.85.1-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="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=040f248b61b118a2 -C extra-filename=-8c5afcf4471231c9 --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-29226b0922055fb3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-f78911461a907de4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-925e0d8118cbfcf4.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --cap-lints allow`
8922025-03-23T06:31:30.512Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-55a85119fbb5a5b7/build-script-build`
8932025-03-23T06:31:30.583Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-5850d33f1a4b38f8/build-script-build`
8942025-03-23T06:31:30.644Z Compiling expectorate v1.1.0
8952025-03-23T06:31:30.670Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=9484d834fbe59d06 -C extra-filename=-32ee77df4ff6031a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-bab7d069abc7d26a.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-e24e3d173fa9ae1d.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-29c8035bfb3a0c9f.rmeta --cap-lints allow`
8962025-03-23T06:31:30.719Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a36eb25e3c847fe9 -C extra-filename=-0255cc036f1a0f85 --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-31f048854cdaf7eb.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
8972025-03-23T06:31:30.810Z Running `/home/build/.rustup/toolchains/1.85.1-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=9a22800282a11603 -C extra-filename=-36b789951e973c64 --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-e87ec8fee3088adf.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-87b52239bc71959e.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-2040478aa9a64a55.rmeta --cap-lints allow --cfg integer128`
8982025-03-23T06:31:30.836Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-077b046780b2b7cb/build-script-build`
8992025-03-23T06:31:30.836Z Running `/home/build/.rustup/toolchains/1.85.1-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=9eb398c309dbdfb5 -C extra-filename=-4e126bc360f7b9b8 --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-cb515188b96b0495.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-427c5ea3253dc5df.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7f9c21aedd97326e.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-2315fbefb00e067e.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-250951e54aab151c.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-c3d249eff7b68197.rmeta --cap-lints allow`
9002025-03-23T06:31:30.874Z Running `/home/build/.rustup/toolchains/1.85.1-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=c8919a13339be235 -C extra-filename=-cb546ec9e1815bb0 --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-aab879e003a257ac.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-5705fcaa6771d8fb.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-b55b91eb966eea36.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9012025-03-23T06:31:30.900Z Running `/home/build/.rustup/toolchains/1.85.1-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=86f2ccd80c348613 -C extra-filename=-2d36d54a74009541 --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-60d0c8a5c1f964c1.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-78ec98a48a6e0c76.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
9022025-03-23T06:31:31.153Z Compiling async-stream v0.3.6
9032025-03-23T06:31:31.179Z Running `/home/build/.rustup/toolchains/1.85.1-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=e536139209d6a9a2 -C extra-filename=-a427df5c4dde21c9 --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-12c53ba53f0f3ea0.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --cap-lints allow`
9042025-03-23T06:31:31.425Z Compiling slog-term v2.9.1
9052025-03-23T06:31:31.454Z Running `/home/build/.rustup/toolchains/1.85.1-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.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("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=cb0351528abfadbe -C extra-filename=-ed68b1967d77aebf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-31e1e44768a1a08c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-af2b09801cf6214a.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-2040478aa9a64a55.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c2f22fec5fbf7ec8.rmeta --cap-lints allow`
9062025-03-23T06:31:31.487Z Compiling usdt v0.5.0
9072025-03-23T06:31:31.512Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=f12ffe2b793ae21b -C extra-filename=-4f7234a2c4807e4b --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-f4f914c3ec781cb5.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-920ea4dc611722cd.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-6ca46ca2bf8e8296.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-328e9afaa60ab1f7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-43de60a98065b721.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ab4feecb6885cac7.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-0ac7e7a774244487.so --cap-lints allow`
9082025-03-23T06:31:31.574Z Compiling hyper-rustls v0.27.3
9092025-03-23T06:31:31.600Z Running `/home/build/.rustup/toolchains/1.85.1-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=78abe3e22a5ae399 -C extra-filename=-3bddf3481a0d9da2 --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-d2adb1021949c735.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-ee4843339e4b8326.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-38e1cbed23512e85.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-1f5086af7fe67aaa.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
9102025-03-23T06:31:31.730Z Compiling futures v0.3.31
9112025-03-23T06:31:31.756Z Running `/home/build/.rustup/toolchains/1.85.1-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=8ef357ea83af8596 -C extra-filename=-d739862025c6e0a0 --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-3da1d71a683166f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-30a49850b508c6d5.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-ae09d8034e5074c5.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-5ffe73603a78316b.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4d433bb4749bf289.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --cap-lints allow`
9122025-03-23T06:31:31.782Z Running `/home/build/.rustup/toolchains/1.85.1-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=60a4ca6b95bcb66b -C extra-filename=-28ef41fb71b412cf --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-250951e54aab151c.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4a33bb6c8ec16768.rmeta --cap-lints allow`
9132025-03-23T06:31:31.837Z Compiling slog-bunyan v2.5.0
9142025-03-23T06:31:31.863Z Running `/home/build/.rustup/toolchains/1.85.1-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=c1fd8ea00350d850 -C extra-filename=-40816a3cd76f8016 --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-d0a20fedf3566671.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c2f22fec5fbf7ec8.rmeta --cap-lints allow`
9152025-03-23T06:31:31.928Z Compiling event-listener-strategy v0.5.2
9162025-03-23T06:31:31.953Z Running `/home/build/.rustup/toolchains/1.85.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=df7ac5fd7e555219 -C extra-filename=-1c11bfdfbea4e9bb --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-598d870a896892d3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --cap-lints allow`
9172025-03-23T06:31:32.040Z Compiling hyper-tls v0.6.0
9182025-03-23T06:31:32.066Z Running `/home/build/.rustup/toolchains/1.85.1-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=9b1b531699a94565 -C extra-filename=-c60a2f4098d8821a --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-cb515188b96b0495.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-c61d8bad83d0ae68.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-3bc8841c89d0a0c5.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9192025-03-23T06:31:32.095Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=6d903c66c3794adc -C extra-filename=-70f335b9689c2eda --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-32aa256e3879c630.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
9202025-03-23T06:31:32.121Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0158febaa99c85c -C extra-filename=-3334d1d90fa1916c --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"))'`
9212025-03-23T06:31:32.147Z Compiling dropshot_endpoint v0.16.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9222025-03-23T06:31:32.147Z Running `/home/build/.rustup/toolchains/1.85.1-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=d9d27663d4bb9aa6 -C extra-filename=-566995edbd638cb8 --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-62a205c19b6c2e9b.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-ee7af4d22956bd6a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro`
9232025-03-23T06:31:32.228Z Compiling openapiv3 v2.0.0
9242025-03-23T06:31:32.254Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=0e25cbf62e70752f -C extra-filename=-bf82ae52019ec667 --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-2322dc6bd3219820.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --cap-lints allow`
9252025-03-23T06:31:32.399Z Compiling serde_path_to_error v0.1.17
9262025-03-23T06:31:32.427Z Running `/home/build/.rustup/toolchains/1.85.1-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.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())' -C metadata=307f0b793ce0184d -C extra-filename=-460b07dc281c09a0 --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-ab778c5e0c6d6007.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
9272025-03-23T06:31:32.427Z Compiling async-trait v0.1.88
9282025-03-23T06:31:32.427Z Running `/home/build/.rustup/toolchains/1.85.1-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.88/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=1f5042ed19893642 -C extra-filename=-528c375ee76f92cd --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-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
9292025-03-23T06:31:32.484Z Compiling rustls-native-certs v0.7.0
9302025-03-23T06:31:32.510Z Running `/home/build/.rustup/toolchains/1.85.1-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=8a5f8605eec4a153 -C extra-filename=-c8a06a51822c2805 --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-badc72fbc427fe45.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rmeta --cap-lints allow`
9312025-03-23T06:31:32.730Z Compiling yasna v0.5.2
9322025-03-23T06:31:32.756Z Running `/home/build/.rustup/toolchains/1.85.1-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=6b56110f5acc4137 -C extra-filename=-38b906ec66dda606 --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-c2f22fec5fbf7ec8.rmeta --cap-lints allow`
9332025-03-23T06:31:32.835Z Compiling pem v3.0.5
9342025-03-23T06:31:32.861Z Compiling waitgroup v0.1.2
9352025-03-23T06:31:32.861Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=38316e75df2c492d -C extra-filename=-d92d574f5dcfc9bc --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-f192fbf214562642.rmeta --cap-lints allow`
9362025-03-23T06:31:32.861Z Running `/home/build/.rustup/toolchains/1.85.1-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=1399e897f15013d3 -C extra-filename=-078f2af13c260029 --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-1f06f776c9b52d56.rmeta --cap-lints allow`
9372025-03-23T06:31:33.047Z Compiling hostname v0.4.0
9382025-03-23T06:31:33.073Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=9b312485702b984d -C extra-filename=-3358eb321f56fe2e --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-659b900924d257b8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
9392025-03-23T06:31:33.073Z Compiling fastrand v2.1.1
9402025-03-23T06:31:33.073Z Running `/home/build/.rustup/toolchains/1.85.1-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=a19536fa66da7582 -C extra-filename=-7923abf5d1ef329c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9412025-03-23T06:31:33.249Z Compiling http-range v0.1.4
9422025-03-23T06:31:33.275Z Running `/home/build/.rustup/toolchains/1.85.1-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=e5913319d98f8958 -C extra-filename=-a7595382c38aa0d2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9432025-03-23T06:31:33.517Z Compiling ipnet v2.10.0
9442025-03-23T06:31:33.543Z Running `/home/build/.rustup/toolchains/1.85.1-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=0934f1829008e86a -C extra-filename=-35d04798b8274ea8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9452025-03-23T06:31:33.543Z Compiling simple-mermaid v0.2.0
9462025-03-23T06:31:33.543Z Compiling glob v0.3.0
9472025-03-23T06:31:33.543Z Running `/home/build/.rustup/toolchains/1.85.1-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=52f07b79dc559e17 -C extra-filename=-b3c93e590b5cae89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9482025-03-23T06:31:33.543Z Running `/home/build/.rustup/toolchains/1.85.1-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=d4e720c6cb2e6fc0 -C extra-filename=-975f05c4a5871f53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9492025-03-23T06:31:33.642Z Compiling debug-ignore v1.0.5
9502025-03-23T06:31:33.667Z Running `/home/build/.rustup/toolchains/1.85.1-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=7a2b67099ebc18ef -C extra-filename=-6dc70959b4f58696 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9512025-03-23T06:31:33.740Z Compiling termcolor v1.1.2
9522025-03-23T06:31:33.765Z Running `/home/build/.rustup/toolchains/1.85.1-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=f2dc71c0236b3a9f -C extra-filename=-5514ab64fd920415 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9532025-03-23T06:31:33.800Z Compiling rcgen v0.13.2
9542025-03-23T06:31:33.826Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=98dea28b15e2d384 -C extra-filename=-85734c4c5f82baa3 --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-d92d574f5dcfc9bc.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-840a41a50c10073d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c2f22fec5fbf7ec8.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-38b906ec66dda606.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
9552025-03-23T06:31:34.044Z Compiling reqwest v0.12.14
9562025-03-23T06:31:34.070Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --check-cfg 'cfg(docsrs,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", "trust-dns", "zstd"))' -C metadata=de9c2d213501737a -C extra-filename=-e81aab3dd80657e7 --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-f192fbf214562642.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-427c5ea3253dc5df.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-4243ea6bf2302bc0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b874d3633c8f79d9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3bddf3481a0d9da2.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-c60a2f4098d8821a.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-35d04798b8274ea8.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-250951e54aab151c.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-c61d8bad83d0ae68.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6d038425c56f5b07.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-ee4843339e4b8326.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-f78911461a907de4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-3bc8841c89d0a0c5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-38e1cbed23512e85.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-8c5afcf4471231c9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-e900fc9cc96407a0.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-1f5086af7fe67aaa.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9572025-03-23T06:31:34.170Z Compiling trybuild v1.0.104
9582025-03-23T06:31:34.196Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.104/src/lib.rs --error-format=json --json=diagnostic-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=4a7fbf9e0a86fec1 -C extra-filename=-4ad21d609cc06000 --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-975f05c4a5871f53.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-442de2d8f9a633eb.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-3334d1d90fa1916c.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-5514ab64fd920415.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rmeta --cap-lints allow`
9592025-03-23T06:31:34.321Z Compiling hyper-staticfile v0.10.1
9602025-03-23T06:31:34.347Z Running `/home/build/.rustup/toolchains/1.85.1-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=374dd8d815c358dc -C extra-filename=-b35c526ba91b56dd --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-d2adb1021949c735.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-a7595382c38aa0d2.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-0882e873a5b66b06.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-dd20256f0a2581f3.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-e900fc9cc96407a0.rmeta --cap-lints allow`
9612025-03-23T06:31:34.412Z Compiling tempfile v3.19.0
9622025-03-23T06:31:34.437Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=1ee29ab1a74e5c51 -C extra-filename=-ba6ff3af80f8556c --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-7923abf5d1ef329c.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-d7652dbefd31f1fc.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6d038425c56f5b07.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-2d36d54a74009541.rmeta --cap-lints allow`
9632025-03-23T06:31:34.590Z Compiling hyper-rustls v0.26.0
9642025-03-23T06:31:34.616Z Running `/home/build/.rustup/toolchains/1.85.1-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=d2f3d45dffd3bc16 -C extra-filename=-849e4c9c26270bce --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-d2adb1021949c735.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-c8a06a51822c2805.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
9652025-03-23T06:31:35.034Z Compiling async-channel v2.3.1
9662025-03-23T06:31:35.060Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=96f113ce24fb9f18 -C extra-filename=-66b4b59b548bf8eb --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-941d1490923574bd.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-1c11bfdfbea4e9bb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --cap-lints allow`
9672025-03-23T06:31:35.107Z Compiling tokio-tungstenite v0.24.0
9682025-03-23T06:31:35.133Z Running `/home/build/.rustup/toolchains/1.85.1-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=9d2bfc3fc291cdc9 -C extra-filename=-405fbfb0111eeace --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-d2adb1021949c735.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-468879312df8dfac.rmeta --cap-lints allow`
9692025-03-23T06:31:35.226Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs --error-format=json --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=5f1d629936842144 -C extra-filename=-4b239709e5a612f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
9702025-03-23T06:31:35.338Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=7096dc79a92e0e7f -C extra-filename=-a163c2c6a6e814e2 --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-cb515188b96b0495.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
9712025-03-23T06:31:35.364Z Compiling subprocess v0.2.9
9722025-03-23T06:31:35.364Z Running `/home/build/.rustup/toolchains/1.85.1-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=56a0a5f66dcadfe9 -C extra-filename=-356b69dc9bd3a2d3 --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-6fdc16e62d488c81.rmeta --cap-lints allow`
9732025-03-23T06:31:35.570Z Compiling prettyplease v0.2.31
9742025-03-23T06:31:35.596Z Running `/home/build/.rustup/toolchains/1.85.1-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.31/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=fe95ff87cd90592f -C extra-filename=-a868c2609f5708c4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-a868c2609f5708c4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9752025-03-23T06:31:35.772Z Compiling schema-derive v0.1.0
9762025-03-23T06:31:35.798Z Running `/home/build/.rustup/toolchains/1.85.1-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=ec8391cd53a7024b -C extra-filename=-7feae392f1a1dab1 --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-bd30506454cebda7.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
9772025-03-23T06:31:35.899Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-a868c2609f5708c4/build-script-build`
9782025-03-23T06:31:35.925Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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("verbatim"))' -C metadata=e50ffd33bb353870 -C extra-filename=-737ff701cd1a3040 --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-b5f86640efab6f3c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
9792025-03-23T06:31:37.254Z Running `/home/build/.rustup/toolchains/1.85.1-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=75a2e38e9b25eafb -C extra-filename=-8c0cfb0c5b12d8d0 --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-a427df5c4dde21c9.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
9802025-03-23T06:31:37.446Z Compiling schema v0.1.0
9812025-03-23T06:31:37.472Z Running `/home/build/.rustup/toolchains/1.85.1-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=3e96d0cce1887922 -C extra-filename=-2cc56e111a8e449d --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-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-7feae392f1a1dab1.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow`
9822025-03-23T06:31:37.555Z Running `/home/build/.rustup/toolchains/1.85.1-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=57000838b0e959f4 -C extra-filename=-8ab55fe53472ca00 --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-32ee77df4ff6031a.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-62a205c19b6c2e9b.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-737ff701cd1a3040.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-2cc56e111a8e449d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-ee7af4d22956bd6a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro`
9832025-03-23T06:31:38.732Z Running `/home/build/.rustup/toolchains/1.85.1-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=48781e904f976d2b -C extra-filename=-051e746f755b5761 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9842025-03-23T06:31:44.602Z Running `/home/build/.rustup/toolchains/1.85.1-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=b1edc960f29082be -C extra-filename=-cecfce7e90a4dc53 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9852025-03-23T06:31:44.676Z Running `/home/build/.rustup/toolchains/1.85.1-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=eeabb042e5330d6a -C extra-filename=-d8b3762e2c4cfde3 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9862025-03-23T06:31:44.676Z Running `/home/build/.rustup/toolchains/1.85.1-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=0a499f5675e858b7 -C extra-filename=-3633bf7b50e190a7 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9872025-03-23T06:31:44.676Z Running `/home/build/.rustup/toolchains/1.85.1-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=62ed20101ec2a8d6 -C extra-filename=-5b20889897697329 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9882025-03-23T06:31:44.676Z Running `/home/build/.rustup/toolchains/1.85.1-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=dafc9aade43b3393 -C extra-filename=-1f35895874abe675 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9892025-03-23T06:31:44.676Z Running `/home/build/.rustup/toolchains/1.85.1-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=22d3b4f8b0097bae -C extra-filename=-cfb2b817c3128618 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9902025-03-23T06:31:44.676Z Running `/home/build/.rustup/toolchains/1.85.1-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=5d7786b5d22893e2 -C extra-filename=-c6eac24023e2535b --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9912025-03-23T06:32:01.838Z Running `/home/build/.rustup/toolchains/1.85.1-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=0bba3c2b1af438cf -C extra-filename=-c62c9609d52f3b78 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9922025-03-23T06:32:02.269Z Running `/home/build/.rustup/toolchains/1.85.1-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=05d3831ffd59eac4 -C extra-filename=-57f96812a9966779 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9932025-03-23T06:32:02.418Z Running `/home/build/.rustup/toolchains/1.85.1-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=86991ba1dce06053 -C extra-filename=-c0da3322ad53b98e --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9942025-03-23T06:32:02.444Z Running `/home/build/.rustup/toolchains/1.85.1-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=901dc8fa5ca94637 -C extra-filename=-9ed464cabf3e8a04 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9952025-03-23T06:32:03.226Z Running `/home/build/.rustup/toolchains/1.85.1-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=8bb70a704e81aefe -C extra-filename=-c428aec9fe332816 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9962025-03-23T06:32:03.527Z Running `/home/build/.rustup/toolchains/1.85.1-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=d291809ff6d3ca55 -C extra-filename=-399e846bbbb07bc5 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9972025-03-23T06:32:04.069Z Running `/home/build/.rustup/toolchains/1.85.1-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=e2ce3d3b4c0c99dd -C extra-filename=-26b772644cd41a73 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9982025-03-23T06:32:04.427Z Running `/home/build/.rustup/toolchains/1.85.1-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=27f92365f0ed5cd2 -C extra-filename=-b1c9fc687ff1915e --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9992025-03-23T06:32:17.806Z Running `/home/build/.rustup/toolchains/1.85.1-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=fa6a4fcdb2fc02a5 -C extra-filename=-b8b8b03e21843c01 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10002025-03-23T06:32:19.465Z Running `/home/build/.rustup/toolchains/1.85.1-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=038eef0b0634243c -C extra-filename=-e39be19ed71f2035 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10012025-03-23T06:32:19.762Z Running `/home/build/.rustup/toolchains/1.85.1-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=de988377d1ff6a65 -C extra-filename=-674e429abe33ac6a --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10022025-03-23T06:32:20.145Z Running `/home/build/.rustup/toolchains/1.85.1-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=87457fdceb37f0c4 -C extra-filename=-5b239c617c7ca44a --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10032025-03-23T06:32:22.465Z Running `/home/build/.rustup/toolchains/1.85.1-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=76102c243c5dc224 -C extra-filename=-13e62bc56f1a5935 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10042025-03-23T06:32:23.465Z Running `/home/build/.rustup/toolchains/1.85.1-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=b8a29297017c34d6 -C extra-filename=-461c358e0558c8f2 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10052025-03-23T06:32:23.587Z Running `/home/build/.rustup/toolchains/1.85.1-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=a4c34f6385dbf14e -C extra-filename=-183bb630fd10bb2e --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10062025-03-23T06:32:26.189Z Running `/home/build/.rustup/toolchains/1.85.1-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=55a2f0cf8f4a3a2b -C extra-filename=-4ed9c99f55a37c9e --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10072025-03-23T06:32:34.926Z Running `/home/build/.rustup/toolchains/1.85.1-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=57c2b125625bdba9 -C extra-filename=-b2657f00e2ec9975 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8c0cfb0c5b12d8d0.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10082025-03-23T06:33:02.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
10092025-03-23T06:33:02.374Z
10102025-03-23T06:33:02.374Zreal 2:07.622276883
10112025-03-23T06:33:02.374Zuser 11:40.254259964
10122025-03-23T06:33:02.374Zsys 1:48.748977953
10132025-03-23T06:33:02.374Ztrap 0.510789505
10142025-03-23T06:33:02.374Ztflt 0.125872970
10152025-03-23T06:33:02.400Zdflt 0.593396069
10162025-03-23T06:33:02.400Zkflt 0.002572124
10172025-03-23T06:33:02.400Zlock 23:45.226476918
10182025-03-23T06:33:02.400Zslp 54:45.843472414
10192025-03-23T06:33:02.401Zlat 43.187545234
10202025-03-23T06:33:02.401Zstop 53.282958084
10212025-03-23T06:33:02.401Z+ banner test
10222025-03-23T06:33:02.401Z
10232025-03-23T06:33:02.401Z ##### ###### #### #####
10242025-03-23T06:33:02.401Z # # # #
10252025-03-23T06:33:02.401Z # ##### #### #
10262025-03-23T06:33:02.401Z # # # #
10272025-03-23T06:33:02.401Z # # # # #
10282025-03-23T06:33:02.401Z # ###### #### #
10292025-03-23T06:33:02.401Z
10302025-03-23T06:33:02.401Z+ ptime -m cargo test --all-features --locked --verbose
10312025-03-23T06:33:02.744Z Fresh unicode-ident v1.0.12
10322025-03-23T06:33:02.744Z Fresh cfg-if v1.0.0
10332025-03-23T06:33:02.744Z Fresh itoa v1.0.1
10342025-03-23T06:33:02.745Z Fresh memchr v2.6.0
10352025-03-23T06:33:02.745Z Fresh version_check v0.9.5
10362025-03-23T06:33:02.794Z Fresh proc-macro2 v1.0.94
10372025-03-23T06:33:02.794Z Fresh once_cell v1.20.1
10382025-03-23T06:33:02.794Z Fresh pin-project-lite v0.2.12
10392025-03-23T06:33:02.794Z Fresh shlex v1.3.0
10402025-03-23T06:33:02.794Z Fresh autocfg v1.1.0
10412025-03-23T06:33:02.794Z Fresh bytes v1.10.1
10422025-03-23T06:33:02.794Z Fresh quote v1.0.40
10432025-03-23T06:33:02.794Z Fresh libc v0.2.171
10442025-03-23T06:33:02.794Z Fresh cc v1.2.16
10452025-03-23T06:33:02.794Z Fresh smallvec v1.13.2
10462025-03-23T06:33:02.794Z Fresh futures-core v0.3.31
10472025-03-23T06:33:02.794Z Fresh scopeguard v1.2.0
10482025-03-23T06:33:02.794Z Fresh lock_api v0.4.6
10492025-03-23T06:33:02.794Z Fresh getrandom v0.2.11
10502025-03-23T06:33:02.794Z Fresh futures-sink v0.3.31
10512025-03-23T06:33:02.794Z Fresh serde_derive v1.0.219
10522025-03-23T06:33:02.794Z Fresh log v0.4.17
10532025-03-23T06:33:02.794Z Fresh synstructure v0.13.1
10542025-03-23T06:33:02.794Z Fresh parking_lot_core v0.9.4
10552025-03-23T06:33:02.794Z Fresh thiserror-impl v1.0.69
10562025-03-23T06:33:02.794Z Fresh serde v1.0.219
10572025-03-23T06:33:02.794Z Fresh ryu v1.0.5
10582025-03-23T06:33:02.794Z Fresh parking_lot v0.12.1
10592025-03-23T06:33:02.794Z Fresh tokio-macros v2.5.0
10602025-03-23T06:33:02.794Z Fresh signal-hook-registry v1.4.0
10612025-03-23T06:33:02.794Z Fresh socket2 v0.5.5
10622025-03-23T06:33:02.794Z Fresh mio v1.0.3
10632025-03-23T06:33:02.795Z Fresh tokio v1.44.1
10642025-03-23T06:33:02.795Z Fresh thiserror v1.0.69
10652025-03-23T06:33:02.795Z Fresh zerofrom-derive v0.1.5
10662025-03-23T06:33:02.795Z Fresh slab v0.4.9
10672025-03-23T06:33:02.795Z Fresh fnv v1.0.7
10682025-03-23T06:33:02.795Z Fresh yoke-derive v0.7.5
10692025-03-23T06:33:02.795Z Fresh futures-macro v0.3.31
10702025-03-23T06:33:02.795Z Fresh http v1.3.1
10712025-03-23T06:33:02.795Z Fresh zerofrom v0.1.5
10722025-03-23T06:33:02.795Z Fresh futures-channel v0.3.31
10732025-03-23T06:33:02.795Z Fresh futures-task v0.3.31
10742025-03-23T06:33:02.795Z Fresh pin-utils v0.1.0
10752025-03-23T06:33:02.795Z Fresh stable_deref_trait v1.2.0
10762025-03-23T06:33:02.795Z Fresh serde_json v1.0.140
10772025-03-23T06:33:02.795Z Fresh hashbrown v0.15.2
10782025-03-23T06:33:02.795Z Fresh equivalent v1.0.0
10792025-03-23T06:33:02.795Z Fresh futures-io v0.3.31
10802025-03-23T06:33:02.795Z Fresh yoke v0.7.5
10812025-03-23T06:33:02.795Z Fresh zerovec-derive v0.10.3
10822025-03-23T06:33:02.795Z Fresh indexmap v2.8.0
10832025-03-23T06:33:02.795Z Fresh futures-util v0.3.31
10842025-03-23T06:33:02.795Z Fresh rustls-pki-types v1.10.0
10852025-03-23T06:33:02.795Z Fresh zerovec v0.10.4
10862025-03-23T06:33:02.795Z Fresh displaydoc v0.2.5
10872025-03-23T06:33:02.795Z Fresh tracing-core v0.1.32
10882025-03-23T06:33:02.795Z Fresh byteorder v1.4.3
10892025-03-23T06:33:02.795Z Fresh httparse v1.10.0
10902025-03-23T06:33:02.795Z Fresh ucd-trie v0.1.6
10912025-03-23T06:33:02.795Z Fresh untrusted v0.9.0
10922025-03-23T06:33:02.795Z Fresh tracing v0.1.40
10932025-03-23T06:33:02.795Z Fresh tinystr v0.7.6
10942025-03-23T06:33:02.795Z Fresh pkg-config v0.3.31
10952025-03-23T06:33:02.795Z Fresh vcpkg v0.2.15
10962025-03-23T06:33:02.795Z Fresh litemap v0.7.4
10972025-03-23T06:33:02.795Z Fresh pest v2.7.6
10982025-03-23T06:33:02.795Z Fresh ring v0.17.13
10992025-03-23T06:33:02.795Z Fresh writeable v0.5.5
11002025-03-23T06:33:02.795Z Fresh atomic-waker v1.1.1
11012025-03-23T06:33:02.795Z Fresh tokio-util v0.7.7
11022025-03-23T06:33:02.795Z Fresh http-body v1.0.1
11032025-03-23T06:33:02.796Z Fresh pest_meta v2.7.6
11042025-03-23T06:33:02.796Z Fresh icu_locid v1.5.0
11052025-03-23T06:33:02.796Z Fresh zerocopy-derive v0.7.32
11062025-03-23T06:33:02.796Z Fresh icu_provider_macros v1.5.0
11072025-03-23T06:33:02.796Z Fresh try-lock v0.2.3
11082025-03-23T06:33:02.796Z Fresh pest_generator v2.7.6
11092025-03-23T06:33:02.796Z Fresh zerocopy v0.7.32
11102025-03-23T06:33:02.796Z Fresh typenum v1.14.0
11112025-03-23T06:33:02.796Z Fresh icu_provider v1.5.0
11122025-03-23T06:33:02.796Z Fresh want v0.3.0
11132025-03-23T06:33:02.796Z Fresh rustls-webpki v0.102.8
11142025-03-23T06:33:02.796Z Fresh h2 v0.4.6
11152025-03-23T06:33:02.796Z Fresh powerfmt v0.2.0
11162025-03-23T06:33:02.796Z Fresh httpdate v1.0.1
11172025-03-23T06:33:02.796Z Fresh num-conv v0.1.0
11182025-03-23T06:33:02.796Z Fresh zeroize v1.7.0
11192025-03-23T06:33:02.796Z Fresh time-core v0.1.2
11202025-03-23T06:33:02.796Z Fresh icu_locid_transform_data v1.5.0
11212025-03-23T06:33:02.796Z Fresh subtle v2.5.0
11222025-03-23T06:33:02.796Z Fresh hyper v1.6.0
11232025-03-23T06:33:02.796Z Fresh icu_locid_transform v1.5.0
11242025-03-23T06:33:02.796Z Fresh deranged v0.3.11
11252025-03-23T06:33:02.796Z Fresh time-macros v0.2.18
11262025-03-23T06:33:02.796Z Fresh crossbeam-utils v0.8.15
11272025-03-23T06:33:02.796Z Fresh generic-array v0.14.5
11282025-03-23T06:33:02.796Z Fresh pest_derive v2.7.6
11292025-03-23T06:33:02.796Z Fresh icu_collections v1.5.0
11302025-03-23T06:33:02.796Z Fresh serde_tokenstream v0.2.2
11312025-03-23T06:33:02.796Z Fresh icu_properties_data v1.5.0
11322025-03-23T06:33:02.796Z Fresh bitflags v2.4.0
11332025-03-23T06:33:02.796Z Fresh tower-service v0.3.3
11342025-03-23T06:33:02.796Z Fresh num_threads v0.1.3
11352025-03-23T06:33:02.796Z Fresh base64 v0.22.1
11362025-03-23T06:33:02.823Z Fresh icu_properties v1.5.1
11372025-03-23T06:33:02.823Z Fresh time v0.3.36
11382025-03-23T06:33:02.823Z Fresh dtrace-parser v0.2.0
11392025-03-23T06:33:02.823Z Fresh scroll_derive v0.12.0
11402025-03-23T06:33:02.823Z Fresh thread-id v4.0.0
11412025-03-23T06:33:02.823Z Fresh percent-encoding v2.3.1
11422025-03-23T06:33:02.823Z Fresh foreign-types-shared v0.1.1
11432025-03-23T06:33:02.823Z Fresh write16 v1.0.0
11442025-03-23T06:33:02.823Z Fresh utf16_iter v1.0.5
11452025-03-23T06:33:02.823Z Fresh openssl-probe v0.1.4
11462025-03-23T06:33:02.823Z Fresh icu_normalizer_data v1.5.0
11472025-03-23T06:33:02.823Z Fresh utf8_iter v1.0.4
11482025-03-23T06:33:02.823Z Fresh form_urlencoded v1.2.1
11492025-03-23T06:33:02.823Z Fresh icu_normalizer v1.5.0
11502025-03-23T06:33:02.823Z Fresh foreign-types v0.3.2
11512025-03-23T06:33:02.823Z Fresh paste v1.0.15
11522025-03-23T06:33:02.823Z Fresh slog v2.7.0
11532025-03-23T06:33:02.823Z Fresh scroll v0.12.0
11542025-03-23T06:33:02.823Z Fresh hyper-util v0.1.10
11552025-03-23T06:33:02.823Z Fresh block-buffer v0.10.2
11562025-03-23T06:33:02.823Z Fresh crypto-common v0.1.6
11572025-03-23T06:33:02.823Z Fresh openssl-sys v0.9.105
11582025-03-23T06:33:02.823Z Fresh rand_core v0.6.3
11592025-03-23T06:33:02.823Z Fresh openssl-macros v0.1.1
11602025-03-23T06:33:02.823Z Fresh mime v0.3.16
11612025-03-23T06:33:02.823Z Fresh ppv-lite86 v0.2.15
11622025-03-23T06:33:02.823Z Fresh plain v0.2.3
11632025-03-23T06:33:02.823Z Fresh openssl v0.10.70
11642025-03-23T06:33:02.823Z Fresh rand_chacha v0.3.1
11652025-03-23T06:33:02.823Z Fresh goblin v0.8.0
11662025-03-23T06:33:02.823Z Fresh digest v0.10.7
11672025-03-23T06:33:02.823Z Fresh idna_adapter v1.2.0
11682025-03-23T06:33:02.823Z Fresh semver v1.0.26
11692025-03-23T06:33:02.823Z Fresh unicase v2.6.0
11702025-03-23T06:33:02.823Z Fresh getrandom v0.3.1
11712025-03-23T06:33:02.824Z Fresh rustls-pemfile v2.1.3
11722025-03-23T06:33:02.824Z Fresh serde_spanned v0.6.8
11732025-03-23T06:33:02.824Z Fresh toml_datetime v0.6.8
11742025-03-23T06:33:02.824Z Fresh dirs-sys-next v0.1.2
11752025-03-23T06:33:02.824Z Fresh cpufeatures v0.2.2
11762025-03-23T06:33:02.824Z Fresh lazy_static v1.5.0
11772025-03-23T06:33:02.824Z Fresh winnow v0.7.1
11782025-03-23T06:33:02.824Z Fresh heck v0.5.0
11792025-03-23T06:33:02.824Z Fresh unicode-segmentation v1.10.0
11802025-03-23T06:33:02.824Z Fresh pretty-hex v0.4.1
11812025-03-23T06:33:02.824Z Fresh unicode-width v0.1.9
11822025-03-23T06:33:02.824Z Fresh sha1 v0.10.6
11832025-03-23T06:33:02.824Z Fresh dirs-next v2.0.0
11842025-03-23T06:33:02.824Z Fresh dof v0.3.0
11852025-03-23T06:33:02.824Z Fresh newline-converter v0.3.0
11862025-03-23T06:33:02.824Z Fresh console v0.15.7
11872025-03-23T06:33:02.824Z Fresh toml_edit v0.22.23
11882025-03-23T06:33:02.824Z Fresh native-tls v0.2.12
11892025-03-23T06:33:02.824Z Fresh rustls v0.23.13
11902025-03-23T06:33:02.824Z Fresh rand v0.8.4
11912025-03-23T06:33:02.824Z Fresh idna v1.0.3
11922025-03-23T06:33:02.824Z Fresh rustls v0.22.4
11932025-03-23T06:33:02.824Z Fresh num-traits v0.2.14
11942025-03-23T06:33:02.824Z Fresh concurrent-queue v2.5.0
11952025-03-23T06:33:02.824Z Fresh http-body-util v0.1.3
11962025-03-23T06:33:02.824Z Fresh serde_derive_internals v0.29.0
11972025-03-23T06:33:02.824Z Fresh syn v2.0.100
11982025-03-23T06:33:02.824Z Fresh thread_local v1.1.4
11992025-03-23T06:33:02.824Z Fresh encoding_rs v0.8.32
12002025-03-23T06:33:02.824Z Fresh match_cfg v0.1.0
12012025-03-23T06:33:02.824Z Fresh iana-time-zone v0.1.47
12022025-03-23T06:33:02.824Z Fresh parking v2.2.0
12032025-03-23T06:33:02.824Z Fresh similar v2.2.1
12042025-03-23T06:33:02.824Z Fresh hostname v0.3.1
12052025-03-23T06:33:02.824Z Fresh expectorate v1.1.0
12062025-03-23T06:33:02.824Z Fresh event-listener v5.0.0
12072025-03-23T06:33:02.824Z Fresh chrono v0.4.40
12082025-03-23T06:33:02.824Z Fresh schemars_derive v0.8.22
12092025-03-23T06:33:02.824Z Fresh usdt-impl v0.5.0
12102025-03-23T06:33:02.824Z Fresh tokio-rustls v0.25.0
12112025-03-23T06:33:02.825Z Fresh url v2.5.4
12122025-03-23T06:33:02.825Z Fresh tokio-native-tls v0.3.1
12132025-03-23T06:33:02.825Z Fresh tokio-rustls v0.26.0
12142025-03-23T06:33:02.825Z Fresh toml v0.8.20
12152025-03-23T06:33:02.825Z Compiling dropshot_endpoint v0.16.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12162025-03-23T06:33:02.825Z Fresh term v0.7.0
12172025-03-23T06:33:02.825Z Fresh uuid v1.16.0
12182025-03-23T06:33:02.825Z Fresh usdt-attr-macro v0.5.0
12192025-03-23T06:33:02.825Z Fresh usdt-macro v0.5.0
12202025-03-23T06:33:02.825Z Fresh slog-json v2.6.1
12212025-03-23T06:33:02.825Z Fresh serde_urlencoded v0.7.1
12222025-03-23T06:33:02.825Z Fresh crossbeam-channel v0.5.1
12232025-03-23T06:33:02.825Z Fresh futures-executor v0.3.31
12242025-03-23T06:33:02.825Z Fresh webpki-roots v0.26.5
12252025-03-23T06:33:02.825Z Fresh async-stream-impl v0.3.6
12262025-03-23T06:33:02.825Z Fresh thiserror-impl v2.0.12
12272025-03-23T06:33:02.825Z Fresh is-terminal v0.4.12
12282025-03-23T06:33:02.825Z Fresh errno v0.3.10
12292025-03-23T06:33:02.825Z Fresh sync_wrapper v1.0.1
12302025-03-23T06:33:02.825Z Fresh memmap v0.7.0
12312025-03-23T06:33:02.825Z Fresh tower-layer v0.3.3
12322025-03-23T06:33:02.825Z Fresh take_mut v0.2.2
12332025-03-23T06:33:02.825Z Fresh dyn-clone v1.0.4
12342025-03-23T06:33:02.825Z Fresh utf-8 v0.7.6
12352025-03-23T06:33:02.825Z Running `/home/build/.rustup/toolchains/1.85.1-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=c9d00efd2c570fb5 -C extra-filename=-e1beea17124775d9 --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-62a205c19b6c2e9b.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-ee7af4d22956bd6a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro`
12362025-03-23T06:33:02.851Z Fresh spin v0.9.8
12372025-03-23T06:33:02.852Z Fresh data-encoding v2.4.0
12382025-03-23T06:33:02.852Z Fresh slog-async v2.8.0
12392025-03-23T06:33:02.852Z Fresh tower v0.5.2
12402025-03-23T06:33:02.852Z Fresh multer v3.1.0
12412025-03-23T06:33:02.852Z Fresh tungstenite v0.24.0
12422025-03-23T06:33:02.852Z Fresh usdt v0.5.0
12432025-03-23T06:33:02.852Z Fresh schemars v0.8.22
12442025-03-23T06:33:02.852Z Fresh async-stream v0.3.6
12452025-03-23T06:33:02.852Z Fresh thiserror v2.0.12
12462025-03-23T06:33:02.852Z Fresh slog-term v2.9.1
12472025-03-23T06:33:02.852Z Fresh rustix v1.0.2
12482025-03-23T06:33:02.852Z Fresh hyper-rustls v0.27.3
12492025-03-23T06:33:02.852Z Fresh futures v0.3.31
12502025-03-23T06:33:02.852Z Fresh slog-bunyan v2.5.0
12512025-03-23T06:33:02.852Z Fresh hyper-tls v0.6.0
12522025-03-23T06:33:02.852Z Fresh mime_guess v2.0.5
12532025-03-23T06:33:02.852Z Fresh camino v1.1.9
12542025-03-23T06:33:02.852Z Fresh event-listener-strategy v0.5.2
12552025-03-23T06:33:02.852Z Fresh target-triple v0.1.3
12562025-03-23T06:33:02.852Z Fresh rustls-native-certs v0.7.0
12572025-03-23T06:33:02.852Z Fresh yasna v0.5.2
12582025-03-23T06:33:02.852Z Fresh pem v3.0.5
12592025-03-23T06:33:02.852Z Fresh waitgroup v0.1.2
12602025-03-23T06:33:02.852Z Fresh openapiv3 v2.0.0
12612025-03-23T06:33:02.852Z Fresh serde_path_to_error v0.1.17
12622025-03-23T06:33:02.852Z Fresh async-trait v0.1.88
12632025-03-23T06:33:02.852Z Fresh hostname v0.4.0
12642025-03-23T06:33:02.852Z Fresh debug-ignore v1.0.5
12652025-03-23T06:33:02.852Z Fresh http-range v0.1.4
12662025-03-23T06:33:02.852Z Fresh glob v0.3.0
12672025-03-23T06:33:02.852Z Fresh termcolor v1.1.2
12682025-03-23T06:33:02.852Z Fresh simple-mermaid v0.2.0
12692025-03-23T06:33:02.852Z Fresh ipnet v2.10.0
12702025-03-23T06:33:02.852Z Fresh fastrand v2.1.1
12712025-03-23T06:33:02.852Z Fresh hyper-staticfile v0.10.1
12722025-03-23T06:33:02.852Z Fresh hyper-rustls v0.26.0
12732025-03-23T06:33:02.852Z Fresh async-channel v2.3.1
12742025-03-23T06:33:02.852Z Fresh reqwest v0.12.14
12752025-03-23T06:33:02.852Z Fresh tempfile v3.19.0
12762025-03-23T06:33:02.852Z Fresh trybuild v1.0.104
12772025-03-23T06:33:02.853Z Fresh rcgen v0.13.2
12782025-03-23T06:33:02.853Z Fresh tokio-tungstenite v0.24.0
12792025-03-23T06:33:02.853Z Fresh buf-list v1.0.3
12802025-03-23T06:33:02.853Z Fresh anyhow v1.0.97
12812025-03-23T06:33:02.853Z Fresh subprocess v0.2.9
12822025-03-23T06:33:02.853Z Fresh schema-derive v0.1.0
12832025-03-23T06:33:02.853Z Fresh schema v0.1.0
12842025-03-23T06:33:02.853Z Fresh prettyplease v0.2.31
12852025-03-23T06:33:05.170Z Compiling dropshot v0.16.0 (/work/oxidecomputer/dropshot/dropshot)
12862025-03-23T06:33:05.242Z Running `/home/build/.rustup/toolchains/1.85.1-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=5c61d85b8e89c053 -C extra-filename=-4bad17394b0ba09a --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-a427df5c4dde21c9.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
12872025-03-23T06:33:05.242Z Running `/home/build/.rustup/toolchains/1.85.1-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=15011a9eccb2a275 -C extra-filename=-bd208b6dd7e2f0f4 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12882025-03-23T06:33:12.423Z Running `/home/build/.rustup/toolchains/1.85.1-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=1ed84e4d57f3287e -C extra-filename=-d0d71c4b432a65d4 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12892025-03-23T06:33:12.423Z Running `/home/build/.rustup/toolchains/1.85.1-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=dd9fad26d72f4501 -C extra-filename=-1e96df3c89beece5 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12902025-03-23T06:33:12.474Z Running `/home/build/.rustup/toolchains/1.85.1-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=d06cfb55576df8c5 -C extra-filename=-5249ba4d3cfd10eb --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12912025-03-23T06:33:12.474Z Running `/home/build/.rustup/toolchains/1.85.1-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=6a2fd16dde3fda98 -C extra-filename=-4b649ea71005a9f4 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12922025-03-23T06:33:12.474Z Running `/home/build/.rustup/toolchains/1.85.1-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=ad9e3bfb95cb128e -C extra-filename=-45e1a6648744f99b --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12932025-03-23T06:33:12.474Z Running `/home/build/.rustup/toolchains/1.85.1-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=afbd3c938c46cc06 -C extra-filename=-928f6fdfe89f15c8 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12942025-03-23T06:33:12.474Z Running `/home/build/.rustup/toolchains/1.85.1-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=a46b2daee28a34ca -C extra-filename=-8171e1201df23533 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12952025-03-23T06:33:24.588Z Running `/home/build/.rustup/toolchains/1.85.1-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=007809876ab37ef7 -C extra-filename=-5190f756aeab7686 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12962025-03-23T06:33:28.736Z Running `/home/build/.rustup/toolchains/1.85.1-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=b8572f526ab74608 -C extra-filename=-83894ca2a3bc27cc --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12972025-03-23T06:33:29.897Z Running `/home/build/.rustup/toolchains/1.85.1-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=ded2351573ba57bb -C extra-filename=-d8de4ada936f9347 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12982025-03-23T06:33:30.603Z Running `/home/build/.rustup/toolchains/1.85.1-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=d0fd6b431da0fec3 -C extra-filename=-a6df66ec2836c411 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
12992025-03-23T06:33:31.439Z Running `/home/build/.rustup/toolchains/1.85.1-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=e9b1f14f6b0053aa -C extra-filename=-e0636e0a0db13a45 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13002025-03-23T06:33:32.418Z Running `/home/build/.rustup/toolchains/1.85.1-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=3d771ba8d8e5f4cf -C extra-filename=-bff017ea80fd65f2 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13012025-03-23T06:33:33.700Z Running `/home/build/.rustup/toolchains/1.85.1-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=272934c1d8e32288 -C extra-filename=-66573f14f6d4791f --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13022025-03-23T06:33:33.727Z Running `/home/build/.rustup/toolchains/1.85.1-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=74333d02ffb107d1 -C extra-filename=-108e1e5abaa57a1f --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13032025-03-23T06:33:46.572Z Running `/home/build/.rustup/toolchains/1.85.1-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=2fa5af4c6f5639f7 -C extra-filename=-8b09ada07ec91ae8 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13042025-03-23T06:33:46.738Z Running `/home/build/.rustup/toolchains/1.85.1-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=52d71f8da146304b -C extra-filename=-cf600034c265b444 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13052025-03-23T06:33:47.049Z Running `/home/build/.rustup/toolchains/1.85.1-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=8b9a6f6bfc003ed7 -C extra-filename=-1d953a5f9a61171f --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13062025-03-23T06:33:48.661Z Running `/home/build/.rustup/toolchains/1.85.1-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=d8262496a707fd13 -C extra-filename=-9faea322daf34d8c --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13072025-03-23T06:33:49.422Z Running `/home/build/.rustup/toolchains/1.85.1-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=65943bd879a47d4a -C extra-filename=-be18bc4fa9aa838f --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13082025-03-23T06:33:50.124Z Running `/home/build/.rustup/toolchains/1.85.1-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=2237351befa87613 -C extra-filename=-28bcd5d14285fc4e --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13092025-03-23T06:33:50.556Z Running `/home/build/.rustup/toolchains/1.85.1-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=2e9bd6996ee708e8 -C extra-filename=-97c4f6ce992a13c3 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13102025-03-23T06:34:03.087Z Running `/home/build/.rustup/toolchains/1.85.1-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=37fbcf55111e56eb -C extra-filename=-a9cb44dc1b498132 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13112025-03-23T06:34:03.709Z Running `/home/build/.rustup/toolchains/1.85.1-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=4cd2644db1de79fd -C extra-filename=-1333c7d56733b238 --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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
13122025-03-23T06:34:25.489Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
13132025-03-23T06:34:25.534Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-bd208b6dd7e2f0f4`
13142025-03-23T06:34:25.583Z
13152025-03-23T06:34:25.584Zrunning 104 tests
13162025-03-23T06:34:25.584Ztest api_description::test::test_endpoint_versions_range ... ok
13172025-03-23T06:34:25.584Ztest api_description::test::test_endpoint_versions_matches ... ok
13182025-03-23T06:34:25.584Ztest api_description::test::test_badpath4 - should panic ... ok
13192025-03-23T06:34:25.584Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13202025-03-23T06:34:25.584Ztest api_description::test::test_tag_config_deserialize_old ... ok
13212025-03-23T06:34:25.584Ztest api_description::test::test_tags_need_one ... ok
13222025-03-23T06:34:25.584Ztest api_description::test::test_badpath1 ... ok
13232025-03-23T06:34:25.584Ztest api_description::test::test_badpath2 ... ok
13242025-03-23T06:34:25.584Ztest api_description::test::test_badpath3 ... ok
13252025-03-23T06:34:25.584Ztest api_description::test::test_dup_names ... ok
13262025-03-23T06:34:25.584Ztest api_description::test::test_tags_just_right ... ok
13272025-03-23T06:34:25.584Ztest extractor::metadata::test::test_metadata_simple ... ok
13282025-03-23T06:34:25.584Ztest api_description::test::test_tags_too_many ... ok
13292025-03-23T06:34:25.584Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13302025-03-23T06:34:25.584Ztest extractor::metadata::test::test_metadata_flattened ... ok
13312025-03-23T06:34:25.584Ztest extractor::metadata::test::test_metadata_pagination ... ok
13322025-03-23T06:34:25.584Ztest from_map::test::test_lone_literal ... ok
13332025-03-23T06:34:25.584Ztest error::test::test_serialize_error_response_body ... ok
13342025-03-23T06:34:25.584Ztest from_map::test::test_deep ... ok
13352025-03-23T06:34:25.584Ztest from_map::test::test_missing_data1 ... ok
13362025-03-23T06:34:25.584Ztest from_map::test::test_types ... ok
13372025-03-23T06:34:25.584Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13382025-03-23T06:34:25.584Ztest from_map::test::test_missing_data2 ... ok
13392025-03-23T06:34:25.584Ztest logging::test::test_config_bad_file_no_level ... ok
13402025-03-23T06:34:25.584Ztest logging::test::test_config_bad_terminal_no_level ... ok
13412025-03-23T06:34:25.584Ztest logging::test::test_config_bad_file_no_file ... ok
13422025-03-23T06:34:25.584Ztest logging::test::test_config_bad_terminal_bad_level ... ok
13432025-03-23T06:34:25.584Ztest logging::test::test_config_bad_log_mode ... ok
13442025-03-23T06:34:25.584Ztest logging::test::test_config_bad_file_bad_path_type ... ok
13452025-03-23T06:34:25.584Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
13462025-03-23T06:34:25.584Ztest pagination::test::test_pagination_schema ... ok
13472025-03-23T06:34:25.584Ztest router::test::test_bad_path_segment1 - should panic ... ok
13482025-03-23T06:34:25.584Ztest pagination::test::test_results_page ... ok
13492025-03-23T06:34:25.584Znote: configured to log to "/tmp/dropshot-bd208b6dd7e2f0f4.2085.file_dir/log.out"
13502025-03-23T06:34:25.584Ztest pagination::test::test_pagparams_parsing ... ok
13512025-03-23T06:34:25.584Ztest router::test::test_bad_path_segment2 - should panic ... ok
13522025-03-23T06:34:25.584Ztest router::test::test_bad_path_segment3 - should panic ... ok
13532025-03-23T06:34:25.584Ztest pagination::test::test_page_token_serialization ... ok
13542025-03-23T06:34:25.585Ztest router::test::test_bad_path_segment4 - should panic ... ok
13552025-03-23T06:34:25.611Ztest router::test::test_bogus_regex - should panic ... ok
13562025-03-23T06:34:25.611Ztest router::test::test_duplicate_route2 - should panic ... ok
13572025-03-23T06:34:25.611Ztest router::test::test_duplicate_route3 - should panic ... ok
13582025-03-23T06:34:25.611Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
13592025-03-23T06:34:25.611Ztest router::test::test_duplicate_route_same_version - should panic ... ok
13602025-03-23T06:34:25.611Ztest router::test::test_duplicate_route1 - should panic ... ok
13612025-03-23T06:34:25.611Ztest logging::test::test_config_stderr_terminal ... ok
13622025-03-23T06:34:25.611Ztest router::test::test_duplicate_varname - should panic ... ok
13632025-03-23T06:34:25.611Ztest router::test::test_embedded_non_variable ... ok
13642025-03-23T06:34:25.611Ztest router::test::test_inconsistent_varname - should panic ... ok
13652025-03-23T06:34:25.611Ztest router::test::test_iter_null ... ok
13662025-03-23T06:34:25.611Znote: configured to log to "/tmp/dropshot-bd208b6dd7e2f0f4.2085.file_dir/log.out"
13672025-03-23T06:34:25.611Ztest router::test::test_empty_variable ... ok
13682025-03-23T06:34:25.611Ztest router::test::test_iter ... ok
13692025-03-23T06:34:25.611Ztest router::test::test_iter2 ... ok
13702025-03-23T06:34:25.611Ztest router::test::test_error_cases ... ok
13712025-03-23T06:34:25.611Ztest router::test::test_literal_after_regex - should panic ... ok
13722025-03-23T06:34:25.611Ztest api_description::test::test_tags_set ... ok
13732025-03-23T06:34:25.611Ztest router::test::test_more_after_regex - should panic ... ok
13742025-03-23T06:34:25.611Ztest router::test::test_path_segment ... ok
13752025-03-23T06:34:25.611Ztest router::test::test_map_bad_seq ... ok
13762025-03-23T06:34:25.611Ztest router::test::test_literal_after_variable - should panic ... ok
13772025-03-23T06:34:25.611Ztest router::test::test_router_basic ... ok
13782025-03-23T06:34:25.611Ztest router::test::test_router_versioned ... ok
13792025-03-23T06:34:25.611Ztest router::test::test_variable_after_literal - should panic ... ok
13802025-03-23T06:34:25.612Ztest router::test::test_map ... ok
13812025-03-23T06:34:25.612Znote: configured to log to "/tmp/dropshot-bd208b6dd7e2f0f4.2085.file_dir/log.out"
13822025-03-23T06:34:25.612Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
13832025-03-23T06:34:25.612Ztest router::test::test_variable_name_bad_end - should panic ... ok
13842025-03-23T06:34:25.612Ztest router::test::test_segments ... ok
13852025-03-23T06:34:25.612Ztest router::test::test_map_bad_value ... ok
13862025-03-23T06:34:25.612Ztest router::test::test_variable_name_bad_start - should panic ... ok
13872025-03-23T06:34:25.612Ztest router::test::test_variables_glob ... ok
13882025-03-23T06:34:25.612Ztest router::test::test_variable_rename ... ok
13892025-03-23T06:34:25.612Ztest router::test::test_variables_multi ... ok
13902025-03-23T06:34:25.612Ztest router::test::test_variable_name_empty - should panic ... ok
13912025-03-23T06:34:25.612Ztest logging::test::test_config_file ... ok
13922025-03-23T06:34:25.612Ztest router::test::test_variables_basic ... ok
13932025-03-23T06:34:25.612Ztest schema_util::test::test_additional_properties ... ok
13942025-03-23T06:34:25.612Ztest schema_util::test::test_bad_schema - should panic ... ok
13952025-03-23T06:34:25.612Ztest schema_util::test::test_empty_struct ... ok
13962025-03-23T06:34:25.612Ztest schema_util::test::test_two_types - should panic ... ok
13972025-03-23T06:34:25.612Ztest schema_util::test::test_extension_conversion ... ok
13982025-03-23T06:34:25.612Ztest schema_util::test::test_nullable ... ok
13992025-03-23T06:34:25.612Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14002025-03-23T06:34:25.612Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14012025-03-23T06:34:25.612Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14022025-03-23T06:34:25.612Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14032025-03-23T06:34:25.612Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14042025-03-23T06:34:25.612Ztest test_util::test::test_bunyan_easy_cases ... ok
14052025-03-23T06:34:25.612Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14062025-03-23T06:34:25.612Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14072025-03-23T06:34:25.612Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14082025-03-23T06:34:25.612Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14092025-03-23T06:34:25.612Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14102025-03-23T06:34:25.612Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14112025-03-23T06:34:25.612Ztest to_map::test::test_to_map_enum ... ok
14122025-03-23T06:34:25.612Ztest to_map::test::test_to_map_vec ... ok
14132025-03-23T06:34:25.612Ztest to_map::test::test_to_map_num ... ok
14142025-03-23T06:34:25.612Ztest to_map::test::test_to_map_valid ... ok
14152025-03-23T06:34:25.612Ztest to_map::test::test_to_map_seq ... ok
14162025-03-23T06:34:25.612Ztest type_util::tests::test_commented_ref ... ok
14172025-03-23T06:34:25.612Ztest type_util::tests::test_recursive_type - should panic ... ok
14182025-03-23T06:34:25.612Ztest type_util::tests::test_reflexive_type - should panic ... ok
14192025-03-23T06:34:25.612Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14202025-03-23T06:34:25.613Ztest server::test::test_drop_server_without_close_okay ... ok
14212025-03-23T06:34:25.613Ztest server::test::test_server_run_then_close ... ok
14222025-03-23T06:34:25.613Ztest server::test::test_http_acceptor_happy_path ... ok
14232025-03-23T06:34:25.613Z
14242025-03-23T06:34:25.613Ztest result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
14252025-03-23T06:34:25.613Z
14262025-03-23T06:34:25.613Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-bff017ea80fd65f2`
14272025-03-23T06:34:25.613Z
14282025-03-23T06:34:25.613Zrunning 1 test
14292025-03-23T06:34:26.124Z Compiling proc-macro2 v1.0.94
14302025-03-23T06:34:26.124Z Compiling unicode-ident v1.0.12
14312025-03-23T06:34:26.150Z Compiling libc v0.2.171
14322025-03-23T06:34:26.150Z Checking cfg-if v1.0.0
14332025-03-23T06:34:26.150Z Compiling serde v1.0.219
14342025-03-23T06:34:26.150Z Compiling version_check v0.9.5
14352025-03-23T06:34:26.150Z Checking itoa v1.0.1
14362025-03-23T06:34:26.150Z Checking pin-project-lite v0.2.12
14372025-03-23T06:34:26.248Z Compiling shlex v1.3.0
14382025-03-23T06:34:26.297Z Checking memchr v2.6.0
14392025-03-23T06:34:26.333Z Compiling autocfg v1.1.0
14402025-03-23T06:34:26.376Z Checking bytes v1.10.1
14412025-03-23T06:34:26.601Z Compiling cc v1.2.16
14422025-03-23T06:34:26.778Z Checking smallvec v1.13.2
14432025-03-23T06:34:26.871Z Compiling log v0.4.17
14442025-03-23T06:34:27.054Z Compiling thiserror v1.0.69
14452025-03-23T06:34:27.080Z Checking once_cell v1.20.1
14462025-03-23T06:34:27.105Z Checking futures-core v0.3.31
14472025-03-23T06:34:27.234Z Compiling ryu v1.0.5
14482025-03-23T06:34:27.286Z Compiling parking_lot_core v0.9.4
14492025-03-23T06:34:27.356Z Checking scopeguard v1.2.0
14502025-03-23T06:34:27.468Z Checking getrandom v0.2.11
14512025-03-23T06:34:27.517Z Checking lock_api v0.4.6
14522025-03-23T06:34:27.543Z Compiling slab v0.4.9
14532025-03-23T06:34:27.669Z Checking futures-sink v0.3.31
14542025-03-23T06:34:27.710Z Compiling serde_json v1.0.140
14552025-03-23T06:34:27.783Z Compiling quote v1.0.40
14562025-03-23T06:34:27.827Z Checking mio v1.0.3
14572025-03-23T06:34:27.866Z Checking signal-hook-registry v1.4.0
14582025-03-23T06:34:28.047Z Checking socket2 v0.5.5
14592025-03-23T06:34:28.113Z Compiling syn v2.0.100
14602025-03-23T06:34:28.139Z Checking parking_lot v0.12.1
14612025-03-23T06:34:28.328Z Checking fnv v1.0.7
14622025-03-23T06:34:28.354Z Checking futures-channel v0.3.31
14632025-03-23T06:34:28.462Z Checking futures-io v0.3.31
14642025-03-23T06:34:28.488Z Checking http v1.3.1
14652025-03-23T06:34:28.514Z Checking stable_deref_trait v1.2.0
14662025-03-23T06:34:28.625Z Checking futures-task v0.3.31
14672025-03-23T06:34:28.651Z Checking pin-utils v0.1.0
14682025-03-23T06:34:28.688Z Checking equivalent v1.0.0
14692025-03-23T06:34:28.714Z Checking hashbrown v0.15.2
14702025-03-23T06:34:28.739Z Compiling httparse v1.10.0
14712025-03-23T06:34:28.807Z Checking rustls-pki-types v1.10.0
14722025-03-23T06:34:28.928Z Compiling ucd-trie v0.1.6
14732025-03-23T06:34:29.517Z Checking tracing-core v0.1.32
14742025-03-23T06:34:29.666Z Checking untrusted v0.9.0
14752025-03-23T06:34:29.788Z Compiling pkg-config v0.3.31
14762025-03-23T06:34:29.841Z Checking writeable v0.5.5
14772025-03-23T06:34:29.874Z Compiling typenum v1.14.0
14782025-03-23T06:34:29.989Z Checking atomic-waker v1.1.1
14792025-03-23T06:34:30.015Z Compiling ring v0.17.13
14802025-03-23T06:34:30.041Z Checking litemap v0.7.4
14812025-03-23T06:34:30.085Z Checking tracing v0.1.40
14822025-03-23T06:34:30.132Z Compiling vcpkg v0.2.15
14832025-03-23T06:34:30.158Z Checking http-body v1.0.1
14842025-03-23T06:34:30.354Z Compiling generic-array v0.14.5
14852025-03-23T06:34:30.379Z Compiling crossbeam-utils v0.8.15
14862025-03-23T06:34:30.627Z Checking try-lock v0.2.3
14872025-03-23T06:34:30.777Z Checking want v0.3.0
14882025-03-23T06:34:30.873Z Compiling unicase v2.6.0
14892025-03-23T06:34:30.899Z Checking zeroize v1.7.0
14902025-03-23T06:34:30.982Z Checking httpdate v1.0.1
14912025-03-23T06:34:31.054Z Compiling num-conv v0.1.0
14922025-03-23T06:34:31.126Z Checking subtle v2.5.0
14932025-03-23T06:34:31.219Z Compiling time-core v0.1.2
14942025-03-23T06:34:31.246Z Checking powerfmt v0.2.0
14952025-03-23T06:34:31.327Z Checking icu_locid_transform_data v1.5.0
14962025-03-23T06:34:31.404Z Compiling time-macros v0.2.18
14972025-03-23T06:34:31.508Z Checking deranged v0.3.11
14982025-03-23T06:34:31.864Z Checking byteorder v1.4.3
14992025-03-23T06:34:31.982Z Compiling openssl-sys v0.9.105
15002025-03-23T06:34:32.078Z Compiling slog v2.7.0
15012025-03-23T06:34:32.233Z Checking base64 v0.22.1
15022025-03-23T06:34:32.656Z Checking tower-service v0.3.3
15032025-03-23T06:34:32.708Z Checking icu_properties_data v1.5.0
15042025-03-23T06:34:32.802Z Checking bitflags v2.4.0
15052025-03-23T06:34:32.928Z Checking num_threads v0.1.3
15062025-03-23T06:34:33.057Z Compiling usdt-impl v0.5.0
15072025-03-23T06:34:33.083Z Checking percent-encoding v2.3.1
15082025-03-23T06:34:33.289Z Checking utf16_iter v1.0.5
15092025-03-23T06:34:33.314Z Checking openssl-probe v0.1.4
15102025-03-23T06:34:33.392Z Checking write16 v1.0.0
15112025-03-23T06:34:33.469Z Checking foreign-types-shared v0.1.1
15122025-03-23T06:34:33.494Z Compiling semver v1.0.26
15132025-03-23T06:34:33.534Z Compiling getrandom v0.3.1
15142025-03-23T06:34:33.590Z Checking icu_normalizer_data v1.5.0
15152025-03-23T06:34:33.616Z Compiling openssl v0.10.70
15162025-03-23T06:34:33.663Z Checking utf8_iter v1.0.4
15172025-03-23T06:34:33.889Z Checking foreign-types v0.3.2
15182025-03-23T06:34:34.038Z Compiling thread-id v4.0.0
15192025-03-23T06:34:34.074Z Checking form_urlencoded v1.2.1
15202025-03-23T06:34:34.221Z Checking time v0.3.36
15212025-03-23T06:34:34.247Z Checking block-buffer v0.10.2
15222025-03-23T06:34:34.279Z Compiling synstructure v0.13.1
15232025-03-23T06:34:34.372Z Checking crypto-common v0.1.6
15242025-03-23T06:34:34.548Z Checking rand_core v0.6.3
15252025-03-23T06:34:34.583Z Compiling num-traits v0.2.14
15262025-03-23T06:34:34.641Z Checking plain v0.2.3
15272025-03-23T06:34:34.797Z Compiling native-tls v0.2.12
15282025-03-23T06:34:34.823Z Checking ppv-lite86 v0.2.15
15292025-03-23T06:34:34.938Z Compiling rustls v0.23.13
15302025-03-23T06:34:35.172Z Checking mime v0.3.16
15312025-03-23T06:34:35.268Z Compiling rustls v0.22.4
15322025-03-23T06:34:35.371Z Checking rand_chacha v0.3.1
15332025-03-23T06:34:35.495Z Checking rustls-webpki v0.102.8
15342025-03-23T06:34:35.618Z Checking digest v0.10.7
15352025-03-23T06:34:35.712Z Checking rustls-pemfile v2.1.3
15362025-03-23T06:34:35.737Z Checking dirs-sys-next v0.1.2
15372025-03-23T06:34:35.904Z Checking pretty-hex v0.4.1
15382025-03-23T06:34:35.930Z Checking cpufeatures v0.2.2
15392025-03-23T06:34:35.930Z Checking dirs-next v2.0.0
15402025-03-23T06:34:35.956Z Compiling mime_guess v2.0.5
15412025-03-23T06:34:36.018Z Checking sha1 v0.10.6
15422025-03-23T06:34:36.090Z Checking rand v0.8.4
15432025-03-23T06:34:36.427Z Compiling serde_derive_internals v0.29.0
15442025-03-23T06:34:37.067Z Checking concurrent-queue v2.5.0
15452025-03-23T06:34:37.125Z Checking http-body-util v0.1.3
15462025-03-23T06:34:37.354Z Checking thread_local v1.1.4
15472025-03-23T06:34:37.404Z Compiling multer v3.1.0
15482025-03-23T06:34:37.511Z Checking encoding_rs v0.8.32
15492025-03-23T06:34:37.619Z Compiling slog-async v2.8.0
15502025-03-23T06:34:37.765Z Checking match_cfg v0.1.0
15512025-03-23T06:34:37.863Z Compiling schemars v0.8.22
15522025-03-23T06:34:38.137Z Compiling rustix v1.0.2
15532025-03-23T06:34:38.234Z Checking winnow v0.7.1
15542025-03-23T06:34:38.596Z Compiling thiserror v2.0.12
15552025-03-23T06:34:38.847Z Checking iana-time-zone v0.1.47
15562025-03-23T06:34:39.059Z Compiling camino v1.1.9
15572025-03-23T06:34:39.113Z Compiling paste v1.0.15
15582025-03-23T06:34:39.256Z Checking parking v2.2.0
15592025-03-23T06:34:39.438Z Checking event-listener v5.0.0
15602025-03-23T06:34:39.587Z Compiling serde_derive v1.0.219
15612025-03-23T06:34:39.652Z Compiling thiserror-impl v1.0.69
15622025-03-23T06:34:39.696Z Compiling tokio-macros v2.5.0
15632025-03-23T06:34:39.733Z Compiling zerofrom-derive v0.1.5
15642025-03-23T06:34:39.810Z Compiling futures-macro v0.3.31
15652025-03-23T06:34:39.954Z Compiling yoke-derive v0.7.5
15662025-03-23T06:34:40.050Z Compiling zerovec-derive v0.10.3
15672025-03-23T06:34:40.513Z Compiling displaydoc v0.2.5
15682025-03-23T06:34:41.378Z Checking tokio v1.44.1
15692025-03-23T06:34:41.797Z Checking futures-util v0.3.31
15702025-03-23T06:34:42.362Z Compiling zerocopy-derive v0.7.32
15712025-03-23T06:34:42.568Z Compiling icu_provider_macros v1.5.0
15722025-03-23T06:34:43.140Z Compiling pest v2.7.6
15732025-03-23T06:34:43.166Z Compiling scroll_derive v0.12.0
15742025-03-23T06:34:43.622Z Checking zerofrom v0.1.5
15752025-03-23T06:34:43.817Z Checking yoke v0.7.5
15762025-03-23T06:34:43.918Z Compiling openssl-macros v0.1.1
15772025-03-23T06:34:44.230Z Checking zerovec v0.10.4
15782025-03-23T06:34:44.750Z Compiling zerocopy v0.7.32
15792025-03-23T06:34:44.776Z Checking scroll v0.12.0
15802025-03-23T06:34:45.164Z Compiling pest_meta v2.7.6
15812025-03-23T06:34:45.536Z Checking tinystr v0.7.6
15822025-03-23T06:34:45.562Z Checking icu_collections v1.5.0
15832025-03-23T06:34:45.660Z Checking goblin v0.8.0
15842025-03-23T06:34:45.876Z Checking icu_locid v1.5.0
15852025-03-23T06:34:46.866Z Compiling pest_generator v2.7.6
15862025-03-23T06:34:47.232Z Checking tokio-util v0.7.7
15872025-03-23T06:34:47.890Z Checking icu_provider v1.5.0
15882025-03-23T06:34:48.086Z Checking tokio-rustls v0.25.0
15892025-03-23T06:34:48.397Z Checking tokio-rustls v0.26.0
15902025-03-23T06:34:48.423Z Checking futures-executor v0.3.31
15912025-03-23T06:34:48.449Z Checking icu_locid_transform v1.5.0
15922025-03-23T06:34:48.736Z Compiling schemars_derive v0.8.22
15932025-03-23T06:34:48.774Z Compiling async-stream-impl v0.3.6
15942025-03-23T06:34:48.799Z Compiling pest_derive v2.7.6
15952025-03-23T06:34:49.346Z Checking icu_properties v1.5.1
15962025-03-23T06:34:49.453Z Checking tokio-native-tls v0.3.1
15972025-03-23T06:34:49.603Z Compiling thiserror-impl v2.0.12
15982025-03-23T06:34:49.896Z Checking hostname v0.3.1
15992025-03-23T06:34:50.048Z Compiling dtrace-parser v0.2.0
16002025-03-23T06:34:50.227Z Checking indexmap v2.8.0
16012025-03-23T06:34:50.528Z Checking toml_datetime v0.6.8
16022025-03-23T06:34:50.999Z Compiling serde_tokenstream v0.2.2
16032025-03-23T06:34:51.259Z Checking h2 v0.4.6
16042025-03-23T06:34:51.554Z Checking serde_spanned v0.6.8
16052025-03-23T06:34:51.580Z Checking dof v0.3.0
16062025-03-23T06:34:51.606Z Checking slog-json v2.6.1
16072025-03-23T06:34:51.752Z Checking toml_edit v0.22.23
16082025-03-23T06:34:51.840Z Checking chrono v0.4.40
16092025-03-23T06:34:51.995Z Checking uuid v1.16.0
16102025-03-23T06:34:52.032Z Checking icu_normalizer v1.5.0
16112025-03-23T06:34:52.578Z Checking serde_urlencoded v0.7.1
16122025-03-23T06:34:52.688Z Checking idna_adapter v1.2.0
16132025-03-23T06:34:52.871Z Checking idna v1.0.3
16142025-03-23T06:34:53.239Z Checking term v0.7.0
16152025-03-23T06:34:53.334Z Checking url v2.5.4
16162025-03-23T06:34:53.428Z Checking crossbeam-channel v0.5.1
16172025-03-23T06:34:53.471Z Checking webpki-roots v0.26.5
16182025-03-23T06:34:53.626Z Checking is-terminal v0.4.12
16192025-03-23T06:34:53.654Z Checking memmap v0.7.0
16202025-03-23T06:34:53.738Z Checking errno v0.3.10
16212025-03-23T06:34:53.763Z Checking sync_wrapper v1.0.1
16222025-03-23T06:34:53.871Z Compiling dropshot v0.16.0 (/work/oxidecomputer/dropshot/dropshot)
16232025-03-23T06:34:53.919Z Checking utf-8 v0.7.6
16242025-03-23T06:34:53.945Z Checking dyn-clone v1.0.4
16252025-03-23T06:34:53.977Z Checking data-encoding v2.4.0
16262025-03-23T06:34:54.078Z Checking tower-layer v0.3.3
16272025-03-23T06:34:54.115Z Checking take_mut v0.2.2
16282025-03-23T06:34:54.141Z Checking lazy_static v1.5.0
16292025-03-23T06:34:54.167Z Compiling heck v0.5.0
16302025-03-23T06:34:54.276Z Checking unicode-segmentation v1.10.0
16312025-03-23T06:34:54.302Z Checking spin v0.9.8
16322025-03-23T06:34:54.328Z Compiling buf-list v1.0.3
16332025-03-23T06:34:54.354Z Compiling anyhow v1.0.97
16342025-03-23T06:34:54.461Z Checking unicode-width v0.1.9
16352025-03-23T06:34:54.621Z Compiling usdt-macro v0.5.0
16362025-03-23T06:34:54.647Z Compiling usdt-attr-macro v0.5.0
16372025-03-23T06:34:54.647Z Compiling dropshot_endpoint v0.16.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
16382025-03-23T06:34:54.822Z Checking newline-converter v0.3.0
16392025-03-23T06:34:54.848Z Checking hyper v1.6.0
16402025-03-23T06:34:54.873Z Checking console v0.15.7
16412025-03-23T06:34:54.993Z Checking tungstenite v0.24.0
16422025-03-23T06:34:55.052Z Checking tower v0.5.2
16432025-03-23T06:34:55.656Z Checking toml v0.8.20
16442025-03-23T06:34:55.727Z Checking slog-term v2.9.1
16452025-03-23T06:34:56.493Z Checking slog-bunyan v2.5.0
16462025-03-23T06:34:56.519Z Checking usdt v0.5.0
16472025-03-23T06:34:56.545Z Checking hyper-util v0.1.10
16482025-03-23T06:34:56.545Z Checking openapiv3 v2.0.0
16492025-03-23T06:34:56.677Z Checking async-stream v0.3.6
16502025-03-23T06:34:56.763Z Checking serde_path_to_error v0.1.17
16512025-03-23T06:34:56.895Z Checking futures v0.3.31
16522025-03-23T06:34:56.921Z Checking event-listener-strategy v0.5.2
16532025-03-23T06:34:57.011Z Compiling async-trait v0.1.88
16542025-03-23T06:34:57.110Z Checking rustls-native-certs v0.7.0
16552025-03-23T06:34:57.194Z Checking yasna v0.5.2
16562025-03-23T06:34:57.268Z Checking pem v3.0.5
16572025-03-23T06:34:57.302Z Checking waitgroup v0.1.2
16582025-03-23T06:34:57.448Z Checking hostname v0.4.0
16592025-03-23T06:34:57.525Z Checking debug-ignore v1.0.5
16602025-03-23T06:34:57.599Z Checking fastrand v2.1.1
16612025-03-23T06:34:57.685Z Checking similar v2.2.1
16622025-03-23T06:34:57.905Z Checking http-range v0.1.4
16632025-03-23T06:34:57.936Z Checking ipnet v2.10.0
16642025-03-23T06:34:57.962Z Checking hyper-rustls v0.27.3
16652025-03-23T06:34:58.023Z Checking hyper-tls v0.6.0
16662025-03-23T06:34:58.101Z Checking simple-mermaid v0.2.0
16672025-03-23T06:34:58.201Z Checking hyper-staticfile v0.10.1
16682025-03-23T06:34:58.258Z Checking hyper-rustls v0.26.0
16692025-03-23T06:34:58.292Z Checking rcgen v0.13.2
16702025-03-23T06:34:58.318Z Checking expectorate v1.1.0
16712025-03-23T06:34:58.376Z Checking reqwest v0.12.14
16722025-03-23T06:34:58.470Z Checking tempfile v3.19.0
16732025-03-23T06:34:58.551Z Checking async-channel v2.3.1
16742025-03-23T06:34:58.682Z Checking tokio-tungstenite v0.24.0
16752025-03-23T06:34:59.022Z Checking subprocess v0.2.9
16762025-03-23T06:35:02.800Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
16772025-03-23T06:35:02.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.24s
16782025-03-23T06:35:03.279Z
16792025-03-23T06:35:03.279Z
16802025-03-23T06:35:13.738Ztest tests/fail/bad_channel10.rs ... ok
16812025-03-23T06:35:13.738Ztest tests/fail/bad_channel11.rs ... ok
16822025-03-23T06:35:13.738Ztest tests/fail/bad_channel12.rs ... ok
16832025-03-23T06:35:13.738Ztest tests/fail/bad_channel13.rs ... ok
16842025-03-23T06:35:13.738Ztest tests/fail/bad_channel14.rs ... ok
16852025-03-23T06:35:13.811Ztest tests/fail/bad_channel15.rs ... ok
16862025-03-23T06:35:13.811Ztest tests/fail/bad_channel17.rs ... ok
16872025-03-23T06:35:13.811Ztest tests/fail/bad_channel18.rs ... ok
16882025-03-23T06:35:13.811Ztest tests/fail/bad_channel19.rs ... ok
16892025-03-23T06:35:13.811Ztest tests/fail/bad_channel1a.rs ... ok
16902025-03-23T06:35:13.811Ztest tests/fail/bad_channel1b.rs ... ok
16912025-03-23T06:35:13.811Ztest tests/fail/bad_channel2.rs ... ok
16922025-03-23T06:35:13.811Ztest tests/fail/bad_channel20.rs ... ok
16932025-03-23T06:35:13.811Ztest tests/fail/bad_channel21.rs ... ok
16942025-03-23T06:35:13.811Ztest tests/fail/bad_channel22.rs ... ok
16952025-03-23T06:35:13.811Ztest tests/fail/bad_channel23.rs ... ok
16962025-03-23T06:35:13.811Ztest tests/fail/bad_channel24.rs ... ok
16972025-03-23T06:35:13.811Ztest tests/fail/bad_channel25.rs ... ok
16982025-03-23T06:35:13.811Ztest tests/fail/bad_channel26.rs ... ok
16992025-03-23T06:35:13.811Ztest tests/fail/bad_channel27.rs ... ok
17002025-03-23T06:35:13.811Ztest tests/fail/bad_channel28.rs ... ok
17012025-03-23T06:35:13.811Ztest tests/fail/bad_channel3.rs ... ok
17022025-03-23T06:35:13.811Ztest tests/fail/bad_channel4.rs ... ok
17032025-03-23T06:35:13.812Ztest tests/fail/bad_channel5.rs ... ok
17042025-03-23T06:35:13.812Ztest tests/fail/bad_channel6.rs ... ok
17052025-03-23T06:35:13.812Ztest tests/fail/bad_channel8.rs ... ok
17062025-03-23T06:35:13.812Ztest tests/fail/bad_channel9.rs ... ok
17072025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint1.rs ... ok
17082025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint10.rs ... ok
17092025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint11.rs ... ok
17102025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint12.rs ... ok
17112025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint13.rs ... ok
17122025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint14.rs ... ok
17132025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint15.rs ... ok
17142025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint16.rs ... ok
17152025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint17.rs ... ok
17162025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint18.rs ... ok
17172025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint19.rs ... ok
17182025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint2.rs ... ok
17192025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint20.rs ... ok
17202025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint21.rs ... ok
17212025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint22.rs ... ok
17222025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint23.rs ... ok
17232025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint24.rs ... ok
17242025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint25.rs ... ok
17252025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint26.rs ... ok
17262025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint27.rs ... ok
17272025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint28.rs ... ok
17282025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint3.rs ... ok
17292025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint4.rs ... ok
17302025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint5.rs ... ok
17312025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint6.rs ... ok
17322025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint7.rs ... ok
17332025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint8.rs ... ok
17342025-03-23T06:35:13.812Ztest tests/fail/bad_endpoint9.rs ... ok
17352025-03-23T06:35:13.812Ztest tests/fail/bad_trait_channel10.rs ... ok
17362025-03-23T06:35:13.812Ztest tests/fail/bad_trait_channel11.rs ... ok
17372025-03-23T06:35:13.812Ztest tests/fail/bad_trait_channel12.rs ... ok
17382025-03-23T06:35:13.812Ztest tests/fail/bad_trait_channel13.rs ... ok
17392025-03-23T06:35:13.812Ztest tests/fail/bad_trait_channel14.rs ... ok
17402025-03-23T06:35:13.812Ztest tests/fail/bad_trait_channel15.rs ... ok
17412025-03-23T06:35:13.812Ztest tests/fail/bad_trait_channel17.rs ... ok
17422025-03-23T06:35:13.812Ztest tests/fail/bad_trait_channel18.rs ... ok
17432025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel19.rs ... ok
17442025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel1a.rs ... ok
17452025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel1b.rs ... ok
17462025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel2.rs ... ok
17472025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel20.rs ... ok
17482025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel21.rs ... ok
17492025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel22.rs ... ok
17502025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel23.rs ... ok
17512025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel24.rs ... ok
17522025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel25.rs ... ok
17532025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel26.rs ... ok
17542025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel28.rs ... ok
17552025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel3.rs ... ok
17562025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel4.rs ... ok
17572025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel5.rs ... ok
17582025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel6.rs ... ok
17592025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel8.rs ... ok
17602025-03-23T06:35:13.813Ztest tests/fail/bad_trait_channel9.rs ... ok
17612025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint1.rs ... ok
17622025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint10.rs ... ok
17632025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint11.rs ... ok
17642025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint12.rs ... ok
17652025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint13.rs ... ok
17662025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint14.rs ... ok
17672025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint15.rs ... ok
17682025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint16.rs ... ok
17692025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint17.rs ... ok
17702025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint18.rs ... ok
17712025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint19.rs ... ok
17722025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint2.rs ... ok
17732025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint20.rs ... ok
17742025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint21.rs ... ok
17752025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint22.rs ... ok
17762025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint23.rs ... ok
17772025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint24.rs ... ok
17782025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint25.rs ... ok
17792025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint26.rs ... ok
17802025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint27.rs ... ok
17812025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint28.rs ... ok
17822025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint3.rs ... ok
17832025-03-23T06:35:13.813Ztest tests/fail/bad_trait_endpoint4.rs ... ok
17842025-03-23T06:35:13.814Ztest tests/fail/bad_trait_endpoint5.rs ... ok
17852025-03-23T06:35:13.840Ztest tests/fail/bad_trait_endpoint6.rs ... ok
17862025-03-23T06:35:13.840Ztest tests/fail/bad_trait_endpoint7.rs ... ok
17872025-03-23T06:35:13.840Ztest tests/fail/bad_trait_endpoint8.rs ... ok
17882025-03-23T06:35:13.840Ztest tests/fail/bad_trait_endpoint9.rs ... ok
17892025-03-23T06:35:13.840Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
17902025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only1.rs ... ok
17912025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only10.rs ... ok
17922025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only11.rs ... ok
17932025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only12.rs ... ok
17942025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only13.rs ... ok
17952025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only14.rs ... ok
17962025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only15.rs ... ok
17972025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only16.rs ... ok
17982025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only17.rs ... ok
17992025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only18.rs ... ok
18002025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only19.rs ... ok
18012025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only2.rs ... ok
18022025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only20.rs ... ok
18032025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only21.rs ... ok
18042025-03-23T06:35:13.840Ztest tests/fail/bad_trait_only22.rs ... ok
18052025-03-23T06:35:13.841Ztest tests/fail/bad_trait_only3.rs ... ok
18062025-03-23T06:35:13.841Ztest tests/fail/bad_trait_only4.rs ... ok
18072025-03-23T06:35:13.841Ztest tests/fail/bad_trait_only5.rs ... ok
18082025-03-23T06:35:13.841Ztest tests/fail/bad_trait_only6.rs ... ok
18092025-03-23T06:35:13.841Ztest tests/fail/bad_trait_only7.rs ... ok
18102025-03-23T06:35:13.841Ztest tests/fail/bad_trait_only8.rs ... ok
18112025-03-23T06:35:13.841Ztest tests/fail/bad_trait_only9.rs ... ok
18122025-03-23T06:35:13.841Ztest tests/fail/bad_version_backwards.rs ... ok
18132025-03-23T06:35:13.841Ztest tests/fail/unused_endpoint.rs ... ok
18142025-03-23T06:35:13.841Z
18152025-03-23T06:35:13.841Z
18162025-03-23T06:35:13.841Ztest fail ... ok
18172025-03-23T06:35:13.841Z
18182025-03-23T06:35:13.841Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 48.16s
18192025-03-23T06:35:13.841Z
18202025-03-23T06:35:13.841Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-a6df66ec2836c411`
18212025-03-23T06:35:13.841Z
18222025-03-23T06:35:13.841Zrunning 82 tests
18232025-03-23T06:35:13.841Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18242025-03-23T06:35:13.841Ztest config::test_config_bad_bind_address_port_too_large ... ok
18252025-03-23T06:35:13.841Ztest config::test_config_bad_bind_address_port_too_small ... ok
18262025-03-23T06:35:13.841Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18272025-03-23T06:35:13.841Ztest config::test_config_bad_bind_address_garbage ... ok
18282025-03-23T06:35:13.841Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
18292025-03-23T06:35:13.841Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18302025-03-23T06:35:13.841Ztest config::test_config_deprecated_request_body_max_bytes ... ok
18312025-03-23T06:35:13.841Ztest api_trait::test_api_trait_with_complex_tags ... ok
18322025-03-23T06:35:13.841Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-api_trait_basic.2919.1.log"
18332025-03-23T06:35:13.841Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-config_bind_address_https.2919.3.log"
18342025-03-23T06:35:13.841Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-config_handler_task_mode_cancel.2919.4.log"
18352025-03-23T06:35:13.841Ztest config::test_valid_config_all_settings ... ok
18362025-03-23T06:35:13.841Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-config_bind_address_https_buffer.2919.2.log"
18372025-03-23T06:35:13.841Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-config_bind_address_http.2919.0.log"
18382025-03-23T06:35:13.841Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_unversioned_servers_with_versioned_routes.2919.6.log"
18392025-03-23T06:35:13.841Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-config_handler_task_mode_detached.2919.5.log"
18402025-03-23T06:35:13.841Ztest config::test_unversioned_servers_with_versioned_routes ... ok
18412025-03-23T06:35:13.841Ztest config::test_valid_config_basic ... ok
18422025-03-23T06:35:13.841Ztest config::test_valid_config_empty ... ok
18432025-03-23T06:35:13.841Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_enum_extractor_error.2919.7.log"
18442025-03-23T06:35:13.841Ztest config::test_config_handler_task_mode_cancel ... ok
18452025-03-23T06:35:13.841Ztest config::test_config_handler_task_mode_detached ... ok
18462025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_enum_user_error.2919.8.log"
18472025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_struct_extractor_error.2919.9.log"
18482025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_struct_user_error.2919.10.log"
18492025-03-23T06:35:13.842Ztest api_trait::test_api_trait_basic ... ok
18502025-03-23T06:35:13.842Ztest custom_errors::test_enum_extractor_error ... ok
18512025-03-23T06:35:13.842Ztest custom_errors::test_enum_user_error ... ok
18522025-03-23T06:35:13.842Ztest custom_errors::test_struct_user_error ... ok
18532025-03-23T06:35:13.842Ztest custom_errors::test_trait_based_api ... ok
18542025-03-23T06:35:13.842Ztest config::test_config_bind_address_http ... ok
18552025-03-23T06:35:13.842Ztest custom_errors::test_struct_extractor_error ... ok
18562025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_trait_enum_user_error.2919.11.log"
18572025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_trait_struct_user_error.2919.12.log"
18582025-03-23T06:35:13.842Ztest custom_errors::test_trait_enum_user_error ... ok
18592025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_307_temporary_redirect.2919.13.log"
18602025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_303_see_other.2919.14.log"
18612025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_302_bogus.2919.15.log"
18622025-03-23T06:35:13.842Ztest custom_errors::test_trait_struct_user_error ... ok
18632025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_302_found.2919.16.log"
18642025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_delete_request.2919.17.log"
18652025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-demo1.2919.18.log"
18662025-03-23T06:35:13.842Ztest demo::test_303_see_other ... ok
18672025-03-23T06:35:13.842Ztest demo::test_307_temporary_redirect ... ok
18682025-03-23T06:35:13.842Ztest demo::test_302_bogus ... ok
18692025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-demo2json.2919.19.log"
18702025-03-23T06:35:13.842Ztest demo::test_delete_request ... ok
18712025-03-23T06:35:13.842Ztest demo::test_302_found ... ok
18722025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-demo2query.2919.20.log"
18732025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-demo2urlencoded.2919.21.log"
18742025-03-23T06:35:13.842Ztest demo::test_demo1 ... ok
18752025-03-23T06:35:13.842Ztest config::test_config_bind_address_https_buffer ... ok
18762025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-demo_path_param_string.2919.22.log"
18772025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-demo3json.2919.23.log"
18782025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-demo_path_param_u32.2919.25.log"
18792025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-demo_path_param_uuid.2919.24.log"
18802025-03-23T06:35:13.842Ztest demo::test_demo2json ... ok
18812025-03-23T06:35:13.842Ztest demo::test_demo2urlencoded ... ok
18822025-03-23T06:35:13.842Ztest demo::test_demo2query ... ok
18832025-03-23T06:35:13.842Ztest demo::test_demo3json ... ok
18842025-03-23T06:35:13.842Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-demo_websocket.2919.26.log"
18852025-03-23T06:35:13.869Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_header_request.2919.27.log"
18862025-03-23T06:35:13.869Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_large_typed_body.2919.28.log"
18872025-03-23T06:35:13.869Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_head_request.2919.29.log"
18882025-03-23T06:35:13.869Ztest demo::test_demo_path_param_u32 ... ok
18892025-03-23T06:35:13.869Ztest demo::test_demo_path_param_uuid ... ok
18902025-03-23T06:35:13.869Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-tet_raw_request.2919.30.log"
18912025-03-23T06:35:13.869Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_request_compat.2919.31.log"
18922025-03-23T06:35:13.869Ztest demo::test_header_request ... ok
18932025-03-23T06:35:13.869Ztest demo::test_head_request ... ok
18942025-03-23T06:35:13.869Ztest demo::test_demo_path_param_string ... ok
18952025-03-23T06:35:13.869Ztest demo::test_large_typed_body ... ok
18962025-03-23T06:35:13.869Ztest demo::test_raw_request ... ok
18972025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_untyped_body.2919.35.log"
18982025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_streaming_body.2919.36.log"
18992025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-graceful_shutdown_with_detached_handler.2919.32.log"
19002025-03-23T06:35:13.870Ztest demo::test_request_compat ... ok
19012025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_request_remote_addr.2919.34.log"
19022025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-multipart_client.2919.33.log"
19032025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-multipart_client.2919.37.log"
19042025-03-23T06:35:13.870Ztest multipart::missing_boundary ... ok
19052025-03-23T06:35:13.870Ztest demo::test_request_remote_addr ... ok
19062025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-multipart_client.2919.38.log"
19072025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-multipart_client.2919.39.log"
19082025-03-23T06:35:13.870Ztest multipart::no_content_type ... ok
19092025-03-23T06:35:13.870Ztest multipart::weird_content_type ... ok
19102025-03-23T06:35:13.870Ztest demo::test_streaming_body ... ok
19112025-03-23T06:35:13.870Ztest multipart::test_multipart_client ... ok
19122025-03-23T06:35:13.870Ztest demo::test_demo_websocket ... ok
19132025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-pagination-basic.2919.40.log"
19142025-03-23T06:35:13.870Ztest demo::test_untyped_body ... ok
19152025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-pagination-multiple-resources.2919.41.log"
19162025-03-23T06:35:13.870Ztest openapi::test_openapi_custom_error_types ... ok
19172025-03-23T06:35:13.870Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19182025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-pagination-multiple-sorts.2919.42.log"
19192025-03-23T06:35:13.870Ztest config::test_config_bind_address_https ... ok
19202025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-basic.2919.43.log"
19212025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-dictionary.2919.44.log"
19222025-03-23T06:35:13.870Ztest openapi::test_openapi_fuller ... ok
19232025-03-23T06:35:13.870Ztest openapi::test_openapi ... ok
19242025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-empty.2919.45.log"
19252025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-errors.2919.46.log"
19262025-03-23T06:35:13.870Ztest pagination::test_paginate_empty ... ok
19272025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-extra_params.2919.47.log"
19282025-03-23T06:35:13.870Ztest pagination::test_paginate_errors ... ok
19292025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-required_params.2919.48.log"
19302025-03-23T06:35:13.870Ztest pagination::test_paginate_extra_params ... ok
19312025-03-23T06:35:13.870Ztest pagination_schema::test_pagination_schema ... ok
19322025-03-23T06:35:13.870Ztest pagination::test_paginate_with_required_params ... ok
19332025-03-23T06:35:13.870Ztest path_names::test_path_names ... ok
19342025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_no_tls.2919.49.log"
19352025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_with_tls.2919.50.log"
19362025-03-23T06:35:13.870Ztest starter::test_no_tls ... ok
19372025-03-23T06:35:13.870Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-non_streaming_servers_do_not_use_transfer_encoding.2919.51.log"
19382025-03-23T06:35:13.896Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
19392025-03-23T06:35:13.896Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-streaming_server_buffered_client.2919.52.log"
19402025-03-23T06:35:13.922Ztest streaming::test_streaming_server_buffered_client ... ok
19412025-03-23T06:35:13.922Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-streaming_server_streaming_client.2919.53.log"
19422025-03-23T06:35:13.922Ztest pagination::test_paginate_basic ... ok
19432025-03-23T06:35:13.922Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_server_is_http.2919.54.log"
19442025-03-23T06:35:13.922Ztest tls::test_server_is_http ... ok
19452025-03-23T06:35:13.922Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_server_is_https.2919.55.log"
19462025-03-23T06:35:13.922Ztest streaming::test_streaming_server_streaming_client ... ok
19472025-03-23T06:35:13.923Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_tls_aborted_negotiation.2919.56.log"
19482025-03-23T06:35:14.185Ztest starter::test_with_tls ... ok
19492025-03-23T06:35:14.211Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_tls_certificate_loading.2919.57.log"
19502025-03-23T06:35:14.237Ztest tls::test_server_is_https ... ok
19512025-03-23T06:35:14.237Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_tls_only.2919.58.log"
19522025-03-23T06:35:14.509Ztest tls::test_tls_certificate_loading ... ok
19532025-03-23T06:35:14.535Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_tls_refresh_certificates.2919.59.log"
19542025-03-23T06:35:14.560Ztest tls::test_tls_aborted_negotiation ... ok
19552025-03-23T06:35:14.560Znote: configured to log to "/tmp/integration_tests-a6df66ec2836c411-test_versions.2919.60.log"
19562025-03-23T06:35:14.611Ztest versions::test_versions ... ok
19572025-03-23T06:35:14.637Ztest versions::test_versions_openapi ... ok
19582025-03-23T06:35:14.637Ztest versions::test_versions_openapi_same_names ... ok
19592025-03-23T06:35:14.839Ztest tls::test_tls_only ... ok
19602025-03-23T06:35:14.865Ztest tls::test_tls_refresh_certificates ... ok
19612025-03-23T06:35:15.121Ztest pagination::test_example_basic ... ok
19622025-03-23T06:35:15.368Ztest pagination::test_paginate_dictionary ... ok
19632025-03-23T06:35:15.820Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
19642025-03-23T06:35:18.203Ztest pagination::test_example_multiple_sorts ... ok
19652025-03-23T06:35:19.355Ztest pagination::test_example_multiple_resources ... ok
19662025-03-23T06:35:19.355Z
19672025-03-23T06:35:19.355Ztest result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.58s
19682025-03-23T06:35:19.355Z
19692025-03-23T06:35:19.381Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-8ab55fe53472ca00`
19702025-03-23T06:35:19.407Z
19712025-03-23T06:35:19.407Zrunning 35 tests
19722025-03-23T06:35:19.407Ztest channel::tests::test_channel_operation_id ... ok
19732025-03-23T06:35:19.407Ztest channel::tests::test_channel_with_versions ... ok
19742025-03-23T06:35:19.407Ztest channel::tests::test_channel_with_unnamed_params ... ok
19752025-03-23T06:35:19.407Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
19762025-03-23T06:35:19.407Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
19772025-03-23T06:35:19.407Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
19782025-03-23T06:35:19.407Ztest doc::tests::test_extract_summary_description ... ok
19792025-03-23T06:35:19.407Ztest endpoint::tests::test_endpoint_bad_string ... ok
19802025-03-23T06:35:19.407Ztest endpoint::tests::test_endpoint_bad_versions ... ok
19812025-03-23T06:35:19.407Ztest channel::tests::test_channel_with_custom_params ... ok
19822025-03-23T06:35:19.407Ztest endpoint::tests::test_endpoint_invalid_item ... ok
19832025-03-23T06:35:19.407Ztest endpoint::tests::test_endpoint_no_arguments ... ok
19842025-03-23T06:35:19.407Ztest endpoint::tests::test_endpoint_not_async ... ok
19852025-03-23T06:35:19.407Ztest api_trait::tests::test_api_trait_basic ... ok
19862025-03-23T06:35:19.407Ztest endpoint::tests::test_endpoint_basic ... ok
19872025-03-23T06:35:19.407Ztest endpoint::tests::test_endpoint_content_type ... ok
19882025-03-23T06:35:19.407Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
19892025-03-23T06:35:19.407Ztest api_trait::tests::test_api_trait_operation_id ... ok
19902025-03-23T06:35:19.408Ztest endpoint::tests::test_endpoint_pub_crate ... ok
19912025-03-23T06:35:19.408Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
19922025-03-23T06:35:19.408Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
19932025-03-23T06:35:19.408Ztest endpoint::tests::test_endpoint_with_doc ... ok
19942025-03-23T06:35:19.408Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
19952025-03-23T06:35:19.408Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
19962025-03-23T06:35:19.408Ztest endpoint::tests::test_endpoint_with_tags ... ok
19972025-03-23T06:35:19.408Ztest endpoint::tests::test_endpoint_with_query ... ok
19982025-03-23T06:35:19.408Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
19992025-03-23T06:35:19.408Ztest params::tests::test_extract_rqctx_ty_param ... ok
20002025-03-23T06:35:19.408Ztest syn_parsing::tests::test_busted_function ... ok
20012025-03-23T06:35:19.408Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20022025-03-23T06:35:19.408Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20032025-03-23T06:35:19.408Ztest endpoint::tests::test_operation_id ... ok
20042025-03-23T06:35:19.434Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20052025-03-23T06:35:19.434Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20062025-03-23T06:35:19.434Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20072025-03-23T06:35:19.434Z
20082025-03-23T06:35:19.434Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
20092025-03-23T06:35:19.434Z
20102025-03-23T06:35:19.434Z Doc-tests dropshot
20112025-03-23T06:35:19.434Z Running `/home/build/.rustup/toolchains/1.85.1-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-6e6c2c041eafa3d1/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-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bad17394b0ba09a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-849e4c9c26270bce.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-85734c4c5f82baa3.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e81aab3dd80657e7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-c22afb678a98f647.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4f234d364d96a7a3.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-b1c111152f21ac8c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-cb546ec9e1815bb0.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ba6ff3af80f8556c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9e7f5448930a28da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-405fbfb0111eeace.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-85a430ef7cdb0f53.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.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`
20122025-03-23T06:35:19.978Z
20132025-03-23T06:35:19.978Zrunning 23 tests
20142025-03-23T06:35:21.821Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20152025-03-23T06:35:21.821Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20162025-03-23T06:35:21.821Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20172025-03-23T06:35:21.889Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20182025-03-23T06:35:26.011Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 363) ... ok
20192025-03-23T06:35:26.011Ztest dropshot/src/lib.rs - (line 322) ... ignored
20202025-03-23T06:35:26.261Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 558) ... ok
20212025-03-23T06:35:26.516Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok
20222025-03-23T06:35:26.542Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20232025-03-23T06:35:26.663Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok
20242025-03-23T06:35:26.743Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 153) ... ok
20252025-03-23T06:35:26.769Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20262025-03-23T06:35:26.769Ztest dropshot/src/lib.rs - channel (line 1153) ... ignored
20272025-03-23T06:35:26.769Ztest dropshot/src/lib.rs - endpoint (line 1198) ... ignored
20282025-03-23T06:35:27.804Ztest dropshot/src/lib.rs - (line 372) ... ok
20292025-03-23T06:35:28.345Ztest dropshot/src/lib.rs - api_description (line 1018) ... ok
20302025-03-23T06:35:28.393Ztest dropshot/src/lib.rs - (line 635) ... ok
20312025-03-23T06:35:28.419Ztest dropshot/src/lib.rs - api_description (line 1079) ... ok
20322025-03-23T06:35:28.683Ztest dropshot/src/lib.rs - (line 110) ... ok
20332025-03-23T06:35:28.732Ztest dropshot/src/lib.rs - (line 189) ... ok
20342025-03-23T06:35:29.463Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
20352025-03-23T06:35:32.359Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
20362025-03-23T06:35:33.922Ztest dropshot/src/lib.rs - (line 471) ... ok
20372025-03-23T06:35:33.922Z
20382025-03-23T06:35:33.948Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.94s
20392025-03-23T06:35:33.948Z
20402025-03-23T06:35:33.973Z Doc-tests dropshot_endpoint
20412025-03-23T06:35:33.974Z Running `/home/build/.rustup/toolchains/1.85.1-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-6e6c2c041eafa3d1/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-e1beea17124775d9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-62a205c19b6c2e9b.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-737ff701cd1a3040.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-2cc56e111a8e449d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-ee7af4d22956bd6a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
20422025-03-23T06:35:34.235Z
20432025-03-23T06:35:34.235Zrunning 0 tests
20442025-03-23T06:35:34.235Z
20452025-03-23T06:35:34.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20462025-03-23T06:35:34.235Z
20472025-03-23T06:35:34.283Z
20482025-03-23T06:35:34.309Zreal 2:31.879198743
20492025-03-23T06:35:34.309Zuser 12:22.312960080
20502025-03-23T06:35:34.309Zsys 2:26.182817481
20512025-03-23T06:35:34.309Ztrap 0.536682978
20522025-03-23T06:35:34.309Ztflt 0.202061110
20532025-03-23T06:35:34.309Zdflt 0.455106683
20542025-03-23T06:35:34.309Zkflt 0.000213820
20552025-03-23T06:35:34.309Zlock 26:45.801299552
20562025-03-23T06:35:34.309Zslp 1:04:44.596084135
20572025-03-23T06:35:34.309Zlat 46.546257520
20582025-03-23T06:35:34.309Zstop 50.654372603
20592025-03-23T06:35:34.309Zprocess exited: duration 295335 ms, exit code 0
 
20602025-03-23T06:35:34.361Zfound 0 output files