01K8MP733SZRCX0BDYC71MZCRY: build-and-test / illumos

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

Buildomat Job: 01K8MP7B42H4Z1KB7S1XQA5MGF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-10-28T05:56:54.763Zjob assigned to worker 01K8MP7BDKTY6H80RCNTVFBWYJ [factory gimlet-EVT22200007-propolis, EVT22200007/46957] (queued for 25 s)
 
22025-10-28T05:57:03.786Zstarting task 0: "setup"
32025-10-28T05:57:03.811Z++ uname -s
42025-10-28T05:57:03.811Z+ kern=SunOS
52025-10-28T05:57:03.811Z+ build_user=build
62025-10-28T05:57:03.811Z+ build_uid=12345
72025-10-28T05:57:03.811Z+ work_dir=/work
82025-10-28T05:57:03.811Z+ input_dir=/input
92025-10-28T05:57:03.811Z+ [[ 0 == 12345 ]]
102025-10-28T05:57:03.811Z+ case "$kern" in
112025-10-28T05:57:03.811Z+ groupadd -g 12345 build
122025-10-28T05:57:03.811Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-10-28T05:57:05.815Z+ zfs create -o mountpoint=/work rpool/work
142025-10-28T05:57:05.852Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-10-28T05:57:05.877Z+ home_fs=zfs
162025-10-28T05:57:05.877Z+ [[ zfs == autofs ]]
172025-10-28T05:57:05.878Z+ mkdir -p /home/build
182025-10-28T05:57:05.878Z+ chown build:build /home/build /work
192025-10-28T05:57:07.862Z+ chmod 0700 /home/build /work
202025-10-28T05:57:07.887Zprocess exited: duration 4083 ms, exit code 0
 
212025-10-28T05:57:07.940Zstarting task 1: "rust-toolchain"
222025-10-28T05:57:07.965Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-10-28T05:57:07.965Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-10-28T05:57:07.965Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-10-28T05:57:07.965Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-10-28T05:57:07.965Z * rust toolchain channel = "stable"
272025-10-28T05:57:07.965Z * rust toolchain profile = "default"
282025-10-28T05:57:07.965Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-10-28T05:57:07.965Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-10-28T05:57:08.092Zinfo: downloading installer
312025-10-28T05:57:08.530Zwarn: It looks like you have an existing installation of Rust at:
322025-10-28T05:57:08.530Zwarn: /opt/ooce/bin
332025-10-28T05:57:08.530Zwarn: It is recommended that rustup be the primary Rust installation.
342025-10-28T05:57:08.530Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-10-28T05:57:08.530Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-10-28T05:57:08.530Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-10-28T05:57:08.530Zwarn: or pass `-y' to ignore all ignorable checks.
382025-10-28T05:57:08.530Zerror: cannot install while Rust is installed
392025-10-28T05:57:08.530Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-10-28T05:57:08.556Zinfo: profile set to 'default'
412025-10-28T05:57:08.556Zinfo: default host triple is x86_64-unknown-illumos
422025-10-28T05:57:08.556Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-10-28T05:57:08.663Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442025-10-28T05:57:08.663Zinfo: downloading component 'cargo'
452025-10-28T05:57:08.854Zinfo: downloading component 'clippy'
462025-10-28T05:57:08.942Zinfo: downloading component 'rust-docs'
472025-10-28T05:57:09.234Zinfo: downloading component 'rust-std'
482025-10-28T05:57:09.597Zinfo: downloading component 'rustc'
492025-10-28T05:57:11.404Zinfo: downloading component 'rustfmt'
502025-10-28T05:57:11.471Zinfo: installing component 'cargo'
512025-10-28T05:57:12.704Zinfo: installing component 'clippy'
522025-10-28T05:57:13.176Zinfo: installing component 'rust-docs'
532025-10-28T05:57:16.310Zinfo: installing component 'rust-std'
542025-10-28T05:57:18.534Zinfo: installing component 'rustc'
552025-10-28T05:57:26.739Zinfo: installing component 'rustfmt'
562025-10-28T05:57:27.131Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-10-28T05:57:27.131Z
582025-10-28T05:57:27.298Z stable-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592025-10-28T05:57:27.298Z
602025-10-28T05:57:27.324Z
612025-10-28T05:57:27.324ZRust is installed now. Great!
622025-10-28T05:57:27.324Z
632025-10-28T05:57:27.324ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-10-28T05:57:27.324Zenvironment variable. This has not been done automatically.
652025-10-28T05:57:27.324Z
662025-10-28T05:57:27.324ZTo configure your current shell, you need to source
672025-10-28T05:57:27.324Zthe corresponding env file under $HOME/.cargo.
682025-10-28T05:57:27.324Z
692025-10-28T05:57:27.324ZThis is usually done by running one of the following (note the leading DOT):
702025-10-28T05:57:27.324Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-10-28T05:57:27.324Zsource "$HOME/.cargo/env.fish" # For fish
722025-10-28T05:57:27.324Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-10-28T05:57:27.402Z+ rustup --version
742025-10-28T05:57:27.427Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-10-28T05:57:27.427Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-10-28T05:57:27.543Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772025-10-28T05:57:27.568Z+ cargo --version
782025-10-28T05:57:27.655Zcargo 1.90.0 (840b83a10 2025-07-30)
792025-10-28T05:57:27.680Z+ rustc --version
802025-10-28T05:57:27.779Zrustc 1.90.0 (1159e78c4 2025-09-14)
812025-10-28T05:57:27.804Zprocess exited: duration 19847 ms, exit code 0
 
822025-10-28T05:57:27.856Zstarting task 2: "authentication"
832025-10-28T05:57:27.915Zprocess exited: duration 61 ms, exit code 0
 
842025-10-28T05:57:27.966Zstarting task 3: "clone repository"
852025-10-28T05:57:27.991Z+ mkdir -p /work/oxidecomputer/dropshot
862025-10-28T05:57:27.991Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872025-10-28T05:57:28.016ZCloning into '/work/oxidecomputer/dropshot'...
882025-10-28T05:57:29.191Z+ cd /work/oxidecomputer/dropshot
892025-10-28T05:57:29.191Z+ git fetch origin 647f329fadd824fb5051f94d24e584e232862347
902025-10-28T05:57:29.582ZFrom https://github.com/oxidecomputer/dropshot
912025-10-28T05:57:29.582Z * branch 647f329fadd824fb5051f94d24e584e232862347 -> FETCH_HEAD
922025-10-28T05:57:29.608Z+ [[ -n '' ]]
932025-10-28T05:57:29.608Z+ git reset --hard 647f329fadd824fb5051f94d24e584e232862347
942025-10-28T05:57:29.633ZHEAD is now at 647f329 Update dependency node to v24
952025-10-28T05:57:29.633Zprocess exited: duration 1663 ms, exit code 0
 
962025-10-28T05:57:29.687Zstarting task 4: "build"
972025-10-28T05:57:29.712Z+ cargo --version
982025-10-28T05:57:29.712Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
992025-10-28T05:57:29.842Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
1002025-10-28T05:57:29.842Zinfo: downloading component 'cargo'
1012025-10-28T05:57:30.001Zinfo: downloading component 'clippy'
1022025-10-28T05:57:30.086Zinfo: downloading component 'rust-docs'
1032025-10-28T05:57:30.368Zinfo: downloading component 'rust-std'
1042025-10-28T05:57:30.656Zinfo: downloading component 'rustc'
1052025-10-28T05:57:31.691Zinfo: downloading component 'rustfmt'
1062025-10-28T05:57:31.745Zinfo: installing component 'cargo'
1072025-10-28T05:57:32.843Zinfo: installing component 'clippy'
1082025-10-28T05:57:33.302Zinfo: installing component 'rust-docs'
1092025-10-28T05:57:36.240Zinfo: installing component 'rust-std'
1102025-10-28T05:57:38.535Zinfo: installing component 'rustc'
1112025-10-28T05:57:46.813Zinfo: installing component 'rustfmt'
1122025-10-28T05:57:47.351Zcargo 1.90.0 (840b83a10 2025-07-30)
1132025-10-28T05:57:47.376Z+ rustc --version
1142025-10-28T05:57:47.524Zrustc 1.90.0 (1159e78c4 2025-09-14)
1152025-10-28T05:57:47.549Z+ banner build
1162025-10-28T05:57:47.549Z
1172025-10-28T05:57:47.549Z ##### # # # # #####
1182025-10-28T05:57:47.549Z # # # # # # # #
1192025-10-28T05:57:47.549Z ##### # # # # # #
1202025-10-28T05:57:47.549Z # # # # # # # #
1212025-10-28T05:57:47.549Z # # # # # # # #
1222025-10-28T05:57:47.549Z ##### #### # ###### #####
1232025-10-28T05:57:47.549Z
1242025-10-28T05:57:47.549Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1252025-10-28T05:57:47.753Z Updating crates.io index
1262025-10-28T05:57:48.807Z Downloading crates ...
1272025-10-28T05:57:48.878Z Downloaded http-body-util v0.1.3
1282025-10-28T05:57:48.903Z Downloaded memchr v2.6.0
1292025-10-28T05:57:48.903Z Downloaded parking_lot_core v0.9.4
1302025-10-28T05:57:48.903Z Downloaded target-triple v0.1.3
1312025-10-28T05:57:48.903Z Downloaded once_cell v1.20.1
1322025-10-28T05:57:48.928Z Downloaded toml_datetime v0.7.3
1332025-10-28T05:57:48.928Z Downloaded tower v0.5.2
1342025-10-28T05:57:48.954Z Downloaded utf8_iter v1.0.4
1352025-10-28T05:57:48.954Z Downloaded pest_generator v2.8.1
1362025-10-28T05:57:48.954Z Downloaded rand_core v0.6.3
1372025-10-28T05:57:48.954Z Downloaded schemars v0.8.22
1382025-10-28T05:57:48.980Z Downloaded waitgroup v0.1.2
1392025-10-28T05:57:48.981Z Downloaded semver v1.0.27
1402025-10-28T05:57:48.981Z Downloaded sha1 v0.10.6
1412025-10-28T05:57:49.007Z Downloaded rustversion v1.0.22
1422025-10-28T05:57:49.007Z Downloaded write16 v1.0.0
1432025-10-28T05:57:49.007Z Downloaded toml_writer v1.0.4
1442025-10-28T05:57:49.007Z Downloaded zerovec-derive v0.10.3
1452025-10-28T05:57:49.007Z Downloaded zerofrom v0.1.5
1462025-10-28T05:57:49.007Z Downloaded yasna v0.5.2
1472025-10-28T05:57:49.034Z Downloaded zeroize v1.7.0
1482025-10-28T05:57:49.034Z Downloaded yoke v0.7.5
1492025-10-28T05:57:49.034Z Downloaded uuid v1.18.1
1502025-10-28T05:57:49.034Z Downloaded typenum v1.14.0
1512025-10-28T05:57:49.034Z Downloaded tracing-core v0.1.32
1522025-10-28T05:57:49.059Z Downloaded unicode-segmentation v1.10.0
1532025-10-28T05:57:49.059Z Downloaded zerocopy-derive v0.8.27
1542025-10-28T05:57:49.059Z Downloaded tower-http v0.6.5
1552025-10-28T05:57:49.084Z Downloaded zerovec v0.10.4
1562025-10-28T05:57:49.084Z Downloaded winnow v0.7.13
1572025-10-28T05:57:49.084Z Downloaded quinn-proto v0.11.8
1582025-10-28T05:57:49.109Z Downloaded webpki-roots v1.0.0
1592025-10-28T05:57:49.109Z Downloaded zerocopy v0.8.27
1602025-10-28T05:57:49.134Z Downloaded rustls v0.23.13
1612025-10-28T05:57:49.134Z Downloaded rustls v0.22.4
1622025-10-28T05:57:49.159Z Downloaded syn v2.0.108
1632025-10-28T05:57:49.159Z Downloaded webpki-roots v0.26.5
1642025-10-28T05:57:49.159Z Downloaded rustix v0.38.44
1652025-10-28T05:57:49.184Z Downloaded vcpkg v0.2.15
1662025-10-28T05:57:49.229Z Downloaded goblin v0.10.1
1672025-10-28T05:57:49.254Z Downloaded icu_properties_data v1.5.0
1682025-10-28T05:57:49.254Z Downloaded chrono v0.4.42
1692025-10-28T05:57:49.279Z Downloaded serde_json v1.0.145
1702025-10-28T05:57:49.279Z Downloaded hashbrown v0.16.0
1712025-10-28T05:57:49.279Z Downloaded time v0.3.36
1722025-10-28T05:57:49.279Z Downloaded rustls-webpki v0.102.8
1732025-10-28T05:57:49.304Z Downloaded encoding_rs v0.8.32
1742025-10-28T05:57:49.329Z Downloaded iri-string v0.7.8
1752025-10-28T05:57:49.354Z Downloaded idna v1.0.3
1762025-10-28T05:57:49.354Z Downloaded quinn v0.11.4
1772025-10-28T05:57:49.354Z Downloaded http v1.3.1
1782025-10-28T05:57:49.354Z Downloaded expectorate v1.2.0
1792025-10-28T05:57:49.354Z Downloaded tungstenite v0.24.0
1802025-10-28T05:57:49.354Z Downloaded tracing v0.1.40
1812025-10-28T05:57:49.354Z Downloaded slog v2.8.2
1822025-10-28T05:57:49.380Z Downloaded indexmap v2.12.0
1832025-10-28T05:57:49.380Z Downloaded usdt-impl v0.6.0
1842025-10-28T05:57:49.380Z Downloaded usdt v0.6.0
1852025-10-28T05:57:49.380Z Downloaded unicode-ident v1.0.12
1862025-10-28T05:57:49.380Z Downloaded similar v2.2.1
1872025-10-28T05:57:49.380Z Downloaded serde_core v1.0.228
1882025-10-28T05:57:49.380Z Downloaded icu_properties v1.5.1
1892025-10-28T05:57:49.380Z Downloaded libc v0.2.177
1902025-10-28T05:57:49.408Z Downloaded futures v0.3.31
1912025-10-28T05:57:49.433Z Downloaded bytes v1.10.1
1922025-10-28T05:57:49.433Z Downloaded tokio-tungstenite v0.24.0
1932025-10-28T05:57:49.433Z Downloaded tokio-rustls v0.26.0
1942025-10-28T05:57:49.433Z Downloaded subprocess v0.2.9
1952025-10-28T05:57:49.433Z Downloaded serde v1.0.228
1962025-10-28T05:57:49.433Z Downloaded parking_lot v0.12.1
1972025-10-28T05:57:49.433Z Downloaded http-range v0.1.4
1982025-10-28T05:57:49.433Z Downloaded zerofrom-derive v0.1.5
1992025-10-28T05:57:49.433Z Downloaded version_check v0.9.5
2002025-10-28T05:57:49.458Z Downloaded unicode-width v0.1.9
2012025-10-28T05:57:49.459Z Downloaded unicase v2.6.0
2022025-10-28T05:57:49.459Z Downloaded trybuild v1.0.112
2032025-10-28T05:57:49.459Z Downloaded toml v0.9.8
2042025-10-28T05:57:49.459Z Downloaded tinyvec v1.5.1
2052025-10-28T05:57:49.459Z Downloaded writeable v0.5.5
2062025-10-28T05:57:49.459Z Downloaded usdt-attr-macro v0.6.0
2072025-10-28T05:57:49.459Z Downloaded thiserror v1.0.69
2082025-10-28T05:57:49.459Z Downloaded term v1.1.0
2092025-10-28T05:57:49.484Z Downloaded serde_derive_internals v0.29.0
2102025-10-28T05:57:49.484Z Downloaded want v0.3.0
2112025-10-28T05:57:49.484Z Downloaded utf-8 v0.7.6
2122025-10-28T05:57:49.484Z Downloaded untrusted v0.9.0
2132025-10-28T05:57:49.484Z Downloaded tower-layer v0.3.3
2142025-10-28T05:57:49.484Z Downloaded tokio-rustls v0.25.0
2152025-10-28T05:57:49.484Z Downloaded time-macros v0.2.18
2162025-10-28T05:57:49.484Z Downloaded smallvec v1.13.2
2172025-10-28T05:57:49.484Z Downloaded litemap v0.7.4
2182025-10-28T05:57:49.484Z Downloaded hyper-rustls v0.26.0
2192025-10-28T05:57:49.484Z Downloaded form_urlencoded v1.2.2
2202025-10-28T05:57:49.484Z Downloaded event-listener v5.0.0
2212025-10-28T05:57:49.484Z Downloaded yoke-derive v0.7.5
2222025-10-28T05:57:49.484Z Downloaded usdt-macro v0.6.0
2232025-10-28T05:57:49.509Z Downloaded toml_parser v1.0.4
2242025-10-28T05:57:49.510Z Downloaded thiserror v2.0.17
2252025-10-28T05:57:49.510Z Downloaded spin v0.9.8
2262025-10-28T05:57:49.510Z Downloaded socket2 v0.5.9
2272025-10-28T05:57:49.510Z Downloaded slog-term v2.9.2
2282025-10-28T05:57:49.510Z Downloaded slog-async v2.8.0
2292025-10-28T05:57:49.510Z Downloaded simple-mermaid v0.2.0
2302025-10-28T05:57:49.510Z Downloaded sha2 v0.10.8
2312025-10-28T05:57:49.510Z Downloaded ring v0.17.13
2322025-10-28T05:57:49.553Z Downloaded serde_path_to_error v0.1.20
2332025-10-28T05:57:49.579Z Downloaded serde_derive v1.0.228
2342025-10-28T05:57:49.579Z Downloaded prettyplease v0.2.37
2352025-10-28T05:57:49.579Z Downloaded log v0.4.17
2362025-10-28T05:57:49.579Z Downloaded lock_api v0.4.6
2372025-10-28T05:57:49.579Z Downloaded icu_normalizer_data v1.5.0
2382025-10-28T05:57:49.579Z Downloaded tokio-macros v2.6.0
2392025-10-28T05:57:49.579Z Downloaded tinystr v0.7.6
2402025-10-28T05:57:49.579Z Downloaded thread_local v1.1.4
2412025-10-28T05:57:49.579Z Downloaded thread-id v5.0.0
2422025-10-28T05:57:49.579Z Downloaded thiserror-impl v2.0.17
2432025-10-28T05:57:49.579Z Downloaded thiserror-impl v1.0.69
2442025-10-28T05:57:49.579Z Downloaded termcolor v1.1.2
2452025-10-28T05:57:49.579Z Downloaded synstructure v0.13.1
2462025-10-28T05:57:49.604Z Downloaded socket2 v0.6.0
2472025-10-28T05:57:49.604Z Downloaded slog-json v2.6.1
2482025-10-28T05:57:49.604Z Downloaded shlex v1.3.0
2492025-10-28T05:57:49.604Z Downloaded serde_tokenstream v0.2.2
2502025-10-28T05:57:49.604Z Downloaded serde_spanned v1.0.3
2512025-10-28T05:57:49.604Z Downloaded rustix v1.0.2
2522025-10-28T05:57:49.630Z Downloaded rcgen v0.14.5
2532025-10-28T05:57:49.630Z Downloaded parking v2.2.0
2542025-10-28T05:57:49.630Z Downloaded is-terminal v0.4.12
2552025-10-28T05:57:49.630Z Downloaded icu_normalizer v1.5.0
2562025-10-28T05:57:49.630Z Downloaded hyper-staticfile v0.10.1
2572025-10-28T05:57:49.630Z Downloaded futures-macro v0.3.31
2582025-10-28T05:57:49.630Z Downloaded futures-io v0.3.31
2592025-10-28T05:57:49.630Z Downloaded futures-executor v0.3.31
2602025-10-28T05:57:49.630Z Downloaded futures-core v0.3.31
2612025-10-28T05:57:49.655Z Downloaded futures-channel v0.3.31
2622025-10-28T05:57:49.655Z Downloaded dof v0.4.0
2632025-10-28T05:57:49.655Z Downloaded digest v0.10.7
2642025-10-28T05:57:49.655Z Downloaded cfg-if v1.0.0
2652025-10-28T05:57:49.655Z Downloaded tower-service v0.3.3
2662025-10-28T05:57:49.655Z Downloaded tokio-native-tls v0.3.1
2672025-10-28T05:57:49.655Z Downloaded tinyvec_macros v0.1.0
2682025-10-28T05:57:49.655Z Downloaded time-core v0.1.2
2692025-10-28T05:57:49.655Z Downloaded tempfile v3.23.0
2702025-10-28T05:57:49.655Z Downloaded take_mut v0.2.2
2712025-10-28T05:57:49.655Z Downloaded sync_wrapper v1.0.1
2722025-10-28T05:57:49.656Z Downloaded stable_deref_trait v1.2.0
2732025-10-28T05:57:49.656Z Downloaded slog-bunyan v2.5.0
2742025-10-28T05:57:49.656Z Downloaded signal-hook-registry v1.4.0
2752025-10-28T05:57:49.656Z Downloaded serde_urlencoded v0.7.1
2762025-10-28T05:57:49.656Z Downloaded rustls-pki-types v1.12.0
2772025-10-28T05:57:49.656Z Downloaded lazy_static v1.5.0
2782025-10-28T05:57:49.680Z Downloaded itoa v1.0.1
2792025-10-28T05:57:49.681Z Downloaded ipnet v2.10.0
2802025-10-28T05:57:49.681Z Downloaded httpdate v1.0.1
2812025-10-28T05:57:49.681Z Downloaded futures-util v0.3.31
2822025-10-28T05:57:49.681Z Downloaded hyper-rustls v0.27.3
2832025-10-28T05:57:49.681Z Downloaded event-listener-strategy v0.5.4
2842025-10-28T05:57:49.681Z Downloaded dtrace-parser v0.3.0
2852025-10-28T05:57:49.681Z Downloaded rustls-native-certs v0.7.0
2862025-10-28T05:57:49.681Z Downloaded proc-macro2 v1.0.103
2872025-10-28T05:57:49.706Z Downloaded hyper-tls v0.6.0
2882025-10-28T05:57:49.706Z Downloaded http-body v1.0.1
2892025-10-28T05:57:49.706Z Downloaded foreign-types-shared v0.1.1
2902025-10-28T05:57:49.706Z Downloaded foreign-types v0.3.2
2912025-10-28T05:57:49.706Z Downloaded fnv v1.0.7
2922025-10-28T05:57:49.706Z Downloaded fastrand v2.1.1
2932025-10-28T05:57:49.706Z Downloaded scroll_derive v0.13.1
2942025-10-28T05:57:49.706Z Downloaded schema-derive v0.1.0
2952025-10-28T05:57:49.706Z Downloaded schema v0.1.0
2962025-10-28T05:57:49.706Z Downloaded rustls-pemfile v2.2.0
2972025-10-28T05:57:49.706Z Downloaded rand_chacha v0.3.1
2982025-10-28T05:57:49.706Z Downloaded quote v1.0.41
2992025-10-28T05:57:49.706Z Downloaded quinn-udp v0.5.5
3002025-10-28T05:57:49.706Z Downloaded pretty-hex v0.4.1
3012025-10-28T05:57:49.706Z Downloaded ppv-lite86 v0.2.15
3022025-10-28T05:57:49.706Z Downloaded portable-atomic v1.9.0
3032025-10-28T05:57:49.731Z Downloaded percent-encoding v2.3.2
3042025-10-28T05:57:49.731Z Downloaded pem v3.0.6
3052025-10-28T05:57:49.731Z Downloaded match_cfg v0.1.0
3062025-10-28T05:57:49.731Z Downloaded idna_adapter v1.2.0
3072025-10-28T05:57:49.731Z Downloaded icu_provider_macros v1.5.0
3082025-10-28T05:57:49.732Z Downloaded iana-time-zone v0.1.47
3092025-10-28T05:57:49.732Z Downloaded hyper v1.7.0
3102025-10-28T05:57:49.732Z Downloaded heck v0.5.0
3112025-10-28T05:57:49.732Z Downloaded getrandom v0.3.1
3122025-10-28T05:57:49.732Z Downloaded deranged v0.3.11
3132025-10-28T05:57:49.732Z Downloaded debug-ignore v1.0.5
3142025-10-28T05:57:49.757Z Downloaded cc v1.2.16
3152025-10-28T05:57:49.757Z Downloaded byteorder v1.4.3
3162025-10-28T05:57:49.757Z Downloaded scroll v0.13.0
3172025-10-28T05:57:49.757Z Downloaded scopeguard v1.2.0
3182025-10-28T05:57:49.757Z Downloaded reqwest v0.12.24
3192025-10-28T05:57:49.757Z Downloaded pkg-config v0.3.31
3202025-10-28T05:57:49.757Z Downloaded icu_provider v1.5.0
3212025-10-28T05:57:49.757Z Downloaded icu_locid_transform_data v1.5.0
3222025-10-28T05:57:49.757Z Downloaded ryu v1.0.5
3232025-10-28T05:57:49.757Z Downloaded powerfmt v0.2.0
3242025-10-28T05:57:49.782Z Downloaded openssl-sys v0.9.107
3252025-10-28T05:57:49.783Z Downloaded openapiv3 v2.2.0
3262025-10-28T05:57:49.783Z Downloaded httparse v1.10.0
3272025-10-28T05:57:49.783Z Downloaded hostname v0.3.1
3282025-10-28T05:57:49.783Z Downloaded h2 v0.4.6
3292025-10-28T05:57:49.808Z Downloaded futures-sink v0.3.31
3302025-10-28T05:57:49.808Z Downloaded pin-utils v0.1.0
3312025-10-28T05:57:49.808Z Downloaded paste v1.0.15
3322025-10-28T05:57:49.809Z Downloaded openssl-probe v0.1.4
3332025-10-28T05:57:49.809Z Downloaded num_threads v0.1.3
3342025-10-28T05:57:49.809Z Downloaded num-traits v0.2.14
3352025-10-28T05:57:49.809Z Downloaded newline-converter v0.3.0
3362025-10-28T05:57:49.809Z Downloaded icu_locid_transform v1.5.0
3372025-10-28T05:57:49.809Z Downloaded icu_locid v1.5.0
3382025-10-28T05:57:49.809Z Downloaded cpufeatures v0.2.2
3392025-10-28T05:57:49.809Z Downloaded atomic-waker v1.1.2
3402025-10-28T05:57:49.809Z Downloaded async-trait v0.1.89
3412025-10-28T05:57:49.834Z Downloaded utf16_iter v1.0.5
3422025-10-28T05:57:49.834Z Downloaded url v2.5.4
3432025-10-28T05:57:49.834Z Downloaded ucd-trie v0.1.6
3442025-10-28T05:57:49.834Z Downloaded try-lock v0.2.3
3452025-10-28T05:57:49.834Z Downloaded rustc-hash v2.0.0
3462025-10-28T05:57:49.834Z Downloaded pin-project-lite v0.2.12
3472025-10-28T05:57:49.834Z Downloaded pest_derive v2.8.1
3482025-10-28T05:57:49.834Z Downloaded pest v2.8.1
3492025-10-28T05:57:49.834Z Downloaded openssl v0.10.72
3502025-10-28T05:57:49.859Z Downloaded multer v3.1.0
3512025-10-28T05:57:49.859Z Downloaded generic-array v0.14.5
3522025-10-28T05:57:49.859Z Downloaded tokio-util v0.7.7
3532025-10-28T05:57:49.859Z Downloaded num-conv v0.1.0
3542025-10-28T05:57:49.859Z Downloaded errno v0.3.10
3552025-10-28T05:57:49.859Z Downloaded erased-serde v0.3.31
3562025-10-28T05:57:49.859Z Downloaded equivalent v1.0.0
3572025-10-28T05:57:49.859Z Downloaded dyn-clone v1.0.4
3582025-10-28T05:57:49.885Z Downloaded data-encoding v2.4.0
3592025-10-28T05:57:49.885Z Downloaded crypto-common v0.1.6
3602025-10-28T05:57:49.885Z Downloaded crossbeam-channel v0.5.1
3612025-10-28T05:57:49.885Z Downloaded concurrent-queue v2.5.0
3622025-10-28T05:57:49.885Z Downloaded block-buffer v0.10.2
3632025-10-28T05:57:49.885Z Downloaded bitflags v2.4.0
3642025-10-28T05:57:49.885Z Downloaded base64 v0.22.1
3652025-10-28T05:57:49.910Z Downloaded atomicwrites v0.4.4
3662025-10-28T05:57:49.911Z Downloaded anyhow v1.0.100
3672025-10-28T05:57:49.911Z Downloaded tokio v1.48.0
3682025-10-28T05:57:49.968Z Downloaded mio v1.0.3
3692025-10-28T05:57:49.993Z Downloaded mime_guess v2.0.5
3702025-10-28T05:57:49.993Z Downloaded memmap2 v0.9.8
3712025-10-28T05:57:49.993Z Downloaded mime v0.3.16
3722025-10-28T05:57:49.993Z Downloaded subtle v2.5.0
3732025-10-28T05:57:49.993Z Downloaded slab v0.4.9
3742025-10-28T05:57:49.993Z Downloaded schemars_derive v0.8.22
3752025-10-28T05:57:49.993Z Downloaded rand v0.8.4
3762025-10-28T05:57:49.993Z Downloaded plain v0.2.3
3772025-10-28T05:57:49.993Z Downloaded pest_meta v2.8.1
3782025-10-28T05:57:50.019Z Downloaded openssl-macros v0.1.1
3792025-10-28T05:57:50.019Z Downloaded native-tls v0.2.12
3802025-10-28T05:57:50.019Z Downloaded autocfg v1.1.0
3812025-10-28T05:57:50.019Z Downloaded async-stream-impl v0.3.6
3822025-10-28T05:57:50.019Z Downloaded icu_collections v1.5.0
3832025-10-28T05:57:50.019Z Downloaded hyper-util v0.1.17
3842025-10-28T05:57:50.045Z Downloaded hostname v0.4.0
3852025-10-28T05:57:50.045Z Downloaded glob v0.3.0
3862025-10-28T05:57:50.045Z Downloaded getrandom v0.2.11
3872025-10-28T05:57:50.045Z Downloaded crossbeam-utils v0.8.15
3882025-10-28T05:57:50.045Z Downloaded camino v1.2.1
3892025-10-28T05:57:50.045Z Downloaded async-stream v0.3.6
3902025-10-28T05:57:50.071Z Downloaded async-channel v2.5.0
3912025-10-28T05:57:50.071Z Downloaded futures-task v0.3.31
3922025-10-28T05:57:50.071Z Downloaded displaydoc v0.2.5
3932025-10-28T05:57:50.071Z Downloaded console v0.15.7
3942025-10-28T05:57:50.071Z Downloaded buf-list v1.1.2
3952025-10-28T05:57:50.266Z Compiling proc-macro2 v1.0.103
3962025-10-28T05:57:50.266Z Compiling unicode-ident v1.0.12
3972025-10-28T05:57:50.266Z Compiling quote v1.0.41
3982025-10-28T05:57:50.266Z Compiling libc v0.2.177
3992025-10-28T05:57:50.291Z Compiling cfg-if v1.0.0
4002025-10-28T05:57:50.292Z Compiling itoa v1.0.1
4012025-10-28T05:57:50.292Z Compiling serde_core v1.0.228
4022025-10-28T05:57:50.292Z Compiling memchr v2.6.0
4032025-10-28T05:57:50.292Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=b5533472c332d9e7 -C extra-filename=-2b3ed855a7945652 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-2b3ed855a7945652 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4042025-10-28T05:57:50.292Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=248a2e8258c91905 -C extra-filename=-85682cc5f50714f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4052025-10-28T05:57:50.292Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.41/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=fd6306804523aff9 -C extra-filename=-9a42d8217b597979 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-9a42d8217b597979 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4062025-10-28T05:57:50.292Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=38b09c2d589b811b -C extra-filename=-abcfa2a5a9ce8b12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4072025-10-28T05:57:50.317Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=ae8a4ca35b4a00be -C extra-filename=-8cdce81191b215d3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-8cdce81191b215d3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4082025-10-28T05:57:50.351Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7fed7f85faf907a -C extra-filename=-e4d708cdc1b32d82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4092025-10-28T05:57:50.376Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=a93ef4d022b8a6f3 -C extra-filename=-9aeda2aa726b7e82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4102025-10-28T05:57:50.377Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=e60de41ad25ce7d9 -C extra-filename=-cd50dcea70544b29 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-cd50dcea70544b29 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112025-10-28T05:57:50.425Z Compiling pin-project-lite v0.2.12
4122025-10-28T05:57:50.450Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1755cf1fdb79b27c -C extra-filename=-9ef91c4d733edc06 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132025-10-28T05:57:50.530Z Compiling shlex v1.3.0
4142025-10-28T05:57:50.556Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=02128bbc7376ca50 -C extra-filename=-09dc8c97e44d2ce5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152025-10-28T05:57:50.586Z Compiling autocfg v1.1.0
4162025-10-28T05:57:50.586Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87a38020603b5382 -C extra-filename=-9c976105c3562e9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172025-10-28T05:57:50.611Z Compiling bytes v1.10.1
4182025-10-28T05:57:50.611Z Running `/home/build/.rustup/toolchains/1.90.0-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=bbb888a00977863f -C extra-filename=-a6fb29251b3b493b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192025-10-28T05:57:50.885Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-9a42d8217b597979/build-script-build`
4202025-10-28T05:57:50.910Z Compiling cc v1.2.16
4212025-10-28T05:57:50.910Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=892cfbb72b5a4748 -C extra-filename=-8adc1830db1b8a07 --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-09dc8c97e44d2ce5.rmeta --cap-lints allow`
4222025-10-28T05:57:50.935Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-2b3ed855a7945652/build-script-build`
4232025-10-28T05:57:50.960Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-cd50dcea70544b29/build-script-build`
4242025-10-28T05:57:50.960Z Compiling smallvec v1.13.2
4252025-10-28T05:57:50.960Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=99e6aef14170344c -C extra-filename=-6640e57724570f9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262025-10-28T05:57:51.015Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=f47253107e6c7648 -C extra-filename=-d50603f23f466ab6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
4272025-10-28T05:57:51.041Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-8cdce81191b215d3/build-script-build`
4282025-10-28T05:57:51.104Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=3d4002cbbd952ca7 -C extra-filename=-896ec08e71d0130d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4292025-10-28T05:57:51.165Z Compiling once_cell v1.20.1
4302025-10-28T05:57:51.190Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=8188b2d8008ad059 -C extra-filename=-206f4431f8d7e649 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312025-10-28T05:57:51.376Z Compiling futures-core v0.3.31
4322025-10-28T05:57:51.403Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=069b6568974cde06 -C extra-filename=-412b3df115da0b3f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332025-10-28T05:57:51.518Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2fbdb10e56642c4e -C extra-filename=-a636968c551a9b04 --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-85682cc5f50714f9.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
4342025-10-28T05:57:51.556Z Compiling version_check v0.9.5
4352025-10-28T05:57:51.581Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa47b446f318136a -C extra-filename=-551a4c09dbe50582 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362025-10-28T05:57:51.673Z Compiling log v0.4.17
4372025-10-28T05:57:51.698Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=988583e08c192b8a -C extra-filename=-97ae4d7f16f9d208 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-97ae4d7f16f9d208 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382025-10-28T05:57:51.841Z Compiling parking_lot_core v0.9.4
4392025-10-28T05:57:51.841Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=c54fc0770cb79548 -C extra-filename=-ad0cf4fbed64eae1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ad0cf4fbed64eae1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4402025-10-28T05:57:51.961Z Compiling ryu v1.0.5
4412025-10-28T05:57:51.986Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=4f3e932cd53ee93f -C extra-filename=-1da62bf30288d981 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-1da62bf30288d981 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422025-10-28T05:57:52.062Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-97ae4d7f16f9d208/build-script-build`
4432025-10-28T05:57:52.088Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=73194b9bb62983ac -C extra-filename=-d5dded00f7bb4429 --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-abcfa2a5a9ce8b12.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4442025-10-28T05:57:52.171Z Compiling scopeguard v1.2.0
4452025-10-28T05:57:52.196Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=66c82bf64035a382 -C extra-filename=-132bd9e8581c1284 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462025-10-28T05:57:52.272Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ad0cf4fbed64eae1/build-script-build`
4472025-10-28T05:57:52.297Z Compiling serde v1.0.228
4482025-10-28T05:57:52.297Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=5173d62e887d41e9 -C extra-filename=-0105bfffd55420e9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-0105bfffd55420e9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492025-10-28T05:57:52.331Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.41/src/lib.rs --error-format=json --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=253efe3773810bbb -C extra-filename=-2588375163412b4d --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-a636968c551a9b04.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4502025-10-28T05:57:52.396Z Compiling lock_api v0.4.6
4512025-10-28T05:57:52.421Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=74f7d8303d0a5f3d -C extra-filename=-79a1fbd9b211d899 --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-132bd9e8581c1284.rmeta --cap-lints allow`
4522025-10-28T05:57:52.446Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-1da62bf30288d981/build-script-build`
4532025-10-28T05:57:52.471Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=f4ebad723e01f0fc -C extra-filename=-0f4bd2973f947aef --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-abcfa2a5a9ce8b12.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6640e57724570f9f.rmeta --cap-lints allow`
4542025-10-28T05:57:52.500Z Compiling slab v0.4.9
4552025-10-28T05:57:52.525Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f5f1525ef2ec1604 -C extra-filename=-fdfee53195acd0f2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-fdfee53195acd0f2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-9c976105c3562e9c.rlib --cap-lints allow`
4562025-10-28T05:57:52.771Z Compiling syn v2.0.108
4572025-10-28T05:57:52.796Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.108/src/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=7932f970081534ec -C extra-filename=-9f145fd6e410e945 --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-a636968c551a9b04.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-85682cc5f50714f9.rmeta --cap-lints allow`
4582025-10-28T05:57:52.821Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-0105bfffd55420e9/build-script-build`
4592025-10-28T05:57:52.821Z Compiling futures-sink v0.3.31
4602025-10-28T05:57:52.821Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dfb3ecd43bdb92f5 -C extra-filename=-62f36eeafc97992f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4612025-10-28T05:57:52.854Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-fdfee53195acd0f2/build-script-build`
4622025-10-28T05:57:52.973Z Compiling parking_lot v0.12.1
4632025-10-28T05:57:52.999Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=c8648925ec250641 -C extra-filename=-9e4e4e133e1d25bf --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-79a1fbd9b211d899.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-0f4bd2973f947aef.rmeta --cap-lints allow`
4642025-10-28T05:57:52.999Z Compiling mio v1.0.3
4652025-10-28T05:57:52.999Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=ed5b370eab1e1e4c -C extra-filename=-d4457b1fe28e710e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4662025-10-28T05:57:52.999Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=b5078d9b9e084ec1 -C extra-filename=-d7bb3facb855c4dc --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-896ec08e71d0130d.rmeta --cap-lints allow`
4672025-10-28T05:57:52.999Z Compiling signal-hook-registry v1.4.0
4682025-10-28T05:57:52.999Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=328bd91b1ba13d16 -C extra-filename=-4405951a0e2946ef --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-896ec08e71d0130d.rmeta --cap-lints allow`
4692025-10-28T05:57:53.031Z Compiling getrandom v0.2.11
4702025-10-28T05:57:53.056Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=a8fc1b01960cd6b1 -C extra-filename=-6876dbf936d52738 --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-abcfa2a5a9ce8b12.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --cap-lints allow`
4712025-10-28T05:57:53.317Z Compiling socket2 v0.6.0
4722025-10-28T05:57:53.342Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=ecc0e9c7490eac96 -C extra-filename=-dab843d7cb88864a --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-896ec08e71d0130d.rmeta --cap-lints allow`
4732025-10-28T05:57:53.372Z Compiling serde_json v1.0.145
4742025-10-28T05:57:53.397Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a42478d6c916a1f5 -C extra-filename=-046892d80e9e32a8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-046892d80e9e32a8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4752025-10-28T05:57:53.397Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bbe9ed121787bb44 -C extra-filename=-177c3ef7ac815999 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4762025-10-28T05:57:53.637Z Compiling fnv v1.0.7
4772025-10-28T05:57:53.662Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a18fdb745dd1724b -C extra-filename=-c924473aced35a77 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4782025-10-28T05:57:53.694Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-046892d80e9e32a8/build-script-build`
4792025-10-28T05:57:53.719Z Compiling futures-channel v0.3.31
4802025-10-28T05:57:53.719Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=8fbb5075cbbac246 -C extra-filename=-86af18776f0ab9e8 --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-412b3df115da0b3f.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-62f36eeafc97992f.rmeta --cap-lints allow`
4812025-10-28T05:57:53.719Z Compiling thiserror v2.0.17
4822025-10-28T05:57:53.744Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=aea7b6e8c4673ce7 -C extra-filename=-13bd397375f21858 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-13bd397375f21858 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4832025-10-28T05:57:53.770Z Compiling http v1.3.1
4842025-10-28T05:57:53.770Z Running `/home/build/.rustup/toolchains/1.90.0-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=d9fff1fe037b37b8 -C extra-filename=-a4a3dabfcc0ae01d --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-a6fb29251b3b493b.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-c924473aced35a77.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e4d708cdc1b32d82.rmeta --cap-lints allow`
4852025-10-28T05:57:53.794Z Compiling pin-utils v0.1.0
4862025-10-28T05:57:53.795Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe895281cee72852 -C extra-filename=-7355f9cc9b15879d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872025-10-28T05:57:53.878Z Compiling bitflags v2.4.0
4882025-10-28T05:57:53.903Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=accfc327496656d1 -C extra-filename=-30e0597c997f96eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4892025-10-28T05:57:54.014Z Compiling zeroize v1.7.0
4902025-10-28T05:57:54.038Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=de840b057318003c -C extra-filename=-5b519424823ad410 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912025-10-28T05:57:54.100Z Compiling ring v0.17.13
4922025-10-28T05:57:54.124Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=73e13f5725b59d44 -C extra-filename=-ecee39ca452c2bd2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-ecee39ca452c2bd2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-8adc1830db1b8a07.rlib --cap-lints allow`
4932025-10-28T05:57:54.170Z Compiling futures-io v0.3.31
4942025-10-28T05:57:54.195Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=59db3f4e6938c5ff -C extra-filename=-b162361d1cb8d01a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4952025-10-28T05:57:54.263Z Compiling rustls-pki-types v1.12.0
4962025-10-28T05:57:54.288Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.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="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=c9304b85f3fcb7db -C extra-filename=-afe15348e931e359 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-5b519424823ad410.rmeta --cap-lints allow`
4972025-10-28T05:57:54.316Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-13bd397375f21858/build-script-build`
4982025-10-28T05:57:54.340Z Compiling futures-task v0.3.31
4992025-10-28T05:57:54.340Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=1a7905c8adbbe4cb -C extra-filename=-c34c756e80f763e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5002025-10-28T05:57:54.442Z Compiling stable_deref_trait v1.2.0
5012025-10-28T05:57:54.466Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bc0814b7ef38358e -C extra-filename=-af57b34f5b18388f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5022025-10-28T05:57:54.560Z Compiling httparse v1.10.0
5032025-10-28T05:57:54.584Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a9a509a0d2628e6b -C extra-filename=-80b8fd9f43f029ee --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-80b8fd9f43f029ee -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042025-10-28T05:57:54.609Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=5d10f170ba595b77 -C extra-filename=-928514fe4041f542 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-928514fe4041f542 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5052025-10-28T05:57:54.690Z Compiling getrandom v0.3.1
5062025-10-28T05:57:54.715Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=dac9b2fc1baecc79 -C extra-filename=-67f27968647a0c27 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-67f27968647a0c27 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072025-10-28T05:57:55.018Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-ecee39ca452c2bd2/build-script-build`
5082025-10-28T05:57:55.147Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-67f27968647a0c27/build-script-build`
5092025-10-28T05:57:55.172Z Compiling tracing-core v0.1.32
5102025-10-28T05:57:55.197Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=7e25abae903a3b8a -C extra-filename=-b7f047bbff4ba668 --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-206f4431f8d7e649.rmeta --cap-lints allow`
5112025-10-28T05:57:55.197Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-928514fe4041f542/build-script-build`
5122025-10-28T05:57:55.246Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=494f4b7abedd1473 -C extra-filename=-cb3ef9683a3dbf06 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
5132025-10-28T05:57:55.271Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-80b8fd9f43f029ee/build-script-build`
5142025-10-28T05:57:55.314Z Compiling hashbrown v0.16.0
5152025-10-28T05:57:55.339Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5d955da84c94d0c3 -C extra-filename=-a735e9c9941fb9b6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5162025-10-28T05:57:55.339Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=8b6c6ec72424b3ee -C extra-filename=-cf0674c4698fe0be --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-cf0674c4698fe0be -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172025-10-28T05:57:55.339Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=babf6c6c68e3d8a0 -C extra-filename=-f0f51a1c8081e192 --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`
5182025-10-28T05:57:55.803Z Compiling ucd-trie v0.1.6
5192025-10-28T05:57:55.828Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1ec7b7a6c8b213d4 -C extra-filename=-a51fa30df920930a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5202025-10-28T05:57:55.828Z Compiling untrusted v0.9.0
5212025-10-28T05:57:55.828Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5ff243b158a9e04 -C extra-filename=-720224ad6d4ea093 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5222025-10-28T05:57:55.890Z Compiling equivalent v1.0.0
5232025-10-28T05:57:55.914Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fe4d01a5c925117 -C extra-filename=-a600fe24d15fb7c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5242025-10-28T05:57:55.999Z Compiling tracing v0.1.40
5252025-10-28T05:57:56.023Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=7e7a08db36a87947 -C extra-filename=-7dfa4a9939dd6f40 --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-9ef91c4d733edc06.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-b7f047bbff4ba668.rmeta --cap-lints allow`
5262025-10-28T05:57:56.023Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-cf0674c4698fe0be/build-script-build`
5272025-10-28T05:57:56.075Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=62e2ab362ec7dc04 -C extra-filename=-ea4d40c87ee86d5b --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-abcfa2a5a9ce8b12.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --cap-lints allow`
5282025-10-28T05:57:56.306Z Compiling indexmap v2.12.0
5292025-10-28T05:57:56.331Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=18acb884e9c247aa -C extra-filename=-0f23ce94c93f2a1c --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-a600fe24d15fb7c8.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-a735e9c9941fb9b6.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d50603f23f466ab6.rmeta --cap-lints allow`
5302025-10-28T05:57:56.331Z Compiling http-body v1.0.1
5312025-10-28T05:57:56.331Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30c79e04a5f8e0c4 -C extra-filename=-cd1427139c2f4d9c --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-a6fb29251b3b493b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --cap-lints allow`
5322025-10-28T05:57:56.356Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=9f6e71b612f10e66 -C extra-filename=-a0b25151a34e41c3 --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-e4d708cdc1b32d82.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-9aeda2aa726b7e82.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-d4457b1fe28e710e.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d50603f23f466ab6.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5332025-10-28T05:57:56.381Z Compiling vcpkg v0.2.15
5342025-10-28T05:57:56.381Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdb50695104a173e -C extra-filename=-3538f27e9eb6fc67 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5352025-10-28T05:57:56.406Z Compiling rustversion v1.0.22
5362025-10-28T05:57:56.406Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0196b9c3ce08574d -C extra-filename=-dad024af72d943a3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-dad024af72d943a3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372025-10-28T05:57:56.559Z Compiling writeable v0.5.5
5382025-10-28T05:57:56.597Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=a9196b0abdacc674 -C extra-filename=-c26c5bd18d65a285 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5392025-10-28T05:57:56.942Z Compiling zerocopy v0.8.27
5402025-10-28T05:57:56.967Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=4ba34fe1d412877e -C extra-filename=-cfae568c286ce5f6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-cfae568c286ce5f6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5412025-10-28T05:57:57.075Z Compiling atomic-waker v1.1.2
5422025-10-28T05:57:57.099Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=02ad6a6dc37cfce5 -C extra-filename=-0ceeb0046baa8b4e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432025-10-28T05:57:57.258Z Compiling litemap v0.7.4
5442025-10-28T05:57:57.282Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=8a04fb3ab56c67d9 -C extra-filename=-849837965668dbba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452025-10-28T05:57:57.455Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=ac253e7df979ff9b -C extra-filename=-d736d402b34dcf76 --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-abcfa2a5a9ce8b12.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-6876dbf936d52738.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-720224ad6d4ea093.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5462025-10-28T05:57:57.519Z Compiling pkg-config v0.3.31
5472025-10-28T05:57:57.543Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=739a5fbd95c8f7b3 -C extra-filename=-e2eb7c061d105a36 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5482025-10-28T05:57:57.568Z Compiling percent-encoding v2.3.2
5492025-10-28T05:57:57.568Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=06a61e9224437fd2 -C extra-filename=-9a02fabab443b4fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5502025-10-28T05:57:57.592Z Compiling typenum v1.14.0
5512025-10-28T05:57:57.592Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=bb86010085552cf2 -C extra-filename=-26432fbddf0a4e7a --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-26432fbddf0a4e7a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5522025-10-28T05:57:57.617Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-cfae568c286ce5f6/build-script-build`
5532025-10-28T05:57:57.691Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-dad024af72d943a3/build-script-build`
5542025-10-28T05:57:57.752Z Compiling errno v0.3.10
5552025-10-28T05:57:57.777Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9057d8f0f290094e -C extra-filename=-53641cf8fcffb7f7 --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-896ec08e71d0130d.rmeta --cap-lints allow`
5562025-10-28T05:57:57.926Z Compiling generic-array v0.14.5
5572025-10-28T05:57:57.951Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=4ca12883f59876cc -C extra-filename=-a28931129e1ea4f2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-a28931129e1ea4f2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-551a4c09dbe50582.rlib --cap-lints allow`
5582025-10-28T05:57:57.978Z Compiling crossbeam-utils v0.8.15
5592025-10-28T05:57:58.002Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d5b75e85113eeaa1 -C extra-filename=-e4bc067dd2d7ed62 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e4bc067dd2d7ed62 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602025-10-28T05:57:58.242Z Compiling rustix v1.0.2
5612025-10-28T05:57:58.267Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=539bd60400577c79 -C extra-filename=-847c82fe16c60be7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-847c82fe16c60be7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622025-10-28T05:57:58.339Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-26432fbddf0a4e7a/build-script-main`
5632025-10-28T05:57:58.378Z Compiling try-lock v0.2.3
5642025-10-28T05:57:58.403Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=413f7990e309ca87 -C extra-filename=-382fb3b49bca17ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5652025-10-28T05:57:58.437Z Compiling openssl-sys v0.9.107
5662025-10-28T05:57:58.461Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=671bc66950be8a2a -C extra-filename=-89420e8e1c892b41 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-89420e8e1c892b41 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-8adc1830db1b8a07.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-e2eb7c061d105a36.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-3538f27e9eb6fc67.rlib --cap-lints allow`
5672025-10-28T05:57:58.486Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=e28eed8b96bd6635 -C extra-filename=-83731ec5462a5106 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682025-10-28T05:57:58.533Z Compiling want v0.3.0
5692025-10-28T05:57:58.558Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42d6a40617a33d60 -C extra-filename=-b8f7d47769d5f89e --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-d5dded00f7bb4429.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-382fb3b49bca17ec.rmeta --cap-lints allow`
5702025-10-28T05:57:58.670Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e4bc067dd2d7ed62/build-script-build`
5712025-10-28T05:57:58.696Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-a28931129e1ea4f2/build-script-build`
5722025-10-28T05:57:58.749Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6047ada60892a985 -C extra-filename=-adb709b131b65b84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
5732025-10-28T05:57:58.774Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-847c82fe16c60be7/build-script-build`
5742025-10-28T05:57:58.808Z Compiling synstructure v0.13.1
5752025-10-28T05:57:58.808Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=291ab814c2b20a64 -C extra-filename=-3df84040cda0dd29 --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-a636968c551a9b04.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rmeta --cap-lints allow`
5762025-10-28T05:57:58.902Z Compiling icu_locid_transform_data v1.5.0
5772025-10-28T05:57:58.928Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d367c773200afd9b -C extra-filename=-82cef20c48b788fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5782025-10-28T05:57:59.012Z Compiling base64 v0.22.1
5792025-10-28T05:57:59.037Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=30c0c14bf216242b -C extra-filename=-03590bb7c503e408 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5802025-10-28T05:57:59.163Z Compiling httpdate v1.0.1
5812025-10-28T05:57:59.188Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=462a99f142e09fc4 -C extra-filename=-2845571d39d14ba6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5822025-10-28T05:57:59.284Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-89420e8e1c892b41/build-script-main`
5832025-10-28T05:57:59.360Z Compiling subtle v2.5.0
5842025-10-28T05:57:59.386Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=c62913ab3ffedaf1 -C extra-filename=-37ea4a1559f2d320 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5852025-10-28T05:57:59.432Z Compiling powerfmt v0.2.0
5862025-10-28T05:57:59.457Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=1ae05211c8abe456 -C extra-filename=-99877b20e3efe418 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5872025-10-28T05:57:59.610Z Compiling time-core v0.1.2
5882025-10-28T05:57:59.635Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0221698c14dcd7e2 -C extra-filename=-9133c896fa67b2e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5892025-10-28T05:57:59.635Z Compiling byteorder v1.4.3
5902025-10-28T05:57:59.660Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=1377cacee8acd010 -C extra-filename=-be3f5daa7392165b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5912025-10-28T05:57:59.660Z Compiling num-conv v0.1.0
5922025-10-28T05:57:59.660Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5595f42b10c2625e -C extra-filename=-d3940c9b0a4dd437 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5932025-10-28T05:57:59.748Z Compiling rustls-webpki v0.102.8
5942025-10-28T05:57:59.773Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=20248c54d491c106 -C extra-filename=-5b143813fbd9c71e --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-d736d402b34dcf76.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-720224ad6d4ea093.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
5952025-10-28T05:57:59.802Z Compiling tower-service v0.3.3
5962025-10-28T05:57:59.827Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82451c81794e5c57 -C extra-filename=-36766986bb9083be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5972025-10-28T05:57:59.827Z Compiling slog v2.8.2
5982025-10-28T05:57:59.827Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=197779f461b10e4d -C extra-filename=-a9dac7c3055bbe2f --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-a9dac7c3055bbe2f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-adb709b131b65b84.so --cap-lints allow`
5992025-10-28T05:57:59.852Z Compiling deranged v0.3.11
6002025-10-28T05:57:59.853Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=8b1c54142c270069 -C extra-filename=-1cf03ac1e8d20dbb --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-99877b20e3efe418.rmeta --cap-lints allow`
6012025-10-28T05:58:00.004Z Compiling time-macros v0.2.18
6022025-10-28T05:58:00.031Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=209aef239ab857e5 -C extra-filename=-eececaadfe4ce2bb --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-d3940c9b0a4dd437.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-9133c896fa67b2e7.rlib --extern proc_macro --cap-lints allow`
6032025-10-28T05:58:00.056Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=59c7dfb0e962a9f7 -C extra-filename=-a00282618e43ee7e --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-83731ec5462a5106.rmeta --cap-lints allow --cfg relaxed_coherence`
6042025-10-28T05:58:00.175Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=c296a71058ca4b42 -C extra-filename=-2ac6ee20787790ea --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-30e0597c997f96eb.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-53641cf8fcffb7f7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6052025-10-28T05:58:00.211Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=375443140ddd3228 -C extra-filename=-56ef79a13395fc2d --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-abcfa2a5a9ce8b12.rmeta --cap-lints allow`
6062025-10-28T05:58:01.005Z Compiling rustix v0.38.44
6072025-10-28T05:58:01.030Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9313eeb7d8cb170c -C extra-filename=-f58f127dc6089265 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-f58f127dc6089265 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6082025-10-28T05:58:01.069Z Compiling num_threads v0.1.3
6092025-10-28T05:58:01.094Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7974d6d7f8478fe -C extra-filename=-f08c69c9b5eda52d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6102025-10-28T05:58:01.094Z Compiling fastrand v2.1.1
6112025-10-28T05:58:01.094Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=e434ebc4c93383bc -C extra-filename=-6740d6587aba1ac2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6122025-10-28T05:58:01.207Z Compiling icu_properties_data v1.5.0
6132025-10-28T05:58:01.232Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2647492d86ea0f0 -C extra-filename=-95464be7fc92f7c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6142025-10-28T05:58:01.434Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-a9dac7c3055bbe2f/build-script-build`
6152025-10-28T05:58:01.459Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=fba173ceb0bb9536 -C extra-filename=-55950e446de7b634 --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-e4d708cdc1b32d82.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-9aeda2aa726b7e82.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-d4457b1fe28e710e.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cb3ef9683a3dbf06.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6162025-10-28T05:58:01.585Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-f58f127dc6089265/build-script-build`
6172025-10-28T05:58:01.611Z Compiling thread-id v5.0.0
6182025-10-28T05:58:01.611Z Compiling unicase v2.6.0
6192025-10-28T05:58:01.611Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a90693fb91d4aa7c -C extra-filename=-44c95b44532775ca --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-896ec08e71d0130d.rmeta --cap-lints allow`
6202025-10-28T05:58:01.611Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d06fb1fe314a068b -C extra-filename=-e2f27e1da7cf0317 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-e2f27e1da7cf0317 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-551a4c09dbe50582.rlib --cap-lints allow`
6212025-10-28T05:58:01.636Z Compiling num-traits v0.2.14
6222025-10-28T05:58:01.636Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=49a71f4780a8584d -C extra-filename=-d0b0c86f487b8b7d --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-d0b0c86f487b8b7d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-9c976105c3562e9c.rlib --cap-lints allow`
6232025-10-28T05:58:01.728Z Compiling ipnet v2.10.0
6242025-10-28T05:58:01.753Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8451f2173ef826f1 -C extra-filename=-2f99cb7abadfd115 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6252025-10-28T05:58:01.753Z Compiling paste v1.0.15
6262025-10-28T05:58:01.753Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59ece89bbb78c1ac -C extra-filename=-f2d5079c021e4321 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-f2d5079c021e4321 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6272025-10-28T05:58:01.954Z Compiling utf16_iter v1.0.5
6282025-10-28T05:58:01.982Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43c470e85aec1111 -C extra-filename=-a5a5e53cc8a44dd9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6292025-10-28T05:58:01.982Z Compiling utf8_iter v1.0.4
6302025-10-28T05:58:01.982Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=020270be7e7a12b6 -C extra-filename=-78937ebde31c094b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6312025-10-28T05:58:02.044Z Compiling serde_derive v1.0.228
6322025-10-28T05:58:02.069Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=17a7d140e1d2a79a -C extra-filename=-f4ade062546e747c --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
6332025-10-28T05:58:02.094Z Compiling tokio-macros v2.6.0
6342025-10-28T05:58:02.094Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d356a22b29677da -C extra-filename=-4fbe546ca7309873 --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
6352025-10-28T05:58:02.120Z Compiling zerofrom-derive v0.1.5
6362025-10-28T05:58:02.120Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da8e4028b7938758 -C extra-filename=-5147838fc9de28d4 --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-3df84040cda0dd29.rlib --extern proc_macro --cap-lints allow`
6372025-10-28T05:58:02.167Z Compiling yoke-derive v0.7.5
6382025-10-28T05:58:02.192Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=899f36722b329d22 -C extra-filename=-9e55e2677e15660c --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-3df84040cda0dd29.rlib --extern proc_macro --cap-lints allow`
6392025-10-28T05:58:02.217Z Compiling thiserror-impl v2.0.17
6402025-10-28T05:58:02.217Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=931728d9c1c980a4 -C extra-filename=-8a77f5be8dabd08b --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
6412025-10-28T05:58:02.242Z Compiling futures-macro v0.3.31
6422025-10-28T05:58:02.242Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=871be5b100df31eb -C extra-filename=-a36197a9c0bd6eb3 --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
6432025-10-28T05:58:02.751Z Compiling zerovec-derive v0.10.3
6442025-10-28T05:58:02.776Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84245134dffeef37 -C extra-filename=-f31663770c925329 --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
6452025-10-28T05:58:03.361Z Compiling tokio v1.48.0
6462025-10-28T05:58:03.386Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=6e567a59748b8c94 -C extra-filename=-4eafd24fce798674 --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-a6fb29251b3b493b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-d7bb3facb855c4dc.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-9e4e4e133e1d25bf.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-4405951a0e2946ef.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-dab843d7cb88864a.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-4fbe546ca7309873.so --cap-lints allow`
6472025-10-28T05:58:03.708Z Compiling futures-util v0.3.31
6482025-10-28T05:58:03.733Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=61fcb554f69f6f5d -C extra-filename=-2d4e5d0a5be90423 --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-86af18776f0ab9e8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-b162361d1cb8d01a.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-a36197a9c0bd6eb3.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-62f36eeafc97992f.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c34c756e80f763e8.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-9aeda2aa726b7e82.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-7355f9cc9b15879d.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-177c3ef7ac815999.rmeta --cap-lints allow`
6492025-10-28T05:58:03.807Z Compiling displaydoc v0.2.5
6502025-10-28T05:58:03.807Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6f2cc84ca8285893 -C extra-filename=-47163844a3b3326d --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
6512025-10-28T05:58:04.117Z Compiling zerocopy-derive v0.8.27
6522025-10-28T05:58:04.151Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bae297ea8a44f16d -C extra-filename=-979dd4f7d13f7af7 --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
6532025-10-28T05:58:04.432Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=16c44609a50bc00c -C extra-filename=-7cbb77d1a8a1509b --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-8a77f5be8dabd08b.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6542025-10-28T05:58:04.590Z Compiling pest v2.8.1
6552025-10-28T05:58:04.615Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=27ac22775a6e724c -C extra-filename=-326bf10ec9f8e20e --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-9aeda2aa726b7e82.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-a51fa30df920930a.rmeta --cap-lints allow`
6562025-10-28T05:58:04.640Z Compiling icu_provider_macros v1.5.0
6572025-10-28T05:58:04.640Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8251729b389a32b2 -C extra-filename=-c48101ca8307c790 --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
6582025-10-28T05:58:04.665Z Compiling zerofrom v0.1.5
6592025-10-28T05:58:04.665Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=98251af1e8086381 -C extra-filename=-e75a07be7002aa5e --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-5147838fc9de28d4.so --cap-lints allow`
6602025-10-28T05:58:04.859Z Compiling yoke v0.7.5
6612025-10-28T05:58:04.884Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=2557d01a0645fd33 -C extra-filename=-38b2c4c095aa07e1 --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-af57b34f5b18388f.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-9e55e2677e15660c.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-e75a07be7002aa5e.rmeta --cap-lints allow`
6622025-10-28T05:58:05.131Z Compiling time v0.3.36
6632025-10-28T05:58:05.156Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=6ad09c803603ed08 -C extra-filename=-7f4c1c5f612ba4cb --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-1cf03ac1e8d20dbb.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e4d708cdc1b32d82.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-d3940c9b0a4dd437.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-f08c69c9b5eda52d.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-99877b20e3efe418.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-9133c896fa67b2e7.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-eececaadfe4ce2bb.so --cap-lints allow`
6642025-10-28T05:58:05.247Z Compiling zerovec v0.10.4
6652025-10-28T05:58:05.272Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=0fe9e8ed2a7f551f -C extra-filename=-8bd82e77c5d4e3d0 --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-38b2c4c095aa07e1.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-e75a07be7002aa5e.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-f31663770c925329.so --cap-lints allow`
6662025-10-28T05:58:05.681Z Compiling scroll_derive v0.13.1
6672025-10-28T05:58:05.706Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c3e379a585fcb1e -C extra-filename=-4297cbc0175117de --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
6682025-10-28T05:58:06.697Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=3771852660b2035b -C extra-filename=-1ace518af2b32567 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-979dd4f7d13f7af7.so --cap-lints allow --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
6692025-10-28T05:58:07.158Z Compiling tinystr v0.7.6
6702025-10-28T05:58:07.183Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=be567cfedbf54396 -C extra-filename=-02b1260de10f26c1 --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-47163844a3b3326d.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8bd82e77c5d4e3d0.rmeta --cap-lints allow`
6712025-10-28T05:58:07.288Z Compiling pest_meta v2.8.1
6722025-10-28T05:58:07.313Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=1d7b9cdb3902efe9 -C extra-filename=-b24574668b662bf6 --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-326bf10ec9f8e20e.rmeta --cap-lints allow`
6732025-10-28T05:58:07.362Z Compiling icu_collections v1.5.0
6742025-10-28T05:58:07.387Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=dbfe3c3aca263b5e -C extra-filename=-5a1caed3e90b8fed --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-47163844a3b3326d.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-38b2c4c095aa07e1.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-e75a07be7002aa5e.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8bd82e77c5d4e3d0.rmeta --cap-lints allow`
6752025-10-28T05:58:07.466Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=500afbfb76793ab4 -C extra-filename=-a301e612f3ee7b5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d50603f23f466ab6.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-f4ade062546e747c.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6762025-10-28T05:58:07.543Z Compiling icu_locid v1.5.0
6772025-10-28T05:58:07.568Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=0bef21b9a7de2364 -C extra-filename=-46e8feeb67a0c81d --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-47163844a3b3326d.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-849837965668dbba.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-02b1260de10f26c1.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-c26c5bd18d65a285.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8bd82e77c5d4e3d0.rmeta --cap-lints allow`
6782025-10-28T05:58:08.178Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=97bc48fae944d362 -C extra-filename=-0077c98fc713fbaf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-cb3ef9683a3dbf06.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-f4ade062546e747c.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6792025-10-28T05:58:08.529Z Compiling icu_provider v1.5.0
6802025-10-28T05:58:08.554Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=123f6f0373f672ff -C extra-filename=-6f588a3bfaabd82d --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-47163844a3b3326d.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-46e8feeb67a0c81d.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-c48101ca8307c790.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-af57b34f5b18388f.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-02b1260de10f26c1.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-c26c5bd18d65a285.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-38b2c4c095aa07e1.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-e75a07be7002aa5e.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8bd82e77c5d4e3d0.rmeta --cap-lints allow`
6812025-10-28T05:58:08.579Z Compiling pest_generator v2.8.1
6822025-10-28T05:58:08.579Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e81a0779bdee5b7e -C extra-filename=-d232ea19c881a480 --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-326bf10ec9f8e20e.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-b24574668b662bf6.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a636968c551a9b04.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rmeta --cap-lints allow`
6832025-10-28T05:58:08.642Z Compiling erased-serde v0.3.31
6842025-10-28T05:58:08.667Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=eee1093e33072f22 -C extra-filename=-47f640314974a1f8 --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-a301e612f3ee7b5c.rmeta --cap-lints allow`
6852025-10-28T05:58:09.151Z Compiling icu_locid_transform v1.5.0
6862025-10-28T05:58:09.176Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=1422ba9216297eee -C extra-filename=-10c936bb55635d90 --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-47163844a3b3326d.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-46e8feeb67a0c81d.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-82cef20c48b788fc.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-6f588a3bfaabd82d.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-02b1260de10f26c1.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8bd82e77c5d4e3d0.rmeta --cap-lints allow`
6872025-10-28T05:58:09.384Z Compiling serde_tokenstream v0.2.2
6882025-10-28T05:58:09.409Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16610da11e36d041 -C extra-filename=-d81eb477867a02f1 --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-a636968c551a9b04.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-0077c98fc713fbaf.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rmeta --cap-lints allow`
6892025-10-28T05:58:09.409Z Compiling usdt-impl v0.6.0
6902025-10-28T05:58:09.409Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=b7890e044a762aa0 -C extra-filename=-9f93d604f038aa14 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-9f93d604f038aa14 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6912025-10-28T05:58:09.729Z Compiling openssl v0.10.72
6922025-10-28T05:58:09.754Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=35f3387cbf02a523 -C extra-filename=-ec4ed40d0c8364b0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-ec4ed40d0c8364b0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6932025-10-28T05:58:09.755Z Compiling write16 v1.0.0
6942025-10-28T05:58:09.755Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=bffeb2d00682cc08 -C extra-filename=-9676c21d629e178c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6952025-10-28T05:58:09.867Z Compiling openssl-probe v0.1.4
6962025-10-28T05:58:09.930Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6e5cf0e3d622826 -C extra-filename=-a2ed6fc0c04978a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6972025-10-28T05:58:09.956Z Compiling foreign-types-shared v0.1.1
6982025-10-28T05:58:09.956Z Compiling icu_normalizer_data v1.5.0
6992025-10-28T05:58:09.956Z Compiling dof v0.4.0
7002025-10-28T05:58:09.956Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=656867704a201721 -C extra-filename=-22ea9b2e52594380 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7012025-10-28T05:58:09.956Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e36e0ec4ce10a660 -C extra-filename=-1d820c9985df58cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7022025-10-28T05:58:09.956Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=a8e742081c1641db -C extra-filename=-792ed02eb66c6904 --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-0077c98fc713fbaf.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-55950e446de7b634.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-1ace518af2b32567.rmeta --cap-lints allow`
7032025-10-28T05:58:10.065Z Compiling foreign-types v0.3.2
7042025-10-28T05:58:10.090Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e848d1567753b1a -C extra-filename=-96edd2390e62616d --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-22ea9b2e52594380.rmeta --cap-lints allow`
7052025-10-28T05:58:10.090Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-9f93d604f038aa14/build-script-build`
7062025-10-28T05:58:10.115Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=e5330e943baa5cfa -C extra-filename=-71963ccce359e506 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern erased_serde=/work/oxidecomputer/dropshot/target/debug/deps/liberased_serde-47f640314974a1f8.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d50603f23f466ab6.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7072025-10-28T05:58:10.170Z Compiling scroll v0.13.0
7082025-10-28T05:58:10.195Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=be280092fe8add8c -C extra-filename=-0778c9b0f12f0ab9 --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-4297cbc0175117de.so --cap-lints allow`
7092025-10-28T05:58:10.220Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-ec4ed40d0c8364b0/build-script-build`
7102025-10-28T05:58:10.245Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-f2d5079c021e4321/build-script-build`
7112025-10-28T05:58:10.245Z Compiling openssl-macros v0.1.1
7122025-10-28T05:58:10.245Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7204427a60431f4 -C extra-filename=-db6c876b0d3ec073 --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
7132025-10-28T05:58:10.290Z Compiling icu_properties v1.5.1
7142025-10-28T05:58:10.315Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=d7aa5ee25771af01 -C extra-filename=-dd88856fe45f8b1f --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-47163844a3b3326d.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-5a1caed3e90b8fed.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-10c936bb55635d90.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-95464be7fc92f7c6.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-6f588a3bfaabd82d.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-02b1260de10f26c1.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8bd82e77c5d4e3d0.rmeta --cap-lints allow`
7152025-10-28T05:58:10.315Z Compiling pest_derive v2.8.1
7162025-10-28T05:58:10.315Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=3243430019d362da -C extra-filename=-a16bc85e71516418 --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-326bf10ec9f8e20e.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-d232ea19c881a480.rlib --extern proc_macro --cap-lints allow`
7172025-10-28T05:58:10.645Z Compiling tokio-util v0.7.7
7182025-10-28T05:58:10.670Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=c924f695f5337e5a -C extra-filename=-a47cec4fe94922f2 --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-a6fb29251b3b493b.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-62f36eeafc97992f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dfa4a9939dd6f40.rmeta --cap-lints allow`
7192025-10-28T05:58:10.853Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-d0b0c86f487b8b7d/build-script-build`
7202025-10-28T05:58:10.892Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-e2f27e1da7cf0317/build-script-build`
7212025-10-28T05:58:10.956Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6738e5328c06e7ee -C extra-filename=-cfc2796d8a7927e7 --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-30e0597c997f96eb.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-53641cf8fcffb7f7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7222025-10-28T05:58:11.096Z Compiling crypto-common v0.1.6
7232025-10-28T05:58:11.121Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=156f3985bc5ef3d1 -C extra-filename=-8745ccc231535d8d --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-a00282618e43ee7e.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-83731ec5462a5106.rmeta --cap-lints allow`
7242025-10-28T05:58:11.149Z Compiling dtrace-parser v0.3.0
7252025-10-28T05:58:11.174Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be881a42242e0454 -C extra-filename=-0e2667117cfeec43 --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-326bf10ec9f8e20e.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-a16bc85e71516418.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rmeta --cap-lints allow`
7262025-10-28T05:58:11.199Z Compiling block-buffer v0.10.2
7272025-10-28T05:58:11.199Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d05730408e923f54 -C extra-filename=-0b445d99289660b6 --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-a00282618e43ee7e.rmeta --cap-lints allow`
7282025-10-28T05:58:11.289Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=45a857450040fe9d -C extra-filename=-93dfc9acdef45f20 --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-896ec08e71d0130d.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
7292025-10-28T05:58:11.384Z Compiling form_urlencoded v1.2.2
7302025-10-28T05:58:11.409Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0314007f4fc98843 -C extra-filename=-2fb0540c4255722d --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-9a02fabab443b4fb.rmeta --cap-lints allow`
7312025-10-28T05:58:11.434Z Compiling h2 v0.4.6
7322025-10-28T05:58:11.434Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=0534a1f27d298ee8 -C extra-filename=-f73f8fe6fd045647 --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-0ceeb0046baa8b4e.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-c924473aced35a77.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-62f36eeafc97992f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-177c3ef7ac815999.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-a47cec4fe94922f2.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dfa4a9939dd6f40.rmeta --cap-lints allow`
7332025-10-28T05:58:11.683Z Compiling rand_core v0.6.3
7342025-10-28T05:58:11.708Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=6c5ada59b6d0abb1 -C extra-filename=-e4a684b5f2de094f --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-6876dbf936d52738.rmeta --cap-lints allow`
7352025-10-28T05:58:11.755Z Compiling native-tls v0.2.12
7362025-10-28T05:58:11.780Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=0d534f1c51b18f43 -C extra-filename=-9277bc3ad29609a6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-9277bc3ad29609a6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7372025-10-28T05:58:12.083Z Compiling rustls v0.22.4
7382025-10-28T05:58:12.109Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=357120814331e24b -C extra-filename=-4ed1a47286face4a --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-4ed1a47286face4a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7392025-10-28T05:58:12.109Z Compiling mime v0.3.16
7402025-10-28T05:58:12.109Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84ca374d58ccb0c8 -C extra-filename=-75dac0ba5f60aa0e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7412025-10-28T05:58:12.342Z Compiling plain v0.2.3
7422025-10-28T05:58:12.367Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fce923409fc2f2d -C extra-filename=-7bf6e78141564f4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7432025-10-28T05:58:12.392Z Compiling ppv-lite86 v0.2.15
7442025-10-28T05:58:12.392Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=ac5b13914f2ebbfd -C extra-filename=-9e46494b72bc10a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7452025-10-28T05:58:12.508Z Compiling rustls v0.23.13
7462025-10-28T05:58:12.536Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=58fc012b44313e99 -C extra-filename=-ef5102e5ad9c668f --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-ef5102e5ad9c668f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7472025-10-28T05:58:12.589Z Compiling goblin v0.10.1
7482025-10-28T05:58:12.614Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=ca51331518a882e9 -C extra-filename=-17548ac07bfe5380 --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-d5dded00f7bb4429.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-7bf6e78141564f4f.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-0778c9b0f12f0ab9.rmeta --cap-lints allow`
7492025-10-28T05:58:12.781Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-4ed1a47286face4a/build-script-build`
7502025-10-28T05:58:12.806Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=8c1121aba8862ca2 -C extra-filename=-689a06ea37832719 --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-30e0597c997f96eb.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-abcfa2a5a9ce8b12.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-96edd2390e62616d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-206f4431f8d7e649.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-db6c876b0d3ec073.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-93dfc9acdef45f20.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
7512025-10-28T05:58:12.832Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-ef5102e5ad9c668f/build-script-build`
7522025-10-28T05:58:12.857Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-9277bc3ad29609a6/build-script-build`
7532025-10-28T05:58:12.881Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=994c24b84e9eec51 -C extra-filename=-906a7b37519da3a8 --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-be3f5daa7392165b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-792ed02eb66c6904.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-0e2667117cfeec43.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a636968c551a9b04.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-0077c98fc713fbaf.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-55950e446de7b634.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-44c95b44532775ca.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
7542025-10-28T05:58:12.972Z Compiling rand_chacha v0.3.1
7552025-10-28T05:58:12.997Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=ffca573007ee62a6 -C extra-filename=-f72e2903a8c153ba --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-9e46494b72bc10a8.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e4a684b5f2de094f.rmeta --cap-lints allow`
7562025-10-28T05:58:13.022Z Compiling digest v0.10.7
7572025-10-28T05:58:13.022Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=a4fde4e776e1c15a -C extra-filename=-dfa7d3ae59589566 --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-0b445d99289660b6.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-8745ccc231535d8d.rmeta --cap-lints allow`
7582025-10-28T05:58:13.323Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=6eb929a9c4686f76 -C extra-filename=-1daa4736bbda2b7f --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`
7592025-10-28T05:58:13.871Z Compiling icu_normalizer v1.5.0
7602025-10-28T05:58:13.896Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=0dc93623cafe1d5b -C extra-filename=-1f99d544f2d2f766 --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-47163844a3b3326d.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-5a1caed3e90b8fed.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-1d820c9985df58cc.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-dd88856fe45f8b1f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-6f588a3bfaabd82d.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6640e57724570f9f.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-a5a5e53cc8a44dd9.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-78937ebde31c094b.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-9676c21d629e178c.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8bd82e77c5d4e3d0.rmeta --cap-lints allow`
7612025-10-28T05:58:13.896Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a39384e2e629c6cf -C extra-filename=-1ee9be922884d7b4 --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`
7622025-10-28T05:58:14.229Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15a293101d2233df -C extra-filename=-676291b925f08f03 --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"))'`
7632025-10-28T05:58:14.404Z Compiling thiserror v1.0.69
7642025-10-28T05:58:14.429Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=371bcc3d98b9731c -C extra-filename=-ff48d98027b9836f --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-ff48d98027b9836f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7652025-10-28T05:58:14.573Z Compiling iana-time-zone v0.1.47
7662025-10-28T05:58:14.602Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=2a8428c5049c001a -C extra-filename=-4090a4b37ffae063 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7672025-10-28T05:58:14.897Z Compiling idna_adapter v1.2.0
7682025-10-28T05:58:14.942Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=006270ae83bdfb3a -C extra-filename=-7de7814e8087ddc8 --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-1f99d544f2d2f766.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-dd88856fe45f8b1f.rmeta --cap-lints allow`
7692025-10-28T05:58:15.017Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=e990be445e9d309d -C extra-filename=-88ef626bfc9e3bdc --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-88ef626bfc9e3bdc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7702025-10-28T05:58:15.128Z Compiling cpufeatures v0.2.2
7712025-10-28T05:58:15.153Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7130545f9cad1727 -C extra-filename=-58c2427d7da17587 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722025-10-28T05:58:15.179Z Compiling unicode-width v0.1.9
7732025-10-28T05:58:15.179Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=02de20d746426b1f -C extra-filename=-bcc7a327db898785 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742025-10-28T05:58:15.235Z Compiling unicode-segmentation v1.10.0
7752025-10-28T05:58:15.261Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=cb222f8b29ef907a -C extra-filename=-defa9909f471089e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7762025-10-28T05:58:15.338Z Compiling winnow v0.7.13
7772025-10-28T05:58:15.364Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=96964722c58ade1d -C extra-filename=-e39ea7ec068885d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782025-10-28T05:58:15.364Z Compiling pretty-hex v0.4.1
7792025-10-28T05:58:15.364Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3f165a2ef31433e8 -C extra-filename=-747318b1cb3f2560 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7802025-10-28T05:58:15.571Z Compiling hyper v1.7.0
7812025-10-28T05:58:15.596Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-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 --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=a595e1d641966868 -C extra-filename=-f7917ba3528a9130 --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-0ceeb0046baa8b4e.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-86af18776f0ab9e8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-f73f8fe6fd045647.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-cd1427139c2f4d9c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-f0f51a1c8081e192.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-2845571d39d14ba6.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e4d708cdc1b32d82.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-7355f9cc9b15879d.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6640e57724570f9f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-b8f7d47769d5f89e.rmeta --cap-lints allow`
7822025-10-28T05:58:15.597Z Compiling lazy_static v1.5.0
7832025-10-28T05:58:15.597Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=d959d72665feae60 -C extra-filename=-78d8eac9b6302b57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7842025-10-28T05:58:15.730Z Compiling newline-converter v0.3.0
7852025-10-28T05:58:15.756Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=818d27b3c4242c1a -C extra-filename=-640bfdee2c179029 --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-defa9909f471089e.rmeta --cap-lints allow`
7862025-10-28T05:58:15.887Z Compiling console v0.15.7
7872025-10-28T05:58:15.912Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=779d18a0f80392b1 -C extra-filename=-365a9af40dfa6e48 --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-78d8eac9b6302b57.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-bcc7a327db898785.rmeta --cap-lints allow`
7882025-10-28T05:58:15.912Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-88ef626bfc9e3bdc/build-script-build`
7892025-10-28T05:58:15.937Z Compiling sha1 v0.10.6
7902025-10-28T05:58:15.937Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=2a2640e08a7d7be6 -C extra-filename=-abad09e0aa67c881 --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-abcfa2a5a9ce8b12.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-58c2427d7da17587.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-dfa7d3ae59589566.rmeta --cap-lints allow`
7912025-10-28T05:58:16.007Z Compiling idna v1.0.3
7922025-10-28T05:58:16.032Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=85c681a425e19427 -C extra-filename=-6fe246844c2c79cd --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-7de7814e8087ddc8.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6640e57724570f9f.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-78937ebde31c094b.rmeta --cap-lints allow`
7932025-10-28T05:58:16.287Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-ff48d98027b9836f/build-script-build`
7942025-10-28T05:58:16.597Z Compiling chrono v0.4.42
7952025-10-28T05:58:16.622Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=f5c212f2422c839a -C extra-filename=-585fe29340da94d4 --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-4090a4b37ffae063.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-1daa4736bbda2b7f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --cap-lints allow`
7962025-10-28T05:58:17.069Z Compiling mime_guess v2.0.5
7972025-10-28T05:58:17.094Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=41afdbd9a7c0a962 -C extra-filename=-2afcea44265fd8dc --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-2afcea44265fd8dc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-1ee9be922884d7b4.rlib --cap-lints allow`
7982025-10-28T05:58:17.410Z Compiling rand v0.8.4
7992025-10-28T05:58:17.436Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=62739570f3f129af -C extra-filename=-e14fd198d84aa2c8 --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-896ec08e71d0130d.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-f72e2903a8c153ba.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e4a684b5f2de094f.rmeta --cap-lints allow`
8002025-10-28T05:58:17.663Z Compiling hyper-util v0.1.17
8012025-10-28T05:58:17.688Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=04dbd900057df8a7 -C extra-filename=-f96cba90f6aa3ca6 --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-03590bb7c503e408.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-86af18776f0ab9e8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2d4e5d0a5be90423.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-cd1427139c2f4d9c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-2f99cb7abadfd115.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-dab843d7cb88864a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dfa4a9939dd6f40.rmeta --cap-lints allow`
8022025-10-28T05:58:17.880Z Compiling toml_parser v1.0.4
8032025-10-28T05:58:17.905Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=27aa6f68b78c2558 -C extra-filename=-9c1370c2022df188 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-e39ea7ec068885d6.rmeta --cap-lints allow`
8042025-10-28T05:58:17.979Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=66887bf6ea420c8f -C extra-filename=-c013e040f09c64a5 --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-d5dded00f7bb4429.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-689a06ea37832719.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-a2ed6fc0c04978a8.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-93dfc9acdef45f20.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8052025-10-28T05:58:18.488Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=50e77c6f144a6bcf -C extra-filename=-829f67428e6e5405 --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-17548ac07bfe5380.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-747318b1cb3f2560.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-1ace518af2b32567.rmeta --cap-lints allow`
8062025-10-28T05:58:18.644Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=254809c374e4fc2f -C extra-filename=-3dd55ad34904b0e7 --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-206f4431f8d7e649.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d736d402b34dcf76.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-5b143813fbd9c71e.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-37ea4a1559f2d320.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-5b519424823ad410.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8072025-10-28T05:58:18.923Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=6b156e18717a8415 -C extra-filename=-6b49f03ac24453d0 --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-d5dded00f7bb4429.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d736d402b34dcf76.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-5b143813fbd9c71e.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-37ea4a1559f2d320.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-5b519424823ad410.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
8082025-10-28T05:58:19.276Z Compiling thiserror-impl v1.0.69
8092025-10-28T05:58:19.305Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2c79c4c87981f3a -C extra-filename=-bc537285dbc37c75 --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
8102025-10-28T05:58:19.669Z Compiling concurrent-queue v2.5.0
8112025-10-28T05:58:19.694Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=76ace5bc3b32c261 -C extra-filename=-7116eda6cf6a7855 --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-56ef79a13395fc2d.rmeta --cap-lints allow`
8122025-10-28T05:58:19.694Z Compiling serde_derive_internals v0.29.0
8132025-10-28T05:58:19.694Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3343d99546aae0f -C extra-filename=-bf1d114c4f9f7e00 --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-a636968c551a9b04.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rmeta --cap-lints allow`
8142025-10-28T05:58:20.066Z Compiling http-body-util v0.1.3
8152025-10-28T05:58:20.092Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=d020e3b4cced820d -C extra-filename=-727db91404afe926 --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-a6fb29251b3b493b.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-cd1427139c2f4d9c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --cap-lints allow`
8162025-10-28T05:58:20.483Z Compiling serde_spanned v1.0.3
8172025-10-28T05:58:20.508Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=ad15ddc75599d6c6 -C extra-filename=-ebf212206f79623d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d50603f23f466ab6.rmeta --cap-lints allow`
8182025-10-28T05:58:20.725Z Compiling toml_datetime v0.7.3
8192025-10-28T05:58:20.751Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=b1bfd7c25322dfdb -C extra-filename=-18e1e2fa140074c5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d50603f23f466ab6.rmeta --cap-lints allow`
8202025-10-28T05:58:20.777Z Compiling rustls-pemfile v2.2.0
8212025-10-28T05:58:20.777Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5552399562cb1d4f -C extra-filename=-5b9c3ee5b7621f2e --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-afe15348e931e359.rmeta --cap-lints allow`
8222025-10-28T05:58:20.828Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.108/src/lib.rs --error-format=json --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=adc7e395a754aef9 -C extra-filename=-58574bdf4bd8f537 --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-a636968c551a9b04.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-85682cc5f50714f9.rmeta --cap-lints allow`
8232025-10-28T05:58:21.069Z Compiling multer v3.1.0
8242025-10-28T05:58:21.094Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=35b6e128617bad44 -C extra-filename=-3e170fc9bb3a123a --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-3e170fc9bb3a123a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-551a4c09dbe50582.rlib --cap-lints allow`
8252025-10-28T05:58:21.277Z Compiling sync_wrapper v1.0.1
8262025-10-28T05:58:21.302Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=8b32e6ce6e21800e -C extra-filename=-c2341bea79b7ec95 --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-412b3df115da0b3f.rmeta --cap-lints allow`
8272025-10-28T05:58:21.327Z Compiling thread_local v1.1.4
8282025-10-28T05:58:21.327Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=5799b709be2bb63d -C extra-filename=-15e747be0c55062a --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-206f4431f8d7e649.rmeta --cap-lints allow`
8292025-10-28T05:58:21.393Z Compiling encoding_rs v0.8.32
8302025-10-28T05:58:21.420Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=b34879b2154e6fcf -C extra-filename=-c84f4e17bbb29b3c --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-abcfa2a5a9ce8b12.rmeta --cap-lints allow`
8312025-10-28T05:58:21.447Z Compiling similar v2.2.1
8322025-10-28T05:58:21.472Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=e71cdc92f82c15e6 -C extra-filename=-4929ff0e85cf9b00 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8332025-10-28T05:58:21.514Z Compiling camino v1.2.1
8342025-10-28T05:58:21.540Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=4cc735ef784a2587 -C extra-filename=-fe12af8c35afbf63 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-fe12af8c35afbf63 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8352025-10-28T05:58:21.747Z Compiling slog-async v2.8.0
8362025-10-28T05:58:21.773Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=77e0b3b5260cfa5e -C extra-filename=-599e3eca6e5724e0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-599e3eca6e5724e0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8372025-10-28T05:58:22.022Z Compiling tower-layer v0.3.3
8382025-10-28T05:58:22.047Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7b86ad87ac06ab4 -C extra-filename=-5915a26174ec5b8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8392025-10-28T05:58:22.177Z Compiling semver v1.0.27
8402025-10-28T05:58:22.202Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=81e66db84468f4cb -C extra-filename=-92dff32b8ecb62bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8412025-10-28T05:58:22.290Z Compiling toml_writer v1.0.4
8422025-10-28T05:58:22.315Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=63c87fb0697b7673 -C extra-filename=-463f05b7fe1e0af1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8432025-10-28T05:58:22.667Z Compiling target-triple v0.1.3
8442025-10-28T05:58:22.694Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-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=77f72cb368fdadab -C extra-filename=-9ab3b175e05b220b --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-9ab3b175e05b220b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8452025-10-28T05:58:22.694Z Compiling parking v2.2.0
8462025-10-28T05:58:22.694Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=4ab37b1937c54ac3 -C extra-filename=-69266ce6719f92ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8472025-10-28T05:58:22.818Z Compiling heck v0.5.0
8482025-10-28T05:58:22.843Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2e8d6b7816a35c4 -C extra-filename=-2b087a3cf3ccd23c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8492025-10-28T05:58:23.004Z Compiling match_cfg v0.1.0
8502025-10-28T05:58:23.030Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=75e8e8348c2e7a1c -C extra-filename=-bc4ff9bb5406952d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8512025-10-28T05:58:23.101Z Compiling schemars v0.8.22
8522025-10-28T05:58:23.126Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=266035535ca576cf -C extra-filename=-0595e5190205a549 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-0595e5190205a549 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8532025-10-28T05:58:23.126Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-9ab3b175e05b220b/build-script-build`
8542025-10-28T05:58:23.151Z Compiling hostname v0.3.1
8552025-10-28T05:58:23.151Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=24d53b6cae090843 -C extra-filename=-3fdf8f78d4112017 --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-896ec08e71d0130d.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-bc4ff9bb5406952d.rmeta --cap-lints allow`
8562025-10-28T05:58:23.183Z Compiling event-listener v5.0.0
8572025-10-28T05:58:23.209Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=b97c41e1484f9666 -C extra-filename=-2aae95758840e5a9 --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-7116eda6cf6a7855.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-69266ce6719f92ac.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --cap-lints allow`
8582025-10-28T05:58:23.289Z Compiling tokio-rustls v0.25.0
8592025-10-28T05:58:23.315Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=87779f90dc650b32 -C extra-filename=-457f64c3cde3d0ca --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-6b49f03ac24453d0.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
8602025-10-28T05:58:23.350Z Compiling toml v0.9.8
8612025-10-28T05:58:23.376Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=c71b6d805bc105b3 -C extra-filename=-a44e100cd464a63b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d50603f23f466ab6.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-ebf212206f79623d.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-18e1e2fa140074c5.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-9c1370c2022df188.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-463f05b7fe1e0af1.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-e39ea7ec068885d6.rmeta --cap-lints allow`
8622025-10-28T05:58:23.450Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-0595e5190205a549/build-script-build`
8632025-10-28T05:58:23.476Z Compiling tower v0.5.2
8642025-10-28T05:58:23.476Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=53a35ebcdd7d30ed -C extra-filename=-925df7ab19cf3932 --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-412b3df115da0b3f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2d4e5d0a5be90423.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-c2341bea79b7ec95.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5915a26174ec5b8a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --cap-lints allow`
8652025-10-28T05:58:23.667Z Compiling tokio-rustls v0.26.0
8662025-10-28T05:58:23.692Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=b89055e71ab661aa -C extra-filename=-d5faa4ec82f645d3 --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-3dd55ad34904b0e7.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
8672025-10-28T05:58:23.693Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-599e3eca6e5724e0/build-script-build`
8682025-10-28T05:58:23.743Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-fe12af8c35afbf63/build-script-build`
8692025-10-28T05:58:23.806Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4881c060f754127 -C extra-filename=-2e83f1df93e96f61 --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-bc537285dbc37c75.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8702025-10-28T05:58:23.939Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-3e170fc9bb3a123a/build-script-build`
8712025-10-28T05:58:23.996Z Compiling schemars_derive v0.8.22
8722025-10-28T05:58:24.021Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bbd8413975fdb7f -C extra-filename=-19301babe68f10e8 --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-bf1d114c4f9f7e00.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
8732025-10-28T05:58:24.079Z Compiling tokio-native-tls v0.3.1
8742025-10-28T05:58:24.104Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=a2ec9ed75ac2c57b -C extra-filename=-b82e8d9dc489ecb4 --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-c013e040f09c64a5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8752025-10-28T05:58:24.322Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-2afcea44265fd8dc/build-script-build`
8762025-10-28T05:58:24.356Z Compiling url v2.5.4
8772025-10-28T05:58:24.382Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=71bf9d784f3698c2 -C extra-filename=-3392a18cd482e2f6 --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-2fb0540c4255722d.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-6fe246844c2c79cd.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --cap-lints allow`
8782025-10-28T05:58:24.407Z Compiling usdt-attr-macro v0.6.0
8792025-10-28T05:58:24.407Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1c9c40c6092f7ff -C extra-filename=-562b2b9f311dd653 --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-0e2667117cfeec43.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d81eb477867a02f1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-906a7b37519da3a8.rlib --extern proc_macro --cap-lints allow`
8802025-10-28T05:58:24.562Z Compiling usdt-macro v0.6.0
8812025-10-28T05:58:24.587Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=999d844ec91da4f9 -C extra-filename=-5ed9697117cdaa69 --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-0e2667117cfeec43.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d81eb477867a02f1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-906a7b37519da3a8.rlib --extern proc_macro --cap-lints allow`
8822025-10-28T05:58:25.785Z Compiling serde_urlencoded v0.7.1
8832025-10-28T05:58:25.811Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cffde5f467a8301 -C extra-filename=-dc4d9a1b7268d816 --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-2fb0540c4255722d.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e4d708cdc1b32d82.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-d4457b1fe28e710e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --cap-lints allow`
8842025-10-28T05:58:25.847Z Compiling slog-json v2.6.1
8852025-10-28T05:58:25.872Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=70c86e8e1bf6fb9e -C extra-filename=-2e648b90b3e31814 --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-a301e612f3ee7b5c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7f4c1c5f612ba4cb.rmeta --cap-lints allow`
8862025-10-28T05:58:25.897Z Compiling uuid v1.18.1
8872025-10-28T05:58:25.897Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,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=735167fb6e28e185 -C extra-filename=-b2d2290e32cd54c6 --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-ea4d40c87ee86d5b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --cap-lints allow`
8882025-10-28T05:58:26.176Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=d72674c17ccc47d9 -C extra-filename=-30a0afdaebd8b3a0 --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-be3f5daa7392165b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-829f67428e6e5405.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-0e2667117cfeec43.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a636968c551a9b04.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-58574bdf4bd8f537.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-44c95b44532775ca.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
8892025-10-28T05:58:26.251Z Compiling futures-executor v0.3.31
8902025-10-28T05:58:26.277Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=d9fd3b0be7b3b58f -C extra-filename=-d226b75239c2ea7b --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-412b3df115da0b3f.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c34c756e80f763e8.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2d4e5d0a5be90423.rmeta --cap-lints allow`
8912025-10-28T05:58:26.278Z Compiling async-stream-impl v0.3.6
8922025-10-28T05:58:26.278Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb6621e8a73e114a -C extra-filename=-91e2af1cbac41d70 --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
8932025-10-28T05:58:26.571Z Compiling tempfile v3.23.0
8942025-10-28T05:58:26.597Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=42310184f6ff2bfc -C extra-filename=-30472948532c4132 --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-6740d6587aba1ac2.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ea4d40c87ee86d5b.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-206f4431f8d7e649.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-2ac6ee20787790ea.rmeta --cap-lints allow`
8952025-10-28T05:58:26.664Z Compiling crossbeam-channel v0.5.1
8962025-10-28T05:58:26.689Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=1df45546be1aa090 -C extra-filename=-4d14a03baa8cc472 --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-abcfa2a5a9ce8b12.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-56ef79a13395fc2d.rmeta --cap-lints allow`
8972025-10-28T05:58:26.746Z Compiling webpki-roots v0.26.5
8982025-10-28T05:58:26.771Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d210d16c8aa0e75 -C extra-filename=-a5e7fd4071f83456 --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-afe15348e931e359.rmeta --cap-lints allow`
8992025-10-28T05:58:26.939Z Compiling is-terminal v0.4.12
9002025-10-28T05:58:26.964Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f895dc3d82e34d91 -C extra-filename=-39a485c1f0c9597f --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-896ec08e71d0130d.rmeta --cap-lints allow`
9012025-10-28T05:58:27.074Z Compiling memmap2 v0.9.8
9022025-10-28T05:58:27.099Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=84259b712f754769 -C extra-filename=-02e3102d0d076adb --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-896ec08e71d0130d.rmeta --cap-lints allow`
9032025-10-28T05:58:27.258Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
9042025-10-28T05:58:27.283Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7322d3ac053eb922 -C extra-filename=-505a4519d3b7324f --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-505a4519d3b7324f -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-551a4c09dbe50582.rlib`
9052025-10-28T05:58:27.351Z Compiling data-encoding v2.4.0
9062025-10-28T05:58:27.376Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1928eb19902b9100 -C extra-filename=-7c2715c4a5147e02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9072025-10-28T05:58:27.376Z Compiling take_mut v0.2.2
9082025-10-28T05:58:27.376Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f466d5b31fd0a7e -C extra-filename=-327860316e1355db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9092025-10-28T05:58:27.463Z Compiling utf-8 v0.7.6
9102025-10-28T05:58:27.488Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ce493568e4b6ac3 -C extra-filename=-88a6f6448e2cbd74 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9112025-10-28T05:58:27.532Z Compiling anyhow v1.0.100
9122025-10-28T05:58:27.557Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=28d63a9a5cd5e105 -C extra-filename=-b5ca2073f04ee824 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-b5ca2073f04ee824 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9132025-10-28T05:58:27.557Z Compiling spin v0.9.8
9142025-10-28T05:58:27.557Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=77b9311bf2a0396a -C extra-filename=-0bae464265e2df47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9152025-10-28T05:58:27.586Z Compiling term v1.1.0
9162025-10-28T05:58:27.612Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d094e22c4f4ff4bc -C extra-filename=-475068414cfb8999 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9172025-10-28T05:58:27.637Z Compiling iri-string v0.7.8
9182025-10-28T05:58:27.637Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=4fcea05153fd9ba0 -C extra-filename=-b02ed77a3e071505 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9192025-10-28T05:58:27.741Z Compiling dyn-clone v1.0.4
9202025-10-28T05:58:27.766Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f7682875d229341 -C extra-filename=-0b165c36606bada0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9212025-10-28T05:58:27.791Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=787dc1fc7fae2f50 -C extra-filename=-2f0a978337de7f82 --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-a6fb29251b3b493b.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-c84f4e17bbb29b3c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2d4e5d0a5be90423.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-f0f51a1c8081e192.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-9aeda2aa726b7e82.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-75dac0ba5f60aa0e.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-0bae464265e2df47.rmeta --cap-lints allow`
9222025-10-28T05:58:27.887Z Compiling tungstenite v0.24.0
9232025-10-28T05:58:27.912Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=663adcddecff0dad -C extra-filename=-8d3d5db2489edfb4 --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-be3f5daa7392165b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-7c2715c4a5147e02.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-f0f51a1c8081e192.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d5dded00f7bb4429.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-e14fd198d84aa2c8.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2e83f1df93e96f61.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-88a6f6448e2cbd74.rmeta --cap-lints allow`
9242025-10-28T05:58:28.063Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-b5ca2073f04ee824/build-script-build`
9252025-10-28T05:58:28.389Z Compiling slog-term v2.9.2
9262025-10-28T05:58:28.414Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=58c65a0f85e71395 -C extra-filename=-da4d99c81c3ab01f --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-585fe29340da94d4.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-39a485c1f0c9597f.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-475068414cfb8999.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-15e747be0c55062a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7f4c1c5f612ba4cb.rmeta --cap-lints allow`
9272025-10-28T05:58:28.706Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=3fc8e12e5f50ceba -C extra-filename=-f03764fd9588c578 --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-585fe29340da94d4.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-0b165c36606bada0.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-19301babe68f10e8.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9282025-10-28T05:58:28.949Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-505a4519d3b7324f/build-script-build`
9292025-10-28T05:58:28.974Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=30042faf3aff2dcf -C extra-filename=-d2b00859d54c4855 --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-4d14a03baa8cc472.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-327860316e1355db.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-15e747be0c55062a.rmeta --cap-lints allow --cfg integer128`
9302025-10-28T05:58:29.021Z Compiling async-stream v0.3.6
9312025-10-28T05:58:29.046Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f989be1dcadd4de7 -C extra-filename=-4ba8121d1aa970bb --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-91e2af1cbac41d70.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --cap-lints allow`
9322025-10-28T05:58:29.300Z Compiling usdt v0.6.0
9332025-10-28T05:58:29.326Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=d07f0836161f2f01 -C extra-filename=-ce234e4d4fafea3f --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-829f67428e6e5405.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-17548ac07bfe5380.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-02e3102d0d076adb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-562b2b9f311dd653.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-30a0afdaebd8b3a0.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-5ed9697117cdaa69.so --cap-lints allow`
9342025-10-28T05:58:29.399Z Compiling atomicwrites v0.4.4
9352025-10-28T05:58:29.424Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a7be5ac6dc20829 -C extra-filename=-43187fdd0a0b6cde --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-cfc2796d8a7927e7.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rmeta --cap-lints allow`
9362025-10-28T05:58:29.468Z Compiling hyper-rustls v0.27.3
9372025-10-28T05:58:29.494Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=47c1e73e143d8bcd -C extra-filename=-ee7f9b135e43f7f3 --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-2d4e5d0a5be90423.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3dd55ad34904b0e7.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d5faa4ec82f645d3.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-a5e7fd4071f83456.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
9382025-10-28T05:58:29.741Z Compiling futures v0.3.31
9392025-10-28T05:58:29.741Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=9f518bc0cb170d40 -C extra-filename=-c4cd114c0e852681 --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-86af18776f0ab9e8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-d226b75239c2ea7b.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-b162361d1cb8d01a.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-62f36eeafc97992f.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c34c756e80f763e8.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2d4e5d0a5be90423.rmeta --cap-lints allow`
9402025-10-28T05:58:29.800Z Compiling slog-bunyan v2.5.0
9412025-10-28T05:58:29.825Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=239accac7a26a404 -C extra-filename=-51b3a0685c9f0609 --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-3fdf8f78d4112017.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7f4c1c5f612ba4cb.rmeta --cap-lints allow`
9422025-10-28T05:58:29.850Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=88523c395c28d675 -C extra-filename=-9d5eaffd68bb3883 --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-75dac0ba5f60aa0e.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-1ee9be922884d7b4.rmeta --cap-lints allow`
9432025-10-28T05:58:29.875Z Compiling hyper-tls v0.6.0
9442025-10-28T05:58:29.901Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=cb55eba50058fbc0 -C extra-filename=-68fac19474bd0f67 --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-a6fb29251b3b493b.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-c013e040f09c64a5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-b82e8d9dc489ecb4.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9452025-10-28T05:58:30.073Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=e4bd1a730a23cda0 -C extra-filename=-c5c34a111ae897c3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d50603f23f466ab6.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)'`
9462025-10-28T05:58:30.099Z Compiling event-listener-strategy v0.5.4
9472025-10-28T05:58:30.099Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a0a94fc3e9572caa -C extra-filename=-80dbe961207e3f22 --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-2aae95758840e5a9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --cap-lints allow`
9482025-10-28T05:58:30.125Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9492025-10-28T05:58:30.125Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0945ad411f216fdb -C extra-filename=-44cc6cfca416ced9 --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-2b087a3cf3ccd23c.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-0077c98fc713fbaf.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d81eb477867a02f1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro`
9502025-10-28T05:58:30.292Z Compiling tower-http v0.6.5
9512025-10-28T05:58:30.317Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.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="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=343df5bcc32cd5f1 -C extra-filename=-0cac1f8c2e6f720f --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-30e0597c997f96eb.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2d4e5d0a5be90423.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-cd1427139c2f4d9c.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-b02ed77a3e071505.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-925df7ab19cf3932.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5915a26174ec5b8a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --cap-lints allow`
9522025-10-28T05:58:30.317Z Running `/home/build/.rustup/toolchains/1.90.0-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=e5625bb0fb3a5159 -C extra-filename=-6ea762b0d34a07c6 --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"))'`
9532025-10-28T05:58:30.431Z Compiling rustls-native-certs v0.7.0
9542025-10-28T05:58:30.456Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a213acb8d817ca4 -C extra-filename=-0d536fd3e97a950d --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-a2ed6fc0c04978a8.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --cap-lints allow`
9552025-10-28T05:58:30.690Z Compiling openapiv3 v2.2.0
9562025-10-28T05:58:30.715Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=3d16eaf441de2cfc -C extra-filename=-ed96c0e935877f39 --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-0f23ce94c93f2a1c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --cap-lints allow`
9572025-10-28T05:58:30.818Z Compiling yasna v0.5.2
9582025-10-28T05:58:30.844Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=1a54cb48bd99bcfb -C extra-filename=-ab38a173b2161562 --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-7f4c1c5f612ba4cb.rmeta --cap-lints allow`
9592025-10-28T05:58:30.895Z Compiling async-trait v0.1.89
9602025-10-28T05:58:30.920Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38f9b770fa77168e -C extra-filename=-2d2e41429289c37c --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-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
9612025-10-28T05:58:31.104Z Compiling pem v3.0.6
9622025-10-28T05:58:31.129Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1c6fdf0547132e13 -C extra-filename=-3f14052b468b142c --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-03590bb7c503e408.rmeta --cap-lints allow`
9632025-10-28T05:58:31.215Z Compiling waitgroup v0.1.2
9642025-10-28T05:58:31.240Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e6d0b985c4d6c94 -C extra-filename=-3726d2f536179c60 --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-0ceeb0046baa8b4e.rmeta --cap-lints allow`
9652025-10-28T05:58:31.469Z Compiling serde_path_to_error v0.1.20
9662025-10-28T05:58:31.495Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b6c8e187e6f538d -C extra-filename=-4bfa8038c1c4d70f --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-e4d708cdc1b32d82.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d50603f23f466ab6.rmeta --cap-lints allow`
9672025-10-28T05:58:31.548Z Compiling webpki-roots v1.0.0
9682025-10-28T05:58:31.573Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3b76f4542ae27b7 -C extra-filename=-73d1ec9cffaa1b4a --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-afe15348e931e359.rmeta --cap-lints allow`
9692025-10-28T05:58:31.739Z Compiling hostname v0.4.0
9702025-10-28T05:58:31.764Z Running `/home/build/.rustup/toolchains/1.90.0-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=9bb674c486100743 -C extra-filename=-cfc894aa81445219 --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-abcfa2a5a9ce8b12.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rmeta --cap-lints allow`
9712025-10-28T05:58:31.793Z Compiling termcolor v1.1.2
9722025-10-28T05:58:31.818Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=570d96c9d3f26682 -C extra-filename=-24e12f2309063729 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9732025-10-28T05:58:31.856Z Compiling simple-mermaid v0.2.0
9742025-10-28T05:58:31.881Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c81501d82ef2a73 -C extra-filename=-44312c2eeff58136 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9752025-10-28T05:58:31.967Z Compiling debug-ignore v1.0.5
9762025-10-28T05:58:31.992Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c057f3a1d33867cd -C extra-filename=-b398bb838a9aea8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9772025-10-28T05:58:31.992Z Compiling glob v0.3.0
9782025-10-28T05:58:32.017Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52e8697d7be85906 -C extra-filename=-2983dbcc5bfc540d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9792025-10-28T05:58:32.133Z Compiling http-range v0.1.4
9802025-10-28T05:58:32.158Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0435e0464838b753 -C extra-filename=-d445001bd76db1e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9812025-10-28T05:58:32.184Z Compiling reqwest v0.12.24
9822025-10-28T05:58:32.184Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=1a09a09f1bc48f35 -C extra-filename=-9b1c6069867a5a64 --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-03590bb7c503e408.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-c84f4e17bbb29b3c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-f73f8fe6fd045647.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-cd1427139c2f4d9c.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ee7f9b135e43f7f3.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-68fac19474bd0f67.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d5dded00f7bb4429.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-75dac0ba5f60aa0e.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-c013e040f09c64a5.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3dd55ad34904b0e7.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-c2341bea79b7ec95.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-b82e8d9dc489ecb4.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-d5faa4ec82f645d3.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-925df7ab19cf3932.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-0cac1f8c2e6f720f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-3392a18cd482e2f6.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-73d1ec9cffaa1b4a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
9832025-10-28T05:58:32.209Z Compiling rcgen v0.14.5
9842025-10-28T05:58:32.209Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-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="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=9a927d9b7470f662 -C extra-filename=-7d7f41563e14bedd --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-3f14052b468b142c.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d736d402b34dcf76.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7f4c1c5f612ba4cb.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-ab38a173b2161562.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
9852025-10-28T05:58:32.437Z Compiling hyper-staticfile v0.10.1
9862025-10-28T05:58:32.437Z Compiling trybuild v1.0.112
9872025-10-28T05:58:32.464Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3caff4efce7bcb41 -C extra-filename=-1084875e0f660975 --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-2d4e5d0a5be90423.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-d445001bd76db1e3.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-2845571d39d14ba6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-e14fd198d84aa2c8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-3392a18cd482e2f6.rmeta --cap-lints allow`
9882025-10-28T05:58:32.464Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.112/src/lib.rs --error-format=json --json=diagnostic-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=be394299f9413de1 -C extra-filename=-db69ea120bd3f0e8 --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-2983dbcc5bfc540d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-f4ade062546e747c.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-6ea762b0d34a07c6.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-24e12f2309063729.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rmeta --cap-lints allow`
9892025-10-28T05:58:32.726Z Compiling hyper-rustls v0.26.0
9902025-10-28T05:58:32.755Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=37cd996846e35bd3 -C extra-filename=-26efb8baa0a9ec08 --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-2d4e5d0a5be90423.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d5dded00f7bb4429.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-0d536fd3e97a950d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
9912025-10-28T05:58:32.782Z Compiling async-channel v2.5.0
9922025-10-28T05:58:32.807Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=1d25f0abab47943a -C extra-filename=-1188973a40facc17 --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-7116eda6cf6a7855.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-80dbe961207e3f22.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --cap-lints allow`
9932025-10-28T05:58:33.118Z Compiling expectorate v1.2.0
9942025-10-28T05:58:33.143Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=8bd463bc94443606 -C extra-filename=-0edb0e7120f44036 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-43187fdd0a0b6cde.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-365a9af40dfa6e48.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-640bfdee2c179029.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-4929ff0e85cf9b00.rmeta --cap-lints allow`
9952025-10-28T05:58:33.215Z Compiling tokio-tungstenite v0.24.0
9962025-10-28T05:58:33.240Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=da9de116f83d11d3 -C extra-filename=-fe1fbc52c941b536 --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-2d4e5d0a5be90423.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d5dded00f7bb4429.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8d3d5db2489edfb4.rmeta --cap-lints allow`
9972025-10-28T05:58:33.360Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=c97100498ed59292 -C extra-filename=-7f3c895630a9a69f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
9982025-10-28T05:58:33.394Z Compiling subprocess v0.2.9
9992025-10-28T05:58:33.420Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c752976c892a58d -C extra-filename=-4894de0145590d3f --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-896ec08e71d0130d.rmeta --cap-lints allow`
10002025-10-28T05:58:33.702Z Compiling buf-list v1.1.2
10012025-10-28T05:58:33.728Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=33ede5c0b1ebe2cf -C extra-filename=-0bed30db830f94d6 --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-a6fb29251b3b493b.rmeta --cap-lints allow`
10022025-10-28T05:58:33.893Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=c140f3c34884ec58 -C extra-filename=-34daea41aeff99a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10032025-10-28T05:58:34.046Z Compiling prettyplease v0.2.37
10042025-10-28T05:58:34.071Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=16b17d64d64213d5 -C extra-filename=-c7d46039528c9fb6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-c7d46039528c9fb6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10052025-10-28T05:58:34.115Z Compiling schema-derive v0.1.0
10062025-10-28T05:58:34.140Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29a75eb509a76d70 -C extra-filename=-ed1aa6e4f80be08b --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-676291b925f08f03.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro --cap-lints allow`
10072025-10-28T05:58:34.183Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=2f124c938ada2b83 -C extra-filename=-bc4d96d9c63a130d --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-6740d6587aba1ac2.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ea4d40c87ee86d5b.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-34daea41aeff99a6.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-2ac6ee20787790ea.rmeta --cap-lints allow`
10082025-10-28T05:58:34.382Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-c7d46039528c9fb6/build-script-build`
10092025-10-28T05:58:34.407Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=2e425953a81beee1 -C extra-filename=-0fff08103eef991b --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-a636968c551a9b04.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10102025-10-28T05:58:34.822Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34d2ce1ff257f59b -C extra-filename=-69938056bee59d18 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-cfc2796d8a7927e7.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-bc4d96d9c63a130d.rmeta --cap-lints allow`
10112025-10-28T05:58:35.210Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=81f880a46cca5825 -C extra-filename=-419d8850e308f325 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-69938056bee59d18.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-365a9af40dfa6e48.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-640bfdee2c179029.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-4929ff0e85cf9b00.rmeta --cap-lints allow`
10122025-10-28T05:58:35.755Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d5c019f1e10ed108 -C extra-filename=-6953fc2a1c088c6c --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-4ba8121d1aa970bb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
10132025-10-28T05:58:35.925Z Compiling schema v0.1.0
10142025-10-28T05:58:35.950Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e9f681c919acb0c -C extra-filename=-87afa8ac8a99f414 --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-a636968c551a9b04.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-ed1aa6e4f80be08b.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rmeta --cap-lints allow`
10152025-10-28T05:58:36.038Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57ee0c51b43591fe -C extra-filename=-30b71699d397c2f5 --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-419d8850e308f325.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-2b087a3cf3ccd23c.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-0fff08103eef991b.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-87afa8ac8a99f414.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-0077c98fc713fbaf.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d81eb477867a02f1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro`
10162025-10-28T05:58:37.847Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3fbb95d22084f9ba -C extra-filename=-23852b54da7bcd42 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10172025-10-28T05:58:44.126Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8e17953664e7677f -C extra-filename=-d7a1c06007ea4ca2 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10182025-10-28T05:58:44.126Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3513cc42a26879c1 -C extra-filename=-8a0d9183f4e27bb4 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10192025-10-28T05:58:44.176Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=32f8fe6606f916ae -C extra-filename=-4869c49742c7ee58 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10202025-10-28T05:58:44.178Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=41e25c7ad28e0232 -C extra-filename=-3e303f12dda3698d --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10212025-10-28T05:58:44.178Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ac34087c9be686b7 -C extra-filename=-5507450ea51e7126 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10222025-10-28T05:58:44.178Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c5ead68bf84607c9 -C extra-filename=-1399f12dc7617c85 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10232025-10-28T05:58:44.178Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=64e30f3a3bb00cf4 -C extra-filename=-90f8d0ee13cff428 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10242025-10-28T05:58:57.256Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a0b7d76549e1d656 -C extra-filename=-aeabc89b93af3835 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10252025-10-28T05:59:01.314Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=47d96c675e1523d9 -C extra-filename=-4475e5cb071825c9 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10262025-10-28T05:59:01.744Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=861f311e5405b5de -C extra-filename=-70741a722b00d36a --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10272025-10-28T05:59:02.711Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0be556a23691a896 -C extra-filename=-840677efe1fc8ea4 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10282025-10-28T05:59:02.745Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ae6888a2839c05cc -C extra-filename=-7839c4dc336cc70b --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10292025-10-28T05:59:03.384Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e578e715d16150f0 -C extra-filename=-864ca4a0d4e2fa05 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10302025-10-28T05:59:05.030Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5e3b50baf3246519 -C extra-filename=-4eef72e3b86a70ba --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10312025-10-28T05:59:15.286Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c5c8a7ac6f7d9aff -C extra-filename=-2a4d8bc4d4882ade --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10322025-10-28T05:59:18.826Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6f6e1233e448ca90 -C extra-filename=-42496b5b83b507b1 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10332025-10-28T05:59:20.094Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=73a0254594fe75cf -C extra-filename=-357f8560866e8a0f --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10342025-10-28T05:59:20.272Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=47762990f40e8fcb -C extra-filename=-af59059693a5b712 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10352025-10-28T05:59:22.588Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e29d8403de6e89da -C extra-filename=-38ee8da4f6cb39e4 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10362025-10-28T05:59:23.757Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4d48b4b4a63795e1 -C extra-filename=-ce3ca9bd37a9bc64 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10372025-10-28T05:59:24.923Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d9d2178b56b2f8a0 -C extra-filename=-71e66db745607d82 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10382025-10-28T05:59:26.266Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e8a4479fb5c0a82a -C extra-filename=-1fc8cf316aa93aa3 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10392025-10-28T05:59:26.580Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0e2527ef0b914799 -C extra-filename=-df475dee5622b94b --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10402025-10-28T05:59:35.403Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f19ec2c96b16a26c -C extra-filename=-110c5324a7cf8463 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6953fc2a1c088c6c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-44cc6cfca416ced9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10412025-10-28T06:00:04.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
10422025-10-28T06:00:04.426Z
10432025-10-28T06:00:04.427Zreal 2:16.850262212
10442025-10-28T06:00:04.427Zuser 12:52.088991454
10452025-10-28T06:00:04.427Zsys 1:50.303802195
10462025-10-28T06:00:04.427Ztrap 0.606858660
10472025-10-28T06:00:04.427Ztflt 0.134762317
10482025-10-28T06:00:04.427Zdflt 0.277714406
10492025-10-28T06:00:04.427Zkflt 0.002002271
10502025-10-28T06:00:04.427Zlock 39:15.531921285
10512025-10-28T06:00:04.427Zslp 59:11.589896299
10522025-10-28T06:00:04.427Zlat 48.278251312
10532025-10-28T06:00:04.427Zstop 59.220597782
10542025-10-28T06:00:04.452Z+ banner test
10552025-10-28T06:00:04.452Z
10562025-10-28T06:00:04.452Z ##### ###### #### #####
10572025-10-28T06:00:04.452Z # # # #
10582025-10-28T06:00:04.452Z # ##### #### #
10592025-10-28T06:00:04.452Z # # # #
10602025-10-28T06:00:04.452Z # # # # #
10612025-10-28T06:00:04.452Z # ###### #### #
10622025-10-28T06:00:04.452Z
10632025-10-28T06:00:04.452Z+ ptime -m cargo test --all-features --locked --verbose
10642025-10-28T06:00:04.810Z Fresh unicode-ident v1.0.12
10652025-10-28T06:00:04.810Z Fresh cfg-if v1.0.0
10662025-10-28T06:00:04.810Z Fresh itoa v1.0.1
10672025-10-28T06:00:04.810Z Fresh memchr v2.6.0
10682025-10-28T06:00:04.858Z Fresh proc-macro2 v1.0.103
10692025-10-28T06:00:04.858Z Fresh pin-project-lite v0.2.12
10702025-10-28T06:00:04.858Z Fresh autocfg v1.1.0
10712025-10-28T06:00:04.858Z Fresh shlex v1.3.0
10722025-10-28T06:00:04.858Z Fresh quote v1.0.41
10732025-10-28T06:00:04.858Z Fresh libc v0.2.177
10742025-10-28T06:00:04.858Z Fresh cc v1.2.16
10752025-10-28T06:00:04.858Z Fresh smallvec v1.13.2
10762025-10-28T06:00:04.858Z Fresh bytes v1.10.1
10772025-10-28T06:00:04.858Z Fresh version_check v0.9.5
10782025-10-28T06:00:04.858Z Fresh futures-core v0.3.31
10792025-10-28T06:00:04.858Z Fresh scopeguard v1.2.0
10802025-10-28T06:00:04.858Z Fresh futures-sink v0.3.31
10812025-10-28T06:00:04.858Z Fresh serde_derive v1.0.228
10822025-10-28T06:00:04.858Z Fresh lock_api v0.4.6
10832025-10-28T06:00:04.858Z Fresh tokio-macros v2.6.0
10842025-10-28T06:00:04.858Z Fresh log v0.4.17
10852025-10-28T06:00:04.858Z Fresh parking_lot_core v0.9.4
10862025-10-28T06:00:04.858Z Fresh ryu v1.0.5
10872025-10-28T06:00:04.858Z Fresh synstructure v0.13.1
10882025-10-28T06:00:04.858Z Fresh socket2 v0.6.0
10892025-10-28T06:00:04.858Z Fresh getrandom v0.2.11
10902025-10-28T06:00:04.858Z Fresh signal-hook-registry v1.4.0
10912025-10-28T06:00:04.858Z Fresh parking_lot v0.12.1
10922025-10-28T06:00:04.858Z Fresh mio v1.0.3
10932025-10-28T06:00:04.858Z Fresh slab v0.4.9
10942025-10-28T06:00:04.858Z Fresh fnv v1.0.7
10952025-10-28T06:00:04.859Z Fresh bitflags v2.4.0
10962025-10-28T06:00:04.859Z Fresh zerofrom-derive v0.1.5
10972025-10-28T06:00:04.859Z Fresh futures-channel v0.3.31
10982025-10-28T06:00:04.859Z Fresh tokio v1.48.0
10992025-10-28T06:00:04.859Z Fresh http v1.3.1
11002025-10-28T06:00:04.859Z Fresh zeroize v1.7.0
11012025-10-28T06:00:04.859Z Fresh pin-utils v0.1.0
11022025-10-28T06:00:04.859Z Fresh zerofrom v0.1.5
11032025-10-28T06:00:04.859Z Fresh yoke-derive v0.7.5
11042025-10-28T06:00:04.859Z Fresh rustls-pki-types v1.12.0
11052025-10-28T06:00:04.859Z Fresh futures-macro v0.3.31
11062025-10-28T06:00:04.859Z Fresh thiserror-impl v2.0.17
11072025-10-28T06:00:04.859Z Fresh futures-io v0.3.31
11082025-10-28T06:00:04.859Z Fresh futures-task v0.3.31
11092025-10-28T06:00:04.859Z Fresh stable_deref_trait v1.2.0
11102025-10-28T06:00:04.859Z Fresh futures-util v0.3.31
11112025-10-28T06:00:04.859Z Fresh thiserror v2.0.17
11122025-10-28T06:00:04.859Z Fresh zerovec-derive v0.10.3
11132025-10-28T06:00:04.859Z Fresh yoke v0.7.5
11142025-10-28T06:00:04.859Z Fresh serde_core v1.0.228
11152025-10-28T06:00:04.859Z Fresh displaydoc v0.2.5
11162025-10-28T06:00:04.859Z Fresh tracing-core v0.1.32
11172025-10-28T06:00:04.859Z Fresh equivalent v1.0.0
11182025-10-28T06:00:04.859Z Fresh zerovec v0.10.4
11192025-10-28T06:00:04.859Z Fresh getrandom v0.3.1
11202025-10-28T06:00:04.859Z Fresh httparse v1.10.0
11212025-10-28T06:00:04.859Z Fresh ucd-trie v0.1.6
11222025-10-28T06:00:04.859Z Fresh hashbrown v0.16.0
11232025-10-28T06:00:04.859Z Fresh untrusted v0.9.0
11242025-10-28T06:00:04.859Z Fresh tracing v0.1.40
11252025-10-28T06:00:04.859Z Fresh indexmap v2.12.0
11262025-10-28T06:00:04.859Z Fresh tinystr v0.7.6
11272025-10-28T06:00:04.859Z Fresh ring v0.17.13
11282025-10-28T06:00:04.859Z Fresh pest v2.8.1
11292025-10-28T06:00:04.859Z Fresh serde v1.0.228
11302025-10-28T06:00:04.859Z Fresh http-body v1.0.1
11312025-10-28T06:00:04.859Z Fresh errno v0.3.10
11322025-10-28T06:00:04.859Z Fresh writeable v0.5.5
11332025-10-28T06:00:04.860Z Fresh litemap v0.7.4
11342025-10-28T06:00:04.860Z Fresh percent-encoding v2.3.2
11352025-10-28T06:00:04.860Z Fresh atomic-waker v1.1.2
11362025-10-28T06:00:04.860Z Fresh vcpkg v0.2.15
11372025-10-28T06:00:04.860Z Fresh pkg-config v0.3.31
11382025-10-28T06:00:04.860Z Fresh icu_locid v1.5.0
11392025-10-28T06:00:04.860Z Fresh pest_meta v2.8.1
11402025-10-28T06:00:04.860Z Fresh tokio-util v0.7.7
11412025-10-28T06:00:04.860Z Fresh zerocopy-derive v0.8.27
11422025-10-28T06:00:04.860Z Fresh icu_provider_macros v1.5.0
11432025-10-28T06:00:04.860Z Fresh try-lock v0.2.3
11442025-10-28T06:00:04.860Z Fresh h2 v0.4.6
11452025-10-28T06:00:04.860Z Fresh icu_provider v1.5.0
11462025-10-28T06:00:04.860Z Fresh zerocopy v0.8.27
11472025-10-28T06:00:04.860Z Fresh rustix v1.0.2
11482025-10-28T06:00:04.860Z Fresh want v0.3.0
11492025-10-28T06:00:04.860Z Fresh pest_generator v2.8.1
11502025-10-28T06:00:04.860Z Fresh rustversion v1.0.22
11512025-10-28T06:00:04.860Z Fresh typenum v1.14.0
11522025-10-28T06:00:04.860Z Fresh rustls-webpki v0.102.8
11532025-10-28T06:00:04.860Z Fresh subtle v2.5.0
11542025-10-28T06:00:04.860Z Fresh tower-service v0.3.3
11552025-10-28T06:00:04.860Z Fresh time-core v0.1.2
11562025-10-28T06:00:04.860Z Fresh byteorder v1.4.3
11572025-10-28T06:00:04.860Z Fresh icu_locid_transform_data v1.5.0
11582025-10-28T06:00:04.860Z Fresh num-conv v0.1.0
11592025-10-28T06:00:04.860Z Fresh httpdate v1.0.1
11602025-10-28T06:00:04.860Z Fresh powerfmt v0.2.0
11612025-10-28T06:00:04.860Z Fresh base64 v0.22.1
11622025-10-28T06:00:04.860Z Fresh fastrand v2.1.1
11632025-10-28T06:00:04.860Z Fresh hyper v1.7.0
11642025-10-28T06:00:04.860Z Fresh time-macros v0.2.18
11652025-10-28T06:00:04.860Z Fresh deranged v0.3.11
11662025-10-28T06:00:04.860Z Fresh icu_locid_transform v1.5.0
11672025-10-28T06:00:04.860Z Fresh generic-array v0.14.5
11682025-10-28T06:00:04.895Z Fresh pest_derive v2.8.1
11692025-10-28T06:00:04.895Z Fresh crossbeam-utils v0.8.15
11702025-10-28T06:00:04.895Z Fresh serde_tokenstream v0.2.2
11712025-10-28T06:00:04.895Z Fresh icu_collections v1.5.0
11722025-10-28T06:00:04.895Z Fresh num_threads v0.1.3
11732025-10-28T06:00:04.895Z Fresh icu_properties_data v1.5.0
11742025-10-28T06:00:04.895Z Fresh dtrace-parser v0.3.0
11752025-10-28T06:00:04.895Z Fresh rustix v0.38.44
11762025-10-28T06:00:04.895Z Fresh serde_json v1.0.145
11772025-10-28T06:00:04.895Z Fresh time v0.3.36
11782025-10-28T06:00:04.895Z Fresh icu_properties v1.5.1
11792025-10-28T06:00:04.895Z Fresh erased-serde v0.3.31
11802025-10-28T06:00:04.895Z Fresh scroll_derive v0.13.1
11812025-10-28T06:00:04.895Z Fresh thread-id v5.0.0
11822025-10-28T06:00:04.895Z Fresh write16 v1.0.0
11832025-10-28T06:00:04.895Z Fresh openssl-probe v0.1.4
11842025-10-28T06:00:04.895Z Fresh ipnet v2.10.0
11852025-10-28T06:00:04.895Z Fresh foreign-types-shared v0.1.1
11862025-10-28T06:00:04.895Z Fresh utf16_iter v1.0.5
11872025-10-28T06:00:04.895Z Fresh utf8_iter v1.0.4
11882025-10-28T06:00:04.895Z Fresh icu_normalizer_data v1.5.0
11892025-10-28T06:00:04.895Z Fresh foreign-types v0.3.2
11902025-10-28T06:00:04.895Z Fresh hyper-util v0.1.17
11912025-10-28T06:00:04.895Z Fresh slog v2.8.2
11922025-10-28T06:00:04.896Z Fresh scroll v0.13.0
11932025-10-28T06:00:04.896Z Fresh paste v1.0.15
11942025-10-28T06:00:04.896Z Fresh icu_normalizer v1.5.0
11952025-10-28T06:00:04.896Z Fresh block-buffer v0.10.2
11962025-10-28T06:00:04.896Z Fresh crypto-common v0.1.6
11972025-10-28T06:00:04.896Z Fresh openssl-sys v0.9.107
11982025-10-28T06:00:04.896Z Fresh form_urlencoded v1.2.2
11992025-10-28T06:00:04.896Z Fresh rand_core v0.6.3
12002025-10-28T06:00:04.896Z Fresh openssl-macros v0.1.1
12012025-10-28T06:00:04.896Z Fresh unicode-width v0.1.9
12022025-10-28T06:00:04.896Z Fresh lazy_static v1.5.0
12032025-10-28T06:00:04.896Z Fresh plain v0.2.3
12042025-10-28T06:00:04.896Z Fresh unicode-segmentation v1.10.0
12052025-10-28T06:00:04.896Z Fresh mime v0.3.16
12062025-10-28T06:00:04.896Z Fresh ppv-lite86 v0.2.15
12072025-10-28T06:00:04.896Z Fresh openssl v0.10.72
12082025-10-28T06:00:04.896Z Fresh goblin v0.10.1
12092025-10-28T06:00:04.896Z Fresh newline-converter v0.3.0
12102025-10-28T06:00:04.896Z Fresh console v0.15.7
12112025-10-28T06:00:04.896Z Fresh rand_chacha v0.3.1
12122025-10-28T06:00:04.896Z Fresh num-traits v0.2.14
12132025-10-28T06:00:04.896Z Fresh idna_adapter v1.2.0
12142025-10-28T06:00:04.896Z Fresh unicase v2.6.0
12152025-10-28T06:00:04.896Z Fresh digest v0.10.7
12162025-10-28T06:00:04.896Z Fresh heck v0.5.0
12172025-10-28T06:00:04.896Z Fresh semver v1.0.27
12182025-10-28T06:00:04.896Z Fresh winnow v0.7.13
12192025-10-28T06:00:04.896Z Fresh cpufeatures v0.2.2
12202025-10-28T06:00:04.896Z Fresh iana-time-zone v0.1.47
12212025-10-28T06:00:04.896Z Fresh similar v2.2.1
12222025-10-28T06:00:04.896Z Fresh pretty-hex v0.4.1
12232025-10-28T06:00:04.896Z Fresh sha1 v0.10.6
12242025-10-28T06:00:04.896Z Fresh toml_parser v1.0.4
12252025-10-28T06:00:04.896Z Fresh chrono v0.4.42
12262025-10-28T06:00:04.896Z Fresh rand v0.8.4
12272025-10-28T06:00:04.896Z Fresh dof v0.4.0
12282025-10-28T06:00:04.896Z Fresh idna v1.0.3
12292025-10-28T06:00:04.896Z Fresh native-tls v0.2.12
12302025-10-28T06:00:04.896Z Fresh rustls v0.23.13
12312025-10-28T06:00:04.897Z Fresh rustls v0.22.4
12322025-10-28T06:00:04.897Z Fresh concurrent-queue v2.5.0
12332025-10-28T06:00:04.897Z Fresh http-body-util v0.1.3
12342025-10-28T06:00:04.897Z Fresh rustls-pemfile v2.2.0
12352025-10-28T06:00:04.897Z Fresh serde_derive_internals v0.29.0
12362025-10-28T06:00:04.897Z Fresh thiserror-impl v1.0.69
12372025-10-28T06:00:04.897Z Fresh serde_spanned v1.0.3
12382025-10-28T06:00:04.897Z Fresh syn v2.0.108
12392025-10-28T06:00:04.897Z Fresh sync_wrapper v1.0.1
12402025-10-28T06:00:04.897Z Fresh toml_datetime v0.7.3
12412025-10-28T06:00:04.897Z Fresh thread_local v1.1.4
12422025-10-28T06:00:04.897Z Fresh encoding_rs v0.8.32
12432025-10-28T06:00:04.897Z Fresh match_cfg v0.1.0
12442025-10-28T06:00:04.897Z Fresh parking v2.2.0
12452025-10-28T06:00:04.897Z Fresh toml_writer v1.0.4
12462025-10-28T06:00:04.897Z Fresh tower-layer v0.3.3
12472025-10-28T06:00:04.897Z Fresh hostname v0.3.1
12482025-10-28T06:00:04.897Z Fresh toml v0.9.8
12492025-10-28T06:00:04.897Z Fresh event-listener v5.0.0
12502025-10-28T06:00:04.897Z Fresh tower v0.5.2
12512025-10-28T06:00:04.897Z Fresh schemars_derive v0.8.22
12522025-10-28T06:00:04.897Z Fresh usdt-impl v0.6.0
12532025-10-28T06:00:04.897Z Fresh thiserror v1.0.69
12542025-10-28T06:00:04.897Z Fresh tokio-native-tls v0.3.1
12552025-10-28T06:00:04.897Z Fresh url v2.5.4
12562025-10-28T06:00:04.897Z Fresh tokio-rustls v0.25.0
12572025-10-28T06:00:04.897Z Fresh tokio-rustls v0.26.0
12582025-10-28T06:00:04.897Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12592025-10-28T06:00:04.897Z Fresh usdt-macro v0.6.0
12602025-10-28T06:00:04.897Z Fresh usdt-attr-macro v0.6.0
12612025-10-28T06:00:04.897Z Fresh serde_urlencoded v0.7.1
12622025-10-28T06:00:04.897Z Fresh slog-json v2.6.1
12632025-10-28T06:00:04.897Z Fresh crossbeam-channel v0.5.1
12642025-10-28T06:00:04.897Z Fresh uuid v1.18.1
12652025-10-28T06:00:04.897Z Fresh futures-executor v0.3.31
12662025-10-28T06:00:04.897Z Fresh webpki-roots v0.26.5
12672025-10-28T06:00:04.897Z Fresh async-stream-impl v0.3.6
12682025-10-28T06:00:04.924Z Fresh is-terminal v0.4.12
12692025-10-28T06:00:04.924Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff17bb74eb1c17cf -C extra-filename=-dd44654321d8a0e0 --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-2b087a3cf3ccd23c.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-0077c98fc713fbaf.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d81eb477867a02f1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro`
12702025-10-28T06:00:04.924Z Fresh memmap2 v0.9.8
12712025-10-28T06:00:04.924Z Fresh take_mut v0.2.2
12722025-10-28T06:00:04.924Z Fresh dyn-clone v1.0.4
12732025-10-28T06:00:04.924Z Fresh utf-8 v0.7.6
12742025-10-28T06:00:04.924Z Fresh spin v0.9.8
12752025-10-28T06:00:04.924Z Fresh term v1.1.0
12762025-10-28T06:00:04.924Z Fresh data-encoding v2.4.0
12772025-10-28T06:00:04.924Z Fresh iri-string v0.7.8
12782025-10-28T06:00:04.924Z Fresh slog-async v2.8.0
12792025-10-28T06:00:04.924Z Fresh schemars v0.8.22
12802025-10-28T06:00:04.924Z Fresh usdt v0.6.0
12812025-10-28T06:00:04.924Z Fresh slog-term v2.9.2
12822025-10-28T06:00:04.924Z Fresh tungstenite v0.24.0
12832025-10-28T06:00:04.924Z Fresh tower-http v0.6.5
12842025-10-28T06:00:04.924Z Fresh multer v3.1.0
12852025-10-28T06:00:04.925Z Fresh hyper-rustls v0.27.3
12862025-10-28T06:00:04.925Z Fresh async-stream v0.3.6
12872025-10-28T06:00:04.925Z Fresh futures v0.3.31
12882025-10-28T06:00:04.925Z Fresh mime_guess v2.0.5
12892025-10-28T06:00:04.925Z Fresh slog-bunyan v2.5.0
12902025-10-28T06:00:04.925Z Fresh hyper-tls v0.6.0
12912025-10-28T06:00:04.925Z Fresh camino v1.2.1
12922025-10-28T06:00:04.925Z Fresh event-listener-strategy v0.5.4
12932025-10-28T06:00:04.925Z Fresh target-triple v0.1.3
12942025-10-28T06:00:04.925Z Fresh rustls-native-certs v0.7.0
12952025-10-28T06:00:04.925Z Fresh yasna v0.5.2
12962025-10-28T06:00:04.925Z Fresh pem v3.0.6
12972025-10-28T06:00:04.925Z Fresh waitgroup v0.1.2
12982025-10-28T06:00:04.925Z Fresh openapiv3 v2.2.0
12992025-10-28T06:00:04.925Z Fresh webpki-roots v1.0.0
13002025-10-28T06:00:04.925Z Fresh async-trait v0.1.89
13012025-10-28T06:00:04.925Z Fresh hostname v0.4.0
13022025-10-28T06:00:04.925Z Fresh serde_path_to_error v0.1.20
13032025-10-28T06:00:04.925Z Fresh glob v0.3.0
13042025-10-28T06:00:04.925Z Fresh http-range v0.1.4
13052025-10-28T06:00:04.925Z Fresh simple-mermaid v0.2.0
13062025-10-28T06:00:04.925Z Fresh termcolor v1.1.2
13072025-10-28T06:00:04.925Z Fresh debug-ignore v1.0.5
13082025-10-28T06:00:04.925Z Fresh hyper-staticfile v0.10.1
13092025-10-28T06:00:04.925Z Fresh trybuild v1.0.112
13102025-10-28T06:00:04.925Z Fresh rcgen v0.14.5
13112025-10-28T06:00:04.925Z Fresh reqwest v0.12.24
13122025-10-28T06:00:04.925Z Fresh hyper-rustls v0.26.0
13132025-10-28T06:00:04.925Z Fresh async-channel v2.5.0
13142025-10-28T06:00:04.925Z Fresh tokio-tungstenite v0.24.0
13152025-10-28T06:00:04.925Z Fresh anyhow v1.0.100
13162025-10-28T06:00:04.925Z Fresh buf-list v1.1.2
13172025-10-28T06:00:04.925Z Fresh subprocess v0.2.9
13182025-10-28T06:00:04.925Z Fresh once_cell v1.20.1
13192025-10-28T06:00:04.925Z Fresh schema-derive v0.1.0
13202025-10-28T06:00:04.925Z Fresh tempfile v3.23.0
13212025-10-28T06:00:04.925Z Fresh schema v0.1.0
13222025-10-28T06:00:04.925Z Fresh atomicwrites v0.4.4
13232025-10-28T06:00:04.925Z Fresh prettyplease v0.2.37
13242025-10-28T06:00:04.926Z Fresh expectorate v1.2.0
13252025-10-28T06:00:07.431Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
13262025-10-28T06:00:07.500Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c30da3035301aa23 -C extra-filename=-fe21f63ea0b45282 --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-4ba8121d1aa970bb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
13272025-10-28T06:00:07.500Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=863d53ebf27b4099 -C extra-filename=-7a6cff26762eaa85 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13282025-10-28T06:00:15.737Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3ca9c1bbe7307c0f -C extra-filename=-5d68359b5dea6734 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13292025-10-28T06:00:15.738Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5c33ab11dcd18705 -C extra-filename=-5d09eb8d3aaa4ebd --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13302025-10-28T06:00:15.786Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b37fd3b5a26264d9 -C extra-filename=-f89afcdd0dc2471d --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13312025-10-28T06:00:15.787Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=35c95c0c3c9e5937 -C extra-filename=-0f46b260778530dd --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13322025-10-28T06:00:15.787Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=57e45b77be930266 -C extra-filename=-a88b250d7681b3e5 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13332025-10-28T06:00:15.787Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4b0b830dadc51c80 -C extra-filename=-36543386029ac435 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13342025-10-28T06:00:15.788Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cff5fb4b4b0f6062 -C extra-filename=-40ee1d1968fb8618 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13352025-10-28T06:00:31.985Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ddd06eb39180fe5f -C extra-filename=-d9c7a4e09b5bfbf3 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13362025-10-28T06:00:32.913Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5db9ded9640cd006 -C extra-filename=-e54a02356381cb8b --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13372025-10-28T06:00:33.824Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c4f4a05a444e0ee8 -C extra-filename=-2df3cdf5ca68aac4 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13382025-10-28T06:00:35.168Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=68fa85f45af409e3 -C extra-filename=-704916166a796ac8 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13392025-10-28T06:00:35.851Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3cf6497bbad53802 -C extra-filename=-e77ffaa7979e999a --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13402025-10-28T06:00:36.058Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f8d24e195330f90d -C extra-filename=-2d0609804f127943 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13412025-10-28T06:00:37.277Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=09314b700e6c0d6c -C extra-filename=-376f8a07a6da3859 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13422025-10-28T06:00:48.658Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c806af0695469848 -C extra-filename=-2520eef8f18100f7 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13432025-10-28T06:00:48.947Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c0353b4c37523e45 -C extra-filename=-b323080027d9db08 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13442025-10-28T06:00:50.852Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7372957a56ba2d45 -C extra-filename=-cc826dce63702a32 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13452025-10-28T06:00:53.592Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9e4b54cfad43ddc0 -C extra-filename=-107ab5719b4d383e --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13462025-10-28T06:00:54.777Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4b4732e90995b7fd -C extra-filename=-169265e963591d92 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13472025-10-28T06:00:56.651Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d0710b24adcb2b06 -C extra-filename=-7f5981088411c696 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13482025-10-28T06:00:57.978Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f32db292353d3c83 -C extra-filename=-fb5e69dce2ddc327 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13492025-10-28T06:01:06.153Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1af025d993081f25 -C extra-filename=-7a408f8142843781 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13502025-10-28T06:01:06.321Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0a3e2cb886664957 -C extra-filename=-e7df35e449a11df9 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13512025-10-28T06:01:07.568Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c946a65d62e1fe4d -C extra-filename=-3d502b2914892052 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13522025-10-28T06:01:25.659Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
13532025-10-28T06:01:25.702Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-7a6cff26762eaa85`
13542025-10-28T06:01:25.772Z
13552025-10-28T06:01:25.772Zrunning 108 tests
13562025-10-28T06:01:25.772Ztest api_description::test::test_endpoint_versions_range ... ok
13572025-10-28T06:01:25.772Ztest api_description::test::test_endpoint_versions_matches ... ok
13582025-10-28T06:01:25.772Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13592025-10-28T06:01:25.772Ztest api_description::test::test_badpath4 - should panic ... ok
13602025-10-28T06:01:25.772Ztest api_description::test::test_tag_config_deserialize_old ... ok
13612025-10-28T06:01:25.772Ztest api_description::test::test_tags_need_one ... ok
13622025-10-28T06:01:25.772Ztest api_description::test::test_badpath1 ... ok
13632025-10-28T06:01:25.772Ztest api_description::test::test_badpath3 ... ok
13642025-10-28T06:01:25.772Ztest api_description::test::test_badpath2 ... ok
13652025-10-28T06:01:25.772Ztest api_description::test::test_dup_names ... ok
13662025-10-28T06:01:25.772Ztest api_description::test::test_tags_just_right ... ok
13672025-10-28T06:01:25.772Ztest api_description::test::test_tags_too_many ... ok
13682025-10-28T06:01:25.772Ztest error::test::test_serialize_error_response_body ... ok
13692025-10-28T06:01:25.772Ztest extractor::metadata::test::test_metadata_simple ... ok
13702025-10-28T06:01:25.773Ztest extractor::metadata::test::test_metadata_flattened ... ok
13712025-10-28T06:01:25.773Ztest extractor::metadata::test::test_metadata_pagination ... ok
13722025-10-28T06:01:25.773Ztest from_map::test::test_lone_literal ... ok
13732025-10-28T06:01:25.773Ztest extractor::header::tests::test_header_parsing ... ok
13742025-10-28T06:01:25.773Ztest from_map::test::test_case_insensitive ... ok
13752025-10-28T06:01:25.773Ztest from_map::test::test_deep ... ok
13762025-10-28T06:01:25.773Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13772025-10-28T06:01:25.773Ztest from_map::test::test_missing_data1 ... ok
13782025-10-28T06:01:25.773Ztest from_map::test::test_missing_data2 ... ok
13792025-10-28T06:01:25.773Ztest from_map::test::test_types ... ok
13802025-10-28T06:01:25.773Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13812025-10-28T06:01:25.773Ztest logging::test::test_config_bad_file_no_level ... ok
13822025-10-28T06:01:25.773Ztest logging::test::test_config_bad_file_no_file ... ok
13832025-10-28T06:01:25.773Ztest logging::test::test_config_bad_terminal_bad_level ... ok
13842025-10-28T06:01:25.773Ztest logging::test::test_config_bad_log_mode ... ok
13852025-10-28T06:01:25.773Ztest logging::test::test_config_bad_file_bad_path_type ... ok
13862025-10-28T06:01:25.773Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
13872025-10-28T06:01:25.773Ztest logging::test::test_config_bad_terminal_no_level ... ok
13882025-10-28T06:01:25.773Ztest pagination::test::test_pagination_schema ... ok
13892025-10-28T06:01:25.773Ztest pagination::test::test_results_page ... ok
13902025-10-28T06:01:25.773Ztest extractor::body::tests::test_content_plus_json ... ok
13912025-10-28T06:01:25.773Ztest router::test::test_bad_path_segment3 - should panic ... ok
13922025-10-28T06:01:25.773Ztest pagination::test::test_page_token_serialization ... ok
13932025-10-28T06:01:25.774Ztest router::test::test_bad_path_segment2 - should panic ... ok
13942025-10-28T06:01:25.774Ztest api_description::test::test_tags_set ... ok
13952025-10-28T06:01:25.774Ztest router::test::test_bogus_regex - should panic ... ok
13962025-10-28T06:01:25.774Ztest router::test::test_bad_path_segment1 - should panic ... ok
13972025-10-28T06:01:25.774Znote: configured to log to "/tmp/dropshot-7a6cff26762eaa85.2129.file_dir/log.out"
13982025-10-28T06:01:25.774Ztest pagination::test::test_pagparams_parsing ... ok
13992025-10-28T06:01:25.774Ztest router::test::test_bad_path_segment4 - should panic ... ok
14002025-10-28T06:01:25.774Ztest logging::test::test_config_stderr_terminal ... ok
14012025-10-28T06:01:25.774Ztest router::test::test_duplicate_route1 - should panic ... ok
14022025-10-28T06:01:25.774Ztest router::test::test_duplicate_route2 - should panic ... ok
14032025-10-28T06:01:25.774Ztest router::test::test_duplicate_route3 - should panic ... ok
14042025-10-28T06:01:25.774Ztest router::test::test_duplicate_varname - should panic ... ok
14052025-10-28T06:01:25.774Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14062025-10-28T06:01:25.774Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14072025-10-28T06:01:25.774Ztest router::test::test_embedded_non_variable ... ok
14082025-10-28T06:01:25.774Ztest router::test::test_inconsistent_varname - should panic ... ok
14092025-10-28T06:01:25.774Ztest router::test::test_iter_null ... ok
14102025-10-28T06:01:25.774Ztest router::test::test_error_cases ... ok
14112025-10-28T06:01:25.774Ztest router::test::test_literal_after_regex - should panic ... ok
14122025-10-28T06:01:25.774Ztest router::test::test_iter2 ... ok
14132025-10-28T06:01:25.774Ztest router::test::test_map ... ok
14142025-10-28T06:01:25.774Ztest router::test::test_literal_after_variable - should panic ... ok
14152025-10-28T06:01:25.774Ztest router::test::test_empty_variable ... ok
14162025-10-28T06:01:25.774Ztest router::test::test_iter ... ok
14172025-10-28T06:01:25.774Ztest router::test::test_path_segment ... ok
14182025-10-28T06:01:25.775Ztest router::test::test_more_after_regex - should panic ... ok
14192025-10-28T06:01:25.775Ztest router::test::test_router_versioned ... ok
14202025-10-28T06:01:25.775Ztest router::test::test_map_bad_seq ... ok
14212025-10-28T06:01:25.775Ztest router::test::test_segments ... ok
14222025-10-28T06:01:25.775Ztest router::test::test_variable_name_bad_end - should panic ... ok
14232025-10-28T06:01:25.775Ztest router::test::test_router_basic ... ok
14242025-10-28T06:01:25.775Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14252025-10-28T06:01:25.775Ztest router::test::test_variable_name_bad_start - should panic ... ok
14262025-10-28T06:01:25.775Ztest router::test::test_map_bad_value ... ok
14272025-10-28T06:01:25.775Znote: configured to log to "/tmp/dropshot-7a6cff26762eaa85.2129.file_dir/log.out"
14282025-10-28T06:01:25.775Ztest router::test::test_variable_rename ... ok
14292025-10-28T06:01:25.775Ztest router::test::test_variable_name_empty - should panic ... ok
14302025-10-28T06:01:25.776Ztest router::test::test_variables_glob ... ok
14312025-10-28T06:01:25.776Ztest router::test::test_variable_after_literal - should panic ... ok
14322025-10-28T06:01:25.776Ztest router::test::test_variables_multi ... ok
14332025-10-28T06:01:25.776Ztest router::test::test_variables_basic ... ok
14342025-10-28T06:01:25.776Ztest schema_util::test::test_additional_properties ... ok
14352025-10-28T06:01:25.776Znote: configured to log to "/tmp/dropshot-7a6cff26762eaa85.2129.file_dir/log.out"
14362025-10-28T06:01:25.776Ztest schema_util::test::test_empty_struct ... ok
14372025-10-28T06:01:25.776Ztest schema_util::test::test_embedded_schema ... ok
14382025-10-28T06:01:25.776Ztest schema_util::test::test_extension_conversion ... ok
14392025-10-28T06:01:25.776Ztest logging::test::test_config_file ... ok
14402025-10-28T06:01:25.776Ztest schema_util::test::test_nullable ... ok
14412025-10-28T06:01:25.776Ztest schema_util::test::test_two_types - should panic ... ok
14422025-10-28T06:01:25.776Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14432025-10-28T06:01:25.776Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14442025-10-28T06:01:25.776Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14452025-10-28T06:01:25.776Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14462025-10-28T06:01:25.776Ztest test_util::test::test_bunyan_easy_cases ... ok
14472025-10-28T06:01:25.776Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14482025-10-28T06:01:25.776Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14492025-10-28T06:01:25.802Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14502025-10-28T06:01:25.803Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14512025-10-28T06:01:25.803Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14522025-10-28T06:01:25.803Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14532025-10-28T06:01:25.803Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14542025-10-28T06:01:25.803Ztest to_map::test::test_struct_with_options ... ok
14552025-10-28T06:01:25.803Ztest to_map::test::test_to_map_enum ... ok
14562025-10-28T06:01:25.803Ztest to_map::test::test_to_map_valid ... ok
14572025-10-28T06:01:25.803Ztest to_map::test::test_to_map_seq ... ok
14582025-10-28T06:01:25.803Ztest to_map::test::test_to_map_num ... ok
14592025-10-28T06:01:25.803Ztest to_map::test::test_to_map_vec ... ok
14602025-10-28T06:01:25.803Ztest server::test::test_drop_server_without_close_okay ... ok
14612025-10-28T06:01:25.803Ztest type_util::tests::test_reflexive_type - should panic ... ok
14622025-10-28T06:01:25.803Ztest type_util::tests::test_recursive_type - should panic ... ok
14632025-10-28T06:01:25.803Ztest type_util::tests::test_commented_ref ... ok
14642025-10-28T06:01:25.803Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14652025-10-28T06:01:25.803Ztest server::test::test_server_run_then_close ... ok
14662025-10-28T06:01:25.803Ztest server::test::test_http_acceptor_happy_path ... ok
14672025-10-28T06:01:25.803Z
14682025-10-28T06:01:25.803Ztest result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
14692025-10-28T06:01:25.803Z
14702025-10-28T06:01:25.803Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-2d0609804f127943`
14712025-10-28T06:01:25.803Z
14722025-10-28T06:01:25.804Zrunning 1 test
14732025-10-28T06:01:26.304Z Compiling proc-macro2 v1.0.103
14742025-10-28T06:01:26.304Z Compiling quote v1.0.41
14752025-10-28T06:01:26.304Z Compiling unicode-ident v1.0.12
14762025-10-28T06:01:26.329Z Compiling libc v0.2.177
14772025-10-28T06:01:26.329Z Checking cfg-if v1.0.0
14782025-10-28T06:01:26.329Z Compiling serde_core v1.0.228
14792025-10-28T06:01:26.329Z Checking itoa v1.0.1
14802025-10-28T06:01:26.329Z Checking pin-project-lite v0.2.12
14812025-10-28T06:01:26.424Z Compiling autocfg v1.1.0
14822025-10-28T06:01:26.492Z Compiling shlex v1.3.0
14832025-10-28T06:01:26.542Z Compiling version_check v0.9.5
14842025-10-28T06:01:26.567Z Checking memchr v2.6.0
14852025-10-28T06:01:26.868Z Compiling cc v1.2.16
14862025-10-28T06:01:26.927Z Checking bytes v1.10.1
14872025-10-28T06:01:27.158Z Checking smallvec v1.13.2
14882025-10-28T06:01:27.468Z Checking once_cell v1.20.1
14892025-10-28T06:01:27.564Z Checking futures-core v0.3.31
14902025-10-28T06:01:27.631Z Compiling log v0.4.17
14912025-10-28T06:01:27.762Z Compiling ryu v1.0.5
14922025-10-28T06:01:27.787Z Compiling parking_lot_core v0.9.4
14932025-10-28T06:01:28.023Z Compiling thiserror v2.0.17
14942025-10-28T06:01:28.254Z Checking scopeguard v1.2.0
14952025-10-28T06:01:28.279Z Compiling slab v0.4.9
14962025-10-28T06:01:28.304Z Compiling serde v1.0.228
14972025-10-28T06:01:28.635Z Checking lock_api v0.4.6
14982025-10-28T06:01:28.659Z Checking futures-sink v0.3.31
14992025-10-28T06:01:28.810Z Compiling syn v2.0.108
15002025-10-28T06:01:28.887Z Checking getrandom v0.2.11
15012025-10-28T06:01:28.978Z Checking parking_lot v0.12.1
15022025-10-28T06:01:29.003Z Checking mio v1.0.3
15032025-10-28T06:01:29.071Z Checking socket2 v0.6.0
15042025-10-28T06:01:29.155Z Checking signal-hook-registry v1.4.0
15052025-10-28T06:01:29.179Z Compiling serde_json v1.0.145
15062025-10-28T06:01:29.424Z Checking fnv v1.0.7
15072025-10-28T06:01:29.514Z Checking futures-channel v0.3.31
15082025-10-28T06:01:29.538Z Checking zeroize v1.7.0
15092025-10-28T06:01:29.563Z Checking pin-utils v0.1.0
15102025-10-28T06:01:29.588Z Checking http v1.3.1
15112025-10-28T06:01:29.654Z Checking futures-task v0.3.31
15122025-10-28T06:01:29.775Z Checking rustls-pki-types v1.12.0
15132025-10-28T06:01:29.879Z Checking futures-io v0.3.31
15142025-10-28T06:01:29.933Z Checking stable_deref_trait v1.2.0
15152025-10-28T06:01:30.065Z Compiling httparse v1.10.0
15162025-10-28T06:01:30.310Z Compiling ucd-trie v0.1.6
15172025-10-28T06:01:30.471Z Compiling ring v0.17.13
15182025-10-28T06:01:30.685Z Compiling zerocopy v0.8.27
15192025-10-28T06:01:30.833Z Checking tracing-core v0.1.32
15202025-10-28T06:01:30.858Z Checking untrusted v0.9.0
15212025-10-28T06:01:30.967Z Checking bitflags v2.4.0
15222025-10-28T06:01:31.027Z Checking equivalent v1.0.0
15232025-10-28T06:01:31.148Z Checking hashbrown v0.16.0
15242025-10-28T06:01:31.221Z Checking http-body v1.0.1
15252025-10-28T06:01:31.363Z Checking litemap v0.7.4
15262025-10-28T06:01:31.422Z Compiling vcpkg v0.2.15
15272025-10-28T06:01:31.447Z Checking tracing v0.1.40
15282025-10-28T06:01:31.684Z Compiling typenum v1.14.0
15292025-10-28T06:01:31.742Z Compiling rustversion v1.0.22
15302025-10-28T06:01:32.016Z Checking indexmap v2.12.0
15312025-10-28T06:01:32.146Z Compiling pkg-config v0.3.31
15322025-10-28T06:01:32.494Z Checking atomic-waker v1.1.2
15332025-10-28T06:01:32.653Z Checking percent-encoding v2.3.2
15342025-10-28T06:01:32.678Z Checking writeable v0.5.5
15352025-10-28T06:01:33.071Z Compiling generic-array v0.14.5
15362025-10-28T06:01:33.226Z Checking try-lock v0.2.3
15372025-10-28T06:01:33.250Z Compiling crossbeam-utils v0.8.15
15382025-10-28T06:01:33.367Z Checking want v0.3.0
15392025-10-28T06:01:33.461Z Compiling openssl-sys v0.9.107
15402025-10-28T06:01:33.805Z Compiling unicase v2.6.0
15412025-10-28T06:01:34.157Z Checking icu_locid_transform_data v1.5.0
15422025-10-28T06:01:34.264Z Compiling getrandom v0.3.1
15432025-10-28T06:01:34.342Z Compiling num-conv v0.1.0
15442025-10-28T06:01:34.614Z Checking powerfmt v0.2.0
15452025-10-28T06:01:34.734Z Checking base64 v0.22.1
15462025-10-28T06:01:34.771Z Compiling time-core v0.1.2
15472025-10-28T06:01:34.795Z Checking subtle v2.5.0
15482025-10-28T06:01:34.886Z Checking tower-service v0.3.3
15492025-10-28T06:01:34.961Z Compiling synstructure v0.13.1
15502025-10-28T06:01:35.010Z Checking httpdate v1.0.1
15512025-10-28T06:01:35.035Z Compiling time-macros v0.2.18
15522025-10-28T06:01:35.176Z Checking deranged v0.3.11
15532025-10-28T06:01:35.252Z Compiling slog v2.8.2
15542025-10-28T06:01:36.016Z Checking rustls-webpki v0.102.8
15552025-10-28T06:01:36.290Z Checking icu_properties_data v1.5.0
15562025-10-28T06:01:36.315Z Checking num_threads v0.1.3
15572025-10-28T06:01:36.467Z Compiling num-traits v0.2.14
15582025-10-28T06:01:36.668Z Checking openssl-probe v0.1.4
15592025-10-28T06:01:36.710Z Checking utf16_iter v1.0.5
15602025-10-28T06:01:36.841Z Checking utf8_iter v1.0.4
15612025-10-28T06:01:36.866Z Compiling openssl v0.10.72
15622025-10-28T06:01:36.899Z Checking icu_normalizer_data v1.5.0
15632025-10-28T06:01:37.007Z Checking ipnet v2.10.0
15642025-10-28T06:01:37.040Z Checking foreign-types-shared v0.1.1
15652025-10-28T06:01:37.203Z Compiling usdt-impl v0.6.0
15662025-10-28T06:01:37.323Z Checking write16 v1.0.0
15672025-10-28T06:01:37.372Z Compiling thread-id v5.0.0
15682025-10-28T06:01:37.458Z Checking foreign-types v0.3.2
15692025-10-28T06:01:37.512Z Checking block-buffer v0.10.2
15702025-10-28T06:01:37.566Z Checking crypto-common v0.1.6
15712025-10-28T06:01:37.740Z Checking form_urlencoded v1.2.2
15722025-10-28T06:01:37.877Z Checking time v0.3.36
15732025-10-28T06:01:37.930Z Checking rand_core v0.6.3
15742025-10-28T06:01:37.954Z Checking errno v0.3.10
15752025-10-28T06:01:38.022Z Checking byteorder v1.4.3
15762025-10-28T06:01:38.140Z Compiling native-tls v0.2.12
15772025-10-28T06:01:38.175Z Checking ppv-lite86 v0.2.15
15782025-10-28T06:01:38.216Z Compiling rustls v0.23.13
15792025-10-28T06:01:38.506Z Compiling rustls v0.22.4
15802025-10-28T06:01:38.545Z Checking mime v0.3.16
15812025-10-28T06:01:38.669Z Compiling rustix v1.0.2
15822025-10-28T06:01:38.762Z Checking plain v0.2.3
15832025-10-28T06:01:38.820Z Checking rand_chacha v0.3.1
15842025-10-28T06:01:38.933Z Checking digest v0.10.7
15852025-10-28T06:01:39.178Z Checking pretty-hex v0.4.1
15862025-10-28T06:01:39.203Z Compiling thiserror v1.0.69
15872025-10-28T06:01:39.228Z Checking iana-time-zone v0.1.47
15882025-10-28T06:01:39.253Z Checking cpufeatures v0.2.2
15892025-10-28T06:01:39.353Z Compiling rustix v0.38.44
15902025-10-28T06:01:39.392Z Checking sha1 v0.10.6
15912025-10-28T06:01:39.418Z Compiling mime_guess v2.0.5
15922025-10-28T06:01:39.789Z Checking rand v0.8.4
15932025-10-28T06:01:40.233Z Checking concurrent-queue v2.5.0
15942025-10-28T06:01:40.467Z Compiling serde_derive v1.0.228
15952025-10-28T06:01:40.519Z Compiling thiserror-impl v2.0.17
15962025-10-28T06:01:40.550Z Compiling tokio-macros v2.6.0
15972025-10-28T06:01:40.864Z Compiling zerofrom-derive v0.1.5
15982025-10-28T06:01:40.889Z Compiling futures-macro v0.3.31
15992025-10-28T06:01:42.490Z Checking tokio v1.48.0
16002025-10-28T06:01:42.993Z Compiling yoke-derive v0.7.5
16012025-10-28T06:01:43.079Z Checking futures-util v0.3.31
16022025-10-28T06:01:43.709Z Compiling zerovec-derive v0.10.3
16032025-10-28T06:01:43.846Z Compiling displaydoc v0.2.5
16042025-10-28T06:01:44.272Z Compiling pest v2.8.1
16052025-10-28T06:01:44.954Z Checking zerofrom v0.1.5
16062025-10-28T06:01:45.183Z Compiling zerocopy-derive v0.8.27
16072025-10-28T06:01:45.839Z Compiling icu_provider_macros v1.5.0
16082025-10-28T06:01:46.253Z Checking yoke v0.7.5
16092025-10-28T06:01:46.517Z Compiling pest_meta v2.8.1
16102025-10-28T06:01:46.592Z Checking zerovec v0.10.4
16112025-10-28T06:01:46.980Z Compiling scroll_derive v0.13.1
16122025-10-28T06:01:47.048Z Compiling openssl-macros v0.1.1
16132025-10-28T06:01:48.081Z Checking tinystr v0.7.6
16142025-10-28T06:01:48.159Z Compiling pest_generator v2.8.1
16152025-10-28T06:01:48.409Z Checking icu_locid v1.5.0
16162025-10-28T06:01:48.669Z Checking icu_collections v1.5.0
16172025-10-28T06:01:48.746Z Checking tokio-util v0.7.7
16182025-10-28T06:01:49.156Z Checking erased-serde v0.3.31
16192025-10-28T06:01:49.288Z Checking icu_provider v1.5.0
16202025-10-28T06:01:49.494Z Checking h2 v0.4.6
16212025-10-28T06:01:49.588Z Compiling serde_tokenstream v0.2.2
16222025-10-28T06:01:49.666Z Checking scroll v0.13.0
16232025-10-28T06:01:49.886Z Checking icu_locid_transform v1.5.0
16242025-10-28T06:01:50.117Z Checking goblin v0.10.1
16252025-10-28T06:01:50.603Z Checking chrono v0.4.42
16262025-10-28T06:01:50.846Z Checking icu_properties v1.5.1
16272025-10-28T06:01:50.974Z Compiling pest_derive v2.8.1
16282025-10-28T06:01:52.340Z Compiling dtrace-parser v0.3.0
16292025-10-28T06:01:52.693Z Compiling dof v0.4.0
16302025-10-28T06:01:52.805Z Compiling thiserror-impl v1.0.69
16312025-10-28T06:01:52.859Z Compiling serde_derive_internals v0.29.0
16322025-10-28T06:01:53.270Z Checking hyper v1.7.0
16332025-10-28T06:01:53.863Z Checking icu_normalizer v1.5.0
16342025-10-28T06:01:54.431Z Checking http-body-util v0.1.3
16352025-10-28T06:01:54.593Z Checking idna_adapter v1.2.0
16362025-10-28T06:01:54.799Z Checking idna v1.0.3
16372025-10-28T06:01:54.842Z Checking rustls-pemfile v2.2.0
16382025-10-28T06:01:55.079Z Checking sync_wrapper v1.0.1
16392025-10-28T06:01:55.103Z Checking hyper-util v0.1.17
16402025-10-28T06:01:55.192Z Checking thread_local v1.1.4
16412025-10-28T06:01:55.246Z Compiling multer v3.1.0
16422025-10-28T06:01:55.273Z Checking encoding_rs v0.8.32
16432025-10-28T06:01:55.362Z Compiling schemars v0.8.22
16442025-10-28T06:01:55.387Z Checking winnow v0.7.13
16452025-10-28T06:01:55.493Z Checking tower-layer v0.3.3
16462025-10-28T06:01:55.616Z Checking fastrand v2.1.1
16472025-10-28T06:01:55.758Z Checking match_cfg v0.1.0
16482025-10-28T06:01:55.782Z Compiling slog-async v2.8.0
16492025-10-28T06:01:55.868Z Compiling paste v1.0.15
16502025-10-28T06:01:55.943Z Compiling camino v1.2.1
16512025-10-28T06:01:56.103Z Checking parking v2.2.0
16522025-10-28T06:01:56.292Z Checking event-listener v5.0.0
16532025-10-28T06:01:56.511Z Checking tempfile v3.23.0
16542025-10-28T06:01:56.605Z Checking hostname v0.3.1
16552025-10-28T06:01:56.686Z Checking tower v0.5.2
16562025-10-28T06:01:56.756Z Compiling usdt-attr-macro v0.6.0
16572025-10-28T06:01:56.787Z Compiling usdt-macro v0.6.0
16582025-10-28T06:01:56.864Z Compiling schemars_derive v0.8.22
16592025-10-28T06:01:56.932Z Checking url v2.5.4
16602025-10-28T06:01:57.055Z Checking tokio-native-tls v0.3.1
16612025-10-28T06:01:57.333Z Checking slog-json v2.6.1
16622025-10-28T06:01:57.472Z Checking tokio-rustls v0.25.0
16632025-10-28T06:01:57.496Z Checking tokio-rustls v0.26.0
16642025-10-28T06:01:57.605Z Checking serde_urlencoded v0.7.1
16652025-10-28T06:01:57.726Z Checking uuid v1.18.1
16662025-10-28T06:01:57.782Z Checking toml_parser v1.0.4
16672025-10-28T06:01:57.807Z Checking futures-executor v0.3.31
16682025-10-28T06:01:57.867Z Compiling async-stream-impl v0.3.6
16692025-10-28T06:01:58.037Z Checking crossbeam-channel v0.5.1
16702025-10-28T06:01:58.280Z Checking toml_datetime v0.7.3
16712025-10-28T06:01:58.427Z Checking serde_spanned v1.0.3
16722025-10-28T06:01:58.640Z Checking webpki-roots v0.26.5
16732025-10-28T06:01:58.665Z Checking is-terminal v0.4.12
16742025-10-28T06:01:58.666Z Checking memmap2 v0.9.8
16752025-10-28T06:01:58.761Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
16762025-10-28T06:01:58.802Z Checking lazy_static v1.5.0
16772025-10-28T06:01:58.832Z Compiling semver v1.0.27
16782025-10-28T06:01:58.857Z Checking take_mut v0.2.2
16792025-10-28T06:01:58.949Z Checking unicode-width v0.1.9
16802025-10-28T06:01:58.974Z Compiling heck v0.5.0
16812025-10-28T06:01:59.019Z Checking dyn-clone v1.0.4
16822025-10-28T06:01:59.122Z Checking iri-string v0.7.8
16832025-10-28T06:01:59.146Z Checking term v1.1.0
16842025-10-28T06:01:59.171Z Checking toml_writer v1.0.4
16852025-10-28T06:01:59.269Z Checking data-encoding v2.4.0
16862025-10-28T06:01:59.497Z Checking unicode-segmentation v1.10.0
16872025-10-28T06:01:59.521Z Compiling anyhow v1.0.100
16882025-10-28T06:01:59.521Z Checking spin v0.9.8
16892025-10-28T06:01:59.549Z Checking utf-8 v0.7.6
16902025-10-28T06:01:59.574Z Checking slog-term v2.9.2
16912025-10-28T06:01:59.773Z Checking async-stream v0.3.6
16922025-10-28T06:01:59.798Z Checking tungstenite v0.24.0
16932025-10-28T06:01:59.980Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
16942025-10-28T06:02:00.023Z Checking newline-converter v0.3.0
16952025-10-28T06:02:00.061Z Checking toml v0.9.8
16962025-10-28T06:02:00.091Z Checking atomicwrites v0.4.4
16972025-10-28T06:02:00.249Z Checking console v0.15.7
16982025-10-28T06:02:00.522Z Checking usdt v0.6.0
16992025-10-28T06:02:00.567Z Checking hyper-rustls v0.27.3
17002025-10-28T06:02:00.592Z Checking futures v0.3.31
17012025-10-28T06:02:00.748Z Checking slog-bunyan v2.5.0
17022025-10-28T06:02:00.783Z Checking hyper-tls v0.6.0
17032025-10-28T06:02:00.871Z Checking event-listener-strategy v0.5.4
17042025-10-28T06:02:01.081Z Checking rustls-native-certs v0.7.0
17052025-10-28T06:02:01.238Z Checking openapiv3 v2.2.0
17062025-10-28T06:02:01.262Z Compiling async-trait v0.1.89
17072025-10-28T06:02:01.292Z Checking yasna v0.5.2
17082025-10-28T06:02:01.420Z Checking tower-http v0.6.5
17092025-10-28T06:02:01.445Z Checking pem v3.0.6
17102025-10-28T06:02:01.698Z Checking waitgroup v0.1.2
17112025-10-28T06:02:01.740Z Checking serde_path_to_error v0.1.20
17122025-10-28T06:02:01.846Z Checking webpki-roots v1.0.0
17132025-10-28T06:02:01.928Z Checking hostname v0.4.0
17142025-10-28T06:02:02.030Z Checking similar v2.2.1
17152025-10-28T06:02:02.054Z Checking http-range v0.1.4
17162025-10-28T06:02:02.082Z Checking debug-ignore v1.0.5
17172025-10-28T06:02:02.302Z Checking simple-mermaid v0.2.0
17182025-10-28T06:02:02.327Z Checking hyper-staticfile v0.10.1
17192025-10-28T06:02:02.355Z Checking reqwest v0.12.24
17202025-10-28T06:02:02.404Z Checking rcgen v0.14.5
17212025-10-28T06:02:02.602Z Checking hyper-rustls v0.26.0
17222025-10-28T06:02:02.716Z Checking expectorate v1.2.0
17232025-10-28T06:02:02.786Z Checking async-channel v2.5.0
17242025-10-28T06:02:02.903Z Checking tokio-tungstenite v0.24.0
17252025-10-28T06:02:03.108Z Checking subprocess v0.2.9
17262025-10-28T06:02:03.179Z Checking buf-list v1.1.2
17272025-10-28T06:02:07.738Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17282025-10-28T06:02:07.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.05s
17292025-10-28T06:02:08.225Z
17302025-10-28T06:02:08.226Z
17312025-10-28T06:02:19.788Ztest tests/fail/bad_channel10.rs ... ok
17322025-10-28T06:02:19.789Ztest tests/fail/bad_channel11.rs ... ok
17332025-10-28T06:02:19.789Ztest tests/fail/bad_channel12.rs ... ok
17342025-10-28T06:02:19.789Ztest tests/fail/bad_channel13.rs ... ok
17352025-10-28T06:02:19.789Ztest tests/fail/bad_channel14.rs ... ok
17362025-10-28T06:02:19.789Ztest tests/fail/bad_channel15.rs ... ok
17372025-10-28T06:02:19.857Ztest tests/fail/bad_channel17.rs ... ok
17382025-10-28T06:02:19.858Ztest tests/fail/bad_channel18.rs ... ok
17392025-10-28T06:02:19.858Ztest tests/fail/bad_channel19.rs ... ok
17402025-10-28T06:02:19.858Ztest tests/fail/bad_channel1a.rs ... ok
17412025-10-28T06:02:19.858Ztest tests/fail/bad_channel1b.rs ... ok
17422025-10-28T06:02:19.858Ztest tests/fail/bad_channel2.rs ... ok
17432025-10-28T06:02:19.858Ztest tests/fail/bad_channel20.rs ... ok
17442025-10-28T06:02:19.858Ztest tests/fail/bad_channel21.rs ... ok
17452025-10-28T06:02:19.858Ztest tests/fail/bad_channel22.rs ... ok
17462025-10-28T06:02:19.858Ztest tests/fail/bad_channel23.rs ... ok
17472025-10-28T06:02:19.858Ztest tests/fail/bad_channel24.rs ... ok
17482025-10-28T06:02:19.858Ztest tests/fail/bad_channel25.rs ... ok
17492025-10-28T06:02:19.859Ztest tests/fail/bad_channel26.rs ... ok
17502025-10-28T06:02:19.859Ztest tests/fail/bad_channel27.rs ... ok
17512025-10-28T06:02:19.859Ztest tests/fail/bad_channel28.rs ... ok
17522025-10-28T06:02:19.859Ztest tests/fail/bad_channel3.rs ... ok
17532025-10-28T06:02:19.859Ztest tests/fail/bad_channel4.rs ... ok
17542025-10-28T06:02:19.859Ztest tests/fail/bad_channel5.rs ... ok
17552025-10-28T06:02:19.859Ztest tests/fail/bad_channel6.rs ... ok
17562025-10-28T06:02:19.859Ztest tests/fail/bad_channel8.rs ... ok
17572025-10-28T06:02:19.859Ztest tests/fail/bad_channel9.rs ... ok
17582025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint1.rs ... ok
17592025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint10.rs ... ok
17602025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint11.rs ... ok
17612025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint12.rs ... ok
17622025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint13.rs ... ok
17632025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint14.rs ... ok
17642025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint15.rs ... ok
17652025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint16.rs ... ok
17662025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint17.rs ... ok
17672025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint18.rs ... ok
17682025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint19.rs ... ok
17692025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint2.rs ... ok
17702025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint20.rs ... ok
17712025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint21.rs ... ok
17722025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint22.rs ... ok
17732025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint23.rs ... ok
17742025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint24.rs ... ok
17752025-10-28T06:02:19.859Ztest tests/fail/bad_endpoint25.rs ... ok
17762025-10-28T06:02:19.860Ztest tests/fail/bad_endpoint26.rs ... ok
17772025-10-28T06:02:19.860Ztest tests/fail/bad_endpoint27.rs ... ok
17782025-10-28T06:02:19.860Ztest tests/fail/bad_endpoint28.rs ... ok
17792025-10-28T06:02:19.860Ztest tests/fail/bad_endpoint3.rs ... ok
17802025-10-28T06:02:19.860Ztest tests/fail/bad_endpoint4.rs ... ok
17812025-10-28T06:02:19.860Ztest tests/fail/bad_endpoint5.rs ... ok
17822025-10-28T06:02:19.860Ztest tests/fail/bad_endpoint6.rs ... ok
17832025-10-28T06:02:19.860Ztest tests/fail/bad_endpoint7.rs ... ok
17842025-10-28T06:02:19.860Ztest tests/fail/bad_endpoint8.rs ... ok
17852025-10-28T06:02:19.860Ztest tests/fail/bad_endpoint9.rs ... ok
17862025-10-28T06:02:19.860Ztest tests/fail/bad_trait_channel10.rs ... ok
17872025-10-28T06:02:19.860Ztest tests/fail/bad_trait_channel11.rs ... ok
17882025-10-28T06:02:19.860Ztest tests/fail/bad_trait_channel12.rs ... ok
17892025-10-28T06:02:19.860Ztest tests/fail/bad_trait_channel13.rs ... ok
17902025-10-28T06:02:19.860Ztest tests/fail/bad_trait_channel14.rs ... ok
17912025-10-28T06:02:19.860Ztest tests/fail/bad_trait_channel15.rs ... ok
17922025-10-28T06:02:19.860Ztest tests/fail/bad_trait_channel17.rs ... ok
17932025-10-28T06:02:19.860Ztest tests/fail/bad_trait_channel18.rs ... ok
17942025-10-28T06:02:19.860Ztest tests/fail/bad_trait_channel19.rs ... ok
17952025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel1a.rs ... ok
17962025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel1b.rs ... ok
17972025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel2.rs ... ok
17982025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel20.rs ... ok
17992025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel21.rs ... ok
18002025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel22.rs ... ok
18012025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel23.rs ... ok
18022025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel24.rs ... ok
18032025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel25.rs ... ok
18042025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel26.rs ... ok
18052025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel28.rs ... ok
18062025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel3.rs ... ok
18072025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel4.rs ... ok
18082025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel5.rs ... ok
18092025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel6.rs ... ok
18102025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel8.rs ... ok
18112025-10-28T06:02:19.861Ztest tests/fail/bad_trait_channel9.rs ... ok
18122025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18132025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18142025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18152025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18162025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18172025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18182025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18192025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18202025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18212025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18222025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18232025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18242025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18252025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18262025-10-28T06:02:19.861Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18272025-10-28T06:02:19.862Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18282025-10-28T06:02:19.862Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18292025-10-28T06:02:19.862Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18302025-10-28T06:02:19.862Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18312025-10-28T06:02:19.862Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18322025-10-28T06:02:19.862Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18332025-10-28T06:02:19.862Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18342025-10-28T06:02:19.862Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18352025-10-28T06:02:19.862Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18362025-10-28T06:02:19.862Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18372025-10-28T06:02:19.887Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18382025-10-28T06:02:19.888Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18392025-10-28T06:02:19.888Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18402025-10-28T06:02:19.888Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18412025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only1.rs ... ok
18422025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only10.rs ... ok
18432025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only11.rs ... ok
18442025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only12.rs ... ok
18452025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only13.rs ... ok
18462025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only14.rs ... ok
18472025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only15.rs ... ok
18482025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only16.rs ... ok
18492025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only17.rs ... ok
18502025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only18.rs ... ok
18512025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only19.rs ... ok
18522025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only2.rs ... ok
18532025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only20.rs ... ok
18542025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only21.rs ... ok
18552025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only22.rs ... ok
18562025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only3.rs ... ok
18572025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only4.rs ... ok
18582025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only5.rs ... ok
18592025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only6.rs ... ok
18602025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only7.rs ... ok
18612025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only8.rs ... ok
18622025-10-28T06:02:19.888Ztest tests/fail/bad_trait_only9.rs ... ok
18632025-10-28T06:02:19.888Ztest tests/fail/bad_version_backwards.rs ... ok
18642025-10-28T06:02:19.888Ztest tests/fail/unused_endpoint.rs ... ok
18652025-10-28T06:02:19.888Z
18662025-10-28T06:02:19.888Z
18672025-10-28T06:02:19.888Ztest fail ... ok
18682025-10-28T06:02:19.888Z
18692025-10-28T06:02:19.888Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 54.06s
18702025-10-28T06:02:19.888Z
18712025-10-28T06:02:19.888Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-5d09eb8d3aaa4ebd`
18722025-10-28T06:02:19.888Z
18732025-10-28T06:02:19.888Zrunning 82 tests
18742025-10-28T06:02:19.888Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18752025-10-28T06:02:19.888Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18762025-10-28T06:02:19.888Ztest api_trait::test_api_trait_with_complex_tags ... ok
18772025-10-28T06:02:19.889Ztest config::test_config_bad_bind_address_port_too_large ... ok
18782025-10-28T06:02:19.889Ztest config::test_config_bad_bind_address_garbage ... ok
18792025-10-28T06:02:19.889Ztest config::test_config_bad_bind_address_port_too_small ... ok
18802025-10-28T06:02:19.889Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18812025-10-28T06:02:19.889Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
18822025-10-28T06:02:19.889Ztest config::test_config_deprecated_request_body_max_bytes ... ok
18832025-10-28T06:02:19.889Ztest config::test_valid_config_all_settings ... ok
18842025-10-28T06:02:19.889Ztest config::test_valid_config_basic ... ok
18852025-10-28T06:02:19.889Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-config_handler_task_mode_cancel.3005.5.log"
18862025-10-28T06:02:19.889Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-config_bind_address_https.3005.1.log"
18872025-10-28T06:02:19.889Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-config_bind_address_http.3005.6.log"
18882025-10-28T06:02:19.889Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_unversioned_servers_with_versioned_routes.3005.4.log"
18892025-10-28T06:02:19.889Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-config_handler_task_mode_detached.3005.2.log"
18902025-10-28T06:02:19.890Ztest config::test_valid_config_empty ... ok
18912025-10-28T06:02:19.890Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-api_trait_basic.3005.0.log"
18922025-10-28T06:02:19.890Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-config_bind_address_https_buffer.3005.3.log"
18932025-10-28T06:02:19.890Ztest config::test_unversioned_servers_with_versioned_routes ... ok
18942025-10-28T06:02:19.890Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_enum_extractor_error.3005.7.log"
18952025-10-28T06:02:19.890Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_enum_user_error.3005.8.log"
18962025-10-28T06:02:19.890Ztest config::test_config_handler_task_mode_cancel ... ok
18972025-10-28T06:02:19.890Ztest config::test_config_handler_task_mode_detached ... ok
18982025-10-28T06:02:19.890Ztest custom_errors::test_enum_user_error ... ok
18992025-10-28T06:02:19.890Ztest custom_errors::test_enum_extractor_error ... ok
19002025-10-28T06:02:19.891Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_struct_extractor_error.3005.9.log"
19012025-10-28T06:02:19.891Ztest custom_errors::test_trait_based_api ... ok
19022025-10-28T06:02:19.891Ztest api_trait::test_api_trait_basic ... ok
19032025-10-28T06:02:19.891Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_struct_user_error.3005.10.log"
19042025-10-28T06:02:19.891Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_trait_struct_user_error.3005.11.log"
19052025-10-28T06:02:19.891Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_trait_enum_user_error.3005.12.log"
19062025-10-28T06:02:19.891Ztest config::test_config_bind_address_http ... ok
19072025-10-28T06:02:19.891Ztest custom_errors::test_struct_extractor_error ... ok
19082025-10-28T06:02:19.891Ztest custom_errors::test_struct_user_error ... ok
19092025-10-28T06:02:19.891Ztest custom_errors::test_trait_enum_user_error ... ok
19102025-10-28T06:02:19.891Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_302_bogus.3005.13.log"
19112025-10-28T06:02:19.891Ztest custom_errors::test_trait_struct_user_error ... ok
19122025-10-28T06:02:19.891Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_303_see_other.3005.14.log"
19132025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_307_temporary_redirect.3005.15.log"
19142025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_302_found.3005.16.log"
19152025-10-28T06:02:19.892Ztest demo::test_302_bogus ... ok
19162025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_delete_request.3005.17.log"
19172025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-demo1.3005.18.log"
19182025-10-28T06:02:19.892Ztest demo::test_303_see_other ... ok
19192025-10-28T06:02:19.892Ztest demo::test_302_found ... ok
19202025-10-28T06:02:19.892Ztest demo::test_delete_request ... ok
19212025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-demo2json.3005.19.log"
19222025-10-28T06:02:19.892Ztest demo::test_307_temporary_redirect ... ok
19232025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-demo2query.3005.20.log"
19242025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-demo2urlencoded.3005.21.log"
19252025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-demo3json.3005.22.log"
19262025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-demo_path_param_string.3005.23.log"
19272025-10-28T06:02:19.892Ztest demo::test_demo1 ... ok
19282025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-demo_path_param_u32.3005.24.log"
19292025-10-28T06:02:19.892Ztest demo::test_demo3json ... ok
19302025-10-28T06:02:19.892Ztest demo::test_demo2query ... ok
19312025-10-28T06:02:19.892Ztest demo::test_demo2json ... ok
19322025-10-28T06:02:19.892Ztest demo::test_demo2urlencoded ... ok
19332025-10-28T06:02:19.892Ztest demo::test_demo_path_param_u32 ... ok
19342025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-demo_path_param_uuid.3005.25.log"
19352025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_head_request.3005.27.log"
19362025-10-28T06:02:19.892Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-demo_websocket.3005.26.log"
19372025-10-28T06:02:19.918Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_header_request.3005.28.log"
19382025-10-28T06:02:19.918Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_large_typed_body.3005.29.log"
19392025-10-28T06:02:19.918Ztest demo::test_demo_path_param_string ... ok
19402025-10-28T06:02:19.918Ztest demo::test_demo_path_param_uuid ... ok
19412025-10-28T06:02:19.918Ztest demo::test_head_request ... ok
19422025-10-28T06:02:19.918Ztest demo::test_header_request ... ok
19432025-10-28T06:02:19.918Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_request_compat.3005.30.log"
19442025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_request_remote_addr.3005.31.log"
19452025-10-28T06:02:19.919Ztest demo::test_demo_websocket ... ok
19462025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-tet_raw_request.3005.32.log"
19472025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_streaming_body.3005.33.log"
19482025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_untyped_body.3005.34.log"
19492025-10-28T06:02:19.919Ztest demo::test_large_typed_body ... ok
19502025-10-28T06:02:19.919Ztest demo::test_request_remote_addr ... ok
19512025-10-28T06:02:19.919Ztest demo::test_request_compat ... ok
19522025-10-28T06:02:19.919Ztest demo::test_raw_request ... ok
19532025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-graceful_shutdown_with_detached_handler.3005.35.log"
19542025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-multipart_client.3005.37.log"
19552025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-multipart_client.3005.36.log"
19562025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-multipart_client.3005.38.log"
19572025-10-28T06:02:19.919Ztest multipart::missing_boundary ... ok
19582025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-multipart_client.3005.39.log"
19592025-10-28T06:02:19.919Ztest multipart::test_multipart_client ... ok
19602025-10-28T06:02:19.919Ztest multipart::no_content_type ... ok
19612025-10-28T06:02:19.919Ztest demo::test_streaming_body ... ok
19622025-10-28T06:02:19.919Ztest demo::test_untyped_body ... ok
19632025-10-28T06:02:19.919Ztest config::test_config_bind_address_https_buffer ... ok
19642025-10-28T06:02:19.919Ztest multipart::weird_content_type ... ok
19652025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-pagination-multiple-resources.3005.41.log"
19662025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-pagination-basic.3005.40.log"
19672025-10-28T06:02:19.919Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19682025-10-28T06:02:19.919Ztest openapi::test_openapi_custom_error_types ... ok
19692025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-pagination-multiple-sorts.3005.42.log"
19702025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-basic.3005.43.log"
19712025-10-28T06:02:19.919Ztest openapi::test_openapi_fuller ... ok
19722025-10-28T06:02:19.919Ztest openapi::test_openapi ... ok
19732025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-dictionary.3005.44.log"
19742025-10-28T06:02:19.919Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-empty.3005.45.log"
19752025-10-28T06:02:19.919Ztest pagination::test_paginate_empty ... ok
19762025-10-28T06:02:19.920Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-errors.3005.46.log"
19772025-10-28T06:02:19.920Ztest pagination::test_paginate_errors ... ok
19782025-10-28T06:02:19.920Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-extra_params.3005.47.log"
19792025-10-28T06:02:19.920Ztest pagination::test_paginate_extra_params ... ok
19802025-10-28T06:02:19.920Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-required_params.3005.48.log"
19812025-10-28T06:02:19.945Ztest pagination::test_paginate_with_required_params ... ok
19822025-10-28T06:02:19.945Ztest pagination_schema::test_pagination_schema ... ok
19832025-10-28T06:02:19.945Ztest path_names::test_path_names ... ok
19842025-10-28T06:02:19.945Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_no_tls.3005.49.log"
19852025-10-28T06:02:19.945Ztest starter::test_no_tls ... ok
19862025-10-28T06:02:19.945Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_with_tls.3005.50.log"
19872025-10-28T06:02:19.969Ztest pagination::test_paginate_basic ... ok
19882025-10-28T06:02:19.969Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-non_streaming_servers_do_not_use_transfer_encoding.3005.51.log"
19892025-10-28T06:02:19.969Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
19902025-10-28T06:02:19.969Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-streaming_server_buffered_client.3005.52.log"
19912025-10-28T06:02:19.994Ztest streaming::test_streaming_server_buffered_client ... ok
19922025-10-28T06:02:19.994Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-streaming_server_streaming_client.3005.53.log"
19932025-10-28T06:02:20.019Ztest streaming::test_streaming_server_streaming_client ... ok
19942025-10-28T06:02:20.019Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_server_is_http.3005.54.log"
19952025-10-28T06:02:20.019Ztest tls::test_server_is_http ... ok
19962025-10-28T06:02:20.019Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_server_is_https.3005.55.log"
19972025-10-28T06:02:20.257Ztest starter::test_with_tls ... ok
19982025-10-28T06:02:20.282Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_tls_aborted_negotiation.3005.56.log"
19992025-10-28T06:02:20.332Ztest tls::test_server_is_https ... ok
20002025-10-28T06:02:20.357Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_tls_certificate_loading.3005.57.log"
20012025-10-28T06:02:20.643Ztest tls::test_tls_certificate_loading ... ok
20022025-10-28T06:02:20.667Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_tls_only.3005.58.log"
20032025-10-28T06:02:20.872Ztest tls::test_tls_aborted_negotiation ... ok
20042025-10-28T06:02:20.896Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_tls_refresh_certificates.3005.59.log"
20052025-10-28T06:02:20.929Ztest tls::test_tls_refresh_certificates ... ok
20062025-10-28T06:02:20.954Znote: configured to log to "/tmp/integration_tests-5d09eb8d3aaa4ebd-test_versions.3005.60.log"
20072025-10-28T06:02:20.979Ztest tls::test_tls_only ... ok
20082025-10-28T06:02:20.979Ztest versions::test_versions_openapi ... ok
20092025-10-28T06:02:20.979Ztest versions::test_versions_openapi_same_names ... ok
20102025-10-28T06:02:21.003Ztest versions::test_versions ... ok
20112025-10-28T06:02:21.028Ztest config::test_config_bind_address_https ... ok
20122025-10-28T06:02:21.174Ztest pagination::test_example_basic ... ok
20132025-10-28T06:02:21.400Ztest pagination::test_paginate_dictionary ... ok
20142025-10-28T06:02:21.860Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20152025-10-28T06:02:24.582Ztest pagination::test_example_multiple_sorts ... ok
20162025-10-28T06:02:25.074Ztest pagination::test_example_multiple_resources ... ok
20172025-10-28T06:02:25.074Z
20182025-10-28T06:02:25.074Ztest result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.26s
20192025-10-28T06:02:25.074Z
20202025-10-28T06:02:25.098Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-30b71699d397c2f5`
20212025-10-28T06:02:25.098Z
20222025-10-28T06:02:25.098Zrunning 35 tests
20232025-10-28T06:02:25.145Ztest channel::tests::test_channel_operation_id ... ok
20242025-10-28T06:02:25.145Ztest channel::tests::test_channel_with_versions ... ok
20252025-10-28T06:02:25.145Ztest channel::tests::test_channel_with_unnamed_params ... ok
20262025-10-28T06:02:25.145Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20272025-10-28T06:02:25.145Ztest endpoint::tests::test_endpoint_bad_string ... ok
20282025-10-28T06:02:25.145Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20292025-10-28T06:02:25.145Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20302025-10-28T06:02:25.146Ztest doc::tests::test_extract_summary_description ... ok
20312025-10-28T06:02:25.146Ztest channel::tests::test_channel_with_custom_params ... ok
20322025-10-28T06:02:25.146Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20332025-10-28T06:02:25.146Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20342025-10-28T06:02:25.146Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20352025-10-28T06:02:25.146Ztest endpoint::tests::test_endpoint_not_async ... ok
20362025-10-28T06:02:25.146Ztest endpoint::tests::test_endpoint_basic ... ok
20372025-10-28T06:02:25.146Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20382025-10-28T06:02:25.146Ztest api_trait::tests::test_api_trait_operation_id ... ok
20392025-10-28T06:02:25.146Ztest api_trait::tests::test_api_trait_basic ... ok
20402025-10-28T06:02:25.146Ztest endpoint::tests::test_endpoint_content_type ... ok
20412025-10-28T06:02:25.146Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20422025-10-28T06:02:25.146Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20432025-10-28T06:02:25.146Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20442025-10-28T06:02:25.146Ztest endpoint::tests::test_endpoint_with_doc ... ok
20452025-10-28T06:02:25.147Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20462025-10-28T06:02:25.147Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20472025-10-28T06:02:25.147Ztest endpoint::tests::test_endpoint_with_query ... ok
20482025-10-28T06:02:25.147Ztest endpoint::tests::test_endpoint_with_tags ... ok
20492025-10-28T06:02:25.147Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20502025-10-28T06:02:25.147Ztest params::tests::test_extract_rqctx_ty_param ... ok
20512025-10-28T06:02:25.147Ztest syn_parsing::tests::test_busted_function ... ok
20522025-10-28T06:02:25.147Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20532025-10-28T06:02:25.147Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20542025-10-28T06:02:25.148Ztest endpoint::tests::test_operation_id ... ok
20552025-10-28T06:02:25.148Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20562025-10-28T06:02:25.148Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20572025-10-28T06:02:25.148Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20582025-10-28T06:02:25.148Z
20592025-10-28T06:02:25.148Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
20602025-10-28T06:02:25.148Z
20612025-10-28T06:02:25.148Z Doc-tests dropshot
20622025-10-28T06:02:25.148Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4ba8121d1aa970bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2d2e41429289c37c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-585fe29340da94d4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fe21f63ea0b45282.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-0edb0e7120f44036.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c4cd114c0e852681.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-cfc894aa81445219.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f7917ba3528a9130.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-26efb8baa0a9ec08.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1084875e0f660975.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f96cba90f6aa3ca6.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0f23ce94c93f2a1c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-896ec08e71d0130d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2f0a978337de7f82.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ed96c0e935877f39.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3f14052b468b142c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7d7f41563e14bedd.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9b1c6069867a5a64.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6b49f03ac24453d0.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5b9c3ee5b7621f2e.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f03764fd9588c578.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a301e612f3ee7b5c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc4d9a1b7268d816.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-71963ccce359e506.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d2b00859d54c4855.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-51b3a0685c9f0609.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2e648b90b3e31814.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-da4d99c81c3ab01f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-4894de0145590d3f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-30472948532c4132.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7cbb77d1a8a1509b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-4eafd24fce798674.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-457f64c3cde3d0ca.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fe1fbc52c941b536.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-a44e100cd464a63b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-db69ea120bd3f0e8.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-ce234e4d4fafea3f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b2d2290e32cd54c6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.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`
20632025-10-28T06:02:25.771Z
20642025-10-28T06:02:25.771Zrunning 23 tests
20652025-10-28T06:02:27.773Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20662025-10-28T06:02:27.773Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20672025-10-28T06:02:27.773Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20682025-10-28T06:02:27.832Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20692025-10-28T06:02:32.361Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20702025-10-28T06:02:32.361Ztest dropshot/src/lib.rs - (line 334) ... ignored
20712025-10-28T06:02:32.386Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
20722025-10-28T06:02:32.632Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20732025-10-28T06:02:32.662Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 374) ... ok
20742025-10-28T06:02:32.701Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 349) ... ok
20752025-10-28T06:02:32.741Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
20762025-10-28T06:02:32.797Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20772025-10-28T06:02:32.797Ztest dropshot/src/lib.rs - channel (line 1181) ... ignored
20782025-10-28T06:02:32.797Ztest dropshot/src/lib.rs - endpoint (line 1226) ... ignored
20792025-10-28T06:02:34.328Ztest dropshot/src/lib.rs - (line 398) ... ok
20802025-10-28T06:02:34.601Ztest dropshot/src/lib.rs - api_description (line 1046) ... ok
20812025-10-28T06:02:34.671Ztest dropshot/src/lib.rs - api_description (line 1107) ... ok
20822025-10-28T06:02:34.781Ztest dropshot/src/lib.rs - (line 661) ... ok
20832025-10-28T06:02:34.932Ztest dropshot/src/lib.rs - (line 110) ... ok
20842025-10-28T06:02:35.300Ztest dropshot/src/lib.rs - (line 189) ... ok
20852025-10-28T06:02:36.236Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
20862025-10-28T06:02:38.665Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
20872025-10-28T06:02:40.676Ztest dropshot/src/lib.rs - (line 497) ... ok
20882025-10-28T06:02:40.676Z
20892025-10-28T06:02:40.676Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 14.91s
20902025-10-28T06:02:40.676Z
20912025-10-28T06:02:40.715Z Doc-tests dropshot_endpoint
20922025-10-28T06:02:40.716Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/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-dd44654321d8a0e0.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-419d8850e308f325.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-2b087a3cf3ccd23c.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-0fff08103eef991b.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a636968c551a9b04.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2588375163412b4d.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-87afa8ac8a99f414.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-0077c98fc713fbaf.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d81eb477867a02f1.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9f145fd6e410e945.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
20932025-10-28T06:02:41.001Z
20942025-10-28T06:02:41.001Zrunning 0 tests
20952025-10-28T06:02:41.001Z
20962025-10-28T06:02:41.001Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20972025-10-28T06:02:41.001Z
20982025-10-28T06:02:41.047Z
20992025-10-28T06:02:41.072Zreal 2:36.598956666
21002025-10-28T06:02:41.072Zuser 13:27.753164709
21012025-10-28T06:02:41.072Zsys 2:29.918229452
21022025-10-28T06:02:41.072Ztrap 0.621749388
21032025-10-28T06:02:41.072Ztflt 0.252112033
21042025-10-28T06:02:41.072Zdflt 0.208419663
21052025-10-28T06:02:41.072Zkflt 0.000274462
21062025-10-28T06:02:41.072Zlock 43:41.218907371
21072025-10-28T06:02:41.072Zslp 1:10:08.757995269
21082025-10-28T06:02:41.073Zlat 49.283359663
21092025-10-28T06:02:41.073Zstop 51.476477997
21102025-10-28T06:02:41.073Z+ banner docs
21112025-10-28T06:02:41.073Z
21122025-10-28T06:02:41.073Z ##### #### #### ####
21132025-10-28T06:02:41.073Z # # # # # # #
21142025-10-28T06:02:41.073Z # # # # # ####
21152025-10-28T06:02:41.073Z # # # # # #
21162025-10-28T06:02:41.073Z # # # # # # # #
21172025-10-28T06:02:41.073Z ##### #### #### ####
21182025-10-28T06:02:41.073Z
21192025-10-28T06:02:41.073Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21202025-10-28T06:02:41.507Z Compiling proc-macro2 v1.0.103
21212025-10-28T06:02:41.507Z Compiling unicode-ident v1.0.12
21222025-10-28T06:02:41.507Z Checking cfg-if v1.0.0
21232025-10-28T06:02:41.532Z Checking itoa v1.0.1
21242025-10-28T06:02:41.532Z Checking pin-project-lite v0.2.12
21252025-10-28T06:02:41.532Z Compiling quote v1.0.41
21262025-10-28T06:02:41.557Z Checking libc v0.2.177
21272025-10-28T06:02:41.557Z Checking serde_core v1.0.228
21282025-10-28T06:02:41.600Z Checking smallvec v1.13.2
21292025-10-28T06:02:41.633Z Checking once_cell v1.20.1
21302025-10-28T06:02:41.696Z Checking bytes v1.10.1
21312025-10-28T06:02:41.721Z Checking futures-core v0.3.31
21322025-10-28T06:02:41.758Z Checking memchr v2.6.0
21332025-10-28T06:02:41.907Z Checking scopeguard v1.2.0
21342025-10-28T06:02:41.932Z Checking futures-sink v0.3.31
21352025-10-28T06:02:41.956Z Checking slab v0.4.9
21362025-10-28T06:02:42.081Z Checking lock_api v0.4.6
21372025-10-28T06:02:42.105Z Checking fnv v1.0.7
21382025-10-28T06:02:42.198Z Checking futures-channel v0.3.31
21392025-10-28T06:02:42.241Z Checking log v0.4.17
21402025-10-28T06:02:42.437Z Checking zeroize v1.7.0
21412025-10-28T06:02:42.501Z Checking pin-utils v0.1.0
21422025-10-28T06:02:42.556Z Checking futures-task v0.3.31
21432025-10-28T06:02:42.581Z Checking futures-io v0.3.31
21442025-10-28T06:02:42.581Z Checking parking_lot_core v0.9.4
21452025-10-28T06:02:42.605Z Checking signal-hook-registry v1.4.0
21462025-10-28T06:02:42.605Z Checking getrandom v0.2.11
21472025-10-28T06:02:42.687Z Checking mio v1.0.3
21482025-10-28T06:02:42.767Z Checking socket2 v0.6.0
21492025-10-28T06:02:42.792Z Checking http v1.3.1
21502025-10-28T06:02:42.863Z Checking rustls-pki-types v1.12.0
21512025-10-28T06:02:42.897Z Checking parking_lot v0.12.1
21522025-10-28T06:02:43.212Z Compiling syn v2.0.108
21532025-10-28T06:02:43.238Z Checking stable_deref_trait v1.2.0
21542025-10-28T06:02:43.262Z Checking httparse v1.10.0
21552025-10-28T06:02:43.287Z Checking tracing-core v0.1.32
21562025-10-28T06:02:43.357Z Checking equivalent v1.0.0
21572025-10-28T06:02:43.383Z Checking hashbrown v0.16.0
21582025-10-28T06:02:43.407Z Checking untrusted v0.9.0
21592025-10-28T06:02:43.486Z Checking bitflags v2.4.0
21602025-10-28T06:02:43.572Z Checking ring v0.17.13
21612025-10-28T06:02:43.635Z Checking percent-encoding v2.3.2
21622025-10-28T06:02:43.747Z Checking atomic-waker v1.1.2
21632025-10-28T06:02:43.850Z Checking tracing v0.1.40
21642025-10-28T06:02:43.875Z Checking ryu v1.0.5
21652025-10-28T06:02:43.900Z Checking writeable v0.5.5
21662025-10-28T06:02:43.967Z Checking http-body v1.0.1
21672025-10-28T06:02:44.100Z Checking litemap v0.7.4
21682025-10-28T06:02:44.156Z Checking try-lock v0.2.3
21692025-10-28T06:02:44.181Z Checking typenum v1.14.0
21702025-10-28T06:02:44.230Z Checking httpdate v1.0.1
21712025-10-28T06:02:44.283Z Checking powerfmt v0.2.0
21722025-10-28T06:02:44.310Z Checking want v0.3.0
21732025-10-28T06:02:44.438Z Checking base64 v0.22.1
21742025-10-28T06:02:44.469Z Checking tower-service v0.3.3
21752025-10-28T06:02:44.511Z Compiling time-core v0.1.2
21762025-10-28T06:02:44.552Z Compiling num-conv v0.1.0
21772025-10-28T06:02:44.612Z Checking subtle v2.5.0
21782025-10-28T06:02:44.700Z Checking deranged v0.3.11
21792025-10-28T06:02:44.827Z Compiling time-macros v0.2.18
21802025-10-28T06:02:44.852Z Checking crossbeam-utils v0.8.15
21812025-10-28T06:02:44.894Z Checking icu_locid_transform_data v1.5.0
21822025-10-28T06:02:44.993Z Checking indexmap v2.12.0
21832025-10-28T06:02:45.018Z Checking serde_json v1.0.145
21842025-10-28T06:02:45.089Z Checking generic-array v0.14.5
21852025-10-28T06:02:45.363Z Checking num_threads v0.1.3
21862025-10-28T06:02:45.586Z Checking rustls-webpki v0.102.8
21872025-10-28T06:02:45.834Z Checking getrandom v0.3.1
21882025-10-28T06:02:45.905Z Checking icu_properties_data v1.5.0
21892025-10-28T06:02:46.039Z Checking ipnet v2.10.0
21902025-10-28T06:02:46.064Z Checking crypto-common v0.1.6
21912025-10-28T06:02:46.143Z Checking block-buffer v0.10.2
21922025-10-28T06:02:46.167Z Checking form_urlencoded v1.2.2
21932025-10-28T06:02:46.243Z Checking utf16_iter v1.0.5
21942025-10-28T06:02:46.267Z Checking mime v0.3.16
21952025-10-28T06:02:46.318Z Checking icu_normalizer_data v1.5.0
21962025-10-28T06:02:46.360Z Checking foreign-types-shared v0.1.1
21972025-10-28T06:02:46.385Z Checking utf8_iter v1.0.4
21982025-10-28T06:02:46.428Z Checking write16 v1.0.0
21992025-10-28T06:02:46.453Z Checking openssl-probe v0.1.4
22002025-10-28T06:02:46.485Z Checking digest v0.10.7
22012025-10-28T06:02:46.509Z Checking foreign-types v0.3.2
22022025-10-28T06:02:46.575Z Checking num-traits v0.2.14
22032025-10-28T06:02:46.600Z Checking openssl-sys v0.9.107
22042025-10-28T06:02:46.601Z Checking rand_core v0.6.3
22052025-10-28T06:02:46.626Z Checking errno v0.3.10
22062025-10-28T06:02:46.626Z Checking winnow v0.7.13
22072025-10-28T06:02:46.799Z Checking ppv-lite86 v0.2.15
22082025-10-28T06:02:46.825Z Checking cpufeatures v0.2.2
22092025-10-28T06:02:46.876Z Checking iana-time-zone v0.1.47
22102025-10-28T06:02:46.916Z Checking sha1 v0.10.6
22112025-10-28T06:02:47.012Z Checking time v0.3.36
22122025-10-28T06:02:47.045Z Checking rustls v0.22.4
22132025-10-28T06:02:47.177Z Compiling unicase v2.6.0
22142025-10-28T06:02:47.393Z Checking rand_chacha v0.3.1
22152025-10-28T06:02:47.519Z Checking toml_datetime v0.7.3
22162025-10-28T06:02:47.638Z Checking serde_spanned v1.0.3
22172025-10-28T06:02:47.682Z Checking http-body-util v0.1.3
22182025-10-28T06:02:47.753Z Checking rustls-pemfile v2.2.0
22192025-10-28T06:02:47.857Z Checking thread_local v1.1.4
22202025-10-28T06:02:47.882Z Checking encoding_rs v0.8.32
22212025-10-28T06:02:47.962Z Checking match_cfg v0.1.0
22222025-10-28T06:02:48.057Z Checking toml_writer v1.0.4
22232025-10-28T06:02:48.082Z Checking hostname v0.3.1
22242025-10-28T06:02:48.132Z Checking rand v0.8.4
22252025-10-28T06:02:48.218Z Compiling mime_guess v2.0.5
22262025-10-28T06:02:48.375Z Checking rustix v1.0.2
22272025-10-28T06:02:48.581Z Checking rustls v0.23.13
22282025-10-28T06:02:48.916Z Checking toml_parser v1.0.4
22292025-10-28T06:02:49.070Z Checking crossbeam-channel v0.5.1
22302025-10-28T06:02:49.151Z Checking concurrent-queue v2.5.0
22312025-10-28T06:02:49.464Z Compiling synstructure v0.13.1
22322025-10-28T06:02:49.563Z Compiling serde_derive_internals v0.29.0
22332025-10-28T06:02:49.681Z Checking toml v0.9.8
22342025-10-28T06:02:49.724Z Checking is-terminal v0.4.12
22352025-10-28T06:02:49.749Z Checking sync_wrapper v1.0.1
22362025-10-28T06:02:49.874Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
22372025-10-28T06:02:49.902Z Checking fastrand v2.1.1
22382025-10-28T06:02:50.010Z Checking take_mut v0.2.2
22392025-10-28T06:02:50.182Z Compiling semver v1.0.27
22402025-10-28T06:02:50.216Z Checking spin v0.9.8
22412025-10-28T06:02:50.241Z Checking term v1.1.0
22422025-10-28T06:02:50.408Z Checking tower-layer v0.3.3
22432025-10-28T06:02:50.501Z Checking parking v2.2.0
22442025-10-28T06:02:50.616Z Checking dyn-clone v1.0.4
22452025-10-28T06:02:50.690Z Checking event-listener v5.0.0
22462025-10-28T06:02:50.764Z Checking tempfile v3.23.0
22472025-10-28T06:02:50.839Z Checking rustix v0.38.44
22482025-10-28T06:02:50.941Z Checking camino v1.2.1
22492025-10-28T06:02:51.079Z Checking serde_path_to_error v0.1.20
22502025-10-28T06:02:51.130Z Checking waitgroup v0.1.2
22512025-10-28T06:02:51.181Z Checking webpki-roots v0.26.5
22522025-10-28T06:02:51.277Z Checking hostname v0.4.0
22532025-10-28T06:02:51.302Z Checking lazy_static v1.5.0
22542025-10-28T06:02:51.382Z Checking unicode-width v0.1.9
22552025-10-28T06:02:51.425Z Checking iri-string v0.7.8
22562025-10-28T06:02:51.450Z Checking debug-ignore v1.0.5
22572025-10-28T06:02:51.450Z Checking data-encoding v2.4.0
22582025-10-28T06:02:51.534Z Checking unicode-segmentation v1.10.0
22592025-10-28T06:02:51.580Z Checking utf-8 v0.7.6
22602025-10-28T06:02:51.637Z Checking byteorder v1.4.3
22612025-10-28T06:02:51.784Z Checking console v0.15.7
22622025-10-28T06:02:52.024Z Checking event-listener-strategy v0.5.4
22632025-10-28T06:02:52.069Z Checking newline-converter v0.3.0
22642025-10-28T06:02:52.144Z Checking atomicwrites v0.4.4
22652025-10-28T06:02:52.226Z Checking target-triple v0.1.3
22662025-10-28T06:02:52.250Z Checking yasna v0.5.2
22672025-10-28T06:02:52.334Z Checking rustls-native-certs v0.7.0
22682025-10-28T06:02:52.358Z Checking pem v3.0.6
22692025-10-28T06:02:52.383Z Checking webpki-roots v1.0.0
22702025-10-28T06:02:52.486Z Checking similar v2.2.1
22712025-10-28T06:02:52.575Z Checking termcolor v1.1.2
22722025-10-28T06:02:52.599Z Checking glob v0.3.0
22732025-10-28T06:02:52.637Z Compiling serde_derive v1.0.228
22742025-10-28T06:02:52.661Z Compiling tokio-macros v2.6.0
22752025-10-28T06:02:52.661Z Compiling futures-macro v0.3.31
22762025-10-28T06:02:52.861Z Compiling zerofrom-derive v0.1.5
22772025-10-28T06:02:52.886Z Compiling yoke-derive v0.7.5
22782025-10-28T06:02:53.016Z Compiling zerovec-derive v0.10.3
22792025-10-28T06:02:53.116Z Compiling displaydoc v0.2.5
22802025-10-28T06:02:53.689Z Compiling icu_provider_macros v1.5.0
22812025-10-28T06:02:53.981Z Checking tokio v1.48.0
22822025-10-28T06:02:54.142Z Checking futures-util v0.3.31
22832025-10-28T06:02:54.379Z Compiling openssl-macros v0.1.1
22842025-10-28T06:02:54.666Z Compiling async-stream-impl v0.3.6
22852025-10-28T06:02:54.941Z Compiling thiserror-impl v2.0.17
22862025-10-28T06:02:54.973Z Compiling schemars_derive v0.8.22
22872025-10-28T06:02:55.124Z Checking openssl v0.10.72
22882025-10-28T06:02:55.465Z Checking zerofrom v0.1.5
22892025-10-28T06:02:55.672Z Checking yoke v0.7.5
22902025-10-28T06:02:55.749Z Compiling thiserror-impl v1.0.69
22912025-10-28T06:02:55.992Z Checking zerovec v0.10.4
22922025-10-28T06:02:57.247Z Checking async-stream v0.3.6
22932025-10-28T06:02:57.271Z Checking thiserror v2.0.17
22942025-10-28T06:02:57.419Z Compiling async-trait v0.1.89
22952025-10-28T06:02:57.477Z Checking http-range v0.1.4
22962025-10-28T06:02:57.501Z Checking tinystr v0.7.6
22972025-10-28T06:02:57.684Z Checking icu_collections v1.5.0
22982025-10-28T06:02:57.822Z Checking icu_locid v1.5.0
22992025-10-28T06:02:58.036Z Checking thiserror v1.0.69
23002025-10-28T06:02:58.106Z Checking serde v1.0.228
23012025-10-28T06:02:58.281Z Checking futures-executor v0.3.31
23022025-10-28T06:02:58.305Z Checking multer v3.1.0
23032025-10-28T06:02:58.513Z Checking futures v0.3.31
23042025-10-28T06:02:58.626Z Checking tungstenite v0.24.0
23052025-10-28T06:02:58.666Z Checking expectorate v1.2.0
23062025-10-28T06:02:58.709Z Checking icu_provider v1.5.0
23072025-10-28T06:02:58.851Z Checking rcgen v0.14.5
23082025-10-28T06:02:58.980Z Checking erased-serde v0.3.31
23092025-10-28T06:02:59.270Z Checking chrono v0.4.42
23102025-10-28T06:02:59.295Z Checking icu_locid_transform v1.5.0
23112025-10-28T06:02:59.319Z Compiling serde_tokenstream v0.2.2
23122025-10-28T06:02:59.397Z Checking uuid v1.18.1
23132025-10-28T06:02:59.640Z Checking native-tls v0.2.12
23142025-10-28T06:02:59.665Z Checking serde_urlencoded v0.7.1
23152025-10-28T06:02:59.824Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23162025-10-28T06:02:59.865Z Checking slog v2.8.2
23172025-10-28T06:02:59.939Z Checking openapiv3 v2.2.0
23182025-10-28T06:02:59.969Z Checking trybuild v1.0.112
23192025-10-28T06:03:00.058Z Checking async-channel v2.5.0
23202025-10-28T06:03:00.292Z Checking icu_properties v1.5.1
23212025-10-28T06:03:00.362Z Checking tokio-util v0.7.7
23222025-10-28T06:03:00.390Z Checking tokio-rustls v0.25.0
23232025-10-28T06:03:00.429Z Checking slog-json v2.6.1
23242025-10-28T06:03:00.688Z Checking slog-bunyan v2.5.0
23252025-10-28T06:03:00.727Z Checking slog-async v2.8.0
23262025-10-28T06:03:00.870Z Checking tokio-native-tls v0.3.1
23272025-10-28T06:03:01.031Z Checking tokio-rustls v0.26.0
23282025-10-28T06:03:01.066Z Checking slog-term v2.9.2
23292025-10-28T06:03:01.115Z Checking h2 v0.4.6
23302025-10-28T06:03:01.140Z Checking schemars v0.8.22
23312025-10-28T06:03:01.140Z Checking tower v0.5.2
23322025-10-28T06:03:01.387Z Checking tokio-tungstenite v0.24.0
23332025-10-28T06:03:01.552Z Checking anyhow v1.0.100
23342025-10-28T06:03:01.823Z Checking buf-list v1.1.2
23352025-10-28T06:03:01.876Z Checking tower-http v0.6.5
23362025-10-28T06:03:01.913Z Checking subprocess v0.2.9
23372025-10-28T06:03:02.473Z Checking heck v0.5.0
23382025-10-28T06:03:03.274Z Checking icu_normalizer v1.5.0
23392025-10-28T06:03:03.957Z Checking idna_adapter v1.2.0
23402025-10-28T06:03:04.153Z Checking idna v1.0.3
23412025-10-28T06:03:04.599Z Checking url v2.5.4
23422025-10-28T06:03:04.741Z Checking hyper v1.7.0
23432025-10-28T06:03:06.419Z Checking hyper-util v0.1.17
23442025-10-28T06:03:06.419Z Checking hyper-staticfile v0.10.1
23452025-10-28T06:03:08.255Z Checking hyper-tls v0.6.0
23462025-10-28T06:03:08.255Z Checking hyper-rustls v0.27.3
23472025-10-28T06:03:08.279Z Checking hyper-rustls v0.26.0
23482025-10-28T06:03:08.279Z Documenting dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
23492025-10-28T06:03:08.600Z Checking reqwest v0.12.24
23502025-10-28T06:03:08.625Z Documenting dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23512025-10-28T06:03:10.784Zwarning: unresolved link to `Query`
23522025-10-28T06:03:10.784Z --> dropshot/src/extractor/header.rs:27:29
23532025-10-28T06:03:10.785Z |
23542025-10-28T06:03:10.785Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23552025-10-28T06:03:10.785Z | ^^^^^ no item named `Query` in scope
23562025-10-28T06:03:10.785Z |
23572025-10-28T06:03:10.785Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23582025-10-28T06:03:10.785Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
23592025-10-28T06:03:10.785Z
23602025-10-28T06:03:10.785Zwarning: unresolved link to `Path`
23612025-10-28T06:03:10.785Z --> dropshot/src/extractor/header.rs:27:43
23622025-10-28T06:03:10.785Z |
23632025-10-28T06:03:10.785Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23642025-10-28T06:03:10.785Z | ^^^^ no item named `Path` in scope
23652025-10-28T06:03:10.785Z |
23662025-10-28T06:03:10.785Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23672025-10-28T06:03:10.785Z
23682025-10-28T06:03:11.253Zwarning: `dropshot` (lib doc) generated 2 warnings
23692025-10-28T06:03:17.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.84s
23702025-10-28T06:03:18.004Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
23712025-10-28T06:03:18.029Z
23722025-10-28T06:03:18.030Zreal 36.952647737
23732025-10-28T06:03:18.030Zuser 3:01.622636521
23742025-10-28T06:03:18.030Zsys 43.805330822
23752025-10-28T06:03:18.030Ztrap 0.130137560
23762025-10-28T06:03:18.030Ztflt 0.041704947
23772025-10-28T06:03:18.030Zdflt 0.020352389
23782025-10-28T06:03:18.030Zkflt 0.000222035
23792025-10-28T06:03:18.030Zlock 6:46.387807349
23802025-10-28T06:03:18.030Zslp 11:07.946184778
23812025-10-28T06:03:18.030Zlat 11.177723931
23822025-10-28T06:03:18.030Zstop 19.219010910
23832025-10-28T06:03:18.030Zprocess exited: duration 348359 ms, exit code 0
 
23842025-10-28T06:03:18.080Zfound 0 output files