01KMPS25DPSYZ83RSGC3N6GSY5: build-and-test / illumos

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

Buildomat Job: 01KMPS2D9Y5C811B6JCV3JWTYV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:34:12.818Zjob assigned to worker 01KMPS37AFJ09YJ5BQ6YS1QGZT [factory aws, i-0c6fd6b1f6186aa16] (queued for 1 m 8 s)
 
22026-03-27T04:34:19.934Zstarting task 0: "setup"
32026-03-27T04:34:19.939Z++ uname -s
42026-03-27T04:34:20.944Z+ kern=SunOS
52026-03-27T04:34:20.944Z+ build_user=build
62026-03-27T04:34:20.944Z+ build_uid=12345
72026-03-27T04:34:20.944Z+ work_dir=/work
82026-03-27T04:34:20.944Z+ input_dir=/input
92026-03-27T04:34:20.944Z+ [[ 0 == 12345 ]]
102026-03-27T04:34:20.944Z+ case "$kern" in
112026-03-27T04:34:20.944Z+ groupadd -g 12345 build
122026-03-27T04:34:20.947Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:34:21.948Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:34:22.067Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:34:22.069Z+ home_fs=zfs
162026-03-27T04:34:22.069Z+ [[ zfs == autofs ]]
172026-03-27T04:34:22.069Z+ mkdir -p /home/build
182026-03-27T04:34:22.069Z+ chown build:build /home/build /work
192026-03-27T04:34:24.071Z+ chmod 0700 /home/build /work
202026-03-27T04:34:24.074Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-27T04:34:24.080Zstarting task 1: "rust-toolchain"
222026-03-27T04:34:24.084Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-27T04:34:24.084Z * rust toolchain channel = "stable"
242026-03-27T04:34:24.084Z * rust toolchain profile = "default"
252026-03-27T04:34:24.085Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T04:34:24.085Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:34:24.085Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:34:24.088Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:34:24.088Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-27T04:34:24.212Zinfo: downloading installer
312026-03-27T04:34:25.821Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:34:25.821Zwarn: /opt/ooce/bin
332026-03-27T04:34:25.821Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:34:25.821Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:34:25.824Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:34:25.824Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:34:25.824Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:34:25.824Zerror: cannot install while Rust is installed
392026-03-27T04:34:25.824Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:34:25.824Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:34:25.824Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:34:25.824Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:34:25.824Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:34:25.834Zinfo: profile set to default
452026-03-27T04:34:25.834Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:34:25.837Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-27T04:34:25.986Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-27T04:34:25.989Zinfo: downloading 6 components
492026-03-27T04:34:40.584Z
502026-03-27T04:34:40.584Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-27T04:34:40.611Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-27T04:34:40.611Z
532026-03-27T04:34:40.611Z
542026-03-27T04:34:40.611ZRust is installed now. Great!
552026-03-27T04:34:40.611Z
562026-03-27T04:34:40.614ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:34:40.614Zenvironment variable. This has not been done automatically.
582026-03-27T04:34:40.614Z
592026-03-27T04:34:40.614ZTo configure your current shell, you need to source
602026-03-27T04:34:40.614Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:34:40.614Z
622026-03-27T04:34:40.614ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:34:40.614Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:34:40.614Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:34:40.614Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:34:40.615Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:34:40.615Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:34:40.615Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:34:40.615Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:34:40.615Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:34:40.695Z+ rustup --version
722026-03-27T04:34:40.704Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:34:40.706Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:34:40.725Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-27T04:34:40.728Z+ cargo --version
762026-03-27T04:34:40.741Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-27T04:34:40.744Z+ rustc --version
782026-03-27T04:34:40.763Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-27T04:34:40.766Zprocess exited: duration 16682 ms, exit code 0
 
802026-03-27T04:34:40.771Zstarting task 2: "authentication"
812026-03-27T04:34:40.787Zprocess exited: duration 15 ms, exit code 0
 
822026-03-27T04:34:40.793Zstarting task 3: "clone repository"
832026-03-27T04:34:40.796Z+ mkdir -p /work/oxidecomputer/dropshot
842026-03-27T04:34:40.798Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-03-27T04:34:40.829ZCloning into '/work/oxidecomputer/dropshot'...
862026-03-27T04:34:41.723Z+ cd /work/oxidecomputer/dropshot
872026-03-27T04:34:41.723Z+ git fetch origin 3316d92bba13d993fcb96e38a2fb28136becbd9a
882026-03-27T04:34:41.951ZFrom https://github.com/oxidecomputer/dropshot
892026-03-27T04:34:41.952Z * branch 3316d92bba13d993fcb96e38a2fb28136becbd9a -> FETCH_HEAD
902026-03-27T04:34:41.956Z+ [[ -n renovate/rust-1.x ]]
912026-03-27T04:34:41.959Z++ git branch --show-current
922026-03-27T04:34:41.962Z+ current=main
932026-03-27T04:34:41.962Z+ [[ main != renovate/rust-1.x ]]
942026-03-27T04:34:41.962Z+ git branch -f renovate/rust-1.x 3316d92bba13d993fcb96e38a2fb28136becbd9a
952026-03-27T04:34:41.964Z+ git checkout -f renovate/rust-1.x
962026-03-27T04:34:41.975ZSwitched to branch 'renovate/rust-1.x'
972026-03-27T04:34:41.978Z+ git reset --hard 3316d92bba13d993fcb96e38a2fb28136becbd9a
982026-03-27T04:34:41.981ZHEAD is now at 3316d92 Update dependency rust to v1.94.1
992026-03-27T04:34:41.981Zprocess exited: duration 1186 ms, exit code 0
 
1002026-03-27T04:34:41.986Zstarting task 4: "build"
1012026-03-27T04:34:41.990Z+ cargo --version
1022026-03-27T04:34:41.997Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1032026-03-27T04:34:42.138Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1042026-03-27T04:34:42.141Zinfo: downloading 6 components
1052026-03-27T04:34:56.545Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1062026-03-27T04:34:56.548Z+ rustc --version
1072026-03-27T04:34:56.574Zrustc 1.94.1 (e408947bf 2026-03-25)
1082026-03-27T04:34:56.579Z+ banner build
1092026-03-27T04:34:56.582Z
1102026-03-27T04:34:56.582Z ##### # # # # #####
1112026-03-27T04:34:56.582Z # # # # # # # #
1122026-03-27T04:34:56.582Z ##### # # # # # #
1132026-03-27T04:34:56.582Z # # # # # # # #
1142026-03-27T04:34:56.582Z # # # # # # # #
1152026-03-27T04:34:56.582Z ##### #### # ###### #####
1162026-03-27T04:34:56.582Z
1172026-03-27T04:34:56.582Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1182026-03-27T04:34:56.663Z Updating crates.io index
1192026-03-27T04:34:58.448Z Downloading crates ...
1202026-03-27T04:34:58.508Z Downloaded async-stream-impl v0.3.6
1212026-03-27T04:34:58.511Z Downloaded atomicwrites v0.4.4
1222026-03-27T04:34:58.511Z Downloaded adler2 v2.0.1
1232026-03-27T04:34:58.516Z Downloaded async-stream v0.3.6
1242026-03-27T04:34:58.519Z Downloaded atomic-waker v1.1.2
1252026-03-27T04:34:58.521Z Downloaded autocfg v1.1.0
1262026-03-27T04:34:58.524Z Downloaded anyhow v1.0.102
1272026-03-27T04:34:58.526Z Downloaded dtrace-parser v0.3.0
1282026-03-27T04:34:58.529Z Downloaded buf-list v1.1.2
1292026-03-27T04:34:58.529Z Downloaded crypto-common v0.1.6
1302026-03-27T04:34:58.532Z Downloaded async-trait v0.1.89
1312026-03-27T04:34:58.532Z Downloaded getrandom v0.4.1
1322026-03-27T04:34:58.535Z Downloaded erased-serde v0.3.31
1332026-03-27T04:34:58.538Z Downloaded displaydoc v0.2.5
1342026-03-27T04:34:58.540Z Downloaded futures v0.3.32
1352026-03-27T04:34:58.543Z Downloaded plain v0.2.3
1362026-03-27T04:34:58.545Z Downloaded rustls-pemfile v2.2.0
1372026-03-27T04:34:58.548Z Downloaded scroll v0.13.0
1382026-03-27T04:34:58.548Z Downloaded foreign-types v0.3.2
1392026-03-27T04:34:58.548Z Downloaded dyn-clone v1.0.4
1402026-03-27T04:34:58.551Z Downloaded itoa v1.0.1
1412026-03-27T04:34:58.551Z Downloaded quinn-udp v0.5.5
1422026-03-27T04:34:58.553Z Downloaded getrandom v0.2.11
1432026-03-27T04:34:58.556Z Downloaded parking_lot_core v0.9.4
1442026-03-27T04:34:58.556Z Downloaded pin-utils v0.1.0
1452026-03-27T04:34:58.559Z Downloaded cfg-if v1.0.0
1462026-03-27T04:34:58.559Z Downloaded ryu v1.0.5
1472026-03-27T04:34:58.562Z Downloaded rand_chacha v0.9.0
1482026-03-27T04:34:58.562Z Downloaded native-tls v0.2.12
1492026-03-27T04:34:58.564Z Downloaded rand_core v0.9.5
1502026-03-27T04:34:58.564Z Downloaded hostname v0.3.1
1512026-03-27T04:34:58.567Z Downloaded icu_locid_transform v1.5.0
1522026-03-27T04:34:58.567Z Downloaded hostname v0.4.2
1532026-03-27T04:34:58.570Z Downloaded asn1-rs-impl v0.2.0
1542026-03-27T04:34:58.572Z Downloaded ppv-lite86 v0.2.15
1552026-03-27T04:34:58.575Z Downloaded compression-codecs v0.4.37
1562026-03-27T04:34:58.577Z Downloaded async-channel v2.5.0
1572026-03-27T04:34:58.577Z Downloaded futures-io v0.3.32
1582026-03-27T04:34:58.578Z Downloaded fastrand v2.1.1
1592026-03-27T04:34:58.581Z Downloaded serde_derive v1.0.228
1602026-03-27T04:34:58.583Z Downloaded scroll_derive v0.13.1
1612026-03-27T04:34:58.584Z Downloaded hyper-tls v0.6.0
1622026-03-27T04:34:58.586Z Downloaded percent-encoding v2.3.2
1632026-03-27T04:34:58.586Z Downloaded cpufeatures v0.2.17
1642026-03-27T04:34:58.589Z Downloaded pest_derive v2.8.1
1652026-03-27T04:34:58.591Z Downloaded httpdate v1.0.1
1662026-03-27T04:34:58.591Z Downloaded compression-core v0.4.31
1672026-03-27T04:34:58.594Z Downloaded equivalent v1.0.0
1682026-03-27T04:34:58.596Z Downloaded futures-macro v0.3.32
1692026-03-27T04:34:58.596Z Downloaded rand_core v0.6.3
1702026-03-27T04:34:58.599Z Downloaded paste v1.0.15
1712026-03-27T04:34:58.602Z Downloaded fnv v1.0.7
1722026-03-27T04:34:58.602Z Downloaded asn1-rs-derive v0.6.0
1732026-03-27T04:34:58.602Z Downloaded dof v0.4.0
1742026-03-27T04:34:58.608Z Downloaded rand_chacha v0.3.1
1752026-03-27T04:34:58.610Z Downloaded foreign-types-shared v0.1.1
1762026-03-27T04:34:58.610Z Downloaded errno v0.3.10
1772026-03-27T04:34:58.613Z Downloaded http-body v1.0.1
1782026-03-27T04:34:58.613Z Downloaded mime v0.3.16
1792026-03-27T04:34:58.616Z Downloaded parking v2.2.0
1802026-03-27T04:34:58.619Z Downloaded deranged v0.5.5
1812026-03-27T04:34:58.619Z Downloaded iana-time-zone v0.1.47
1822026-03-27T04:34:58.621Z Downloaded openssl-probe v0.1.4
1832026-03-27T04:34:58.621Z Downloaded lru-slab v0.1.2
1842026-03-27T04:34:58.624Z Downloaded hyper-staticfile v0.10.1
1852026-03-27T04:34:58.626Z Downloaded futures-core v0.3.32
1862026-03-27T04:34:58.629Z Downloaded idna_adapter v1.2.0
1872026-03-27T04:34:58.629Z Downloaded serde_urlencoded v0.7.1
1882026-03-27T04:34:58.629Z Downloaded serde_spanned v1.0.4
1892026-03-27T04:34:58.632Z Downloaded block-buffer v0.10.2
1902026-03-27T04:34:58.632Z Downloaded powerfmt v0.2.0
1912026-03-27T04:34:58.632Z Downloaded openssl-macros v0.1.1
1922026-03-27T04:34:58.634Z Downloaded event-listener-strategy v0.5.4
1932026-03-27T04:34:58.634Z Downloaded futures-task v0.3.32
1942026-03-27T04:34:58.638Z Downloaded num-conv v0.2.0
1952026-03-27T04:34:58.641Z Downloaded icu_provider_macros v1.5.0
1962026-03-27T04:34:58.641Z Downloaded heck v0.5.0
1972026-03-27T04:34:58.644Z Downloaded simd-adler32 v0.3.7
1982026-03-27T04:34:58.646Z Downloaded rustc-hash v2.0.0
1992026-03-27T04:34:58.649Z Downloaded sha1 v0.10.6
2002026-03-27T04:34:58.652Z Downloaded scopeguard v1.2.0
2012026-03-27T04:34:58.652Z Downloaded pretty-hex v0.4.1
2022026-03-27T04:34:58.652Z Downloaded is-terminal v0.4.12
2032026-03-27T04:34:58.654Z Downloaded schema-derive v0.1.0
2042026-03-27T04:34:58.657Z Downloaded match_cfg v0.1.0
2052026-03-27T04:34:58.660Z Downloaded num_threads v0.1.3
2062026-03-27T04:34:58.666Z Downloaded simple-mermaid v0.2.0
2072026-03-27T04:34:58.669Z Downloaded futures-sink v0.3.32
2082026-03-27T04:34:58.671Z Downloaded rusticata-macros v4.1.0
2092026-03-27T04:34:58.674Z Downloaded hyper-rustls v0.26.0
2102026-03-27T04:34:58.677Z Downloaded target-triple v1.0.0
2112026-03-27T04:34:58.680Z Downloaded thread-id v5.0.0
2122026-03-27T04:34:58.680Z Downloaded newline-converter v0.3.0
2132026-03-27T04:34:58.680Z Downloaded glob v0.3.0
2142026-03-27T04:34:58.682Z Downloaded lazy_static v1.5.0
2152026-03-27T04:34:58.682Z Downloaded form_urlencoded v1.2.2
2162026-03-27T04:34:58.683Z Downloaded slog-json v2.6.1
2172026-03-27T04:34:58.685Z Downloaded schema v0.1.0
2182026-03-27T04:34:58.685Z Downloaded futures-executor v0.3.32
2192026-03-27T04:34:58.688Z Downloaded sync_wrapper v1.0.1
2202026-03-27T04:34:58.688Z Downloaded debug-ignore v1.0.5
2212026-03-27T04:34:58.691Z Downloaded futures-channel v0.3.32
2222026-03-27T04:34:58.694Z Downloaded flate2 v1.1.9
2232026-03-27T04:34:58.697Z Downloaded rustls-native-certs v0.7.0
2242026-03-27T04:34:58.699Z Downloaded quote v1.0.45
2252026-03-27T04:34:58.699Z Downloaded stable_deref_trait v1.2.0
2262026-03-27T04:34:58.702Z Downloaded slog-bunyan v2.5.0
2272026-03-27T04:34:58.702Z Downloaded multer v3.1.0
2282026-03-27T04:34:58.705Z Downloaded tinyvec_macros v0.1.0
2292026-03-27T04:34:58.705Z Downloaded time-core v0.1.8
2302026-03-27T04:34:58.705Z Downloaded sha2 v0.10.8
2312026-03-27T04:34:58.707Z Downloaded thiserror v1.0.69
2322026-03-27T04:34:58.710Z Downloaded semver v1.0.27
2332026-03-27T04:34:58.710Z Downloaded rand v0.8.4
2342026-03-27T04:34:58.713Z Downloaded parking_lot v0.12.1
2352026-03-27T04:34:58.715Z Downloaded tower-service v0.3.3
2362026-03-27T04:34:58.715Z Downloaded num-traits v0.2.14
2372026-03-27T04:34:58.718Z Downloaded mime_guess v2.0.5
2382026-03-27T04:34:58.718Z Downloaded subtle v2.5.0
2392026-03-27T04:34:58.718Z Downloaded digest v0.10.7
2402026-03-27T04:34:58.721Z Downloaded try-lock v0.2.3
2412026-03-27T04:34:58.721Z Downloaded thread_local v1.1.4
2422026-03-27T04:34:58.722Z Downloaded bitflags v2.11.0
2432026-03-27T04:34:58.725Z Downloaded http-range v0.1.4
2442026-03-27T04:34:58.727Z Downloaded tower-layer v0.3.3
2452026-03-27T04:34:58.727Z Downloaded concurrent-queue v2.5.0
2462026-03-27T04:34:58.730Z Downloaded generic-array v0.14.5
2472026-03-27T04:34:58.732Z Downloaded data-encoding v2.4.0
2482026-03-27T04:34:58.732Z Downloaded byteorder v1.4.3
2492026-03-27T04:34:58.735Z Downloaded schemars_derive v0.8.22
2502026-03-27T04:34:58.738Z Downloaded serde_path_to_error v0.1.20
2512026-03-27T04:34:58.738Z Downloaded litemap v0.7.4
2522026-03-27T04:34:58.740Z Downloaded slab v0.4.9
2532026-03-27T04:34:58.743Z Downloaded pest_generator v2.8.1
2542026-03-27T04:34:58.743Z Downloaded http-body-util v0.1.3
2552026-03-27T04:34:58.746Z Downloaded serde_derive_internals v0.29.0
2562026-03-27T04:34:58.746Z Downloaded num-integer v0.1.46
2572026-03-27T04:34:58.749Z Downloaded serde_tokenstream v0.2.3
2582026-03-27T04:34:58.751Z Downloaded take_mut v0.2.2
2592026-03-27T04:34:58.751Z Downloaded signal-hook-registry v1.4.0
2602026-03-27T04:34:58.751Z Downloaded pkg-config v0.3.31
2612026-03-27T04:34:58.758Z Downloaded usdt-macro v0.6.0
2622026-03-27T04:34:58.761Z Downloaded hyper-rustls v0.27.3
2632026-03-27T04:34:58.761Z Downloaded waitgroup v0.1.2
2642026-03-27T04:34:58.761Z Downloaded event-listener v5.0.0
2652026-03-27T04:34:58.763Z Downloaded utf16_iter v1.0.5
2662026-03-27T04:34:58.763Z Downloaded utf-8 v0.7.6
2672026-03-27T04:34:58.763Z Downloaded usdt v0.6.0
2682026-03-27T04:34:58.766Z Downloaded rustversion v1.0.22
2692026-03-27T04:34:58.769Z Downloaded httparse v1.10.0
2702026-03-27T04:34:58.769Z Downloaded crc32fast v1.5.0
2712026-03-27T04:34:58.772Z Downloaded serde_core v1.0.228
2722026-03-27T04:34:58.772Z Downloaded untrusted v0.9.0
2732026-03-27T04:34:58.774Z Downloaded version_check v0.9.5
2742026-03-27T04:34:58.774Z Downloaded pem v3.0.6
2752026-03-27T04:34:58.777Z Downloaded usdt-attr-macro v0.6.0
2762026-03-27T04:34:58.777Z Downloaded icu_locid_transform_data v1.5.0
2772026-03-27T04:34:58.777Z Downloaded once_cell v1.20.1
2782026-03-27T04:34:58.780Z Downloaded oid-registry v0.8.1
2792026-03-27T04:34:58.780Z Downloaded utf8_iter v1.0.4
2802026-03-27T04:34:58.780Z Downloaded want v0.3.0
2812026-03-27T04:34:58.782Z Downloaded write16 v1.0.0
2822026-03-27T04:34:58.785Z Downloaded rcgen v0.14.7
2832026-03-27T04:34:58.788Z Downloaded tokio-native-tls v0.3.1
2842026-03-27T04:34:58.788Z Downloaded tinystr v0.7.6
2852026-03-27T04:34:58.788Z Downloaded yoke-derive v0.7.5
2862026-03-27T04:34:58.791Z Downloaded time-macros v0.2.27
2872026-03-27T04:34:58.791Z Downloaded termcolor v1.1.2
2882026-03-27T04:34:58.791Z Downloaded tokio-macros v2.6.0
2892026-03-27T04:34:58.791Z Downloaded thiserror-impl v1.0.69
2902026-03-27T04:34:58.794Z Downloaded tokio-tungstenite v0.24.0
2912026-03-27T04:34:58.794Z Downloaded thiserror-impl v2.0.18
2922026-03-27T04:34:58.796Z Downloaded toml_writer v1.0.7+spec-1.1.0
2932026-03-27T04:34:58.797Z Downloaded tokio-rustls v0.25.0
2942026-03-27T04:34:58.797Z Downloaded thiserror v2.0.18
2952026-03-27T04:34:58.799Z Downloaded zerofrom v0.1.5
2962026-03-27T04:34:58.799Z Downloaded synstructure v0.13.1
2972026-03-27T04:34:58.802Z Downloaded lock_api v0.4.6
2982026-03-27T04:34:58.802Z Downloaded zerofrom-derive v0.1.5
2992026-03-27T04:34:58.804Z Downloaded toml_datetime v1.0.1+spec-1.1.0
3002026-03-27T04:34:58.804Z Downloaded pin-project-lite v0.2.12
3012026-03-27T04:34:58.807Z Downloaded log v0.4.17
3022026-03-27T04:34:58.807Z Downloaded console v0.15.7
3032026-03-27T04:34:58.810Z Downloaded unicase v2.6.0
3042026-03-27T04:34:58.810Z Downloaded ipnet v2.10.0
3052026-03-27T04:34:58.812Z Downloaded camino v1.2.2
3062026-03-27T04:34:58.812Z Downloaded pest_meta v2.8.1
3072026-03-27T04:34:58.815Z Downloaded shlex v1.3.0
3082026-03-27T04:34:58.818Z Downloaded tempfile v3.27.0
3092026-03-27T04:34:58.821Z Downloaded memmap2 v0.9.8
3102026-03-27T04:34:58.826Z Downloaded rustls-pki-types v1.14.0
3112026-03-27T04:34:58.832Z Downloaded spin v0.9.8
3122026-03-27T04:34:58.835Z Downloaded smallvec v1.13.2
3132026-03-27T04:34:58.835Z Downloaded schemars v0.8.22
3142026-03-27T04:34:58.841Z Downloaded rand v0.9.2
3152026-03-27T04:34:58.844Z Downloaded writeable v0.5.5
3162026-03-27T04:34:58.846Z Downloaded usdt-impl v0.6.0
3172026-03-27T04:34:58.846Z Downloaded unicode-width v0.1.9
3182026-03-27T04:34:58.846Z Downloaded toml_parser v1.0.10+spec-1.1.0
3192026-03-27T04:34:58.849Z Downloaded indexmap v2.13.0
3202026-03-27T04:34:58.852Z Downloaded icu_normalizer_data v1.5.0
3212026-03-27T04:34:58.852Z Downloaded crossbeam-utils v0.8.21
3222026-03-27T04:34:58.852Z Downloaded base64 v0.22.1
3232026-03-27T04:34:58.855Z Downloaded slog-term v2.9.2
3242026-03-27T04:34:58.857Z Downloaded tokio-rustls v0.26.0
3252026-03-27T04:34:58.857Z Downloaded slog-async v2.8.0
3262026-03-27T04:34:58.860Z Downloaded unicode-ident v1.0.12
3272026-03-27T04:34:58.863Z Downloaded ucd-trie v0.1.6
3282026-03-27T04:34:58.866Z Downloaded zeroize v1.7.0
3292026-03-27T04:34:58.868Z Downloaded zerovec-derive v0.10.3
3302026-03-27T04:34:58.869Z Downloaded similar v2.2.1
3312026-03-27T04:34:58.874Z Downloaded getrandom v0.3.4
3322026-03-27T04:34:58.880Z Downloaded slog v2.8.2
3332026-03-27T04:34:58.882Z Downloaded icu_provider v1.5.0
3342026-03-27T04:34:58.885Z Downloaded socket2 v0.6.0
3352026-03-27T04:34:58.885Z Downloaded icu_normalizer v1.5.0
3362026-03-27T04:34:58.887Z Downloaded socket2 v0.5.9
3372026-03-27T04:34:58.887Z Downloaded minimal-lexical v0.2.1
3382026-03-27T04:34:58.890Z Downloaded icu_locid v1.5.0
3392026-03-27T04:34:58.893Z Downloaded yasna v0.5.2
3402026-03-27T04:34:58.896Z Downloaded yoke v0.7.5
3412026-03-27T04:34:58.899Z Downloaded trybuild v1.0.116
3422026-03-27T04:34:58.901Z Downloaded tinyvec v1.5.1
3432026-03-27T04:34:58.904Z Downloaded term v1.1.0
3442026-03-27T04:34:58.907Z Downloaded proc-macro2 v1.0.106
3452026-03-27T04:34:58.909Z Downloaded tracing-core v0.1.32
3462026-03-27T04:34:58.912Z Downloaded prettyplease v0.2.37
3472026-03-27T04:34:58.912Z Downloaded tungstenite v0.24.0
3482026-03-27T04:34:58.915Z Downloaded openssl-sys v0.9.107
3492026-03-27T04:34:58.918Z Downloaded uuid v1.22.0
3502026-03-27T04:34:58.921Z Downloaded icu_properties v1.5.1
3512026-03-27T04:34:58.924Z Downloaded typenum v1.14.0
3522026-03-27T04:34:58.927Z Downloaded subprocess v1.0.0
3532026-03-27T04:34:58.930Z Downloaded bytes v1.11.1
3542026-03-27T04:34:58.932Z Downloaded asn1-rs v0.7.1
3552026-03-27T04:34:58.935Z Downloaded miniz_oxide v0.8.9
3562026-03-27T04:34:58.938Z Downloaded toml v1.0.7+spec-1.1.0
3572026-03-27T04:34:58.941Z Downloaded tracing v0.1.40
3582026-03-27T04:34:58.944Z Downloaded memchr v2.6.0
3592026-03-27T04:34:58.946Z Downloaded num-bigint v0.4.3
3602026-03-27T04:34:58.949Z Downloaded quinn v0.11.4
3612026-03-27T04:34:58.951Z Downloaded icu_collections v1.5.0
3622026-03-27T04:34:58.954Z Downloaded der-parser v10.0.0
3632026-03-27T04:34:58.958Z Downloaded serde v1.0.228
3642026-03-27T04:34:58.961Z Downloaded crossbeam-channel v0.5.15
3652026-03-27T04:34:58.961Z Downloaded hyper-util v0.1.20
3662026-03-27T04:34:58.963Z Downloaded hyper v1.8.1
3672026-03-27T04:34:58.966Z Downloaded zmij v1.0.2
3682026-03-27T04:34:58.969Z Downloaded mio v1.0.3
3692026-03-27T04:34:58.972Z Downloaded async-compression v0.4.41
3702026-03-27T04:34:58.980Z Downloaded url v2.5.4
3712026-03-27T04:34:58.982Z Downloaded unicode-segmentation v1.10.0
3722026-03-27T04:34:58.985Z Downloaded expectorate v1.2.0
3732026-03-27T04:34:58.985Z Downloaded cc v1.2.16
3742026-03-27T04:34:58.988Z Downloaded pest v2.8.1
3752026-03-27T04:34:58.991Z Downloaded tower v0.5.2
3762026-03-27T04:34:59.008Z Downloaded zerocopy-derive v0.8.27
3772026-03-27T04:34:59.012Z Downloaded http v1.4.0
3782026-03-27T04:34:59.020Z Downloaded h2 v0.4.6
3792026-03-27T04:34:59.023Z Downloaded futures-util v0.3.32
3802026-03-27T04:34:59.030Z Downloaded nom v7.1.3
3812026-03-27T04:34:59.034Z Downloaded idna v1.0.3
3822026-03-27T04:34:59.038Z Downloaded portable-atomic v1.9.0
3832026-03-27T04:34:59.043Z Downloaded x509-parser v0.18.0
3842026-03-27T04:34:59.046Z Downloaded tower-http v0.6.8
3852026-03-27T04:34:59.050Z Downloaded iri-string v0.7.8
3862026-03-27T04:34:59.053Z Downloaded hashbrown v0.16.1
3872026-03-27T04:34:59.068Z Downloaded zerovec v0.10.4
3882026-03-27T04:34:59.071Z Downloaded reqwest v0.12.28
3892026-03-27T04:34:59.074Z Downloaded serde_json v1.0.149
3902026-03-27T04:34:59.081Z Downloaded tokio-util v0.7.18
3912026-03-27T04:34:59.085Z Downloaded icu_properties_data v1.5.0
3922026-03-27T04:34:59.091Z Downloaded goblin v0.10.1
3932026-03-27T04:34:59.104Z Downloaded webpki-roots v1.0.0
3942026-03-27T04:34:59.107Z Downloaded webpki-roots v0.26.5
3952026-03-27T04:34:59.109Z Downloaded vcpkg v0.2.15
3962026-03-27T04:34:59.130Z Downloaded rustls-webpki v0.102.8
3972026-03-27T04:34:59.140Z Downloaded openssl v0.10.72
3982026-03-27T04:34:59.144Z Downloaded time v0.3.47
3992026-03-27T04:34:59.151Z Downloaded winnow v1.0.0
4002026-03-27T04:34:59.155Z Downloaded chrono v0.4.44
4012026-03-27T04:34:59.172Z Downloaded quinn-proto v0.11.14
4022026-03-27T04:34:59.198Z Downloaded zerocopy v0.8.27
4032026-03-27T04:34:59.215Z Downloaded syn v2.0.117
4042026-03-27T04:34:59.220Z Downloaded rustls v0.22.4
4052026-03-27T04:34:59.227Z Downloaded rustls v0.23.13
4062026-03-27T04:34:59.233Z Downloaded encoding_rs v0.8.32
4072026-03-27T04:34:59.244Z Downloaded rustix v0.38.44
4082026-03-27T04:34:59.256Z Downloaded openapiv3 v2.2.0
4092026-03-27T04:34:59.262Z Downloaded rustix v1.1.4
4102026-03-27T04:34:59.347Z Downloaded libc v0.2.183
4112026-03-27T04:34:59.365Z Downloaded tokio v1.50.0
4122026-03-27T04:34:59.420Z Downloaded ring v0.17.13
4132026-03-27T04:34:59.534Z Compiling proc-macro2 v1.0.106
4142026-03-27T04:34:59.534Z Compiling unicode-ident v1.0.12
4152026-03-27T04:34:59.534Z Compiling quote v1.0.45
4162026-03-27T04:34:59.537Z Compiling libc v0.2.183
4172026-03-27T04:34:59.537Z Compiling cfg-if v1.0.0
4182026-03-27T04:34:59.537Z Compiling itoa v1.0.1
4192026-03-27T04:34:59.537Z Compiling memchr v2.6.0
4202026-03-27T04:34:59.537Z Compiling serde_core v1.0.228
4212026-03-27T04:34:59.624Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/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=b060ab6ee39b523c -C extra-filename=-84b000ceef1a6c93 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-84b000ceef1a6c93 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222026-03-27T04:34:59.629Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eafb50847f4c7c59 -C extra-filename=-5613ee3869b1a5ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-03-27T04:34:59.629Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/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=d506390388a14101 -C extra-filename=-a8e7ec9a58bea383 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-a8e7ec9a58bea383 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242026-03-27T04:34:59.629Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=335f054d6ea19ac8 -C extra-filename=-ab248e87bd2619d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-03-27T04:34:59.632Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.183/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=9482a87499a0c885 -C extra-filename=-8818271cbdbdad23 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-8818271cbdbdad23 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262026-03-27T04:34:59.632Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=8feb165db530d27d -C extra-filename=-e92d40ad2392f92c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272026-03-27T04:34:59.632Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dec3364d27848005 -C extra-filename=-7c1605eadb3333d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4282026-03-27T04:34:59.635Z Running `/home/build/.rustup/toolchains/1.94.1-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=f64dd66fb4d40552 -C extra-filename=-d4314b44915e212f --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-d4314b44915e212f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292026-03-27T04:34:59.694Z Compiling pin-project-lite v0.2.12
4302026-03-27T04:34:59.702Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86ec371fe34df52a -C extra-filename=-03f485896333bc6e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-03-27T04:34:59.738Z Compiling autocfg v1.1.0
4322026-03-27T04:34:59.740Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6ab1db3f67628ae -C extra-filename=-9de1185618e819ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332026-03-27T04:34:59.769Z Compiling shlex v1.3.0
4342026-03-27T04:34:59.775Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01603659492816eb -C extra-filename=-9a2c8330755aa02c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352026-03-27T04:34:59.782Z Compiling smallvec v1.13.2
4362026-03-27T04:34:59.785Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=3a387adb06df5649 -C extra-filename=-6ff1f86f73ad9adc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372026-03-27T04:34:59.944Z Compiling cc v1.2.16
4382026-03-27T04:34:59.944Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=326879d010146e48 -C extra-filename=-9c72618c8243b9c6 --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-9a2c8330755aa02c.rmeta --cap-lints allow`
4392026-03-27T04:34:59.953Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-84b000ceef1a6c93/build-script-build`
4402026-03-27T04:34:59.956Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-a8e7ec9a58bea383/build-script-build`
4412026-03-27T04:34:59.956Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-d4314b44915e212f/build-script-build`
4422026-03-27T04:34:59.979Z Compiling bytes v1.11.1
4432026-03-27T04:34:59.982Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=55166cc8ae807dd8 -C extra-filename=-1c2349a071c4ba03 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442026-03-27T04:34:59.987Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-8818271cbdbdad23/build-script-build`
4452026-03-27T04:34:59.995Z Running `/home/build/.rustup/toolchains/1.94.1-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=0ae0b13fe7bdcb65 -C extra-filename=-3d98f8a48067b7ef --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)'`
4462026-03-27T04:35:00.003Z Compiling version_check v0.9.5
4472026-03-27T04:35:00.006Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f97b8f88807c448e -C extra-filename=-2daa9645b0f6268d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4482026-03-27T04:35:00.022Z Compiling futures-core v0.3.32
4492026-03-27T04:35:00.025Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.183/src/lib.rs --error-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=fe78e51c4b60db1d -C extra-filename=-313e13259bb1c461 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4502026-03-27T04:35:00.025Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.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 --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=2c51707db639bacd -C extra-filename=-fa37e7e0cdaba48e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4512026-03-27T04:35:00.174Z Compiling once_cell v1.20.1
4522026-03-27T04:35:00.177Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=dbf3aa28e82fe37e -C extra-filename=-3cb67567f99fc50d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4532026-03-27T04:35:00.268Z Compiling parking_lot_core v0.9.4
4542026-03-27T04:35:00.271Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=26799b577cd1999b -C extra-filename=-5d9dea599145637e --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-5d9dea599145637e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4552026-03-27T04:35:00.278Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --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=6fe31e3cc2701bfc -C extra-filename=-eb2958d95d52706b --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-5613ee3869b1a5ee.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)'`
4562026-03-27T04:35:00.333Z Compiling log v0.4.17
4572026-03-27T04:35:00.336Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=fb647691603749e2 -C extra-filename=-7caaefd23cdb3960 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-7caaefd23cdb3960 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4582026-03-27T04:35:00.370Z Compiling scopeguard v1.2.0
4592026-03-27T04:35:00.374Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=8fed59f63faae832 -C extra-filename=-b89e1789304f163f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602026-03-27T04:35:00.476Z Compiling lock_api v0.4.6
4612026-03-27T04:35:00.479Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=2e8de12d5720669d -C extra-filename=-c186bebfb4fd7f31 --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-b89e1789304f163f.rmeta --cap-lints allow`
4622026-03-27T04:35:00.505Z Compiling signal-hook-registry v1.4.0
4632026-03-27T04:35:00.508Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1402c17b77921d46 -C extra-filename=-ca03c4f1d617da88 --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-313e13259bb1c461.rmeta --cap-lints allow`
4642026-03-27T04:35:00.521Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-5d9dea599145637e/build-script-build`
4652026-03-27T04:35:00.533Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=38fbbc819fcbfdaf -C extra-filename=-173daea59673cf4d --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-ab248e87bd2619d5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6ff1f86f73ad9adc.rmeta --cap-lints allow`
4662026-03-27T04:35:00.563Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-7caaefd23cdb3960/build-script-build`
4672026-03-27T04:35:00.568Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=e790a0bbd0507c57 -C extra-filename=-f9adad647fcd28a3 --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-ab248e87bd2619d5.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4682026-03-27T04:35:00.615Z Compiling socket2 v0.6.0
4692026-03-27T04:35:00.618Z Running `/home/build/.rustup/toolchains/1.94.1-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=08c26c4906e7fae7 -C extra-filename=-2432774d548445a9 --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-313e13259bb1c461.rmeta --cap-lints allow`
4702026-03-27T04:35:00.686Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --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=a2743de8672cf30b -C extra-filename=-234684fd28f5b1b2 --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-eb2958d95d52706b.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4712026-03-27T04:35:00.765Z Compiling parking_lot v0.12.1
4722026-03-27T04:35:00.768Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=12e46daacb80cf12 -C extra-filename=-f63dae6237e40f4d --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-c186bebfb4fd7f31.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-173daea59673cf4d.rmeta --cap-lints allow`
4732026-03-27T04:35:00.832Z Compiling mio v1.0.3
4742026-03-27T04:35:00.840Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=98e852e5decbfaef -C extra-filename=-d219bce28c1e415c --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-313e13259bb1c461.rmeta --cap-lints allow`
4752026-03-27T04:35:00.900Z Compiling syn v2.0.117
4762026-03-27T04:35:00.904Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/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=8995c37dff945584 -C extra-filename=-82bfcb24999fa03d --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-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-5613ee3869b1a5ee.rmeta --cap-lints allow`
4772026-03-27T04:35:00.982Z Compiling slab v0.4.9
4782026-03-27T04:35:00.985Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a668531c0fa48a56 -C extra-filename=-4b5e839ce768feec --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-4b5e839ce768feec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-9de1185618e819ab.rlib --cap-lints allow`
4792026-03-27T04:35:00.999Z Compiling serde v1.0.228
4802026-03-27T04:35:01.007Z Running `/home/build/.rustup/toolchains/1.94.1-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=de379dcb94fb172c -C extra-filename=-292f7e9d65ffa2a7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-292f7e9d65ffa2a7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4812026-03-27T04:35:01.068Z Compiling futures-sink v0.3.32
4822026-03-27T04:35:01.075Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.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 --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=63e5c88ef9ef3940 -C extra-filename=-2089c306af046592 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4832026-03-27T04:35:01.105Z Compiling zmij v1.0.2
4842026-03-27T04:35:01.108Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=b43f488650041105 -C extra-filename=-c1fa85599bd72d7a --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-c1fa85599bd72d7a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852026-03-27T04:35:01.167Z Compiling getrandom v0.2.11
4862026-03-27T04:35:01.170Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=52ae4c0bae78f842 -C extra-filename=-f4f869c077dab532 --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-ab248e87bd2619d5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --cap-lints allow`
4872026-03-27T04:35:01.176Z Compiling serde_json v1.0.149
4882026-03-27T04:35:01.176Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/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=0675ce4b03808e70 -C extra-filename=-0c4a5bce450f2567 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-0c4a5bce450f2567 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4892026-03-27T04:35:01.201Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-4b5e839ce768feec/build-script-build`
4902026-03-27T04:35:01.292Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1ec9bac2a62c9761 -C extra-filename=-39fb6a0fcd523c9d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912026-03-27T04:35:01.300Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-292f7e9d65ffa2a7/build-script-build`
4922026-03-27T04:35:01.339Z Compiling futures-channel v0.3.32
4932026-03-27T04:35:01.342Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.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 --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=2880498acc4120c2 -C extra-filename=-6ff56a5da0677ddb --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-fa37e7e0cdaba48e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-2089c306af046592.rmeta --cap-lints allow`
4942026-03-27T04:35:01.347Z Compiling http v1.4.0
4952026-03-27T04:35:01.355Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cd599a590495a351 -C extra-filename=-1df4defd0f7887be --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-1c2349a071c4ba03.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-7c1605eadb3333d8.rmeta --cap-lints allow`
4962026-03-27T04:35:01.372Z Compiling bitflags v2.11.0
4972026-03-27T04:35:01.379Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=8f872c4dacffe47e -C extra-filename=-15cbd4d53dbbf462 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4982026-03-27T04:35:01.382Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-c1fa85599bd72d7a/build-script-build`
4992026-03-27T04:35:01.400Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-0c4a5bce450f2567/build-script-build`
5002026-03-27T04:35:01.404Z Compiling thiserror v2.0.18
5012026-03-27T04:35:01.407Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/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=ce62253ba28f3d58 -C extra-filename=-4d2de99d1e4618be --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-4d2de99d1e4618be -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5022026-03-27T04:35:01.423Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=35642c7ff7886535 -C extra-filename=-64a1e068cd9c8c29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
5032026-03-27T04:35:01.444Z Compiling zeroize v1.7.0
5042026-03-27T04:35:01.447Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=3cd6a1df41781327 -C extra-filename=-356f7e97cfdedf56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5052026-03-27T04:35:01.557Z Compiling ring v0.17.13
5062026-03-27T04:35:01.564Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=95e3d1bad5023585 -C extra-filename=-35929615827fdb44 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-35929615827fdb44 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-9c72618c8243b9c6.rlib --cap-lints allow`
5072026-03-27T04:35:01.591Z Compiling rustls-pki-types v1.14.0
5082026-03-27T04:35:01.592Z Compiling stable_deref_trait v1.2.0
5092026-03-27T04:35:01.595Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.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 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=7a7624dfd2331531 -C extra-filename=-ab73fbbc432be8da --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-356f7e97cfdedf56.rmeta --cap-lints allow`
5102026-03-27T04:35:01.595Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=487c7b935d2477fb -C extra-filename=-3760acaf21b9a992 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-03-27T04:35:01.613Z Compiling futures-io v0.3.32
5122026-03-27T04:35:01.621Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.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 --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=ea854c8b80c9c01c -C extra-filename=-e6f3b43cf5c2ef38 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132026-03-27T04:35:01.670Z Compiling futures-task v0.3.32
5142026-03-27T04:35:01.673Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.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 --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=716313b7e53ef42c -C extra-filename=-3641d96a261d4856 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5152026-03-27T04:35:01.729Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-4d2de99d1e4618be/build-script-build`
5162026-03-27T04:35:01.766Z Running `/home/build/.rustup/toolchains/1.94.1-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=83cc27f3772c2770 -C extra-filename=-5350591eef472d11 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-5350591eef472d11 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172026-03-27T04:35:01.838Z Compiling httparse v1.10.0
5182026-03-27T04:35:01.841Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f13cae74020430ed -C extra-filename=-0e78fb5b41127e43 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-0e78fb5b41127e43 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192026-03-27T04:35:01.851Z Compiling getrandom v0.4.1
5202026-03-27T04:35:01.854Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.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=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=1bfa79b93cc35720 -C extra-filename=-39783dde500e3cbd --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-39783dde500e3cbd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212026-03-27T04:35:01.923Z Compiling untrusted v0.9.0
5222026-03-27T04:35:01.927Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5826c6d625c821f9 -C extra-filename=-1f265ce35f978f87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232026-03-27T04:35:02.068Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-35929615827fdb44/build-script-build`
5242026-03-27T04:35:02.088Z Compiling ucd-trie v0.1.6
5252026-03-27T04:35:02.091Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=da8e32296f228f9f -C extra-filename=-972e9a63887d1534 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5262026-03-27T04:35:02.113Z Compiling equivalent v1.0.0
5272026-03-27T04:35:02.116Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7993ef629c7e1316 -C extra-filename=-5897e3bfb08045ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282026-03-27T04:35:02.126Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-5350591eef472d11/build-script-build`
5292026-03-27T04:35:02.151Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-39783dde500e3cbd/build-script-build`
5302026-03-27T04:35:02.163Z Running `/home/build/.rustup/toolchains/1.94.1-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=19634947e7a23fc9 -C extra-filename=-fd016c01e1ca1937 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-fd016c01e1ca1937 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312026-03-27T04:35:02.172Z Running `/home/build/.rustup/toolchains/1.94.1-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=12e4fbd4d3afdb71 -C extra-filename=-7a3da8c9a7787e76 --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)'`
5322026-03-27T04:35:02.194Z Compiling hashbrown v0.16.1
5332026-03-27T04:35:02.197Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=eade41e4cb74a352 -C extra-filename=-b779ab74d20319df --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-03-27T04:35:02.223Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-0e78fb5b41127e43/build-script-build`
5352026-03-27T04:35:02.262Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9c28503e16380a77 -C extra-filename=-3b32f88f24eab368 --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`
5362026-03-27T04:35:02.389Z Compiling http-body v1.0.1
5372026-03-27T04:35:02.390Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=a3dcf0ad095af6e4 -C extra-filename=-4f2a7d106ecb50d4 --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-ab248e87bd2619d5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --cap-lints allow`
5382026-03-27T04:35:02.393Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70bb0a3dbeed766e -C extra-filename=-507cfc93e4fd892b --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-1c2349a071c4ba03.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --cap-lints allow`
5392026-03-27T04:35:02.471Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-fd016c01e1ca1937/build-script-build`
5402026-03-27T04:35:02.517Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --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=110c6c922f7fc64d -C extra-filename=-98a76ecbd89dca38 --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-7c1605eadb3333d8.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e92d40ad2392f92c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-64a1e068cd9c8c29.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5412026-03-27T04:35:02.537Z Compiling tracing-core v0.1.32
5422026-03-27T04:35:02.540Z Compiling atomic-waker v1.1.2
5432026-03-27T04:35:02.540Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=bf583398b38e24ab -C extra-filename=-7da518054a0eab97 --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-3cb67567f99fc50d.rmeta --cap-lints allow`
5442026-03-27T04:35:02.540Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.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=17946ac2e492fc8c -C extra-filename=-61e8f4364b33cbe0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452026-03-27T04:35:02.570Z Compiling writeable v0.5.5
5462026-03-27T04:35:02.573Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=000a37c3e27a2a16 -C extra-filename=-58c1f39753bffa0b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5472026-03-27T04:35:02.661Z Compiling pkg-config v0.3.31
5482026-03-27T04:35:02.664Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceabbd63dd6421d9 -C extra-filename=-f985a1ac1a3fc5e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492026-03-27T04:35:02.742Z Compiling indexmap v2.13.0
5502026-03-27T04:35:02.745Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --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=00929e3945e4701d -C extra-filename=-f2eec4ee8f51f8c9 --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-5897e3bfb08045ad.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-b779ab74d20319df.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --cap-lints allow`
5512026-03-27T04:35:02.854Z Compiling litemap v0.7.4
5522026-03-27T04:35:02.857Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=c0eeda295470934e -C extra-filename=-fb2853a5522b33d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532026-03-27T04:35:03.051Z Compiling rustversion v1.0.22
5542026-03-27T04:35:03.054Z Running `/home/build/.rustup/toolchains/1.94.1-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=4cb0add4fe4ebeb2 -C extra-filename=-16e5601b21146fe8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-16e5601b21146fe8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552026-03-27T04:35:03.109Z Compiling percent-encoding v2.3.2
5562026-03-27T04:35:03.111Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.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=8fb0fc168bf15433 -C extra-filename=-93d7f80431f00e6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572026-03-27T04:35:03.135Z Compiling zerocopy v0.8.27
5582026-03-27T04:35:03.138Z Running `/home/build/.rustup/toolchains/1.94.1-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=f048f193801ee4f1 -C extra-filename=-7fa5afea81116173 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-7fa5afea81116173 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5592026-03-27T04:35:03.305Z Compiling vcpkg v0.2.15
5602026-03-27T04:35:03.308Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0deff9ee6d82470f -C extra-filename=-f592d7b99de66e35 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612026-03-27T04:35:03.389Z Compiling typenum v1.14.0
5622026-03-27T04:35:03.393Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=0ded97768c319c90 -C extra-filename=-0b898df748b00590 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-0b898df748b00590 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632026-03-27T04:35:03.403Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-16e5601b21146fe8/build-script-build`
5642026-03-27T04:35:03.459Z Compiling tracing v0.1.40
5652026-03-27T04:35:03.462Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=8494c4088b1d6151 -C extra-filename=-edd0d93b5a12d919 --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-03f485896333bc6e.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-7da518054a0eab97.rmeta --cap-lints allow`
5662026-03-27T04:35:03.523Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-7fa5afea81116173/build-script-build`
5672026-03-27T04:35:03.563Z Compiling errno v0.3.10
5682026-03-27T04:35:03.567Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b1f0383c93a942e4 -C extra-filename=-0b091137e8a0ccfb --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-313e13259bb1c461.rmeta --cap-lints allow`
5692026-03-27T04:35:03.625Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=88d7fada6e058ac2 -C extra-filename=-1293d1c5f273246f --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-ab248e87bd2619d5.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-f4f869c077dab532.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-1f265ce35f978f87.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5702026-03-27T04:35:03.690Z Compiling generic-array v0.14.5
5712026-03-27T04:35:03.693Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=197814f45e7c3b9c -C extra-filename=-9a3d7af3f827ff20 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-9a3d7af3f827ff20 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-2daa9645b0f6268d.rlib --cap-lints allow`
5722026-03-27T04:35:03.698Z Compiling fnv v1.0.7
5732026-03-27T04:35:03.702Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7b59fcffbc5e633b -C extra-filename=-12e0056c78d4b2dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742026-03-27T04:35:03.721Z Compiling synstructure v0.13.1
5752026-03-27T04:35:03.724Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=6af74385e3bf4953 -C extra-filename=-93f86c8db262488c --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-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow`
5762026-03-27T04:35:03.795Z Compiling crossbeam-utils v0.8.21
5772026-03-27T04:35:03.803Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=46b939c8b9585380 -C extra-filename=-3f6b3953a1ba8d0e --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-3f6b3953a1ba8d0e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5782026-03-27T04:35:03.861Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-0b898df748b00590/build-script-main`
5792026-03-27T04:35:03.903Z Compiling openssl-sys v0.9.107
5802026-03-27T04:35:03.906Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.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=5f2e820e8fe4c43a -C extra-filename=-3157d92bfe5aa1ab --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-3157d92bfe5aa1ab -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-9c72618c8243b9c6.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-f985a1ac1a3fc5e4.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-f592d7b99de66e35.rlib --cap-lints allow`
5812026-03-27T04:35:03.912Z Compiling try-lock v0.2.3
5822026-03-27T04:35:03.916Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ed8014df1f72202 -C extra-filename=-a5b08abecc9cb3fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5832026-03-27T04:35:03.947Z Compiling rustix v1.1.4
5842026-03-27T04:35:03.950Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/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(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --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"))' --check-cfg 'cfg(target_os, values("cygwin"))' --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", "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=8c1619952929355a -C extra-filename=-af929f73306c8a30 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-af929f73306c8a30 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5852026-03-27T04:35:04.012Z Compiling want v0.3.0
5862026-03-27T04:35:04.019Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e465a5a89b1f4f33 -C extra-filename=-6efdfb3e0d3f0b05 --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-f9adad647fcd28a3.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-a5b08abecc9cb3fa.rmeta --cap-lints allow`
5872026-03-27T04:35:04.022Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=62e24b88031f2bda -C extra-filename=-6fcf70d32e3142a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5882026-03-27T04:35:04.106Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-3f6b3953a1ba8d0e/build-script-build`
5892026-03-27T04:35:04.110Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-9a3d7af3f827ff20/build-script-build`
5902026-03-27T04:35:04.151Z Running `/home/build/.rustup/toolchains/1.94.1-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=c6b5e8396a578483 -C extra-filename=-eb50f551e7df7532 --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"))'`
5912026-03-27T04:35:04.180Z Compiling time-core v0.1.8
5922026-03-27T04:35:04.188Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.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=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=833adda270591560 -C extra-filename=-25c3aa8dd723f24d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5932026-03-27T04:35:04.239Z Compiling num-conv v0.2.0
5942026-03-27T04:35:04.242Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.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 --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=6caa38d0f36722c1 -C extra-filename=-8e59c061a328db5f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5952026-03-27T04:35:04.286Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-af929f73306c8a30/build-script-build`
5962026-03-27T04:35:04.321Z Compiling tower-layer v0.3.3
5972026-03-27T04:35:04.329Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b61fdd5d84409db -C extra-filename=-c8daf584d18e1615 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5982026-03-27T04:35:04.364Z Compiling pin-utils v0.1.0
5992026-03-27T04:35:04.367Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb4c7e285b06da47 -C extra-filename=-83a470adee313f4b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6002026-03-27T04:35:04.403Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-3157d92bfe5aa1ab/build-script-main`
6012026-03-27T04:35:04.428Z Compiling byteorder v1.4.3
6022026-03-27T04:35:04.431Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=9b30af137462fe51 -C extra-filename=-ccf00d6fed8c7f4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6032026-03-27T04:35:04.457Z Compiling httpdate v1.0.1
6042026-03-27T04:35:04.460Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbdbd0ff869aa620 -C extra-filename=-8e04e38858401642 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6052026-03-27T04:35:04.474Z Compiling powerfmt v0.2.0
6062026-03-27T04:35:04.474Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=f51c9c89fa4f77b6 -C extra-filename=-e4e479956eb02815 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6072026-03-27T04:35:04.491Z Compiling subtle v2.5.0
6082026-03-27T04:35:04.498Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=740da1b00ab9213f -C extra-filename=-1cf7c7907a54314c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092026-03-27T04:35:04.514Z Compiling icu_locid_transform_data v1.5.0
6102026-03-27T04:35:04.517Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c21bf653738a0f7 -C extra-filename=-cbcb1d278edccd8e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6112026-03-27T04:35:04.583Z Compiling base64 v0.22.1
6122026-03-27T04:35:04.586Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=aa57ed9b2ca9bcc8 -C extra-filename=-430f637573e420a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6132026-03-27T04:35:04.636Z Compiling tower-service v0.3.3
6142026-03-27T04:35:04.639Z Compiling deranged v0.5.5
6152026-03-27T04:35:04.639Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b40cd38efc0afd25 -C extra-filename=-589d40d36f29fad5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6162026-03-27T04:35:04.639Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=26fcd77d4d193a74 -C extra-filename=-73af183636df5a68 --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-e4e479956eb02815.rmeta --cap-lints allow`
6172026-03-27T04:35:04.672Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-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 --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(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --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"))' --check-cfg 'cfg(target_os, values("cygwin"))' --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", "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=4114f043166d8a09 -C extra-filename=-90daa0656a9a8dda --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-15cbd4d53dbbf462.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-0b091137e8a0ccfb.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6182026-03-27T04:35:04.687Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=52c95ffa048d4390 -C extra-filename=-0ebc67a6f898addc --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-6fcf70d32e3142a1.rmeta --cap-lints allow --cfg relaxed_coherence`
6192026-03-27T04:35:04.696Z Compiling slog v2.8.2
6202026-03-27T04:35:04.704Z Running `/home/build/.rustup/toolchains/1.94.1-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=d0840d1eef3d41c5 -C extra-filename=-b06eaed42508193e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-b06eaed42508193e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-eb50f551e7df7532.so --cap-lints allow`
6212026-03-27T04:35:04.722Z Compiling time-macros v0.2.27
6222026-03-27T04:35:04.725Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.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=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=8ce47ed0a8b2aa3e -C extra-filename=-a268b71225802172 --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-8e59c061a328db5f.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-25c3aa8dd723f24d.rlib --extern proc_macro --cap-lints allow`
6232026-03-27T04:35:04.909Z Compiling rustls-webpki v0.102.8
6242026-03-27T04:35:04.912Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=d69f263af9052661 -C extra-filename=-6253489725400851 --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-1293d1c5f273246f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-1f265ce35f978f87.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
6252026-03-27T04:35:04.918Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d21af12839734656 -C extra-filename=-b80aace47222005a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
6262026-03-27T04:35:04.954Z Compiling serde_derive v1.0.228
6272026-03-27T04:35:04.957Z Running `/home/build/.rustup/toolchains/1.94.1-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=0f25e3076b5c962d -C extra-filename=-55439da7ab759366 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6282026-03-27T04:35:05.145Z Compiling tokio-macros v2.6.0
6292026-03-27T04:35:05.148Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.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=4ee3966d4368c27b -C extra-filename=-6fd39c56bc13e931 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6302026-03-27T04:35:05.432Z Compiling zerofrom-derive v0.1.5
6312026-03-27T04:35:05.435Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb62beea14c9ad7d -C extra-filename=-5f49b8ed45000da5 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-93f86c8db262488c.rlib --extern proc_macro --cap-lints allow`
6322026-03-27T04:35:05.532Z Compiling thiserror-impl v2.0.18
6332026-03-27T04:35:05.535Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6c1d67b44ae9dfb -C extra-filename=-d1918fd21d3e8e33 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6342026-03-27T04:35:05.618Z Compiling yoke-derive v0.7.5
6352026-03-27T04:35:05.626Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b565b98c6865ecb -C extra-filename=-7f243cb924d7394f --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-93f86c8db262488c.rlib --extern proc_macro --cap-lints allow`
6362026-03-27T04:35:05.683Z Compiling futures-macro v0.3.32
6372026-03-27T04:35:05.686Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --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=40d8cca7fc9c25b4 -C extra-filename=-a9fcdff480db928d --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6382026-03-27T04:35:05.692Z Compiling zerovec-derive v0.10.3
6392026-03-27T04:35:05.695Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f662e64c75ae75d3 -C extra-filename=-ba4594a40cb0dd3d --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6402026-03-27T04:35:05.764Z Compiling displaydoc v0.2.5
6412026-03-27T04:35:05.772Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fb09c38f0e013f6a -C extra-filename=-a593509c248a4eb2 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6422026-03-27T04:35:05.889Z Compiling tokio v1.50.0
6432026-03-27T04:35:05.892Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/lib.rs --error-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=9460253a84e47f6a -C extra-filename=-90ecb1a878e4faa5 --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-1c2349a071c4ba03.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-d219bce28c1e415c.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-f63dae6237e40f4d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-ca03c4f1d617da88.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2432774d548445a9.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-6fd39c56bc13e931.so --cap-lints allow`
6442026-03-27T04:35:06.497Z Compiling icu_provider_macros v1.5.0
6452026-03-27T04:35:06.500Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=784059a30fda9f2c -C extra-filename=-996c6adc5420d6db --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6462026-03-27T04:35:06.512Z Compiling futures-util v0.3.32
6472026-03-27T04:35:06.514Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.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 --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", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=e65601b78b751dfa -C extra-filename=-eddf5db8dee3fa91 --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-6ff56a5da0677ddb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-e6f3b43cf5c2ef38.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-a9fcdff480db928d.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-2089c306af046592.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-3641d96a261d4856.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e92d40ad2392f92c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-39fb6a0fcd523c9d.rmeta --cap-lints allow`
6482026-03-27T04:35:06.619Z Compiling zerocopy-derive v0.8.27
6492026-03-27T04:35:06.622Z Compiling zerofrom v0.1.5
6502026-03-27T04:35:06.622Z Running `/home/build/.rustup/toolchains/1.94.1-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=e948f957e1a474cd -C extra-filename=-644009c49610b727 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6512026-03-27T04:35:06.622Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=795bc20c3f7dddfd -C extra-filename=-9654fafd3ea463dc --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-5f49b8ed45000da5.so --cap-lints allow`
6522026-03-27T04:35:06.717Z Compiling icu_properties_data v1.5.0
6532026-03-27T04:35:06.720Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f564ae00472d34b8 -C extra-filename=-299b21727e31b65f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6542026-03-27T04:35:06.748Z Compiling yoke v0.7.5
6552026-03-27T04:35:06.751Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bf7630fe56b2e123 -C extra-filename=-b9607d8df15aaa7d --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-d1918fd21d3e8e33.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6562026-03-27T04:35:06.751Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=1bd3bb08a1d941ac -C extra-filename=-4cce947b03f9187c --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-3760acaf21b9a992.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-7f243cb924d7394f.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9654fafd3ea463dc.rmeta --cap-lints allow`
6572026-03-27T04:35:06.849Z Compiling pest v2.8.1
6582026-03-27T04:35:06.849Z Compiling rustix v0.38.44
6592026-03-27T04:35:06.852Z Running `/home/build/.rustup/toolchains/1.94.1-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=c35031ae5537ea3d -C extra-filename=-f82a983a62881a2b --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-e92d40ad2392f92c.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-972e9a63887d1534.rmeta --cap-lints allow`
6602026-03-27T04:35:06.858Z Running `/home/build/.rustup/toolchains/1.94.1-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=d3e5aafb2cb3c22a -C extra-filename=-9960aff5cb7f89d7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-9960aff5cb7f89d7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6612026-03-27T04:35:06.947Z Compiling zerovec v0.10.4
6622026-03-27T04:35:06.950Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=73d0b1861db35450 -C extra-filename=-d1625ee40aa8101d --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-4cce947b03f9187c.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9654fafd3ea463dc.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-ba4594a40cb0dd3d.so --cap-lints allow`
6632026-03-27T04:35:07.114Z Compiling num_threads v0.1.3
6642026-03-27T04:35:07.117Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddf3fa408fa4db84 -C extra-filename=-13cdd9d30167c2f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6652026-03-27T04:35:07.208Z Compiling fastrand v2.1.1
6662026-03-27T04:35:07.216Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=7d8f4935aacccde9 -C extra-filename=-23457025b99e6995 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6672026-03-27T04:35:07.280Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-9960aff5cb7f89d7/build-script-build`
6682026-03-27T04:35:07.368Z Compiling time v0.3.47
6692026-03-27T04:35:07.371Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --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", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=b4d3b4dc4d0d7d58 -C extra-filename=-395363902e5dc4de --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-73af183636df5a68.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-7c1605eadb3333d8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-8e59c061a328db5f.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-13cdd9d30167c2f6.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-e4e479956eb02815.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-25c3aa8dd723f24d.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-a268b71225802172.so --cap-lints allow`
6702026-03-27T04:35:07.483Z Compiling scroll_derive v0.13.1
6712026-03-27T04:35:07.487Z Running `/home/build/.rustup/toolchains/1.94.1-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=8ca74cc0380ea52b -C extra-filename=-d9fb0093b0b7cf31 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
6722026-03-27T04:35:07.602Z Running `/home/build/.rustup/toolchains/1.94.1-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=d5ffb8f24940b269 -C extra-filename=-97375a35affd78ac --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-3d98f8a48067b7ef.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-55439da7ab759366.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)'`
6732026-03-27T04:35:07.906Z Compiling tinystr v0.7.6
6742026-03-27T04:35:07.909Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=bab5697f73980eca -C extra-filename=-d6cf3c68af49a652 --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-a593509c248a4eb2.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
6752026-03-27T04:35:07.930Z Compiling pest_meta v2.8.1
6762026-03-27T04:35:07.934Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.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=5dfdcdf2daf604e7 -C extra-filename=-b97f997630915031 --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-f82a983a62881a2b.rmeta --cap-lints allow`
6772026-03-27T04:35:08.106Z Compiling icu_locid v1.5.0
6782026-03-27T04:35:08.110Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=7fec3a1a79454b8b -C extra-filename=-cb85723c87ac608a --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-a593509c248a4eb2.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-fb2853a5522b33d1.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-d6cf3c68af49a652.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-58c1f39753bffa0b.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
6792026-03-27T04:35:08.124Z Running `/home/build/.rustup/toolchains/1.94.1-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=21b5a5bf26626aca -C extra-filename=-907685d3a135a0f3 --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-7a3da8c9a7787e76.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-55439da7ab759366.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)'`
6802026-03-27T04:35:08.155Z Running `/home/build/.rustup/toolchains/1.94.1-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=3d54cde4da6fa81c -C extra-filename=-a2c03f4335bb79d9 --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-644009c49610b727.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)'`
6812026-03-27T04:35:08.313Z Compiling icu_collections v1.5.0
6822026-03-27T04:35:08.316Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=3230781bee1fa4a0 -C extra-filename=-a599f5c4e757984d --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-a593509c248a4eb2.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-4cce947b03f9187c.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9654fafd3ea463dc.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
6832026-03-27T04:35:08.440Z Compiling erased-serde v0.3.31
6842026-03-27T04:35:08.443Z Running `/home/build/.rustup/toolchains/1.94.1-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=0505b8a6c018409a -C extra-filename=-cee5e247d003ae25 --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-97375a35affd78ac.rmeta --cap-lints allow`
6852026-03-27T04:35:08.636Z Compiling icu_provider v1.5.0
6862026-03-27T04:35:08.639Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=26bed3098d7264d2 -C extra-filename=-8030cab93a4e96cc --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-a593509c248a4eb2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-cb85723c87ac608a.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-996c6adc5420d6db.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-3760acaf21b9a992.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-d6cf3c68af49a652.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-58c1f39753bffa0b.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-4cce947b03f9187c.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9654fafd3ea463dc.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
6872026-03-27T04:35:08.850Z Compiling pest_generator v2.8.1
6882026-03-27T04:35:08.855Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.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=af3c4fcc877d8991 -C extra-filename=-84d5aee635be1dbf --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-f82a983a62881a2b.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-b97f997630915031.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow`
6892026-03-27T04:35:08.934Z Compiling serde_tokenstream v0.2.3
6902026-03-27T04:35:08.942Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f98348c920595acf -C extra-filename=-c9dcf7cacdc20be9 --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-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow`
6912026-03-27T04:35:08.951Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-b06eaed42508193e/build-script-build`
6922026-03-27T04:35:08.957Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --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=a95d5d6b439c91cd -C extra-filename=-e2af122ba7793e75 --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-7c1605eadb3333d8.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e92d40ad2392f92c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-7a3da8c9a7787e76.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-64a1e068cd9c8c29.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6932026-03-27T04:35:09.031Z Compiling icu_locid_transform v1.5.0
6942026-03-27T04:35:09.039Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=b2171f17ca6602bf -C extra-filename=-e1cd31db2c0cbfed --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-a593509c248a4eb2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-cb85723c87ac608a.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-cbcb1d278edccd8e.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-8030cab93a4e96cc.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-d6cf3c68af49a652.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
6952026-03-27T04:35:09.133Z Compiling thread-id v5.0.0
6962026-03-27T04:35:09.136Z Running `/home/build/.rustup/toolchains/1.94.1-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=2bb0a1ea8df09d20 -C extra-filename=-1d03297b5db4abf2 --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-313e13259bb1c461.rmeta --cap-lints allow`
6972026-03-27T04:35:09.213Z Compiling unicase v2.6.0
6982026-03-27T04:35:09.218Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=47aa64c92ff638b2 -C extra-filename=-b7e38db4e9122643 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-b7e38db4e9122643 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-2daa9645b0f6268d.rlib --cap-lints allow`
6992026-03-27T04:35:09.221Z Compiling num-traits v0.2.14
7002026-03-27T04:35:09.224Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7b377b6f085cc816 -C extra-filename=-02e51ad97de951bc --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-02e51ad97de951bc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-9de1185618e819ab.rlib --cap-lints allow`
7012026-03-27T04:35:09.235Z Compiling write16 v1.0.0
7022026-03-27T04:35:09.242Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=d0f20321fb06803e -C extra-filename=-d20fe1a5a824a30f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7032026-03-27T04:35:09.329Z Compiling openssl v0.10.72
7042026-03-27T04:35:09.338Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.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=9ec14f89d67d23e1 -C extra-filename=-f865943ca64bae43 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-f865943ca64bae43 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7052026-03-27T04:35:09.431Z Compiling tokio-util v0.7.18
7062026-03-27T04:35:09.439Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=372e3e80bd1bdc27 -C extra-filename=-206c39965fcc888e --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-1c2349a071c4ba03.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-2089c306af046592.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --cap-lints allow`
7072026-03-27T04:35:09.442Z Compiling openssl-probe v0.1.4
7082026-03-27T04:35:09.460Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=579dc63e079f7cf0 -C extra-filename=-d3aa762fc698c802 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7092026-03-27T04:35:09.477Z Compiling pest_derive v2.8.1
7102026-03-27T04:35:09.477Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.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=e7b3c43cf405e299 -C extra-filename=-305a3eb57b6f1efa --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-f82a983a62881a2b.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-84d5aee635be1dbf.rlib --extern proc_macro --cap-lints allow`
7112026-03-27T04:35:09.596Z Compiling icu_properties v1.5.1
7122026-03-27T04:35:09.599Z Compiling ipnet v2.10.0
7132026-03-27T04:35:09.599Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=60621e9eb1a3d699 -C extra-filename=-b9df2266b9d46597 --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-a593509c248a4eb2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-a599f5c4e757984d.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-e1cd31db2c0cbfed.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-299b21727e31b65f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-8030cab93a4e96cc.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-d6cf3c68af49a652.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
7142026-03-27T04:35:09.599Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=d17f895997d2501b -C extra-filename=-8ab752afb4ebd073 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7152026-03-27T04:35:09.631Z Compiling utf16_iter v1.0.5
7162026-03-27T04:35:09.634Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57b02ee5dd5cd019 -C extra-filename=-07ce2f0b29e28251 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7172026-03-27T04:35:09.766Z Compiling paste v1.0.15
7182026-03-27T04:35:09.769Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40b953393c08ab4f -C extra-filename=-0b366a19484496a1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-0b366a19484496a1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7192026-03-27T04:35:10.021Z Compiling h2 v0.4.6
7202026-03-27T04:35:10.024Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=8c976c2c4bd7d5e5 -C extra-filename=-910158b9078de164 --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-61e8f4364b33cbe0.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-12e0056c78d4b2dd.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-2089c306af046592.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-39fb6a0fcd523c9d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-edd0d93b5a12d919.rmeta --cap-lints allow`
7212026-03-27T04:35:10.050Z Compiling dtrace-parser v0.3.0
7222026-03-27T04:35:10.050Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.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=ce92d2f4611d0948 -C extra-filename=-e97449f6ab277c60 --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-f82a983a62881a2b.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-305a3eb57b6f1efa.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --cap-lints allow`
7232026-03-27T04:35:10.079Z Compiling usdt-impl v0.6.0
7242026-03-27T04:35:10.082Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.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=227e5398af9b6661 -C extra-filename=-d499f2019cf7303c --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-d499f2019cf7303c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7252026-03-27T04:35:10.109Z Compiling crc32fast v1.5.0
7262026-03-27T04:35:10.111Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=aa251fa2a854fb35 -C extra-filename=-294799f585486433 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-294799f585486433 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7272026-03-27T04:35:10.132Z Compiling icu_normalizer_data v1.5.0
7282026-03-27T04:35:10.141Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=192c6ec14dc94aa1 -C extra-filename=-84341fb4c87c6ea9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7292026-03-27T04:35:10.155Z Compiling foreign-types-shared v0.1.1
7302026-03-27T04:35:10.158Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4542c375ea9a6a2e -C extra-filename=-c19a34e3fda6d1a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7312026-03-27T04:35:10.201Z Compiling utf8_iter v1.0.4
7322026-03-27T04:35:10.204Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b3aa3007cf3eda6 -C extra-filename=-beac85561be9ef7a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7332026-03-27T04:35:10.236Z Compiling foreign-types v0.3.2
7342026-03-27T04:35:10.236Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff5e1a8f9612e1f5 -C extra-filename=-54820b1f5efdb368 --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-c19a34e3fda6d1a5.rmeta --cap-lints allow`
7352026-03-27T04:35:10.304Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-0b366a19484496a1/build-script-build`
7362026-03-27T04:35:10.314Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-d499f2019cf7303c/build-script-build`
7372026-03-27T04:35:10.325Z Compiling dof v0.4.0
7382026-03-27T04:35:10.332Z Running `/home/build/.rustup/toolchains/1.94.1-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=f338b20e7e91cba3 -C extra-filename=-ddfb0af3b2a7c3cd --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-907685d3a135a0f3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-e2af122ba7793e75.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a2c03f4335bb79d9.rmeta --cap-lints allow`
7392026-03-27T04:35:10.343Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-f865943ca64bae43/build-script-build`
7402026-03-27T04:35:10.359Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-02e51ad97de951bc/build-script-build`
7412026-03-27T04:35:10.363Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-b7e38db4e9122643/build-script-build`
7422026-03-27T04:35:10.389Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-294799f585486433/build-script-build`
7432026-03-27T04:35:10.432Z Running `/home/build/.rustup/toolchains/1.94.1-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=90c87f6747fcdaaf -C extra-filename=-f55ce11e3bfac78d --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-cee5e247d003ae25.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7442026-03-27T04:35:10.478Z Compiling scroll v0.13.0
7452026-03-27T04:35:10.481Z Running `/home/build/.rustup/toolchains/1.94.1-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=9671cde7b7157114 -C extra-filename=-c93b0b5742c34507 --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-d9fb0093b0b7cf31.so --cap-lints allow`
7462026-03-27T04:35:10.557Z Running `/home/build/.rustup/toolchains/1.94.1-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=1d5377d67ebfd3da -C extra-filename=-1e7495f0a4d6545e --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-15cbd4d53dbbf462.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-0b091137e8a0ccfb.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7472026-03-27T04:35:10.740Z Compiling block-buffer v0.10.2
7482026-03-27T04:35:10.744Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=461bab4d16e036fd -C extra-filename=-892d8d643a79ad28 --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-0ebc67a6f898addc.rmeta --cap-lints allow`
7492026-03-27T04:35:10.773Z Compiling crypto-common v0.1.6
7502026-03-27T04:35:10.775Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=1eb982ee4ae89ee1 -C extra-filename=-fb71cfdfcd12c6de --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-0ebc67a6f898addc.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-6fcf70d32e3142a1.rmeta --cap-lints allow`
7512026-03-27T04:35:10.832Z Compiling openssl-macros v0.1.1
7522026-03-27T04:35:10.835Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0b2577ae75270fa -C extra-filename=-e869357a2ad99f71 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
7532026-03-27T04:35:10.874Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.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=dd380fd57971044b -C extra-filename=-54e4995cc89d1bea --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-313e13259bb1c461.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)'`
7542026-03-27T04:35:10.895Z Compiling form_urlencoded v1.2.2
7552026-03-27T04:35:10.898Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.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=8b3d294c95ebc5cb -C extra-filename=-5156871bfd7d3151 --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-93d7f80431f00e6f.rmeta --cap-lints allow`
7562026-03-27T04:35:10.921Z Compiling rand_core v0.6.3
7572026-03-27T04:35:10.924Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4291fed05737953d -C extra-filename=-d9781c13554b1375 --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-f4f869c077dab532.rmeta --cap-lints allow`
7582026-03-27T04:35:11.079Z Compiling plain v0.2.3
7592026-03-27T04:35:11.082Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6384a7c208ee1ce5 -C extra-filename=-a315859cc29ff3b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7602026-03-27T04:35:11.145Z Compiling icu_normalizer v1.5.0
7612026-03-27T04:35:11.148Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=c1d43fe49ae93fac -C extra-filename=-160b8ec48bfbd67b --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-a593509c248a4eb2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-a599f5c4e757984d.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-84341fb4c87c6ea9.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-b9df2266b9d46597.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-8030cab93a4e96cc.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6ff1f86f73ad9adc.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-07ce2f0b29e28251.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-beac85561be9ef7a.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-d20fe1a5a824a30f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-d1625ee40aa8101d.rmeta --cap-lints allow`
7622026-03-27T04:35:11.186Z Compiling rustls v0.22.4
7632026-03-27T04:35:11.189Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=e6ea786a872da807 -C extra-filename=-d6b625d77eff9723 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-d6b625d77eff9723 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7642026-03-27T04:35:11.301Z Compiling adler2 v2.0.1
7652026-03-27T04:35:11.304Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.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("core", "default", "rustc-dep-of-std", "std"))' -C metadata=9bd3d379726fcafa -C extra-filename=-c4c0e428c112a074 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7662026-03-27T04:35:11.360Z Compiling native-tls v0.2.12
7672026-03-27T04:35:11.363Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=4c95c19712a23060 -C extra-filename=-b826b2969476ef8e --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-b826b2969476ef8e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682026-03-27T04:35:11.402Z Compiling simd-adler32 v0.3.7
7692026-03-27T04:35:11.408Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=f962e776eac33a33 -C extra-filename=-b14fd6dfef242556 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7702026-03-27T04:35:11.422Z Compiling ppv-lite86 v0.2.15
7712026-03-27T04:35:11.430Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=c72934c7285952c1 -C extra-filename=-d817732b691b19e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722026-03-27T04:35:11.433Z Compiling mime v0.3.16
7732026-03-27T04:35:11.433Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b7652835fc90aad -C extra-filename=-5025b535eb8400cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742026-03-27T04:35:11.594Z Compiling ryu v1.0.5
7752026-03-27T04:35:11.597Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=3afad287f6d75db2 -C extra-filename=-857181c983bf90ad --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-857181c983bf90ad -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7762026-03-27T04:35:11.603Z Compiling rustls v0.23.13
7772026-03-27T04:35:11.603Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=201b8595e096028f -C extra-filename=-07619f3556e0e5eb --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-07619f3556e0e5eb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782026-03-27T04:35:11.633Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-b826b2969476ef8e/build-script-build`
7792026-03-27T04:35:11.645Z Compiling idna_adapter v1.2.0
7802026-03-27T04:35:11.652Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=7f2cddfed0aecced -C extra-filename=-86c2d00a468ac17c --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-160b8ec48bfbd67b.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-b9df2266b9d46597.rmeta --cap-lints allow`
7812026-03-27T04:35:11.696Z Compiling rand_chacha v0.3.1
7822026-03-27T04:35:11.699Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=952d71215212b234 -C extra-filename=-c7ca759df9692e4e --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-d817732b691b19e4.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9781c13554b1375.rmeta --cap-lints allow`
7832026-03-27T04:35:11.712Z Compiling miniz_oxide v0.8.9
7842026-03-27T04:35:11.715Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=f9b42aa9967113ca -C extra-filename=-af85538b2f38d28c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern adler2=/work/oxidecomputer/dropshot/target/debug/deps/libadler2-c4c0e428c112a074.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-b14fd6dfef242556.rmeta --cap-lints allow`
7852026-03-27T04:35:11.797Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-d6b625d77eff9723/build-script-build`
7862026-03-27T04:35:11.809Z Running `/home/build/.rustup/toolchains/1.94.1-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=ecb183848105e778 -C extra-filename=-e432cda954467d52 --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-15cbd4d53dbbf462.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-ab248e87bd2619d5.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-54820b1f5efdb368.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-3cb67567f99fc50d.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-e869357a2ad99f71.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-54e4995cc89d1bea.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)'`
7872026-03-27T04:35:11.813Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-07619f3556e0e5eb/build-script-build`
7882026-03-27T04:35:11.825Z Compiling goblin v0.10.1
7892026-03-27T04:35:11.828Z Running `/home/build/.rustup/toolchains/1.94.1-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=ac9ba8e22860ab98 -C extra-filename=-e664113bfa8320cf --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-f9adad647fcd28a3.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-a315859cc29ff3b1.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-c93b0b5742c34507.rmeta --cap-lints allow`
7902026-03-27T04:35:11.882Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-857181c983bf90ad/build-script-build`
7912026-03-27T04:35:11.923Z Compiling digest v0.10.7
7922026-03-27T04:35:11.925Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=07d440847de0f895 -C extra-filename=-5d2af821c71fab60 --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-892d8d643a79ad28.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-fb71cfdfcd12c6de.rmeta --cap-lints allow`
7932026-03-27T04:35:11.964Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.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=9091753ae95a3dba -C extra-filename=-ae3171615f16307e --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-ccf00d6fed8c7f4f.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-ddfb0af3b2a7c3cd.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-e97449f6ab277c60.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-e2af122ba7793e75.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-1d03297b5db4abf2.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)'`
7942026-03-27T04:35:12.073Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=80582a8eb9c20a68 -C extra-filename=-1c65883680e8dc88 --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`
7952026-03-27T04:35:12.176Z Compiling hyper v1.8.1
7962026-03-27T04:35:12.179Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=d25419094a28acd4 -C extra-filename=-6140fa2c90e5bcf6 --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-61e8f4364b33cbe0.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-6ff56a5da0677ddb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-910158b9078de164.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-507cfc93e4fd892b.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-3b32f88f24eab368.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-8e04e38858401642.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-7c1605eadb3333d8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-83a470adee313f4b.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6ff1f86f73ad9adc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-6efdfb3e0d3f0b05.rmeta --cap-lints allow`
7972026-03-27T04:35:12.235Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=67fda8c1aeacec51 -C extra-filename=-316873ed0e1f5175 --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`
7982026-03-27T04:35:12.432Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=24805754786280b5 -C extra-filename=-82c07a5dc22c28e3 --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-ab248e87bd2619d5.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7992026-03-27T04:35:12.469Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1426999ee557e136 -C extra-filename=-efc3619923ee1703 --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"))'`
8002026-03-27T04:35:12.517Z Compiling unicode-segmentation v1.10.0
8012026-03-27T04:35:12.520Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=5ce774fb3d38010c -C extra-filename=-513e2fffcad8edfc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8022026-03-27T04:35:12.600Z Compiling thiserror v1.0.69
8032026-03-27T04:35:12.608Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3e8e0554819863a -C extra-filename=-c0bf6ea8016b1a54 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-c0bf6ea8016b1a54 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8042026-03-27T04:35:12.635Z Compiling unicode-width v0.1.9
8052026-03-27T04:35:12.638Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=722351eb3ff06dc1 -C extra-filename=-8ada9c8aa019ddf6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8062026-03-27T04:35:12.745Z Compiling iana-time-zone v0.1.47
8072026-03-27T04:35:12.754Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=0801b57db8b3642c -C extra-filename=-6ad2b1a151b7d264 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8082026-03-27T04:35:12.881Z Compiling lazy_static v1.5.0
8092026-03-27T04:35:12.884Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=ab844077db6fd27e -C extra-filename=-f3895006bc58994d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8102026-03-27T04:35:12.909Z Compiling cpufeatures v0.2.17
8112026-03-27T04:35:12.912Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=650a85fe0e4580a6 -C extra-filename=-a97e454f3fd590b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8122026-03-27T04:35:12.971Z Compiling winnow v1.0.0
8132026-03-27T04:35:12.974Z Compiling pretty-hex v0.4.1
8142026-03-27T04:35:12.974Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=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_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_enums' '--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", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=8c898479a650ae86 -C extra-filename=-cccd554eb4f28093 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8152026-03-27T04:35:12.974Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=ec90d31a59162ac7 -C extra-filename=-4dcd9c1117207844 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8162026-03-27T04:35:12.996Z Compiling sha1 v0.10.6
8172026-03-27T04:35:12.999Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.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=4bde3fa46f014b5b -C extra-filename=-5708a98d1b73b288 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-5708a98d1b73b288 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8182026-03-27T04:35:12.999Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=dfcdea6ae6b8cfdc -C extra-filename=-073b9dd52b607dd3 --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-ab248e87bd2619d5.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-a97e454f3fd590b9.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-5d2af821c71fab60.rmeta --cap-lints allow`
8192026-03-27T04:35:13.113Z Compiling console v0.15.7
8202026-03-27T04:35:13.116Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=8ce1b4077a1af213 -C extra-filename=-d0546ec5ea9218cd --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-f3895006bc58994d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-8ada9c8aa019ddf6.rmeta --cap-lints allow`
8212026-03-27T04:35:13.184Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-c0bf6ea8016b1a54/build-script-build`
8222026-03-27T04:35:13.217Z Compiling chrono v0.4.44
8232026-03-27T04:35:13.220Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.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 --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", "defmt", "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=b5b7ec5f3763bb2b -C extra-filename=-cc069c1c37f8011e --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-6ad2b1a151b7d264.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-1c65883680e8dc88.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --cap-lints allow`
8242026-03-27T04:35:13.236Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-5708a98d1b73b288/build-script-build`
8252026-03-27T04:35:13.240Z Compiling newline-converter v0.3.0
8262026-03-27T04:35:13.244Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c28b15f6c8f52895 -C extra-filename=-9dd1cb29a9682b47 --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-513e2fffcad8edfc.rmeta --cap-lints allow`
8272026-03-27T04:35:13.320Z Compiling hyper-util v0.1.20
8282026-03-27T04:35:13.323Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.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 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=19384b79d2eaaf8c -C extra-filename=-b880abe00721bcfe --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-430f637573e420a9.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-6ff56a5da0677ddb.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-507cfc93e4fd892b.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-8ab752afb4ebd073.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2432774d548445a9.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-c8daf584d18e1615.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-edd0d93b5a12d919.rmeta --cap-lints allow`
8292026-03-27T04:35:13.351Z Compiling toml_parser v1.0.10+spec-1.1.0
8302026-03-27T04:35:13.360Z Running `/home/build/.rustup/toolchains/1.94.1-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.10+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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_enums' '--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=f0e0849810a31a6a -C extra-filename=-6d9eda87ccb77573 --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-cccd554eb4f28093.rmeta --cap-lints allow`
8312026-03-27T04:35:13.364Z Compiling flate2 v1.1.9
8322026-03-27T04:35:13.367Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=3dd041355d880636 -C extra-filename=-c4df431c29373dfc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crc32fast=/work/oxidecomputer/dropshot/target/debug/deps/libcrc32fast-82c07a5dc22c28e3.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-af85538b2f38d28c.rmeta --cap-lints allow`
8332026-03-27T04:35:13.740Z Compiling mime_guess v2.0.5
8342026-03-27T04:35:13.743Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=302e06ed2f2eaa9e -C extra-filename=-ce2b71c596524082 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-ce2b71c596524082 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-316873ed0e1f5175.rlib --cap-lints allow`
8352026-03-27T04:35:13.796Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=379de218e535a431 -C extra-filename=-07aea53bac06ef8c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8362026-03-27T04:35:13.965Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=2c3371fcc280c680 -C extra-filename=-4c28c6e0597cfce7 --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-f9adad647fcd28a3.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-e432cda954467d52.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-d3aa762fc698c802.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-54e4995cc89d1bea.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8372026-03-27T04:35:13.975Z Compiling rand v0.8.4
8382026-03-27T04:35:13.982Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=5c64f31bd95f8a2e -C extra-filename=-11b923c8cabe5b8c --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-313e13259bb1c461.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-c7ca759df9692e4e.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9781c13554b1375.rmeta --cap-lints allow`
8392026-03-27T04:35:14.044Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=003241d2c2c77bd1 -C extra-filename=-042d436254051f4d --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-3cb67567f99fc50d.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-1293d1c5f273246f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-6253489725400851.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-1cf7c7907a54314c.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-356f7e97cfdedf56.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8402026-03-27T04:35:14.239Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=240defe22eb9263c -C extra-filename=-0b9af6d39466695f --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-f9adad647fcd28a3.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-1293d1c5f273246f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-6253489725400851.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-1cf7c7907a54314c.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-356f7e97cfdedf56.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
8412026-03-27T04:35:14.256Z Compiling idna v1.0.3
8422026-03-27T04:35:14.259Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=182645660b986290 -C extra-filename=-79aa053d527f965f --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-86c2d00a468ac17c.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6ff1f86f73ad9adc.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-beac85561be9ef7a.rmeta --cap-lints allow`
8432026-03-27T04:35:14.606Z Running `/home/build/.rustup/toolchains/1.94.1-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=158ceb386191bdd2 -C extra-filename=-bea77db934766cf8 --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-e664113bfa8320cf.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-4dcd9c1117207844.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a2c03f4335bb79d9.rmeta --cap-lints allow`
8442026-03-27T04:35:14.755Z Compiling concurrent-queue v2.5.0
8452026-03-27T04:35:14.759Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=899d9c00fd78bbb0 -C extra-filename=-6089d4d17d707d88 --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-b80aace47222005a.rmeta --cap-lints allow`
8462026-03-27T04:35:14.897Z Compiling thiserror-impl v1.0.69
8472026-03-27T04:35:14.900Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6f33e6ca6e7d002 -C extra-filename=-10209744bbfe6b25 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
8482026-03-27T04:35:14.961Z Compiling serde_derive_internals v0.29.0
8492026-03-27T04:35:14.963Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c30d104d85cc9207 -C extra-filename=-5c65b106bc2c35b3 --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-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow`
8502026-03-27T04:35:14.996Z Compiling http-body-util v0.1.3
8512026-03-27T04:35:14.999Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=80390513447d6a9c -C extra-filename=-a2ee5d8983fd13de --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-1c2349a071c4ba03.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-507cfc93e4fd892b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --cap-lints allow`
8522026-03-27T04:35:15.014Z Compiling rustls-pemfile v2.2.0
8532026-03-27T04:35:15.022Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.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=13168c9167427d11 -C extra-filename=-24159a20e7e12087 --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-ab73fbbc432be8da.rmeta --cap-lints allow`
8542026-03-27T04:35:15.211Z Compiling serde_spanned v1.0.4
8552026-03-27T04:35:15.215Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=f6f44a765a40fb1f -C extra-filename=-f1d6a651b95c77d5 --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-3d98f8a48067b7ef.rmeta --cap-lints allow`
8562026-03-27T04:35:15.230Z Compiling toml_datetime v1.0.1+spec-1.1.0
8572026-03-27T04:35:15.239Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.0.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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_enums' '--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=f1c63453222510d7 -C extra-filename=-ee72426858708ce0 --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-3d98f8a48067b7ef.rmeta --cap-lints allow`
8582026-03-27T04:35:15.360Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --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=51b5634349b6e0b3 -C extra-filename=-9a778c1020493504 --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-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-5613ee3869b1a5ee.rmeta --cap-lints allow`
8592026-03-27T04:35:15.536Z Compiling thread_local v1.1.4
8602026-03-27T04:35:15.539Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=874394ff23ca2cf4 -C extra-filename=-bba8a71ce121c0ee --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-3cb67567f99fc50d.rmeta --cap-lints allow`
8612026-03-27T04:35:15.692Z Compiling multer v3.1.0
8622026-03-27T04:35:15.695Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=b4a0334a514b5b71 -C extra-filename=-f53789aac1254cf4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-f53789aac1254cf4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-2daa9645b0f6268d.rlib --cap-lints allow`
8632026-03-27T04:35:15.707Z Compiling sync_wrapper v1.0.1
8642026-03-27T04:35:15.710Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=8bca89d1002ca058 -C extra-filename=-a8e9e6dfc2719198 --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-fa37e7e0cdaba48e.rmeta --cap-lints allow`
8652026-03-27T04:35:15.799Z Compiling encoding_rs v0.8.32
8662026-03-27T04:35:15.802Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=1c0559511d9860f8 -C extra-filename=-be3c9756abbaf69a --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-ab248e87bd2619d5.rmeta --cap-lints allow`
8672026-03-27T04:35:15.815Z Compiling target-triple v1.0.0
8682026-03-27T04:35:15.823Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7e353011c7be704 -C extra-filename=-9b9cdec79b4c5067 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-9b9cdec79b4c5067 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8692026-03-27T04:35:15.910Z Compiling camino v1.2.2
8702026-03-27T04:35:15.914Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=531d0623f373e43e -C extra-filename=-7fe1b766d179709e --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-7fe1b766d179709e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8712026-03-27T04:35:16.040Z Compiling match_cfg v0.1.0
8722026-03-27T04:35:16.043Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=ee2f2d7fb4074ed4 -C extra-filename=-2dcd06df41969590 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8732026-03-27T04:35:16.097Z Compiling toml_writer v1.0.7+spec-1.1.0
8742026-03-27T04:35:16.100Z Running `/home/build/.rustup/toolchains/1.94.1-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.7+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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_enums' '--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=534e4398752496c2 -C extra-filename=-dccbcc1349241e29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8752026-03-27T04:35:16.106Z Compiling schemars v0.8.22
8762026-03-27T04:35:16.109Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=a1090e7a49be78c0 -C extra-filename=-d619a50aed35cd8c --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-d619a50aed35cd8c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8772026-03-27T04:35:16.233Z Compiling slog-async v2.8.0
8782026-03-27T04:35:16.242Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=49f9d5c45e92e12a -C extra-filename=-6cf168422a11cf6f --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-6cf168422a11cf6f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8792026-03-27T04:35:16.309Z Compiling heck v0.5.0
8802026-03-27T04:35:16.312Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ce9e34fe66241bd -C extra-filename=-ba5af341ae66f4a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8812026-03-27T04:35:16.339Z Compiling semver v1.0.27
8822026-03-27T04:35:16.342Z Running `/home/build/.rustup/toolchains/1.94.1-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=e689c0405575f5e9 -C extra-filename=-06c7c98c21995b70 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8832026-03-27T04:35:16.514Z Compiling parking v2.2.0
8842026-03-27T04:35:16.514Z Compiling similar v2.2.1
8852026-03-27T04:35:16.517Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=05ce467c572c52d9 -C extra-filename=-205dbb05448622c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8862026-03-27T04:35:16.517Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=df4a3628f71a7bd0 -C extra-filename=-5aea91cd966b3633 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8872026-03-27T04:35:16.556Z Compiling compression-core v0.4.31
8882026-03-27T04:35:16.559Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.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 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9db736e98f5599bb -C extra-filename=-bd174913cd4e5ef8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8892026-03-27T04:35:16.671Z Compiling compression-codecs v0.4.37
8902026-03-27T04:35:16.675Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.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 -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=90a2a71eed6e1cfe -C extra-filename=-041f552019a6e5c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-bd174913cd4e5ef8.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e92d40ad2392f92c.rmeta --cap-lints allow`
8912026-03-27T04:35:16.700Z Compiling event-listener v5.0.0
8922026-03-27T04:35:16.714Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=da54f781dd9f5175 -C extra-filename=-27b62563b0fa7880 --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-6089d4d17d707d88.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-205dbb05448622c9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --cap-lints allow`
8932026-03-27T04:35:16.717Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-6cf168422a11cf6f/build-script-build`
8942026-03-27T04:35:16.755Z Compiling tokio-rustls v0.26.0
8952026-03-27T04:35:16.758Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=026da9f34d008ae3 -C extra-filename=-a23021ad927ccf22 --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-042d436254051f4d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
8962026-03-27T04:35:16.929Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-d619a50aed35cd8c/build-script-build`
8972026-03-27T04:35:16.942Z Compiling toml v1.0.7+spec-1.1.0
8982026-03-27T04:35:16.945Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.0.7+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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_enums' '--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=31a7b25a93694620 -C extra-filename=-36ad1e6aa26a65dd --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-3d98f8a48067b7ef.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-f1d6a651b95c77d5.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-ee72426858708ce0.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-6d9eda87ccb77573.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-dccbcc1349241e29.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-cccd554eb4f28093.rmeta --cap-lints allow`
8992026-03-27T04:35:16.986Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-7fe1b766d179709e/build-script-build`
9002026-03-27T04:35:16.996Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-9b9cdec79b4c5067/build-script-build`
9012026-03-27T04:35:17.022Z Compiling hostname v0.3.1
9022026-03-27T04:35:17.026Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=1857044d46b0c935 -C extra-filename=-acdacc008decab36 --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-313e13259bb1c461.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-2dcd06df41969590.rmeta --cap-lints allow`
9032026-03-27T04:35:17.071Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2479a2d33a1de2b0 -C extra-filename=-15bc9719087c97b9 --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-10209744bbfe6b25.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
9042026-03-27T04:35:17.174Z Compiling tokio-rustls v0.25.0
9052026-03-27T04:35:17.177Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=0f7d3683032f7a8b -C extra-filename=-b83acb11509f10e6 --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-0b9af6d39466695f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
9062026-03-27T04:35:17.188Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-f53789aac1254cf4/build-script-build`
9072026-03-27T04:35:17.231Z Compiling tower v0.5.2
9082026-03-27T04:35:17.235Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="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=2f083c3457984377 -C extra-filename=-733489855ba365f6 --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-fa37e7e0cdaba48e.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a8e9e6dfc2719198.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-c8daf584d18e1615.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --cap-lints allow`
9092026-03-27T04:35:17.395Z Compiling schemars_derive v0.8.22
9102026-03-27T04:35:17.404Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=709dd1e444cac4c0 -C extra-filename=-d513359e9919a576 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-5c65b106bc2c35b3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
9112026-03-27T04:35:17.470Z Compiling url v2.5.4
9122026-03-27T04:35:17.477Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=9f76c7dc9c6d33dc -C extra-filename=-d90c9a940bfa3c8d --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-5156871bfd7d3151.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-79aa053d527f965f.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --cap-lints allow`
9132026-03-27T04:35:17.502Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-ce2b71c596524082/build-script-build`
9142026-03-27T04:35:17.520Z Compiling tokio-native-tls v0.3.1
9152026-03-27T04:35:17.529Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=11fb317bb7b55449 -C extra-filename=-eca4730e99bafeb6 --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-4c28c6e0597cfce7.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9162026-03-27T04:35:17.688Z Compiling serde_urlencoded v0.7.1
9172026-03-27T04:35:17.691Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3609d2f31d2d1e48 -C extra-filename=-7c3fcb1842f82ac9 --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-5156871bfd7d3151.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-7c1605eadb3333d8.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-07aea53bac06ef8c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --cap-lints allow`
9182026-03-27T04:35:17.719Z Compiling usdt-attr-macro v0.6.0
9192026-03-27T04:35:17.722Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.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=04d642659b2ebb22 -C extra-filename=-9a53d5a4df8f66f6 --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-e97449f6ab277c60.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ae3171615f16307e.rlib --extern proc_macro --cap-lints allow`
9202026-03-27T04:35:17.940Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.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=942c548ba020902f -C extra-filename=-004e84320e95a2f5 --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-ccf00d6fed8c7f4f.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-bea77db934766cf8.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-e97449f6ab277c60.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9a778c1020493504.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-1d03297b5db4abf2.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)'`
9212026-03-27T04:35:18.263Z Compiling usdt-macro v0.6.0
9222026-03-27T04:35:18.266Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.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=e501bd11db6723d5 -C extra-filename=-5069a009fcaee77a --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-e97449f6ab277c60.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ae3171615f16307e.rlib --extern proc_macro --cap-lints allow`
9232026-03-27T04:35:18.273Z Compiling slog-json v2.6.1
9242026-03-27T04:35:18.281Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=6a9afd37febc29a6 -C extra-filename=-5b49f94660dab525 --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-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-395363902e5dc4de.rmeta --cap-lints allow`
9252026-03-27T04:35:18.476Z Compiling futures-executor v0.3.32
9262026-03-27T04:35:18.480Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.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 --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", "thread-pool"))' -C metadata=bf527e0d54e2fe4a -C extra-filename=-9dbf625a9f26aa3b --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-fa37e7e0cdaba48e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-3641d96a261d4856.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --cap-lints allow`
9272026-03-27T04:35:18.534Z Compiling tempfile v3.27.0
9282026-03-27T04:35:18.534Z Compiling crossbeam-channel v0.5.15
9292026-03-27T04:35:18.537Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.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 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=79d31aa2537cb23a -C extra-filename=-e3671f2cd6def132 --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-b80aace47222005a.rmeta --cap-lints allow`
9302026-03-27T04:35:18.537Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --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=972e426ba0375ff8 -C extra-filename=-05a673ac7fa6b694 --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-23457025b99e6995.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-4f2a7d106ecb50d4.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-3cb67567f99fc50d.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-90daa0656a9a8dda.rmeta --cap-lints allow`
9312026-03-27T04:35:18.610Z Compiling async-stream-impl v0.3.6
9322026-03-27T04:35:18.618Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a491585faeff03 -C extra-filename=-a4f1bc8c7c71df50 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
9332026-03-27T04:35:18.667Z Compiling uuid v1.22.0
9342026-03-27T04:35:18.676Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.22.0/src/lib.rs --error-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=0221d1a68ecfbcc0 -C extra-filename=-c0a90f330ef23958 --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-4f2a7d106ecb50d4.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --cap-lints allow`
9352026-03-27T04:35:18.766Z Compiling webpki-roots v0.26.5
9362026-03-27T04:35:18.769Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dad78ac72eb46263 -C extra-filename=-bafd939816055632 --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-ab73fbbc432be8da.rmeta --cap-lints allow`
9372026-03-27T04:35:18.888Z Compiling is-terminal v0.4.12
9382026-03-27T04:35:18.896Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed3229764629af56 -C extra-filename=-ed7c300806b10f23 --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-313e13259bb1c461.rmeta --cap-lints allow`
9392026-03-27T04:35:18.955Z Compiling memmap2 v0.9.8
9402026-03-27T04:35:18.961Z Running `/home/build/.rustup/toolchains/1.94.1-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=ef27c44aa1ff224b -C extra-filename=-8d248b4089892dd2 --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-313e13259bb1c461.rmeta --cap-lints allow`
9412026-03-27T04:35:18.980Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
9422026-03-27T04:35:18.982Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b46d575ba241f626 -C extra-filename=-0d630417ac8dd2d0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-0d630417ac8dd2d0 -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-2daa9645b0f6268d.rlib`
9432026-03-27T04:35:19.025Z Compiling data-encoding v2.4.0
9442026-03-27T04:35:19.028Z Compiling dyn-clone v1.0.4
9452026-03-27T04:35:19.028Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=416ddcc9c1fcc4a2 -C extra-filename=-9ad97353986669fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9462026-03-27T04:35:19.028Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d4790cf30d437e5 -C extra-filename=-e1ef42434a3deb88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9472026-03-27T04:35:19.092Z Compiling anyhow v1.0.102
9482026-03-27T04:35:19.095Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/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=ad033c6e5e1071ad -C extra-filename=-3069129a0bfe7439 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-3069129a0bfe7439 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9492026-03-27T04:35:19.123Z Compiling take_mut v0.2.2
9502026-03-27T04:35:19.128Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80c982ad5a176a7b -C extra-filename=-2f2b1d388ae3ecdc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9512026-03-27T04:35:19.176Z Compiling utf-8 v0.7.6
9522026-03-27T04:35:19.183Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc7d2d017db8bea4 -C extra-filename=-60ad220600bf9885 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9532026-03-27T04:35:19.212Z Compiling iri-string v0.7.8
9542026-03-27T04:35:19.220Z Running `/home/build/.rustup/toolchains/1.94.1-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=46ffe0c72f2e8d98 -C extra-filename=-ff4374aa163f8266 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9552026-03-27T04:35:19.227Z Compiling spin v0.9.8
9562026-03-27T04:35:19.230Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=c8ebd61fe9d24413 -C extra-filename=-8c62208000a0fb52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9572026-03-27T04:35:19.240Z Compiling term v1.1.0
9582026-03-27T04:35:19.243Z Running `/home/build/.rustup/toolchains/1.94.1-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=947640f1c7438ee9 -C extra-filename=-6932e1ae89dd7e99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9592026-03-27T04:35:19.310Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=18ef0b02284fdaa2 -C extra-filename=-ce625d601af039e1 --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-1c2349a071c4ba03.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-be3c9756abbaf69a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-3b32f88f24eab368.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e92d40ad2392f92c.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-5025b535eb8400cf.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-8c62208000a0fb52.rmeta --cap-lints allow`
9602026-03-27T04:35:19.338Z Compiling tungstenite v0.24.0
9612026-03-27T04:35:19.346Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=b10be7f2843e36b7 -C extra-filename=-301d31025a93f3bf --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-ccf00d6fed8c7f4f.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-9ad97353986669fa.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-3b32f88f24eab368.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-11b923c8cabe5b8c.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-15bc9719087c97b9.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-60ad220600bf9885.rmeta --cap-lints allow`
9622026-03-27T04:35:19.351Z Compiling async-stream v0.3.6
9632026-03-27T04:35:19.354Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e99dc203ae8ea982 -C extra-filename=-12c967a75b172245 --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-a4f1bc8c7c71df50.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --cap-lints allow`
9642026-03-27T04:35:19.409Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-3069129a0bfe7439/build-script-build`
9652026-03-27T04:35:19.527Z Compiling slog-term v2.9.2
9662026-03-27T04:35:19.530Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.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=46b09a4b06a73cf8 -C extra-filename=-e740f0bd2fbbc5c3 --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-cc069c1c37f8011e.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-ed7c300806b10f23.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-6932e1ae89dd7e99.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-bba8a71ce121c0ee.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-395363902e5dc4de.rmeta --cap-lints allow`
9672026-03-27T04:35:19.623Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-0d630417ac8dd2d0/build-script-build`
9682026-03-27T04:35:19.674Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=d2a3707489b7473b -C extra-filename=-8a57dcdf6b648e68 --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-e3671f2cd6def132.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-2f2b1d388ae3ecdc.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-bba8a71ce121c0ee.rmeta --cap-lints allow --cfg integer128`
9692026-03-27T04:35:19.814Z Compiling usdt v0.6.0
9702026-03-27T04:35:19.817Z Running `/home/build/.rustup/toolchains/1.94.1-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=4969c29dd47366c0 -C extra-filename=-a2047e8836a66658 --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-bea77db934766cf8.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-e664113bfa8320cf.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-8d248b4089892dd2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-9a53d5a4df8f66f6.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-004e84320e95a2f5.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-5069a009fcaee77a.so --cap-lints allow`
9712026-03-27T04:35:19.824Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=a0a0b73aef4afb3c -C extra-filename=-3204254cd30e40ea --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-cc069c1c37f8011e.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-e1ef42434a3deb88.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-d513359e9919a576.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9722026-03-27T04:35:19.943Z Compiling hyper-rustls v0.27.3
9732026-03-27T04:35:19.951Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=c2d4acbde0708220 -C extra-filename=-058926bdb77a582a --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-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-042d436254051f4d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a23021ad927ccf22.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-bafd939816055632.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
9742026-03-27T04:35:20.094Z Compiling atomicwrites v0.4.4
9752026-03-27T04:35:20.097Z Running `/home/build/.rustup/toolchains/1.94.1-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=98381f7bd4940950 -C extra-filename=-29166aec6ff9f95c --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-1e7495f0a4d6545e.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rmeta --cap-lints allow`
9762026-03-27T04:35:20.141Z Compiling futures v0.3.32
9772026-03-27T04:35:20.144Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.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 --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", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=b67601f0b3cb901c -C extra-filename=-a64f3596ce6cfea6 --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-6ff56a5da0677ddb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-9dbf625a9f26aa3b.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-e6f3b43cf5c2ef38.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-2089c306af046592.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-3641d96a261d4856.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --cap-lints allow`
9782026-03-27T04:35:20.150Z Compiling slog-bunyan v2.5.0
9792026-03-27T04:35:20.174Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=f2dbf47aa1953b14 -C extra-filename=-4764ac7b0694aa94 --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-acdacc008decab36.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-395363902e5dc4de.rmeta --cap-lints allow`
9802026-03-27T04:35:20.216Z Compiling hyper-tls v0.6.0
9812026-03-27T04:35:20.219Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=97fb9997ac32c83d -C extra-filename=-5df192f1bb0e4f87 --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-5025b535eb8400cf.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-316873ed0e1f5175.rmeta --cap-lints allow`
9822026-03-27T04:35:20.219Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=aee41f443297bd32 -C extra-filename=-5e3618e26532779a --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-1c2349a071c4ba03.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-4c28c6e0597cfce7.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-eca4730e99bafeb6.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9832026-03-27T04:35:20.269Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=73727fd187a35796 -C extra-filename=-ddc26909be6534db --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-3d98f8a48067b7ef.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
9842026-03-27T04:35:20.278Z Compiling event-listener-strategy v0.5.4
9852026-03-27T04:35:20.282Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94742c1867a704c4 -C extra-filename=-dd1ebc2bdda9d3d2 --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"))'`
9862026-03-27T04:35:20.282Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.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=1a9cbc7144c7b7fc -C extra-filename=-070382828a944c7a --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-27b62563b0fa7880.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --cap-lints allow`
9872026-03-27T04:35:20.309Z Compiling tower-http v0.6.8
9882026-03-27T04:35:20.312Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=34639c6454e47c7a -C extra-filename=-1f508cbff1b6e842 --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-15cbd4d53dbbf462.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-507cfc93e4fd892b.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-ff4374aa163f8266.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-733489855ba365f6.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-c8daf584d18e1615.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --cap-lints allow`
9892026-03-27T04:35:20.357Z Compiling async-compression v0.4.41
9902026-03-27T04:35:20.361Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.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 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=b1aec203dc92d59e -C extra-filename=-cb4aa7a2e317132f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_codecs=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_codecs-041f552019a6e5c0.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-bd174913cd4e5ef8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --cap-lints allow`
9912026-03-27T04:35:20.411Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9922026-03-27T04:35:20.414Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fed7fc80c70148b -C extra-filename=-b90e5d51bdc8bb0c --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-ba5af341ae66f4a2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro`
9932026-03-27T04:35:20.439Z Compiling rustls-native-certs v0.7.0
9942026-03-27T04:35:20.442Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b0fdf68f8e270ae -C extra-filename=-6ae7f1e418c9fadb --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-d3aa762fc698c802.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --cap-lints allow`
9952026-03-27T04:35:20.651Z Compiling yasna v0.5.2
9962026-03-27T04:35:20.654Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=926b54d2752bd631 -C extra-filename=-eae3c5ac031f76ad --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-395363902e5dc4de.rmeta --cap-lints allow`
9972026-03-27T04:35:20.661Z Compiling openapiv3 v2.2.0
9982026-03-27T04:35:20.664Z Compiling async-trait v0.1.89
9992026-03-27T04:35:20.664Z Running `/home/build/.rustup/toolchains/1.94.1-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=4ec968cb450f0910 -C extra-filename=-4363d9e20a0a2a3a --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-f2eec4ee8f51f8c9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --cap-lints allow`
10002026-03-27T04:35:20.664Z Compiling pem v3.0.6
10012026-03-27T04:35:20.664Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.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=10d57aead9f58c6c -C extra-filename=-7a43ad5c49f3ebb6 --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-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
10022026-03-27T04:35:20.664Z Running `/home/build/.rustup/toolchains/1.94.1-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=1c9568102ee733c5 -C extra-filename=-54d01c6ff8a7d399 --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-430f637573e420a9.rmeta --cap-lints allow`
10032026-03-27T04:35:20.718Z Compiling waitgroup v0.1.2
10042026-03-27T04:35:20.721Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=947faeb66f050a94 -C extra-filename=-a0316e4162a0ebc7 --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-61e8f4364b33cbe0.rmeta --cap-lints allow`
10052026-03-27T04:35:20.810Z Compiling webpki-roots v1.0.0
10062026-03-27T04:35:20.813Z Running `/home/build/.rustup/toolchains/1.94.1-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=e56615dbef141b64 -C extra-filename=-c2d7f7609791a9d7 --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-ab73fbbc432be8da.rmeta --cap-lints allow`
10072026-03-27T04:35:20.859Z Compiling serde_path_to_error v0.1.20
10082026-03-27T04:35:20.862Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.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=2d4d18b5e210807e -C extra-filename=-9dde5519f5cdafff --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-7c1605eadb3333d8.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-3d98f8a48067b7ef.rmeta --cap-lints allow`
10092026-03-27T04:35:20.926Z Compiling hostname v0.4.2
10102026-03-27T04:35:20.928Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=aaa90dd7f5fa556f -C extra-filename=-72938b778ce0144c --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-ab248e87bd2619d5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rmeta --cap-lints allow`
10112026-03-27T04:35:21.047Z Compiling simple-mermaid v0.2.0
10122026-03-27T04:35:21.050Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02f3ac7c1ff6a676 -C extra-filename=-5dc570c6033ceb62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10132026-03-27T04:35:21.063Z Compiling glob v0.3.0
10142026-03-27T04:35:21.066Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ad8d77eda9c87d2 -C extra-filename=-27a5a131a3fa9e5e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10152026-03-27T04:35:21.114Z Compiling termcolor v1.1.2
10162026-03-27T04:35:21.117Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d44ff01b4d85a37b -C extra-filename=-2cf0252615b9ea80 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10172026-03-27T04:35:21.212Z Compiling debug-ignore v1.0.5
10182026-03-27T04:35:21.215Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0ca3e990557a6721 -C extra-filename=-631eff671b61211c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10192026-03-27T04:35:21.303Z Compiling http-range v0.1.4
10202026-03-27T04:35:21.306Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f2f93f4bb9e2aa3 -C extra-filename=-b2878d94c8017d59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10212026-03-27T04:35:21.314Z Compiling trybuild v1.0.116
10222026-03-27T04:35:21.317Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-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=342ad867bf258cd6 -C extra-filename=-bae2179193791a1c --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-27a5a131a3fa9e5e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-55439da7ab759366.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-dd1ebc2bdda9d3d2.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-2cf0252615b9ea80.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rmeta --cap-lints allow`
10232026-03-27T04:35:21.373Z Compiling rcgen v0.14.7
10242026-03-27T04:35:21.381Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=967ea82ff4dff656 -C extra-filename=-3379a59d45cc11b8 --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-54d01c6ff8a7d399.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-1293d1c5f273246f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-395363902e5dc4de.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-eae3c5ac031f76ad.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
10252026-03-27T04:35:21.456Z Compiling hyper-staticfile v0.10.1
10262026-03-27T04:35:21.459Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=400569050c1b4b4b -C extra-filename=-de53904ad0fc1b51 --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-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-b2878d94c8017d59.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-8e04e38858401642.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-11b923c8cabe5b8c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-d90c9a940bfa3c8d.rmeta --cap-lints allow`
10272026-03-27T04:35:21.485Z Compiling reqwest v0.12.28
10282026-03-27T04:35:21.488Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-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=4ea6eb0c253f5c02 -C extra-filename=-8aa3c9c8af36ef9e --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-430f637573e420a9.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-be3c9756abbaf69a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-910158b9078de164.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-507cfc93e4fd892b.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-058926bdb77a582a.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-5e3618e26532779a.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-5025b535eb8400cf.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-4c28c6e0597cfce7.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-042d436254051f4d.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a8e9e6dfc2719198.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-eca4730e99bafeb6.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a23021ad927ccf22.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-733489855ba365f6.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-1f508cbff1b6e842.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-d90c9a940bfa3c8d.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-c2d7f7609791a9d7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10292026-03-27T04:35:21.494Z Compiling hyper-rustls v0.26.0
10302026-03-27T04:35:21.497Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=3569070e93fa14d4 -C extra-filename=-5e1ff30272045fa8 --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-eddf5db8dee3fa91.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-6ae7f1e418c9fadb.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-589d40d36f29fad5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
10312026-03-27T04:35:21.639Z Compiling async-channel v2.5.0
10322026-03-27T04:35:21.642Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.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=7180a7663919914f -C extra-filename=-b2010ed041226f20 --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-6089d4d17d707d88.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-070382828a944c7a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-fa37e7e0cdaba48e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-03f485896333bc6e.rmeta --cap-lints allow`
10332026-03-27T04:35:21.774Z Compiling expectorate v1.2.0
10342026-03-27T04:35:21.777Z Running `/home/build/.rustup/toolchains/1.94.1-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=be7e03708609d25c -C extra-filename=-3efd9c7a2054f8ed --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-29166aec6ff9f95c.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-d0546ec5ea9218cd.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9dd1cb29a9682b47.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-5aea91cd966b3633.rmeta --cap-lints allow`
10352026-03-27T04:35:21.843Z Compiling tokio-tungstenite v0.24.0
10362026-03-27T04:35:21.846Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=ee7009f06cb943da -C extra-filename=-b9c8b57a111badea --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-eddf5db8dee3fa91.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-f9adad647fcd28a3.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-301d31025a93f3bf.rmeta --cap-lints allow`
10372026-03-27T04:35:21.920Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --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=f058ec35ca517980 -C extra-filename=-f52cf330f4f3439c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --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(error_generic_member_access)'`
10382026-03-27T04:35:21.979Z Compiling subprocess v1.0.0
10392026-03-27T04:35:21.982Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-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=6898abb8e2e81978 -C extra-filename=-bf93e8d13509dff2 --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-313e13259bb1c461.rmeta --cap-lints allow`
10402026-03-27T04:35:22.183Z Compiling buf-list v1.1.2
10412026-03-27T04:35:22.186Z Running `/home/build/.rustup/toolchains/1.94.1-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=a5c6e9176c90318b -C extra-filename=-8cbf4dd310c8c1ab --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-1c2349a071c4ba03.rmeta --cap-lints allow`
10422026-03-27T04:35:22.345Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=d760cb527c52b2ae -C extra-filename=-5a978ca2f77ba210 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10432026-03-27T04:35:22.349Z Compiling prettyplease v0.2.37
10442026-03-27T04:35:22.351Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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=64ced630bc957910 -C extra-filename=-9bfbb70c2b8d6c80 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-9bfbb70c2b8d6c80 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10452026-03-27T04:35:22.376Z Compiling schema-derive v0.1.0
10462026-03-27T04:35:22.384Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2acc6325f2772d7c -C extra-filename=-94a916592328f7dc --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-efc3619923ee1703.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro --cap-lints allow`
10472026-03-27T04:35:22.538Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --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=f6814a41491eedbc -C extra-filename=-072557a9d4eb9dd4 --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-23457025b99e6995.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-4f2a7d106ecb50d4.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-5a978ca2f77ba210.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-90daa0656a9a8dda.rmeta --cap-lints allow`
10482026-03-27T04:35:22.577Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-9bfbb70c2b8d6c80/build-script-build`
10492026-03-27T04:35:22.590Z Running `/home/build/.rustup/toolchains/1.94.1-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=d72b12445f975a83 -C extra-filename=-0a525a907ceb0482 --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-eb2958d95d52706b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10502026-03-27T04:35:22.775Z Running `/home/build/.rustup/toolchains/1.94.1-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=59ab44f9cfa28a79 -C extra-filename=-58dc71d192c1089a --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-1e7495f0a4d6545e.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-072557a9d4eb9dd4.rmeta --cap-lints allow`
10512026-03-27T04:35:22.937Z Running `/home/build/.rustup/toolchains/1.94.1-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=cf72c380776fe097 -C extra-filename=-1ea02774c91e4dbb --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-58dc71d192c1089a.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-d0546ec5ea9218cd.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9dd1cb29a9682b47.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-5aea91cd966b3633.rmeta --cap-lints allow`
10522026-03-27T04:35:23.311Z Compiling schema v0.1.0
10532026-03-27T04:35:23.314Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c6d0fafd9bb78ff -C extra-filename=-b69a289b4b8d4d18 --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-eb2958d95d52706b.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-94a916592328f7dc.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rmeta --cap-lints allow`
10542026-03-27T04:35:23.405Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12cd7d49cb92805c -C extra-filename=-8af409736a0c508b --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-1ea02774c91e4dbb.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ba5af341ae66f4a2.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-0a525a907ceb0482.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-b69a289b4b8d4d18.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro`
10552026-03-27T04:35:23.517Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=303418b4fd2a768f -C extra-filename=-b35319cdc58f3096 --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_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
10562026-03-27T04:35:24.171Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2be537327600eefb -C extra-filename=-8a3036dcfa45ece2 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10572026-03-27T04:35:28.346Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9a5ad290b86ef57f -C extra-filename=-3ce1ff7ead216850 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10582026-03-27T04:35:28.346Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4212f0905ff570e3 -C extra-filename=-013a41692b26bcfb --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10592026-03-27T04:35:28.351Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6b9deaf9e464d9be -C extra-filename=-3d89c7144f1226bf --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10602026-03-27T04:35:28.351Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a5688a227f7222f5 -C extra-filename=-cf19d873e5279626 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10612026-03-27T04:35:28.351Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b4fe69b64b208d78 -C extra-filename=-32f28750ffd9fbe6 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10622026-03-27T04:35:28.354Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7da256c05bc4cd5a -C extra-filename=-e0f1b365cd2eab40 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10632026-03-27T04:35:28.358Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1f42bafb48b5f2f2 -C extra-filename=-47f5cc7dc77e5953 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10642026-03-27T04:35:35.757Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=31392686809be1f0 -C extra-filename=-a4fbf4c8b5fccdf7 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10652026-03-27T04:35:37.752Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ceb0fb792f254c50 -C extra-filename=-0866621cc152ee48 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10662026-03-27T04:35:38.321Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2f49d577e6f18e65 -C extra-filename=-08060d0f20157afd --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10672026-03-27T04:35:39.167Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1ea948f782ee65e9 -C extra-filename=-729e3a59c4417f17 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10682026-03-27T04:35:39.456Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6454292d9be914c8 -C extra-filename=-17d3f28cf1ca7fd3 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10692026-03-27T04:35:40.611Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8472465aab6b843b -C extra-filename=-8b605200e8062b5f --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10702026-03-27T04:35:45.577Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7d899fc2708a2738 -C extra-filename=-3d9fa6550ae80102 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10712026-03-27T04:35:48.143Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a890c64e2a947bb2 -C extra-filename=-846a913ccd590ccf --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10722026-03-27T04:35:48.197Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5421c36e837d3772 -C extra-filename=-f39566244a5a1673 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10732026-03-27T04:35:49.340Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f2a5633f7a2592a3 -C extra-filename=-0660bf41b3bc83c6 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10742026-03-27T04:35:49.611Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1e3b27d993bb106e -C extra-filename=-623f654253e31e02 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10752026-03-27T04:35:51.064Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ea027cfca83f8c10 -C extra-filename=-b54252e7c36cba3e --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10762026-03-27T04:35:51.421Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8c3d918c0535bd94 -C extra-filename=-3b6a0312d7d9cc09 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10772026-03-27T04:35:52.290Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f52a99eca0fa09d6 -C extra-filename=-8d7b0521beef4dec --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10782026-03-27T04:35:55.582Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3c9fd65e93a5fe1d -C extra-filename=-dc8e7901d63c6c6a --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10792026-03-27T04:35:57.165Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1597b47d02408d97 -C extra-filename=-08d223ac2f3f5f18 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10802026-03-27T04:35:58.155Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b28ce319d0904263 -C extra-filename=-38ca7bbbceca0575 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b35319cdc58f3096.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-b90e5d51bdc8bb0c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
10812026-03-27T04:36:06.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
10822026-03-27T04:36:06.942Z
10832026-03-27T04:36:06.942Zreal 1:10.309878559
10842026-03-27T04:36:06.942Zuser 6:43.276432392
10852026-03-27T04:36:06.942Zsys 1:06.217638728
10862026-03-27T04:36:06.942Ztrap 0.351575812
10872026-03-27T04:36:06.942Ztflt 0.358731472
10882026-03-27T04:36:06.942Zdflt 0.171295130
10892026-03-27T04:36:06.942Zkflt 0.006891286
10902026-03-27T04:36:06.942Zlock 27:28.728494230
10912026-03-27T04:36:06.942Zslp 25:47.050048625
10922026-03-27T04:36:06.942Zlat 23.655501145
10932026-03-27T04:36:06.942Zstop 46.409992632
10942026-03-27T04:36:06.945Z+ banner test
10952026-03-27T04:36:06.945Z
10962026-03-27T04:36:06.945Z ##### ###### #### #####
10972026-03-27T04:36:06.945Z # # # #
10982026-03-27T04:36:06.945Z # ##### #### #
10992026-03-27T04:36:06.945Z # # # #
11002026-03-27T04:36:06.945Z # # # # #
11012026-03-27T04:36:06.945Z # ###### #### #
11022026-03-27T04:36:06.945Z
11032026-03-27T04:36:06.945Z+ ptime -m cargo test --all-features --locked --verbose
11042026-03-27T04:36:07.132Z Fresh unicode-ident v1.0.12
11052026-03-27T04:36:07.132Z Fresh cfg-if v1.0.0
11062026-03-27T04:36:07.132Z Fresh itoa v1.0.1
11072026-03-27T04:36:07.132Z Fresh memchr v2.6.0
11082026-03-27T04:36:07.135Z Fresh proc-macro2 v1.0.106
11092026-03-27T04:36:07.135Z Fresh pin-project-lite v0.2.12
11102026-03-27T04:36:07.135Z Fresh autocfg v1.1.0
11112026-03-27T04:36:07.135Z Fresh shlex v1.3.0
11122026-03-27T04:36:07.136Z Fresh smallvec v1.13.2
11132026-03-27T04:36:07.136Z Fresh quote v1.0.45
11142026-03-27T04:36:07.136Z Fresh libc v0.2.183
11152026-03-27T04:36:07.136Z Fresh cc v1.2.16
11162026-03-27T04:36:07.136Z Fresh bytes v1.11.1
11172026-03-27T04:36:07.136Z Fresh futures-core v0.3.32
11182026-03-27T04:36:07.136Z Fresh version_check v0.9.5
11192026-03-27T04:36:07.136Z Fresh scopeguard v1.2.0
11202026-03-27T04:36:07.136Z Fresh signal-hook-registry v1.4.0
11212026-03-27T04:36:07.136Z Fresh socket2 v0.6.0
11222026-03-27T04:36:07.136Z Fresh mio v1.0.3
11232026-03-27T04:36:07.136Z Fresh serde_derive v1.0.228
11242026-03-27T04:36:07.136Z Fresh lock_api v0.4.6
11252026-03-27T04:36:07.136Z Fresh tokio-macros v2.6.0
11262026-03-27T04:36:07.136Z Fresh futures-sink v0.3.32
11272026-03-27T04:36:07.136Z Fresh log v0.4.17
11282026-03-27T04:36:07.136Z Fresh parking_lot_core v0.9.4
11292026-03-27T04:36:07.136Z Fresh synstructure v0.13.1
11302026-03-27T04:36:07.136Z Fresh getrandom v0.2.11
11312026-03-27T04:36:07.136Z Fresh parking_lot v0.12.1
11322026-03-27T04:36:07.136Z Fresh zmij v1.0.2
11332026-03-27T04:36:07.136Z Fresh slab v0.4.9
11342026-03-27T04:36:07.136Z Fresh bitflags v2.11.0
11352026-03-27T04:36:07.136Z Fresh zerofrom-derive v0.1.5
11362026-03-27T04:36:07.136Z Fresh futures-channel v0.3.32
11372026-03-27T04:36:07.136Z Fresh tokio v1.50.0
11382026-03-27T04:36:07.136Z Fresh http v1.4.0
11392026-03-27T04:36:07.136Z Fresh zeroize v1.7.0
11402026-03-27T04:36:07.136Z Fresh zerofrom v0.1.5
11412026-03-27T04:36:07.136Z Fresh yoke-derive v0.7.5
11422026-03-27T04:36:07.136Z Fresh futures-macro v0.3.32
11432026-03-27T04:36:07.136Z Fresh thiserror-impl v2.0.18
11442026-03-27T04:36:07.136Z Fresh rustls-pki-types v1.14.0
11452026-03-27T04:36:07.136Z Fresh futures-io v0.3.32
11462026-03-27T04:36:07.136Z Fresh futures-task v0.3.32
11472026-03-27T04:36:07.137Z Fresh stable_deref_trait v1.2.0
11482026-03-27T04:36:07.137Z Fresh zerovec-derive v0.10.3
11492026-03-27T04:36:07.137Z Fresh yoke v0.7.5
11502026-03-27T04:36:07.137Z Fresh futures-util v0.3.32
11512026-03-27T04:36:07.137Z Fresh thiserror v2.0.18
11522026-03-27T04:36:07.137Z Fresh displaydoc v0.2.5
11532026-03-27T04:36:07.137Z Fresh zerovec v0.10.4
11542026-03-27T04:36:07.137Z Fresh serde_core v1.0.228
11552026-03-27T04:36:07.137Z Fresh equivalent v1.0.0
11562026-03-27T04:36:07.137Z Fresh hashbrown v0.16.1
11572026-03-27T04:36:07.137Z Fresh untrusted v0.9.0
11582026-03-27T04:36:07.137Z Fresh getrandom v0.4.1
11592026-03-27T04:36:07.137Z Fresh httparse v1.10.0
11602026-03-27T04:36:07.137Z Fresh ucd-trie v0.1.6
11612026-03-27T04:36:07.137Z Fresh tinystr v0.7.6
11622026-03-27T04:36:07.138Z Fresh ring v0.17.13
11632026-03-27T04:36:07.138Z Fresh indexmap v2.13.0
11642026-03-27T04:36:07.138Z Fresh http-body v1.0.1
11652026-03-27T04:36:07.138Z Fresh serde v1.0.228
11662026-03-27T04:36:07.138Z Fresh pest v2.8.1
11672026-03-27T04:36:07.138Z Fresh tracing-core v0.1.32
11682026-03-27T04:36:07.138Z Fresh errno v0.3.10
11692026-03-27T04:36:07.138Z Fresh writeable v0.5.5
11702026-03-27T04:36:07.138Z Fresh percent-encoding v2.3.2
11712026-03-27T04:36:07.138Z Fresh atomic-waker v1.1.2
11722026-03-27T04:36:07.138Z Fresh vcpkg v0.2.15
11732026-03-27T04:36:07.138Z Fresh litemap v0.7.4
11742026-03-27T04:36:07.138Z Fresh pkg-config v0.3.31
11752026-03-27T04:36:07.138Z Fresh tracing v0.1.40
11762026-03-27T04:36:07.138Z Fresh icu_locid v1.5.0
11772026-03-27T04:36:07.138Z Fresh pest_meta v2.8.1
11782026-03-27T04:36:07.138Z Fresh tokio-util v0.7.18
11792026-03-27T04:36:07.138Z Fresh icu_provider_macros v1.5.0
11802026-03-27T04:36:07.138Z Fresh zerocopy-derive v0.8.27
11812026-03-27T04:36:07.138Z Fresh try-lock v0.2.3
11822026-03-27T04:36:07.138Z Fresh fnv v1.0.7
11832026-03-27T04:36:07.138Z Fresh rustix v1.1.4
11842026-03-27T04:36:07.138Z Fresh want v0.3.0
11852026-03-27T04:36:07.138Z Fresh h2 v0.4.6
11862026-03-27T04:36:07.138Z Fresh icu_provider v1.5.0
11872026-03-27T04:36:07.138Z Fresh zerocopy v0.8.27
11882026-03-27T04:36:07.138Z Fresh typenum v1.14.0
11892026-03-27T04:36:07.138Z Fresh pest_generator v2.8.1
11902026-03-27T04:36:07.138Z Fresh rustversion v1.0.22
11912026-03-27T04:36:07.138Z Fresh rustls-webpki v0.102.8
11922026-03-27T04:36:07.138Z Fresh tower-service v0.3.3
11932026-03-27T04:36:07.138Z Fresh num-conv v0.2.0
11942026-03-27T04:36:07.138Z Fresh powerfmt v0.2.0
11952026-03-27T04:36:07.138Z Fresh httpdate v1.0.1
11962026-03-27T04:36:07.138Z Fresh time-core v0.1.8
11972026-03-27T04:36:07.138Z Fresh base64 v0.22.1
11982026-03-27T04:36:07.138Z Fresh fastrand v2.1.1
11992026-03-27T04:36:07.138Z Fresh byteorder v1.4.3
12002026-03-27T04:36:07.138Z Fresh tower-layer v0.3.3
12012026-03-27T04:36:07.138Z Fresh subtle v2.5.0
12022026-03-27T04:36:07.139Z Fresh pin-utils v0.1.0
12032026-03-27T04:36:07.142Z Fresh icu_locid_transform_data v1.5.0
12042026-03-27T04:36:07.142Z Fresh time-macros v0.2.27
12052026-03-27T04:36:07.142Z Fresh hyper v1.8.1
12062026-03-27T04:36:07.142Z Fresh icu_locid_transform v1.5.0
12072026-03-27T04:36:07.142Z Fresh deranged v0.5.5
12082026-03-27T04:36:07.142Z Fresh crossbeam-utils v0.8.21
12092026-03-27T04:36:07.142Z Fresh pest_derive v2.8.1
12102026-03-27T04:36:07.142Z Fresh generic-array v0.14.5
12112026-03-27T04:36:07.142Z Fresh serde_tokenstream v0.2.3
12122026-03-27T04:36:07.142Z Fresh icu_collections v1.5.0
12132026-03-27T04:36:07.142Z Fresh icu_properties_data v1.5.0
12142026-03-27T04:36:07.142Z Fresh num_threads v0.1.3
12152026-03-27T04:36:07.142Z Fresh rustix v0.38.44
12162026-03-27T04:36:07.142Z Fresh dtrace-parser v0.3.0
12172026-03-27T04:36:07.142Z Fresh time v0.3.47
12182026-03-27T04:36:07.142Z Fresh icu_properties v1.5.1
12192026-03-27T04:36:07.142Z Fresh serde_json v1.0.149
12202026-03-27T04:36:07.142Z Fresh erased-serde v0.3.31
12212026-03-27T04:36:07.142Z Fresh scroll_derive v0.13.1
12222026-03-27T04:36:07.142Z Fresh thread-id v5.0.0
12232026-03-27T04:36:07.142Z Fresh icu_normalizer_data v1.5.0
12242026-03-27T04:36:07.142Z Fresh foreign-types-shared v0.1.1
12252026-03-27T04:36:07.143Z Fresh utf16_iter v1.0.5
12262026-03-27T04:36:07.143Z Fresh write16 v1.0.0
12272026-03-27T04:36:07.143Z Fresh ipnet v2.10.0
12282026-03-27T04:36:07.143Z Fresh utf8_iter v1.0.4
12292026-03-27T04:36:07.143Z Fresh openssl-probe v0.1.4
12302026-03-27T04:36:07.143Z Fresh hyper-util v0.1.20
12312026-03-27T04:36:07.143Z Fresh foreign-types v0.3.2
12322026-03-27T04:36:07.143Z Fresh icu_normalizer v1.5.0
12332026-03-27T04:36:07.143Z Fresh scroll v0.13.0
12342026-03-27T04:36:07.143Z Fresh slog v2.8.2
12352026-03-27T04:36:07.143Z Fresh paste v1.0.15
12362026-03-27T04:36:07.143Z Fresh block-buffer v0.10.2
12372026-03-27T04:36:07.143Z Fresh crypto-common v0.1.6
12382026-03-27T04:36:07.143Z Fresh openssl-sys v0.9.107
12392026-03-27T04:36:07.143Z Fresh form_urlencoded v1.2.2
12402026-03-27T04:36:07.143Z Fresh rand_core v0.6.3
12412026-03-27T04:36:07.143Z Fresh openssl-macros v0.1.1
12422026-03-27T04:36:07.143Z Fresh adler2 v2.0.1
12432026-03-27T04:36:07.143Z Fresh unicode-width v0.1.9
12442026-03-27T04:36:07.143Z Fresh plain v0.2.3
12452026-03-27T04:36:07.143Z Fresh unicode-segmentation v1.10.0
12462026-03-27T04:36:07.143Z Fresh mime v0.3.16
12472026-03-27T04:36:07.143Z Fresh lazy_static v1.5.0
12482026-03-27T04:36:07.143Z Fresh ppv-lite86 v0.2.15
12492026-03-27T04:36:07.143Z Fresh simd-adler32 v0.3.7
12502026-03-27T04:36:07.143Z Fresh newline-converter v0.3.0
12512026-03-27T04:36:07.143Z Fresh goblin v0.10.1
12522026-03-27T04:36:07.143Z Fresh console v0.15.7
12532026-03-27T04:36:07.143Z Fresh miniz_oxide v0.8.9
12542026-03-27T04:36:07.143Z Fresh rand_chacha v0.3.1
12552026-03-27T04:36:07.143Z Fresh openssl v0.10.72
12562026-03-27T04:36:07.143Z Fresh digest v0.10.7
12572026-03-27T04:36:07.143Z Fresh crc32fast v1.5.0
12582026-03-27T04:36:07.143Z Fresh idna_adapter v1.2.0
12592026-03-27T04:36:07.143Z Fresh unicase v2.6.0
12602026-03-27T04:36:07.143Z Fresh num-traits v0.2.14
12612026-03-27T04:36:07.143Z Fresh iana-time-zone v0.1.47
12622026-03-27T04:36:07.143Z Fresh cpufeatures v0.2.17
12632026-03-27T04:36:07.144Z Fresh semver v1.0.27
12642026-03-27T04:36:07.144Z Fresh pretty-hex v0.4.1
12652026-03-27T04:36:07.144Z Fresh heck v0.5.0
12662026-03-27T04:36:07.144Z Fresh similar v2.2.1
12672026-03-27T04:36:07.144Z Fresh winnow v1.0.0
12682026-03-27T04:36:07.144Z Fresh sha1 v0.10.6
12692026-03-27T04:36:07.144Z Fresh dof v0.4.0
12702026-03-27T04:36:07.144Z Fresh chrono v0.4.44
12712026-03-27T04:36:07.144Z Fresh native-tls v0.2.12
12722026-03-27T04:36:07.144Z Fresh idna v1.0.3
12732026-03-27T04:36:07.144Z Fresh toml_parser v1.0.10+spec-1.1.0
12742026-03-27T04:36:07.144Z Fresh flate2 v1.1.9
12752026-03-27T04:36:07.144Z Fresh ryu v1.0.5
12762026-03-27T04:36:07.144Z Fresh rustls v0.22.4
12772026-03-27T04:36:07.144Z Fresh rustls v0.23.13
12782026-03-27T04:36:07.144Z Fresh rand v0.8.4
12792026-03-27T04:36:07.144Z Fresh concurrent-queue v2.5.0
12802026-03-27T04:36:07.144Z Fresh http-body-util v0.1.3
12812026-03-27T04:36:07.144Z Fresh rustls-pemfile v2.2.0
12822026-03-27T04:36:07.144Z Fresh thiserror-impl v1.0.69
12832026-03-27T04:36:07.144Z Fresh serde_derive_internals v0.29.0
12842026-03-27T04:36:07.144Z Fresh serde_spanned v1.0.4
12852026-03-27T04:36:07.144Z Fresh thread_local v1.1.4
12862026-03-27T04:36:07.144Z Fresh sync_wrapper v1.0.1
12872026-03-27T04:36:07.144Z Fresh syn v2.0.117
12882026-03-27T04:36:07.144Z Fresh toml_datetime v1.0.1+spec-1.1.0
12892026-03-27T04:36:07.144Z Fresh encoding_rs v0.8.32
12902026-03-27T04:36:07.144Z Fresh compression-core v0.4.31
12912026-03-27T04:36:07.144Z Fresh toml_writer v1.0.7+spec-1.1.0
12922026-03-27T04:36:07.144Z Fresh parking v2.2.0
12932026-03-27T04:36:07.144Z Fresh match_cfg v0.1.0
12942026-03-27T04:36:07.144Z Fresh usdt-impl v0.6.0
12952026-03-27T04:36:07.144Z Fresh compression-codecs v0.4.37
12962026-03-27T04:36:07.144Z Fresh toml v1.0.7+spec-1.1.0
12972026-03-27T04:36:07.144Z Fresh event-listener v5.0.0
12982026-03-27T04:36:07.144Z Fresh hostname v0.3.1
12992026-03-27T04:36:07.144Z Fresh tower v0.5.2
13002026-03-27T04:36:07.144Z Fresh thiserror v1.0.69
13012026-03-27T04:36:07.144Z Fresh schemars_derive v0.8.22
13022026-03-27T04:36:07.144Z Fresh serde_urlencoded v0.7.1
13032026-03-27T04:36:07.148Z Fresh tokio-rustls v0.25.0
13042026-03-27T04:36:07.148Z Fresh tokio-rustls v0.26.0
13052026-03-27T04:36:07.148Z Fresh url v2.5.4
13062026-03-27T04:36:07.148Z Fresh tokio-native-tls v0.3.1
13072026-03-27T04:36:07.148Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
13082026-03-27T04:36:07.148Z Fresh usdt-macro v0.6.0
13092026-03-27T04:36:07.148Z Fresh usdt-attr-macro v0.6.0
13102026-03-27T04:36:07.148Z Fresh slog-json v2.6.1
13112026-03-27T04:36:07.148Z Fresh crossbeam-channel v0.5.15
13122026-03-27T04:36:07.148Z Fresh uuid v1.22.0
13132026-03-27T04:36:07.178Z Fresh futures-executor v0.3.32
13142026-03-27T04:36:07.181Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a19babbeb52c795 -C extra-filename=-0e26ffcda96efd30 --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-ba5af341ae66f4a2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro`
13152026-03-27T04:36:07.181Z Fresh webpki-roots v0.26.5
13162026-03-27T04:36:07.181Z Fresh async-stream-impl v0.3.6
13172026-03-27T04:36:07.182Z Fresh is-terminal v0.4.12
13182026-03-27T04:36:07.182Z Fresh memmap2 v0.9.8
13192026-03-27T04:36:07.182Z Fresh spin v0.9.8
13202026-03-27T04:36:07.182Z Fresh iri-string v0.7.8
13212026-03-27T04:36:07.182Z Fresh utf-8 v0.7.6
13222026-03-27T04:36:07.182Z Fresh dyn-clone v1.0.4
13232026-03-27T04:36:07.182Z Fresh data-encoding v2.4.0
13242026-03-27T04:36:07.182Z Fresh term v1.1.0
13252026-03-27T04:36:07.182Z Fresh take_mut v0.2.2
13262026-03-27T04:36:07.182Z Fresh async-stream v0.3.6
13272026-03-27T04:36:07.182Z Fresh slog-term v2.9.2
13282026-03-27T04:36:07.182Z Fresh tungstenite v0.24.0
13292026-03-27T04:36:07.182Z Fresh schemars v0.8.22
13302026-03-27T04:36:07.182Z Fresh slog-async v2.8.0
13312026-03-27T04:36:07.182Z Fresh usdt v0.6.0
13322026-03-27T04:36:07.182Z Fresh tower-http v0.6.8
13332026-03-27T04:36:07.182Z Fresh multer v3.1.0
13342026-03-27T04:36:07.182Z Fresh hyper-rustls v0.27.3
13352026-03-27T04:36:07.182Z Fresh slog-bunyan v2.5.0
13362026-03-27T04:36:07.182Z Fresh futures v0.3.32
13372026-03-27T04:36:07.185Z Fresh hyper-tls v0.6.0
13382026-03-27T04:36:07.185Z Fresh mime_guess v2.0.5
13392026-03-27T04:36:07.185Z Fresh camino v1.2.2
13402026-03-27T04:36:07.185Z Fresh event-listener-strategy v0.5.4
13412026-03-27T04:36:07.185Z Fresh async-compression v0.4.41
13422026-03-27T04:36:07.185Z Fresh target-triple v1.0.0
13432026-03-27T04:36:07.185Z Fresh rustls-native-certs v0.7.0
13442026-03-27T04:36:07.186Z Fresh yasna v0.5.2
13452026-03-27T04:36:07.186Z Fresh pem v3.0.6
13462026-03-27T04:36:07.186Z Fresh waitgroup v0.1.2
13472026-03-27T04:36:07.186Z Fresh openapiv3 v2.2.0
13482026-03-27T04:36:07.186Z Fresh webpki-roots v1.0.0
13492026-03-27T04:36:07.186Z Fresh async-trait v0.1.89
13502026-03-27T04:36:07.186Z Fresh hostname v0.4.2
13512026-03-27T04:36:07.186Z Fresh serde_path_to_error v0.1.20
13522026-03-27T04:36:07.186Z Fresh glob v0.3.0
13532026-03-27T04:36:07.186Z Fresh termcolor v1.1.2
13542026-03-27T04:36:07.186Z Fresh simple-mermaid v0.2.0
13552026-03-27T04:36:07.186Z Fresh debug-ignore v1.0.5
13562026-03-27T04:36:07.186Z Fresh http-range v0.1.4
13572026-03-27T04:36:07.186Z Fresh reqwest v0.12.28
13582026-03-27T04:36:07.186Z Fresh rcgen v0.14.7
13592026-03-27T04:36:07.186Z Fresh trybuild v1.0.116
13602026-03-27T04:36:07.186Z Fresh hyper-staticfile v0.10.1
13612026-03-27T04:36:07.186Z Fresh hyper-rustls v0.26.0
13622026-03-27T04:36:07.186Z Fresh async-channel v2.5.0
13632026-03-27T04:36:07.186Z Fresh tokio-tungstenite v0.24.0
13642026-03-27T04:36:07.186Z Fresh anyhow v1.0.102
13652026-03-27T04:36:07.186Z Fresh subprocess v1.0.0
13662026-03-27T04:36:07.186Z Fresh buf-list v1.1.2
13672026-03-27T04:36:07.186Z Fresh once_cell v1.20.1
13682026-03-27T04:36:07.186Z Fresh schema-derive v0.1.0
13692026-03-27T04:36:07.186Z Fresh tempfile v3.27.0
13702026-03-27T04:36:07.186Z Fresh schema v0.1.0
13712026-03-27T04:36:07.186Z Fresh atomicwrites v0.4.4
13722026-03-27T04:36:07.186Z Fresh prettyplease v0.2.37
13732026-03-27T04:36:07.186Z Fresh expectorate v1.2.0
13742026-03-27T04:36:08.412Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
13752026-03-27T04:36:08.415Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5b8b1b4157570471 -C extra-filename=-3caa73b358c1abfd --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_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out`
13762026-03-27T04:36:08.415Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=66d9947bd5eff61d -C extra-filename=-4b90dd4704fbc8be --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13772026-03-27T04:36:13.079Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=13040d38635d83db -C extra-filename=-472c3ca31d9c3a87 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13782026-03-27T04:36:13.085Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2fb0346cf148f1ce -C extra-filename=-a26d5ee883929688 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13792026-03-27T04:36:13.086Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a2620f116ae4f59c -C extra-filename=-c82c6c2f2d75ceb9 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13802026-03-27T04:36:13.086Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0cce91909e2d1263 -C extra-filename=-158532f7efd2ed79 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13812026-03-27T04:36:13.086Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=69bab33f4e3d63e9 -C extra-filename=-0d3bff958a102e7a --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13822026-03-27T04:36:13.091Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=01000d39e320e741 -C extra-filename=-d73d42276980027a --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13832026-03-27T04:36:13.092Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c66ef64784cd6f03 -C extra-filename=-2279c77f14f31c74 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13842026-03-27T04:36:20.373Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f0d4e7367260d75d -C extra-filename=-fa9560a550304b3b --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13852026-03-27T04:36:22.346Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=529d07e192cddfa4 -C extra-filename=-14b5ef1f65fba5d5 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13862026-03-27T04:36:23.081Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f982343dbf7bdbdc -C extra-filename=-ccd7ae55f0d9ce10 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13872026-03-27T04:36:23.101Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=52a550f286d1072b -C extra-filename=-2a1537e351379627 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13882026-03-27T04:36:23.254Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e2278ef41565403c -C extra-filename=-6f3f6fa1b6d5e054 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13892026-03-27T04:36:24.038Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=389a58e49b9753e9 -C extra-filename=-34961f90a5660f78 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13902026-03-27T04:36:24.740Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=534adf341554c2bb -C extra-filename=-4b75051c1fc8fe98 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13912026-03-27T04:36:25.360Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2fe04480b1acd588 -C extra-filename=-14fa61dadb5029cd --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13922026-03-27T04:36:30.528Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=baadf3c5c8152c44 -C extra-filename=-64dadea6faae12fe --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13932026-03-27T04:36:33.336Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b7878cefd6859fdc -C extra-filename=-2164d3db82d2ac0b --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13942026-03-27T04:36:33.529Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=138b579ae2671ecf -C extra-filename=-3e7d84b560b2d6e8 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13952026-03-27T04:36:33.846Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ac6d5e97b4b3d7f4 -C extra-filename=-fc912d2906eb720f --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13962026-03-27T04:36:33.906Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4fd477f3c588a68c -C extra-filename=-9d2874be57c44419 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13972026-03-27T04:36:34.175Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dfb21c44cfc889dc -C extra-filename=-348cded6cc28f0f9 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13982026-03-27T04:36:34.424Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=db7e2d9c4ee54430 -C extra-filename=-f6e18eaf956151f9 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
13992026-03-27T04:36:34.441Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=305eae7f2ee35335 -C extra-filename=-efaddfb164c5a7d0 --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14002026-03-27T04:36:42.218Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9838c5401e85df15 -C extra-filename=-821817bc32c596eb --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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/out -L native=/usr/ssl-3/lib/amd64`
14012026-03-27T04:36:57.023Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.06s
14022026-03-27T04:36:57.062Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-4b90dd4704fbc8be`
14032026-03-27T04:36:57.065Z
14042026-03-27T04:36:57.065Zrunning 142 tests
14052026-03-27T04:36:57.068Ztest api_description::test::test_endpoint_versions_range ... ok
14062026-03-27T04:36:57.068Ztest api_description::test::test_endpoint_versions_overlaps ... ok
14072026-03-27T04:36:57.068Ztest api_description::test::test_endpoint_versions_matches ... ok
14082026-03-27T04:36:57.068Ztest api_description::test::test_tag_config_deserialize_old ... ok
14092026-03-27T04:36:57.068Ztest api_description::test::test_tags_need_one ... ok
14102026-03-27T04:36:57.068Ztest api_description::test::test_badpath4 - should panic ... ok
14112026-03-27T04:36:57.068Ztest api_description::test::test_badpath2 ... ok
14122026-03-27T04:36:57.068Ztest api_description::test::test_badpath1 ... ok
14132026-03-27T04:36:57.068Ztest api_description::test::test_badpath3 ... ok
14142026-03-27T04:36:57.068Ztest api_description::test::test_dup_names ... ok
14152026-03-27T04:36:57.068Ztest api_description::test::test_tags_too_many ... ok
14162026-03-27T04:36:57.068Ztest api_description::test::test_tags_just_right ... ok
14172026-03-27T04:36:57.068Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
14182026-03-27T04:36:57.068Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
14192026-03-27T04:36:57.068Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
14202026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
14212026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
14222026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
14232026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
14242026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
14252026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
14262026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
14272026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
14282026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
14292026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
14302026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
14312026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
14322026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
14332026-03-27T04:36:57.069Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
14342026-03-27T04:36:57.069Ztest compression::tests::test_should_compress_response_head_method ... ok
14352026-03-27T04:36:57.069Ztest compression::tests::test_should_compress_response_basic ... ok
14362026-03-27T04:36:57.069Ztest compression::tests::test_should_compress_response_already_encoded ... ok
14372026-03-27T04:36:57.069Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
14382026-03-27T04:36:57.069Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14392026-03-27T04:36:57.069Ztest compression::tests::test_should_compress_response_no_content ... ok
14402026-03-27T04:36:57.069Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14412026-03-27T04:36:57.069Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14422026-03-27T04:36:57.069Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14432026-03-27T04:36:57.069Ztest compression::tests::test_should_compress_response_not_modified ... ok
14442026-03-27T04:36:57.073Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14452026-03-27T04:36:57.073Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14462026-03-27T04:36:57.073Ztest compression::tests::test_should_compress_response_sse ... ok
14472026-03-27T04:36:57.073Ztest compression::tests::test_should_compress_response_partial_content ... ok
14482026-03-27T04:36:57.073Ztest extractor::body::tests::test_typed_body_from ... ok
14492026-03-27T04:36:57.073Ztest error::test::test_serialize_error_response_body ... ok
14502026-03-27T04:36:57.073Ztest extractor::metadata::test::test_metadata_flattened ... ok
14512026-03-27T04:36:57.073Ztest extractor::metadata::test::test_metadata_simple ... ok
14522026-03-27T04:36:57.073Ztest extractor::header::tests::test_header_parsing ... ok
14532026-03-27T04:36:57.073Ztest extractor::metadata::test::test_metadata_pagination ... ok
14542026-03-27T04:36:57.073Ztest from_map::test::test_case_insensitive ... ok
14552026-03-27T04:36:57.073Ztest from_map::test::test_lone_literal ... ok
14562026-03-27T04:36:57.073Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14572026-03-27T04:36:57.073Ztest from_map::test::test_deep ... ok
14582026-03-27T04:36:57.073Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14592026-03-27T04:36:57.073Ztest from_map::test::test_missing_data2 ... ok
14602026-03-27T04:36:57.073Ztest from_map::test::test_missing_data1 ... ok
14612026-03-27T04:36:57.073Ztest from_map::test::test_types ... ok
14622026-03-27T04:36:57.073Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14632026-03-27T04:36:57.073Ztest extractor::body::tests::test_content_plus_json ... ok
14642026-03-27T04:36:57.073Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14652026-03-27T04:36:57.074Ztest logging::test::test_config_bad_file_no_level ... ok
14662026-03-27T04:36:57.074Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14672026-03-27T04:36:57.074Ztest logging::test::test_config_bad_file_no_file ... ok
14682026-03-27T04:36:57.074Ztest logging::test::test_config_bad_terminal_no_level ... ok
14692026-03-27T04:36:57.074Ztest logging::test::test_config_bad_log_mode ... ok
14702026-03-27T04:36:57.074Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14712026-03-27T04:36:57.075Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14722026-03-27T04:36:57.075Ztest pagination::test::test_pagination_schema ... ok
14732026-03-27T04:36:57.075Ztest pagination::test::test_results_page ... ok
14742026-03-27T04:36:57.075Ztest router::test::test_bad_path_segment1 - should panic ... ok
14752026-03-27T04:36:57.075Ztest router::test::test_bad_path_segment2 - should panic ... ok
14762026-03-27T04:36:57.075Ztest pagination::test::test_pagparams_parsing ... ok
14772026-03-27T04:36:57.075Ztest router::test::test_bad_path_segment3 - should panic ... ok
14782026-03-27T04:36:57.075Ztest api_description::test::test_tags_set ... ok
14792026-03-27T04:36:57.075Ztest pagination::test::test_page_token_serialization ... ok
14802026-03-27T04:36:57.075Ztest router::test::test_bad_path_segment4 - should panic ... ok
14812026-03-27T04:36:57.075Ztest router::test::test_bogus_regex - should panic ... ok
14822026-03-27T04:36:57.075Znote: configured to log to "/tmp/dropshot-4b90dd4704fbc8be.2103.file_dir/log.out"
14832026-03-27T04:36:57.075Ztest router::test::test_duplicate_route1 - should panic ... ok
14842026-03-27T04:36:57.075Ztest router::test::test_duplicate_route2 - should panic ... ok
14852026-03-27T04:36:57.075Ztest router::test::test_duplicate_route3 - should panic ... ok
14862026-03-27T04:36:57.075Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14872026-03-27T04:36:57.075Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14882026-03-27T04:36:57.075Ztest router::test::test_embedded_non_variable ... ok
14892026-03-27T04:36:57.075Ztest logging::test::test_config_stderr_terminal ... ok
14902026-03-27T04:36:57.075Ztest router::test::test_duplicate_varname - should panic ... ok
14912026-03-27T04:36:57.075Ztest router::test::test_iter ... ok
14922026-03-27T04:36:57.075Ztest router::test::test_inconsistent_varname - should panic ... ok
14932026-03-27T04:36:57.075Ztest router::test::test_error_cases ... ok
14942026-03-27T04:36:57.075Ztest router::test::test_literal_after_regex - should panic ... ok
14952026-03-27T04:36:57.075Ztest router::test::test_iter2 ... ok
14962026-03-27T04:36:57.075Ztest router::test::test_empty_variable ... ok
14972026-03-27T04:36:57.075Ztest router::test::test_literal_after_variable - should panic ... ok
14982026-03-27T04:36:57.075Ztest router::test::test_iter_null ... ok
14992026-03-27T04:36:57.075Ztest router::test::test_map ... ok
15002026-03-27T04:36:57.075Ztest router::test::test_map_bad_seq ... ok
15012026-03-27T04:36:57.075Ztest router::test::test_map_bad_value ... ok
15022026-03-27T04:36:57.075Ztest router::test::test_router_versioned ... ok
15032026-03-27T04:36:57.075Ztest router::test::test_path_segment ... ok
15042026-03-27T04:36:57.075Ztest router::test::test_variable_after_literal - should panic ... ok
15052026-03-27T04:36:57.075Ztest router::test::test_segments ... ok
15062026-03-27T04:36:57.075Ztest router::test::test_router_basic ... ok
15072026-03-27T04:36:57.075Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
15082026-03-27T04:36:57.076Ztest router::test::test_more_after_regex - should panic ... ok
15092026-03-27T04:36:57.076Ztest router::test::test_variable_name_bad_end - should panic ... ok
15102026-03-27T04:36:57.076Ztest router::test::test_variable_name_bad_start - should panic ... ok
15112026-03-27T04:36:57.076Znote: configured to log to "/tmp/dropshot-4b90dd4704fbc8be.2103.file_dir/log.out"
15122026-03-27T04:36:57.076Ztest router::test::test_variable_name_empty - should panic ... ok
15132026-03-27T04:36:57.076Ztest router::test::test_variable_rename ... ok
15142026-03-27T04:36:57.076Ztest router::test::test_variables_multi ... ok
15152026-03-27T04:36:57.076Ztest router::test::test_variables_basic ... ok
15162026-03-27T04:36:57.076Ztest router::test::test_variables_glob ... ok
15172026-03-27T04:36:57.076Ztest schema_util::test::test_additional_properties ... ok
15182026-03-27T04:36:57.076Ztest schema_util::test::test_empty_struct ... ok
15192026-03-27T04:36:57.076Ztest schema_util::test::test_nullable ... ok
15202026-03-27T04:36:57.076Ztest schema_util::test::test_two_types - should panic ... ok
15212026-03-27T04:36:57.076Ztest schema_util::test::test_embedded_schema ... ok
15222026-03-27T04:36:57.076Ztest schema_util::test::test_extension_conversion ... ok
15232026-03-27T04:36:57.076Znote: configured to log to "/tmp/dropshot-4b90dd4704fbc8be.2103.file_dir/log.out"
15242026-03-27T04:36:57.076Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
15252026-03-27T04:36:57.079Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
15262026-03-27T04:36:57.079Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
15272026-03-27T04:36:57.079Ztest logging::test::test_config_file ... ok
15282026-03-27T04:36:57.079Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
15292026-03-27T04:36:57.079Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
15302026-03-27T04:36:57.079Ztest test_util::test::test_bunyan_easy_cases ... ok
15312026-03-27T04:36:57.079Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
15322026-03-27T04:36:57.079Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
15332026-03-27T04:36:57.079Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
15342026-03-27T04:36:57.079Ztest to_map::test::test_struct_with_options ... ok
15352026-03-27T04:36:57.080Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
15362026-03-27T04:36:57.081Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
15372026-03-27T04:36:57.081Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
15382026-03-27T04:36:57.081Ztest to_map::test::test_to_map_num ... ok
15392026-03-27T04:36:57.081Ztest to_map::test::test_to_map_enum ... ok
15402026-03-27T04:36:57.081Ztest to_map::test::test_to_map_seq ... ok
15412026-03-27T04:36:57.081Ztest to_map::test::test_to_map_valid ... ok
15422026-03-27T04:36:57.081Ztest to_map::test::test_to_map_vec ... ok
15432026-03-27T04:36:57.081Ztest type_util::tests::test_commented_ref ... ok
15442026-03-27T04:36:57.081Ztest type_util::tests::test_recursive_type - should panic ... ok
15452026-03-27T04:36:57.081Ztest type_util::tests::test_reflexive_type - should panic ... ok
15462026-03-27T04:36:57.081Ztest server::test::test_drop_server_without_close_okay ... ok
15472026-03-27T04:36:57.081Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15482026-03-27T04:36:57.081Ztest server::test::test_server_run_then_close ... ok
15492026-03-27T04:36:57.081Ztest server::test::test_http_acceptor_happy_path ... ok
15502026-03-27T04:36:57.081Z
15512026-03-27T04:36:57.081Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15522026-03-27T04:36:57.081Z
15532026-03-27T04:36:57.081Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-2a1537e351379627`
15542026-03-27T04:36:57.081Z
15552026-03-27T04:36:57.081Zrunning 1 test
15562026-03-27T04:36:57.367Z Compiling proc-macro2 v1.0.106
15572026-03-27T04:36:57.367Z Compiling quote v1.0.45
15582026-03-27T04:36:57.367Z Compiling unicode-ident v1.0.12
15592026-03-27T04:36:57.367Z Compiling libc v0.2.183
15602026-03-27T04:36:57.367Z Checking cfg-if v1.0.0
15612026-03-27T04:36:57.370Z Compiling serde_core v1.0.228
15622026-03-27T04:36:57.370Z Checking itoa v1.0.1
15632026-03-27T04:36:57.370Z Checking pin-project-lite v0.2.12
15642026-03-27T04:36:57.458Z Checking memchr v2.6.0
15652026-03-27T04:36:57.474Z Compiling shlex v1.3.0
15662026-03-27T04:36:57.506Z Compiling autocfg v1.1.0
15672026-03-27T04:36:57.509Z Checking bytes v1.11.1
15682026-03-27T04:36:57.673Z Compiling cc v1.2.16
15692026-03-27T04:36:57.769Z Checking smallvec v1.13.2
15702026-03-27T04:36:57.831Z Compiling version_check v0.9.5
15712026-03-27T04:36:57.895Z Checking futures-core v0.3.32
15722026-03-27T04:36:57.921Z Checking once_cell v1.20.1
15732026-03-27T04:36:57.937Z Compiling log v0.4.17
15742026-03-27T04:36:58.005Z Compiling parking_lot_core v0.9.4
15752026-03-27T04:36:58.079Z Checking scopeguard v1.2.0
15762026-03-27T04:36:58.176Z Checking lock_api v0.4.6
15772026-03-27T04:36:58.202Z Compiling thiserror v2.0.18
15782026-03-27T04:36:58.300Z Compiling zmij v1.0.2
15792026-03-27T04:36:58.311Z Checking socket2 v0.6.0
15802026-03-27T04:36:58.352Z Checking signal-hook-registry v1.4.0
15812026-03-27T04:36:58.499Z Checking parking_lot v0.12.1
15822026-03-27T04:36:58.537Z Checking mio v1.0.3
15832026-03-27T04:36:58.620Z Compiling slab v0.4.9
15842026-03-27T04:36:58.625Z Checking futures-sink v0.3.32
15852026-03-27T04:36:58.677Z Compiling syn v2.0.117
15862026-03-27T04:36:58.712Z Checking getrandom v0.2.11
15872026-03-27T04:36:58.854Z Compiling serde_json v1.0.149
15882026-03-27T04:36:58.854Z Compiling serde v1.0.228
15892026-03-27T04:36:58.859Z Checking futures-channel v0.3.32
15902026-03-27T04:36:58.880Z Checking http v1.4.0
15912026-03-27T04:36:59.050Z Checking zeroize v1.7.0
15922026-03-27T04:36:59.184Z Checking rustls-pki-types v1.14.0
15932026-03-27T04:36:59.200Z Checking futures-task v0.3.32
15942026-03-27T04:36:59.287Z Checking futures-io v0.3.32
15952026-03-27T04:36:59.328Z Checking stable_deref_trait v1.2.0
15962026-03-27T04:36:59.334Z Compiling httparse v1.10.0
15972026-03-27T04:36:59.393Z Compiling ucd-trie v0.1.6
15982026-03-27T04:36:59.398Z Compiling zerocopy v0.8.27
15992026-03-27T04:36:59.429Z Compiling ring v0.17.13
16002026-03-27T04:36:59.554Z Checking equivalent v1.0.0
16012026-03-27T04:36:59.583Z Checking bitflags v2.11.0
16022026-03-27T04:36:59.686Z Checking hashbrown v0.16.1
16032026-03-27T04:36:59.736Z Checking untrusted v0.9.0
16042026-03-27T04:36:59.898Z Checking http-body v1.0.1
16052026-03-27T04:36:59.974Z Checking tracing-core v0.1.32
16062026-03-27T04:36:59.993Z Compiling rustversion v1.0.22
16072026-03-27T04:37:00.002Z Compiling typenum v1.14.0
16082026-03-27T04:37:00.017Z Compiling pkg-config v0.3.31
16092026-03-27T04:37:00.150Z Checking indexmap v2.13.0
16102026-03-27T04:37:00.265Z Checking percent-encoding v2.3.2
16112026-03-27T04:37:00.400Z Compiling vcpkg v0.2.15
16122026-03-27T04:37:00.413Z Checking atomic-waker v1.1.2
16132026-03-27T04:37:00.534Z Checking litemap v0.7.4
16142026-03-27T04:37:00.700Z Checking writeable v0.5.5
16152026-03-27T04:37:00.748Z Checking tracing v0.1.40
16162026-03-27T04:37:00.866Z Compiling generic-array v0.14.5
16172026-03-27T04:37:00.917Z Checking try-lock v0.2.3
16182026-03-27T04:37:00.922Z Compiling crossbeam-utils v0.8.21
16192026-03-27T04:37:01.005Z Checking fnv v1.0.7
16202026-03-27T04:37:01.094Z Checking want v0.3.0
16212026-03-27T04:37:01.321Z Compiling unicase v2.6.0
16222026-03-27T04:37:01.343Z Compiling openssl-sys v0.9.107
16232026-03-27T04:37:01.398Z Checking httpdate v1.0.1
16242026-03-27T04:37:01.537Z Compiling synstructure v0.13.1
16252026-03-27T04:37:01.559Z Checking tower-layer v0.3.3
16262026-03-27T04:37:01.614Z Checking powerfmt v0.2.0
16272026-03-27T04:37:01.701Z Checking subtle v2.5.0
16282026-03-27T04:37:01.718Z Checking tower-service v0.3.3
16292026-03-27T04:37:01.801Z Compiling num-conv v0.2.0
16302026-03-27T04:37:01.828Z Compiling getrandom v0.4.1
16312026-03-27T04:37:01.927Z Checking icu_locid_transform_data v1.5.0
16322026-03-27T04:37:01.939Z Checking pin-utils v0.1.0
16332026-03-27T04:37:01.991Z Checking base64 v0.22.1
16342026-03-27T04:37:01.999Z Compiling time-core v0.1.8
16352026-03-27T04:37:02.126Z Compiling slog v2.8.2
16362026-03-27T04:37:02.138Z Compiling time-macros v0.2.27
16372026-03-27T04:37:02.143Z Checking deranged v0.5.5
16382026-03-27T04:37:02.367Z Checking rustls-webpki v0.102.8
16392026-03-27T04:37:02.600Z Checking num_threads v0.1.3
16402026-03-27T04:37:02.647Z Checking icu_properties_data v1.5.0
16412026-03-27T04:37:02.777Z Compiling num-traits v0.2.14
16422026-03-27T04:37:02.828Z Compiling openssl v0.10.72
16432026-03-27T04:37:03.017Z Checking write16 v1.0.0
16442026-03-27T04:37:03.029Z Checking icu_normalizer_data v1.5.0
16452026-03-27T04:37:03.091Z Compiling crc32fast v1.5.0
16462026-03-27T04:37:03.098Z Checking openssl-probe v0.1.4
16472026-03-27T04:37:03.098Z Checking foreign-types-shared v0.1.1
16482026-03-27T04:37:03.108Z Checking utf8_iter v1.0.4
16492026-03-27T04:37:03.170Z Compiling usdt-impl v0.6.0
16502026-03-27T04:37:03.194Z Checking ipnet v2.10.0
16512026-03-27T04:37:03.209Z Checking utf16_iter v1.0.5
16522026-03-27T04:37:03.313Z Checking foreign-types v0.3.2
16532026-03-27T04:37:03.409Z Compiling thread-id v5.0.0
16542026-03-27T04:37:03.423Z Checking block-buffer v0.10.2
16552026-03-27T04:37:03.460Z Checking crypto-common v0.1.6
16562026-03-27T04:37:03.477Z Checking time v0.3.47
16572026-03-27T04:37:03.534Z Checking form_urlencoded v1.2.2
16582026-03-27T04:37:03.592Z Checking rand_core v0.6.3
16592026-03-27T04:37:03.601Z Checking errno v0.3.10
16602026-03-27T04:37:03.654Z Compiling ryu v1.0.5
16612026-03-27T04:37:03.689Z Checking adler2 v2.0.1
16622026-03-27T04:37:03.711Z Compiling native-tls v0.2.12
16632026-03-27T04:37:03.759Z Compiling rustix v1.1.4
16642026-03-27T04:37:03.802Z Checking plain v0.2.3
16652026-03-27T04:37:03.900Z Checking mime v0.3.16
16662026-03-27T04:37:03.915Z Checking simd-adler32 v0.3.7
16672026-03-27T04:37:03.928Z Compiling serde_derive v1.0.228
16682026-03-27T04:37:03.983Z Compiling tokio-macros v2.6.0
16692026-03-27T04:37:03.994Z Compiling thiserror-impl v2.0.18
16702026-03-27T04:37:04.049Z Compiling zerofrom-derive v0.1.5
16712026-03-27T04:37:04.049Z Compiling futures-macro v0.3.32
16722026-03-27T04:37:04.063Z Compiling yoke-derive v0.7.5
16732026-03-27T04:37:04.213Z Compiling zerovec-derive v0.10.3
16742026-03-27T04:37:04.387Z Compiling displaydoc v0.2.5
16752026-03-27T04:37:05.123Z Checking tokio v1.50.0
16762026-03-27T04:37:05.267Z Checking futures-util v0.3.32
16772026-03-27T04:37:05.606Z Compiling zerocopy-derive v0.8.27
16782026-03-27T04:37:05.742Z Compiling icu_provider_macros v1.5.0
16792026-03-27T04:37:05.917Z Compiling scroll_derive v0.13.1
16802026-03-27T04:37:06.179Z Compiling pest v2.8.1
16812026-03-27T04:37:06.267Z Checking zerofrom v0.1.5
16822026-03-27T04:37:06.387Z Checking yoke v0.7.5
16832026-03-27T04:37:06.562Z Checking zerovec v0.10.4
16842026-03-27T04:37:06.680Z Compiling openssl-macros v0.1.1
16852026-03-27T04:37:07.110Z Checking scroll v0.13.0
16862026-03-27T04:37:07.150Z Compiling rustls v0.23.13
16872026-03-27T04:37:07.235Z Checking tinystr v0.7.6
16882026-03-27T04:37:07.336Z Compiling pest_meta v2.8.1
16892026-03-27T04:37:07.339Z Checking icu_collections v1.5.0
16902026-03-27T04:37:07.371Z Checking ppv-lite86 v0.2.15
16912026-03-27T04:37:07.404Z Checking icu_locid v1.5.0
16922026-03-27T04:37:07.450Z Checking byteorder v1.4.3
16932026-03-27T04:37:07.641Z Compiling rustls v0.22.4
16942026-03-27T04:37:07.826Z Checking icu_provider v1.5.0
16952026-03-27T04:37:07.872Z Checking rand_chacha v0.3.1
16962026-03-27T04:37:08.055Z Compiling pest_generator v2.8.1
16972026-03-27T04:37:08.116Z Checking icu_locid_transform v1.5.0
16982026-03-27T04:37:08.123Z Checking tokio-util v0.7.18
16992026-03-27T04:37:08.200Z Checking erased-serde v0.3.31
17002026-03-27T04:37:08.378Z Compiling serde_tokenstream v0.2.3
17012026-03-27T04:37:08.526Z Checking h2 v0.4.6
17022026-03-27T04:37:08.569Z Checking icu_properties v1.5.1
17032026-03-27T04:37:08.825Z Compiling dof v0.4.0
17042026-03-27T04:37:08.897Z Checking goblin v0.10.1
17052026-03-27T04:37:09.141Z Checking miniz_oxide v0.8.9
17062026-03-27T04:37:09.449Z Compiling pest_derive v2.8.1
17072026-03-27T04:37:09.679Z Checking digest v0.10.7
17082026-03-27T04:37:09.989Z Compiling rustix v0.38.44
17092026-03-27T04:37:10.026Z Compiling thiserror v1.0.69
17102026-03-27T04:37:10.044Z Checking icu_normalizer v1.5.0
17112026-03-27T04:37:10.102Z Checking pretty-hex v0.4.1
17122026-03-27T04:37:10.283Z Compiling dtrace-parser v0.3.0
17132026-03-27T04:37:10.402Z Checking iana-time-zone v0.1.47
17142026-03-27T04:37:10.409Z Checking idna_adapter v1.2.0
17152026-03-27T04:37:10.422Z Checking cpufeatures v0.2.17
17162026-03-27T04:37:10.428Z Checking hyper v1.8.1
17172026-03-27T04:37:10.476Z Checking sha1 v0.10.6
17182026-03-27T04:37:10.499Z Checking chrono v0.4.44
17192026-03-27T04:37:10.523Z Checking idna v1.0.3
17202026-03-27T04:37:10.767Z Checking flate2 v1.1.9
17212026-03-27T04:37:10.960Z Compiling mime_guess v2.0.5
17222026-03-27T04:37:11.322Z Checking hyper-util v0.1.20
17232026-03-27T04:37:11.349Z Checking rand v0.8.4
17242026-03-27T04:37:11.606Z Compiling thiserror-impl v1.0.69
17252026-03-27T04:37:11.618Z Checking concurrent-queue v2.5.0
17262026-03-27T04:37:11.787Z Compiling serde_derive_internals v0.29.0
17272026-03-27T04:37:11.838Z Checking http-body-util v0.1.3
17282026-03-27T04:37:11.907Z Checking rustls-pemfile v2.2.0
17292026-03-27T04:37:12.040Z Compiling multer v3.1.0
17302026-03-27T04:37:12.112Z Checking thread_local v1.1.4
17312026-03-27T04:37:12.269Z Checking sync_wrapper v1.0.1
17322026-03-27T04:37:12.275Z Checking encoding_rs v0.8.32
17332026-03-27T04:37:12.368Z Compiling slog-async v2.8.0
17342026-03-27T04:37:12.379Z Compiling camino v1.2.2
17352026-03-27T04:37:12.701Z Compiling paste v1.0.15
17362026-03-27T04:37:12.775Z Checking winnow v1.0.0
17372026-03-27T04:37:12.867Z Checking parking v2.2.0
17382026-03-27T04:37:12.874Z Compiling schemars v0.8.22
17392026-03-27T04:37:12.966Z Checking fastrand v2.1.1
17402026-03-27T04:37:12.975Z Checking compression-core v0.4.31
17412026-03-27T04:37:13.034Z Checking match_cfg v0.1.0
17422026-03-27T04:37:13.056Z Checking toml_parser v1.0.10+spec-1.1.0
17432026-03-27T04:37:13.085Z Checking tokio-rustls v0.26.0
17442026-03-27T04:37:13.091Z Checking hostname v0.3.1
17452026-03-27T04:37:13.091Z Checking compression-codecs v0.4.37
17462026-03-27T04:37:13.136Z Checking tempfile v3.27.0
17472026-03-27T04:37:13.160Z Checking event-listener v5.0.0
17482026-03-27T04:37:13.175Z Compiling schemars_derive v0.8.22
17492026-03-27T04:37:13.221Z Checking tokio-rustls v0.25.0
17502026-03-27T04:37:13.321Z Checking tower v0.5.2
17512026-03-27T04:37:13.387Z Compiling usdt-macro v0.6.0
17522026-03-27T04:37:13.390Z Compiling usdt-attr-macro v0.6.0
17532026-03-27T04:37:13.402Z Checking serde_urlencoded v0.7.1
17542026-03-27T04:37:13.498Z Checking tokio-native-tls v0.3.1
17552026-03-27T04:37:13.512Z Checking url v2.5.4
17562026-03-27T04:37:13.644Z Checking slog-json v2.6.1
17572026-03-27T04:37:13.653Z Checking futures-executor v0.3.32
17582026-03-27T04:37:13.688Z Compiling async-stream-impl v0.3.6
17592026-03-27T04:37:13.813Z Checking uuid v1.22.0
17602026-03-27T04:37:13.828Z Checking crossbeam-channel v0.5.15
17612026-03-27T04:37:13.909Z Checking webpki-roots v0.26.5
17622026-03-27T04:37:14.024Z Checking serde_spanned v1.0.4
17632026-03-27T04:37:14.096Z Checking toml_datetime v1.0.1+spec-1.1.0
17642026-03-27T04:37:14.151Z Checking memmap2 v0.9.8
17652026-03-27T04:37:14.157Z Checking is-terminal v0.4.12
17662026-03-27T04:37:14.232Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
17672026-03-27T04:37:14.238Z Checking dyn-clone v1.0.4
17682026-03-27T04:37:14.294Z Checking take_mut v0.2.2
17692026-03-27T04:37:14.308Z Checking toml_writer v1.0.7+spec-1.1.0
17702026-03-27T04:37:14.320Z Checking spin v0.9.8
17712026-03-27T04:37:14.394Z Checking lazy_static v1.5.0
17722026-03-27T04:37:14.424Z Checking iri-string v0.7.8
17732026-03-27T04:37:14.472Z Checking unicode-segmentation v1.10.0
17742026-03-27T04:37:14.481Z Compiling heck v0.5.0
17752026-03-27T04:37:14.484Z Checking unicode-width v0.1.9
17762026-03-27T04:37:14.578Z Compiling semver v1.0.27
17772026-03-27T04:37:14.585Z Checking term v1.1.0
17782026-03-27T04:37:14.655Z Checking utf-8 v0.7.6
17792026-03-27T04:37:14.665Z Compiling anyhow v1.0.102
17802026-03-27T04:37:14.744Z Checking data-encoding v2.4.0
17812026-03-27T04:37:14.757Z Checking newline-converter v0.3.0
17822026-03-27T04:37:14.777Z Checking async-stream v0.3.6
17832026-03-27T04:37:14.796Z Checking slog-term v2.9.2
17842026-03-27T04:37:14.854Z Checking usdt v0.6.0
17852026-03-27T04:37:14.898Z Checking console v0.15.7
17862026-03-27T04:37:14.923Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17872026-03-27T04:37:14.993Z Checking tungstenite v0.24.0
17882026-03-27T04:37:15.007Z Checking toml v1.0.7+spec-1.1.0
17892026-03-27T04:37:15.256Z Checking atomicwrites v0.4.4
17902026-03-27T04:37:15.292Z Checking hyper-rustls v0.27.3
17912026-03-27T04:37:15.314Z Checking slog-bunyan v2.5.0
17922026-03-27T04:37:15.371Z Checking futures v0.3.32
17932026-03-27T04:37:15.378Z Checking hyper-tls v0.6.0
17942026-03-27T04:37:15.441Z Checking event-listener-strategy v0.5.4
17952026-03-27T04:37:15.458Z Checking tower-http v0.6.8
17962026-03-27T04:37:15.529Z Checking async-compression v0.4.41
17972026-03-27T04:37:15.579Z Checking rustls-native-certs v0.7.0
17982026-03-27T04:37:15.675Z Checking openapiv3 v2.2.0
17992026-03-27T04:37:15.711Z Checking yasna v0.5.2
18002026-03-27T04:37:15.717Z Compiling async-trait v0.1.89
18012026-03-27T04:37:15.729Z Checking pem v3.0.6
18022026-03-27T04:37:15.766Z Checking waitgroup v0.1.2
18032026-03-27T04:37:15.766Z Checking webpki-roots v1.0.0
18042026-03-27T04:37:15.861Z Checking serde_path_to_error v0.1.20
18052026-03-27T04:37:15.873Z Checking hostname v0.4.2
18062026-03-27T04:37:15.879Z Checking simple-mermaid v0.2.0
18072026-03-27T04:37:15.938Z Checking debug-ignore v1.0.5
18082026-03-27T04:37:16.031Z Checking http-range v0.1.4
18092026-03-27T04:37:16.087Z Checking similar v2.2.1
18102026-03-27T04:37:16.127Z Checking rcgen v0.14.7
18112026-03-27T04:37:16.143Z Checking hyper-staticfile v0.10.1
18122026-03-27T04:37:16.156Z Checking reqwest v0.12.28
18132026-03-27T04:37:16.210Z Checking hyper-rustls v0.26.0
18142026-03-27T04:37:16.386Z Checking async-channel v2.5.0
18152026-03-27T04:37:16.400Z Checking tokio-tungstenite v0.24.0
18162026-03-27T04:37:16.407Z Checking expectorate v1.2.0
18172026-03-27T04:37:16.521Z Checking subprocess v1.0.0
18182026-03-27T04:37:16.555Z Checking buf-list v1.1.2
18192026-03-27T04:37:18.815Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
18202026-03-27T04:37:18.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.76s
18212026-03-27T04:37:19.127Z
18222026-03-27T04:37:19.128Z
18232026-03-27T04:37:36.886Ztest tests/fail/bad_channel10.rs ... ok
18242026-03-27T04:37:36.886Ztest tests/fail/bad_channel11.rs ... ok
18252026-03-27T04:37:36.886Ztest tests/fail/bad_channel12.rs ... ok
18262026-03-27T04:37:36.886Ztest tests/fail/bad_channel13.rs ... ok
18272026-03-27T04:37:36.886Ztest tests/fail/bad_channel14.rs ... ok
18282026-03-27T04:37:36.886Ztest tests/fail/bad_channel15.rs ... ok
18292026-03-27T04:37:36.886Ztest tests/fail/bad_channel17.rs ... ok
18302026-03-27T04:37:36.890Ztest tests/fail/bad_channel18.rs ... ok
18312026-03-27T04:37:36.890Ztest tests/fail/bad_channel19.rs ... ok
18322026-03-27T04:37:36.890Ztest tests/fail/bad_channel1a.rs ... ok
18332026-03-27T04:37:36.890Ztest tests/fail/bad_channel1b.rs ... ok
18342026-03-27T04:37:36.890Ztest tests/fail/bad_channel2.rs ... ok
18352026-03-27T04:37:36.890Ztest tests/fail/bad_channel20.rs ... ok
18362026-03-27T04:37:36.890Ztest tests/fail/bad_channel21.rs ... ok
18372026-03-27T04:37:36.890Ztest tests/fail/bad_channel22.rs ... ok
18382026-03-27T04:37:36.890Ztest tests/fail/bad_channel23.rs ... ok
18392026-03-27T04:37:36.890Ztest tests/fail/bad_channel24.rs ... ok
18402026-03-27T04:37:36.890Ztest tests/fail/bad_channel25.rs ... ok
18412026-03-27T04:37:36.891Ztest tests/fail/bad_channel26.rs ... ok
18422026-03-27T04:37:36.891Ztest tests/fail/bad_channel27.rs ... ok
18432026-03-27T04:37:36.891Ztest tests/fail/bad_channel28.rs ... ok
18442026-03-27T04:37:36.891Ztest tests/fail/bad_channel3.rs ... ok
18452026-03-27T04:37:36.891Ztest tests/fail/bad_channel4.rs ... ok
18462026-03-27T04:37:36.891Ztest tests/fail/bad_channel5.rs ... ok
18472026-03-27T04:37:36.891Ztest tests/fail/bad_channel6.rs ... ok
18482026-03-27T04:37:36.891Ztest tests/fail/bad_channel8.rs ... ok
18492026-03-27T04:37:36.891Ztest tests/fail/bad_channel9.rs ... ok
18502026-03-27T04:37:36.891Ztest tests/fail/bad_endpoint1.rs ... ok
18512026-03-27T04:37:36.891Ztest tests/fail/bad_endpoint10.rs ... ok
18522026-03-27T04:37:36.891Ztest tests/fail/bad_endpoint11.rs ... ok
18532026-03-27T04:37:36.891Ztest tests/fail/bad_endpoint12.rs ... ok
18542026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint13.rs ... ok
18552026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint14.rs ... ok
18562026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint15.rs ... ok
18572026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint16.rs ... ok
18582026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint17.rs ... ok
18592026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint18.rs ... ok
18602026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint19.rs ... ok
18612026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint2.rs ... ok
18622026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint20.rs ... ok
18632026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint21.rs ... ok
18642026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint22.rs ... ok
18652026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint23.rs ... ok
18662026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint24.rs ... ok
18672026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint25.rs ... ok
18682026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint26.rs ... ok
18692026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint27.rs ... ok
18702026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint28.rs ... ok
18712026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint3.rs ... ok
18722026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint4.rs ... ok
18732026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint5.rs ... ok
18742026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint6.rs ... ok
18752026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint7.rs ... ok
18762026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint8.rs ... ok
18772026-03-27T04:37:36.892Ztest tests/fail/bad_endpoint9.rs ... ok
18782026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel10.rs ... ok
18792026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel11.rs ... ok
18802026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel12.rs ... ok
18812026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel13.rs ... ok
18822026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel14.rs ... ok
18832026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel15.rs ... ok
18842026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel17.rs ... ok
18852026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel18.rs ... ok
18862026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel19.rs ... ok
18872026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel1a.rs ... ok
18882026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel1b.rs ... ok
18892026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel2.rs ... ok
18902026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel20.rs ... ok
18912026-03-27T04:37:36.892Ztest tests/fail/bad_trait_channel21.rs ... ok
18922026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel22.rs ... ok
18932026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel23.rs ... ok
18942026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel24.rs ... ok
18952026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel25.rs ... ok
18962026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel26.rs ... ok
18972026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel28.rs ... ok
18982026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel3.rs ... ok
18992026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel4.rs ... ok
19002026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel5.rs ... ok
19012026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel6.rs ... ok
19022026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel8.rs ... ok
19032026-03-27T04:37:36.893Ztest tests/fail/bad_trait_channel9.rs ... ok
19042026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint1.rs ... ok
19052026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint10.rs ... ok
19062026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint11.rs ... ok
19072026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint12.rs ... ok
19082026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint13.rs ... ok
19092026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint14.rs ... ok
19102026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint15.rs ... ok
19112026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint16.rs ... ok
19122026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint17.rs ... ok
19132026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint18.rs ... ok
19142026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint19.rs ... ok
19152026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint2.rs ... ok
19162026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint20.rs ... ok
19172026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint21.rs ... ok
19182026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint22.rs ... ok
19192026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint23.rs ... ok
19202026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint24.rs ... ok
19212026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint25.rs ... ok
19222026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint26.rs ... ok
19232026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint27.rs ... ok
19242026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint28.rs ... ok
19252026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint3.rs ... ok
19262026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint4.rs ... ok
19272026-03-27T04:37:36.893Ztest tests/fail/bad_trait_endpoint5.rs ... ok
19282026-03-27T04:37:36.894Ztest tests/fail/bad_trait_endpoint6.rs ... ok
19292026-03-27T04:37:36.894Ztest tests/fail/bad_trait_endpoint7.rs ... ok
19302026-03-27T04:37:36.897Ztest tests/fail/bad_trait_endpoint8.rs ... ok
19312026-03-27T04:37:36.897Ztest tests/fail/bad_trait_endpoint9.rs ... ok
19322026-03-27T04:37:36.897Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
19332026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only1.rs ... ok
19342026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only10.rs ... ok
19352026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only11.rs ... ok
19362026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only12.rs ... ok
19372026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only13.rs ... ok
19382026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only14.rs ... ok
19392026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only15.rs ... ok
19402026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only16.rs ... ok
19412026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only17.rs ... ok
19422026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only18.rs ... ok
19432026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only19.rs ... ok
19442026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only2.rs ... ok
19452026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only20.rs ... ok
19462026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only21.rs ... ok
19472026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only22.rs ... ok
19482026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only3.rs ... ok
19492026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only4.rs ... ok
19502026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only5.rs ... ok
19512026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only6.rs ... ok
19522026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only7.rs ... ok
19532026-03-27T04:37:36.897Ztest tests/fail/bad_trait_only8.rs ... ok
19542026-03-27T04:37:36.898Ztest tests/fail/bad_trait_only9.rs ... ok
19552026-03-27T04:37:36.898Ztest tests/fail/bad_version_backwards.rs ... ok
19562026-03-27T04:37:36.898Ztest tests/fail/unused_endpoint.rs ... ok
19572026-03-27T04:37:36.898Z
19582026-03-27T04:37:36.898Z
19592026-03-27T04:37:36.898Ztest fail ... ok
19602026-03-27T04:37:36.898Z
19612026-03-27T04:37:36.898Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 39.80s
19622026-03-27T04:37:36.898Z
19632026-03-27T04:37:36.898Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-f6e18eaf956151f9`
19642026-03-27T04:37:36.901Z
19652026-03-27T04:37:36.901Zrunning 100 tests
19662026-03-27T04:37:36.901Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19672026-03-27T04:37:36.901Ztest config::test_config_bad_bind_address_port_too_large ... ok
19682026-03-27T04:37:36.901Ztest config::test_config_bad_bind_address_garbage ... ok
19692026-03-27T04:37:36.901Ztest config::test_config_bad_bind_address_port_too_small ... ok
19702026-03-27T04:37:36.901Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19712026-03-27T04:37:36.901Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19722026-03-27T04:37:36.901Ztest api_trait::test_api_trait_with_complex_tags ... ok
19732026-03-27T04:37:36.901Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19742026-03-27T04:37:36.901Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19752026-03-27T04:37:36.901Ztest config::test_valid_config_all_settings ... ok
19762026-03-27T04:37:36.901Ztest config::test_valid_config_basic ... ok
19772026-03-27T04:37:36.904Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-config_bind_address_https_buffer.3416.1.log"
19782026-03-27T04:37:36.904Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-config_bind_address_https.3416.0.log"
19792026-03-27T04:37:36.904Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_unversioned_servers_with_versioned_routes.3416.5.log"
19802026-03-27T04:37:36.904Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-api_trait_basic.3416.2.log"
19812026-03-27T04:37:36.904Ztest config::test_valid_config_empty ... ok
19822026-03-27T04:37:36.904Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-config_handler_task_mode_cancel.3416.3.log"
19832026-03-27T04:37:36.904Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-config_handler_task_mode_detached.3416.4.log"
19842026-03-27T04:37:36.904Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-config_bind_address_http.3416.6.log"
19852026-03-27T04:37:36.904Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19862026-03-27T04:37:36.904Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_enum_extractor_error.3416.7.log"
19872026-03-27T04:37:36.904Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_enum_user_error.3416.8.log"
19882026-03-27T04:37:36.907Ztest config::test_config_handler_task_mode_detached ... ok
19892026-03-27T04:37:36.907Ztest config::test_config_handler_task_mode_cancel ... ok
19902026-03-27T04:37:36.907Ztest custom_errors::test_enum_extractor_error ... ok
19912026-03-27T04:37:36.908Ztest custom_errors::test_enum_user_error ... ok
19922026-03-27T04:37:36.908Ztest api_trait::test_api_trait_basic ... ok
19932026-03-27T04:37:36.908Ztest custom_errors::test_trait_based_api ... ok
19942026-03-27T04:37:36.908Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_struct_extractor_error.3416.9.log"
19952026-03-27T04:37:36.908Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_struct_user_error.3416.10.log"
19962026-03-27T04:37:36.908Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_trait_struct_user_error.3416.12.log"
19972026-03-27T04:37:36.908Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_trait_enum_user_error.3416.11.log"
19982026-03-27T04:37:36.908Ztest config::test_config_bind_address_http ... ok
19992026-03-27T04:37:36.908Ztest custom_errors::test_trait_struct_user_error ... ok
20002026-03-27T04:37:36.908Ztest custom_errors::test_struct_extractor_error ... ok
20012026-03-27T04:37:36.908Ztest custom_errors::test_trait_enum_user_error ... ok
20022026-03-27T04:37:36.908Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_302_bogus.3416.13.log"
20032026-03-27T04:37:36.908Ztest custom_errors::test_struct_user_error ... ok
20042026-03-27T04:37:36.908Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_303_see_other.3416.14.log"
20052026-03-27T04:37:36.908Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_302_found.3416.15.log"
20062026-03-27T04:37:36.908Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_delete_request.3416.17.log"
20072026-03-27T04:37:36.908Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-demo1.3416.16.log"
20082026-03-27T04:37:36.908Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_307_temporary_redirect.3416.18.log"
20092026-03-27T04:37:36.911Ztest demo::test_302_bogus ... ok
20102026-03-27T04:37:36.911Ztest demo::test_303_see_other ... ok
20112026-03-27T04:37:36.911Ztest demo::test_demo1 ... ok
20122026-03-27T04:37:36.911Ztest demo::test_delete_request ... ok
20132026-03-27T04:37:36.911Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-demo2json.3416.19.log"
20142026-03-27T04:37:36.911Ztest demo::test_302_found ... ok
20152026-03-27T04:37:36.911Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-demo2query.3416.20.log"
20162026-03-27T04:37:36.911Ztest demo::test_307_temporary_redirect ... ok
20172026-03-27T04:37:36.911Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-demo2urlencoded.3416.21.log"
20182026-03-27T04:37:36.911Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-demo3json.3416.22.log"
20192026-03-27T04:37:36.911Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-demo_path_param_string.3416.23.log"
20202026-03-27T04:37:36.911Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-demo_path_param_u32.3416.24.log"
20212026-03-27T04:37:36.911Ztest demo::test_demo_path_param_u32 ... ok
20222026-03-27T04:37:36.911Ztest demo::test_demo2query ... ok
20232026-03-27T04:37:36.911Ztest demo::test_demo2json ... ok
20242026-03-27T04:37:36.911Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-demo_path_param_uuid.3416.25.log"
20252026-03-27T04:37:36.911Ztest demo::test_demo3json ... ok
20262026-03-27T04:37:36.911Ztest demo::test_demo2urlencoded ... ok
20272026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-demo_websocket.3416.26.log"
20282026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_header_request.3416.27.log"
20292026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_head_request.3416.28.log"
20302026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_large_typed_body.3416.29.log"
20312026-03-27T04:37:36.915Ztest demo::test_demo_path_param_string ... ok
20322026-03-27T04:37:36.915Ztest demo::test_demo_path_param_uuid ... ok
20332026-03-27T04:37:36.915Ztest demo::test_header_request ... ok
20342026-03-27T04:37:36.915Ztest demo::test_demo_websocket ... ok
20352026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-tet_raw_request.3416.30.log"
20362026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_request_compat.3416.31.log"
20372026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_request_remote_addr.3416.32.log"
20382026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_streaming_body.3416.33.log"
20392026-03-27T04:37:36.915Ztest demo::test_head_request ... ok
20402026-03-27T04:37:36.915Ztest demo::test_large_typed_body ... ok
20412026-03-27T04:37:36.915Ztest demo::test_raw_request ... ok
20422026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-graceful_shutdown_with_detached_handler.3416.34.log"
20432026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_untyped_body.3416.35.log"
20442026-03-27T04:37:36.915Ztest demo::test_request_compat ... ok
20452026-03-27T04:37:36.915Ztest demo::test_request_remote_addr ... ok
20462026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-compression_config_disabled.3416.36.log"
20472026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-compression_disabled_extension.3416.37.log"
20482026-03-27T04:37:36.915Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-compression_config_enabled.3416.38.log"
20492026-03-27T04:37:36.919Ztest demo::test_streaming_body ... ok
20502026-03-27T04:37:36.919Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-gzip_compression_multiple_encodings.3416.39.log"
20512026-03-27T04:37:36.919Ztest gzip::test_compression_disabled_with_extension ... ok
20522026-03-27T04:37:36.919Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-gzip_compression_accept_encoding.3416.40.log"
20532026-03-27T04:37:36.919Ztest demo::test_untyped_body ... ok
20542026-03-27T04:37:36.919Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-json_suffix_compressed.3416.41.log"
20552026-03-27T04:37:36.919Ztest gzip::test_json_suffix_is_compressed ... ok
20562026-03-27T04:37:36.919Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-no_compression_small_response.3416.42.log"
20572026-03-27T04:37:36.922Ztest gzip::test_no_compression_below_size_threshold ... ok
20582026-03-27T04:37:36.922Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-no_compression_204.3416.43.log"
20592026-03-27T04:37:36.922Ztest gzip::test_no_compression_for_204_no_content ... ok
20602026-03-27T04:37:36.922Ztest config::test_config_bind_address_https ... ok
20612026-03-27T04:37:36.922Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-no_compression_304.3416.44.log"
20622026-03-27T04:37:36.922Ztest config::test_config_bind_address_https_buffer ... ok
20632026-03-27T04:37:36.922Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-no_compression_non_compressible.3416.45.log"
20642026-03-27T04:37:36.922Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-no_gzip_without_accept.3416.46.log"
20652026-03-27T04:37:36.922Ztest gzip::test_no_compression_for_304_not_modified ... ok
20662026-03-27T04:37:36.922Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20672026-03-27T04:37:36.922Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-reject_gzip_quality_zero.3416.47.log"
20682026-03-27T04:37:36.922Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-streaming_with_content_type_compressed.3416.48.log"
20692026-03-27T04:37:36.925Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20702026-03-27T04:37:36.925Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-streaming_missing_content_type.3416.49.log"
20712026-03-27T04:37:36.925Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20722026-03-27T04:37:36.925Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-vary_header_set.3416.50.log"
20732026-03-27T04:37:36.925Ztest gzip::test_compression_config_disabled ... ok
20742026-03-27T04:37:36.928Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-vary_header_no_gzip.3416.51.log"
20752026-03-27T04:37:36.931Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20762026-03-27T04:37:36.931Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20772026-03-27T04:37:36.931Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-xml_suffix_compressed.3416.52.log"
20782026-03-27T04:37:36.931Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-multipart_client.3416.53.log"
20792026-03-27T04:37:36.931Ztest multipart::missing_boundary ... ok
20802026-03-27T04:37:36.931Ztest gzip::test_xml_suffix_is_compressed ... ok
20812026-03-27T04:37:36.935Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-multipart_client.3416.54.log"
20822026-03-27T04:37:36.935Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-multipart_client.3416.55.log"
20832026-03-27T04:37:36.935Ztest gzip::test_compression_config_enabled ... ok
20842026-03-27T04:37:36.935Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-multipart_client.3416.56.log"
20852026-03-27T04:37:36.935Ztest multipart::no_content_type ... ok
20862026-03-27T04:37:36.935Ztest multipart::test_multipart_client ... ok
20872026-03-27T04:37:36.935Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20882026-03-27T04:37:36.935Ztest multipart::weird_content_type ... ok
20892026-03-27T04:37:36.935Ztest openapi::test_openapi_custom_error_types ... ok
20902026-03-27T04:37:36.935Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20912026-03-27T04:37:36.935Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-pagination-basic.3416.57.log"
20922026-03-27T04:37:36.935Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-pagination-multiple-resources.3416.58.log"
20932026-03-27T04:37:36.938Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20942026-03-27T04:37:36.938Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-pagination-multiple-sorts.3416.59.log"
20952026-03-27T04:37:36.938Ztest openapi::test_openapi ... ok
20962026-03-27T04:37:36.938Ztest openapi::test_openapi_fuller ... ok
20972026-03-27T04:37:36.938Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-basic.3416.60.log"
20982026-03-27T04:37:36.938Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-dictionary.3416.61.log"
20992026-03-27T04:37:36.955Ztest gzip::test_vary_header_is_set ... ok
21002026-03-27T04:37:36.958Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-empty.3416.62.log"
21012026-03-27T04:37:36.958Ztest pagination::test_paginate_empty ... ok
21022026-03-27T04:37:36.958Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-errors.3416.63.log"
21032026-03-27T04:37:36.961Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
21042026-03-27T04:37:36.961Ztest pagination::test_paginate_errors ... ok
21052026-03-27T04:37:36.961Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-required_params.3416.65.log"
21062026-03-27T04:37:36.961Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-extra_params.3416.64.log"
21072026-03-27T04:37:36.964Ztest pagination::test_paginate_with_required_params ... ok
21082026-03-27T04:37:36.964Ztest pagination::test_paginate_extra_params ... ok
21092026-03-27T04:37:36.964Ztest path_names::test_path_names ... ok
21102026-03-27T04:37:36.965Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_no_tls.3416.66.log"
21112026-03-27T04:37:36.965Ztest pagination_schema::test_pagination_schema ... ok
21122026-03-27T04:37:36.965Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_with_tls.3416.67.log"
21132026-03-27T04:37:36.965Ztest starter::test_no_tls ... ok
21142026-03-27T04:37:36.965Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-non_streaming_servers_do_not_use_transfer_encoding.3416.68.log"
21152026-03-27T04:37:36.967Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
21162026-03-27T04:37:36.970Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-streaming_server_buffered_client.3416.69.log"
21172026-03-27T04:37:36.974Ztest streaming::test_streaming_server_buffered_client ... ok
21182026-03-27T04:37:36.977Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-streaming_server_streaming_client.3416.70.log"
21192026-03-27T04:37:36.979Ztest streaming::test_streaming_server_streaming_client ... ok
21202026-03-27T04:37:36.979Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_server_is_http.3416.71.log"
21212026-03-27T04:37:36.982Ztest tls::test_server_is_http ... ok
21222026-03-27T04:37:36.982Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_server_is_https.3416.72.log"
21232026-03-27T04:37:36.982Ztest pagination::test_paginate_basic ... ok
21242026-03-27T04:37:36.982Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_tls_aborted_negotiation.3416.73.log"
21252026-03-27T04:37:37.279Ztest starter::test_with_tls ... ok
21262026-03-27T04:37:37.283Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_tls_certificate_loading.3416.74.log"
21272026-03-27T04:37:37.292Ztest tls::test_server_is_https ... ok
21282026-03-27T04:37:37.294Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_tls_only.3416.75.log"
21292026-03-27T04:37:37.533Ztest pagination::test_paginate_dictionary ... ok
21302026-03-27T04:37:37.536Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_tls_refresh_certificates.3416.76.log"
21312026-03-27T04:37:37.589Ztest tls::test_tls_certificate_loading ... ok
21322026-03-27T04:37:37.592Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_versions.3416.77.log"
21332026-03-27T04:37:37.592Ztest tls::test_tls_aborted_negotiation ... ok
21342026-03-27T04:37:37.592Znote: configured to log to "/tmp/integration_tests-f6e18eaf956151f9-test_versions_on_missing.3416.78.log"
21352026-03-27T04:37:37.635Ztest versions::test_versions_on_missing ... ok
21362026-03-27T04:37:37.638Ztest versions::test_versions_openapi ... ok
21372026-03-27T04:37:37.638Ztest versions::test_versions_openapi_same_names ... ok
21382026-03-27T04:37:37.642Ztest versions::test_versions ... ok
21392026-03-27T04:37:37.642Ztest pagination::test_example_basic ... ok
21402026-03-27T04:37:37.905Ztest tls::test_tls_only ... ok
21412026-03-27T04:37:38.149Ztest tls::test_tls_refresh_certificates ... ok
21422026-03-27T04:37:38.549Ztest pagination::test_example_multiple_resources ... ok
21432026-03-27T04:37:38.916Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
21442026-03-27T04:37:39.074Ztest pagination::test_example_multiple_sorts ... ok
21452026-03-27T04:37:39.074Z
21462026-03-27T04:37:39.077Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.18s
21472026-03-27T04:37:39.077Z
21482026-03-27T04:37:39.083Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-8af409736a0c508b`
21492026-03-27T04:37:39.088Z
21502026-03-27T04:37:39.088Zrunning 35 tests
21512026-03-27T04:37:39.091Ztest channel::tests::test_channel_operation_id ... ok
21522026-03-27T04:37:39.091Ztest channel::tests::test_channel_with_versions ... ok
21532026-03-27T04:37:39.091Ztest channel::tests::test_channel_with_unnamed_params ... ok
21542026-03-27T04:37:39.095Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21552026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21562026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_bad_string ... ok
21572026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21582026-03-27T04:37:39.095Ztest doc::tests::test_extract_summary_description ... ok
21592026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21602026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21612026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21622026-03-27T04:37:39.095Ztest channel::tests::test_channel_with_custom_params ... ok
21632026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_not_async ... ok
21642026-03-27T04:37:39.095Ztest api_trait::tests::test_api_trait_operation_id ... ok
21652026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_content_type ... ok
21662026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21672026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_basic ... ok
21682026-03-27T04:37:39.095Ztest api_trait::tests::test_api_trait_basic ... ok
21692026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21702026-03-27T04:37:39.095Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21712026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21722026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21732026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21742026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_with_doc ... ok
21752026-03-27T04:37:39.095Ztest endpoint::tests::test_endpoint_with_query ... ok
21762026-03-27T04:37:39.098Ztest endpoint::tests::test_endpoint_with_tags ... ok
21772026-03-27T04:37:39.098Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21782026-03-27T04:37:39.098Ztest syn_parsing::tests::test_busted_function ... ok
21792026-03-27T04:37:39.098Ztest params::tests::test_extract_rqctx_ty_param ... ok
21802026-03-27T04:37:39.098Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21812026-03-27T04:37:39.098Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21822026-03-27T04:37:39.098Ztest endpoint::tests::test_operation_id ... ok
21832026-03-27T04:37:39.098Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21842026-03-27T04:37:39.098Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21852026-03-27T04:37:39.098Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21862026-03-27T04:37:39.098Z
21872026-03-27T04:37:39.098Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21882026-03-27T04:37:39.099Z
21892026-03-27T04:37:39.102Z Doc-tests dropshot
21902026-03-27T04:37:39.102Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/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-f52cf330f4f3439c.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b2010ed041226f20.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-cb4aa7a2e317132f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-12c967a75b172245.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-7a43ad5c49f3ebb6.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-430f637573e420a9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-8cbf4dd310c8c1ab.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1c2349a071c4ba03.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-ddc26909be6534db.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-cc069c1c37f8011e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-631eff671b61211c.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-3caa73b358c1abfd.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3efd9c7a2054f8ed.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c4df431c29373dfc.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-5156871bfd7d3151.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a64f3596ce6cfea6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-72938b778ce0144c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1df4defd0f7887be.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a2ee5d8983fd13de.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6140fa2c90e5bcf6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5e1ff30272045fa8.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-de53904ad0fc1b51.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-b880abe00721bcfe.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f2eec4ee8f51f8c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f3895006bc58994d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-313e13259bb1c461.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5df192f1bb0e4f87.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-ce625d601af039e1.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4363d9e20a0a2a3a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-efc3619923ee1703.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-54d01c6ff8a7d399.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-93d7f80431f00e6f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3379a59d45cc11b8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-8aa3c9c8af36ef9e.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0b9af6d39466695f.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-24159a20e7e12087.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ab73fbbc432be8da.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-3204254cd30e40ea.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b89e1789304f163f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-97375a35affd78ac.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-98a76ecbd89dca38.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9dde5519f5cdafff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c3fcb1842f82ac9.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-073b9dd52b607dd3.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5dc570c6033ceb62.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-f55ce11e3bfac78d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-8a57dcdf6b648e68.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4764ac7b0694aa94.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5b49f94660dab525.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e740f0bd2fbbc5c3.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf93e8d13509dff2.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-05a673ac7fa6b694.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b9607d8df15aaa7d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-90ecb1a878e4faa5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-b83acb11509f10e6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b9c8b57a111badea.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-206c39965fcc888e.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-36ad1e6aa26a65dd.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bae2179193791a1c.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a2047e8836a66658.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c0a90f330ef23958.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-a0316e4162a0ebc7.rlib -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -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`
21912026-03-27T04:37:39.425Z
21922026-03-27T04:37:39.425Zrunning 24 tests
21932026-03-27T04:37:39.429Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21942026-03-27T04:37:40.606Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21952026-03-27T04:37:40.606Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21962026-03-27T04:37:40.606Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21972026-03-27T04:37:40.619Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21982026-03-27T04:37:43.578Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21992026-03-27T04:37:43.578Ztest dropshot/src/lib.rs - (line 334) ... ignored
22002026-03-27T04:37:43.625Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
22012026-03-27T04:37:43.701Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
22022026-03-27T04:37:43.732Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
22032026-03-27T04:37:43.786Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
22042026-03-27T04:37:43.940Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
22052026-03-27T04:37:43.983Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
22062026-03-27T04:37:43.983Ztest dropshot/src/lib.rs - channel (line 1184) ... ignored
22072026-03-27T04:37:43.983Ztest dropshot/src/lib.rs - endpoint (line 1229) ... ignored
22082026-03-27T04:37:44.795Ztest dropshot/src/lib.rs - (line 398) ... ok
22092026-03-27T04:37:44.965Ztest dropshot/src/lib.rs - api_description (line 1049) ... ok
22102026-03-27T04:37:45.008Ztest dropshot/src/lib.rs - (line 661) ... ok
22112026-03-27T04:37:45.127Ztest dropshot/src/lib.rs - api_description (line 1110) ... ok
22122026-03-27T04:37:45.188Ztest dropshot/src/lib.rs - (line 110) ... ok
22132026-03-27T04:37:45.191Ztest dropshot/src/lib.rs - (line 189) ... ok
22142026-03-27T04:37:45.899Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
22152026-03-27T04:37:47.768Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
22162026-03-27T04:37:48.296Ztest dropshot/src/lib.rs - (line 497) ... ok
22172026-03-27T04:37:48.296Z
22182026-03-27T04:37:48.299Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 8.87s
22192026-03-27T04:37:48.299Z
22202026-03-27T04:37:48.321Z Doc-tests dropshot_endpoint
22212026-03-27T04:37:48.324Z Running `/home/build/.rustup/toolchains/1.94.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-865ca59eab6c83ad/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-0e26ffcda96efd30.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1ea02774c91e4dbb.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ba5af341ae66f4a2.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-0a525a907ceb0482.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eb2958d95d52706b.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-234684fd28f5b1b2.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-b69a289b4b8d4d18.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-06c7c98c21995b70.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-907685d3a135a0f3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c9dcf7cacdc20be9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-82bfcb24999fa03d.rlib --extern proc_macro -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
22222026-03-27T04:37:48.451Z
22232026-03-27T04:37:48.451Zrunning 0 tests
22242026-03-27T04:37:48.451Z
22252026-03-27T04:37:48.452Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22262026-03-27T04:37:48.452Z
22272026-03-27T04:37:48.485Z
22282026-03-27T04:37:48.488Zreal 1:41.501556824
22292026-03-27T04:37:48.489Zuser 8:03.257183032
22302026-03-27T04:37:48.489Zsys 1:45.182069878
22312026-03-27T04:37:48.489Ztrap 0.373540561
22322026-03-27T04:37:48.490Ztflt 0.160421998
22332026-03-27T04:37:48.490Zdflt 0.153200045
22342026-03-27T04:37:48.490Zkflt 0.000093121
22352026-03-27T04:37:48.490Zlock 32:58.913466837
22362026-03-27T04:37:48.490Zslp 33:13.647822317
22372026-03-27T04:37:48.490Zlat 25.037007366
22382026-03-27T04:37:48.490Zstop 1:06.802035068
22392026-03-27T04:37:48.490Z+ banner docs
22402026-03-27T04:37:48.490Z
22412026-03-27T04:37:48.490Z ##### #### #### ####
22422026-03-27T04:37:48.490Z # # # # # # #
22432026-03-27T04:37:48.490Z # # # # # ####
22442026-03-27T04:37:48.490Z # # # # # #
22452026-03-27T04:37:48.490Z # # # # # # # #
22462026-03-27T04:37:48.490Z ##### #### #### ####
22472026-03-27T04:37:48.490Z
22482026-03-27T04:37:48.490Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22492026-03-27T04:37:48.692Z Compiling proc-macro2 v1.0.106
22502026-03-27T04:37:48.692Z Compiling unicode-ident v1.0.12
22512026-03-27T04:37:48.695Z Checking cfg-if v1.0.0
22522026-03-27T04:37:48.695Z Checking itoa v1.0.1
22532026-03-27T04:37:48.695Z Checking pin-project-lite v0.2.12
22542026-03-27T04:37:48.695Z Compiling quote v1.0.45
22552026-03-27T04:37:48.733Z Checking libc v0.2.183
22562026-03-27T04:37:48.737Z Checking serde_core v1.0.228
22572026-03-27T04:37:48.774Z Checking smallvec v1.13.2
22582026-03-27T04:37:48.784Z Checking bytes v1.11.1
22592026-03-27T04:37:48.806Z Checking once_cell v1.20.1
22602026-03-27T04:37:48.837Z Checking futures-core v0.3.32
22612026-03-27T04:37:48.840Z Checking memchr v2.6.0
22622026-03-27T04:37:48.945Z Checking scopeguard v1.2.0
22632026-03-27T04:37:48.951Z Checking futures-sink v0.3.32
22642026-03-27T04:37:48.960Z Checking slab v0.4.9
22652026-03-27T04:37:49.034Z Checking lock_api v0.4.6
22662026-03-27T04:37:49.038Z Checking futures-channel v0.3.32
22672026-03-27T04:37:49.097Z Checking log v0.4.17
22682026-03-27T04:37:49.145Z Checking parking_lot_core v0.9.4
22692026-03-27T04:37:49.196Z Checking signal-hook-registry v1.4.0
22702026-03-27T04:37:49.210Z Checking mio v1.0.3
22712026-03-27T04:37:49.212Z Checking socket2 v0.6.0
22722026-03-27T04:37:49.212Z Checking getrandom v0.2.11
22732026-03-27T04:37:49.235Z Checking http v1.4.0
22742026-03-27T04:37:49.325Z Checking parking_lot v0.12.1
22752026-03-27T04:37:49.338Z Checking zeroize v1.7.0
22762026-03-27T04:37:49.348Z Checking futures-task v0.3.32
22772026-03-27T04:37:49.467Z Checking rustls-pki-types v1.14.0
22782026-03-27T04:37:49.473Z Checking futures-io v0.3.32
22792026-03-27T04:37:49.479Z Checking stable_deref_trait v1.2.0
22802026-03-27T04:37:49.502Z Checking httparse v1.10.0
22812026-03-27T04:37:49.543Z Checking equivalent v1.0.0
22822026-03-27T04:37:49.574Z Checking untrusted v0.9.0
22832026-03-27T04:37:49.577Z Checking hashbrown v0.16.1
22842026-03-27T04:37:49.616Z Compiling syn v2.0.117
22852026-03-27T04:37:49.675Z Checking ring v0.17.13
22862026-03-27T04:37:49.680Z Checking tracing-core v0.1.32
22872026-03-27T04:37:49.702Z Checking percent-encoding v2.3.2
22882026-03-27T04:37:49.741Z Checking bitflags v2.11.0
22892026-03-27T04:37:49.788Z Checking http-body v1.0.1
22902026-03-27T04:37:49.830Z Checking atomic-waker v1.1.2
22912026-03-27T04:37:49.900Z Checking litemap v0.7.4
22922026-03-27T04:37:49.910Z Checking fnv v1.0.7
22932026-03-27T04:37:49.919Z Checking try-lock v0.2.3
22942026-03-27T04:37:49.967Z Checking tracing v0.1.40
22952026-03-27T04:37:49.991Z Checking writeable v0.5.5
22962026-03-27T04:37:50.006Z Checking want v0.3.0
22972026-03-27T04:37:50.026Z Checking zmij v1.0.2
22982026-03-27T04:37:50.072Z Checking typenum v1.14.0
22992026-03-27T04:37:50.121Z Checking subtle v2.5.0
23002026-03-27T04:37:50.133Z Checking powerfmt v0.2.0
23012026-03-27T04:37:50.149Z Compiling num-conv v0.2.0
23022026-03-27T04:37:50.156Z Checking tower-service v0.3.3
23032026-03-27T04:37:50.214Z Checking indexmap v2.13.0
23042026-03-27T04:37:50.234Z Checking tower-layer v0.3.3
23052026-03-27T04:37:50.242Z Checking pin-utils v0.1.0
23062026-03-27T04:37:50.268Z Checking base64 v0.22.1
23072026-03-27T04:37:50.273Z Checking httpdate v1.0.1
23082026-03-27T04:37:50.300Z Compiling time-core v0.1.8
23092026-03-27T04:37:50.372Z Checking deranged v0.5.5
23102026-03-27T04:37:50.404Z Checking serde_json v1.0.149
23112026-03-27T04:37:50.439Z Compiling time-macros v0.2.27
23122026-03-27T04:37:50.495Z Checking crossbeam-utils v0.8.21
23132026-03-27T04:37:50.543Z Checking generic-array v0.14.5
23142026-03-27T04:37:50.675Z Checking rustls-webpki v0.102.8
23152026-03-27T04:37:50.760Z Checking icu_locid_transform_data v1.5.0
23162026-03-27T04:37:50.815Z Checking num_threads v0.1.3
23172026-03-27T04:37:50.955Z Checking getrandom v0.4.1
23182026-03-27T04:37:50.962Z Checking ipnet v2.10.0
23192026-03-27T04:37:50.998Z Checking icu_properties_data v1.5.0
23202026-03-27T04:37:51.004Z Checking crypto-common v0.1.6
23212026-03-27T04:37:51.010Z Checking block-buffer v0.10.2
23222026-03-27T04:37:51.071Z Checking form_urlencoded v1.2.2
23232026-03-27T04:37:51.107Z Checking utf8_iter v1.0.4
23242026-03-27T04:37:51.121Z Checking write16 v1.0.0
23252026-03-27T04:37:51.124Z Checking foreign-types-shared v0.1.1
23262026-03-27T04:37:51.174Z Checking icu_normalizer_data v1.5.0
23272026-03-27T04:37:51.192Z Checking openssl-probe v0.1.4
23282026-03-27T04:37:51.194Z Checking mime v0.3.16
23292026-03-27T04:37:51.202Z Checking utf16_iter v1.0.5
23302026-03-27T04:37:51.217Z Checking simd-adler32 v0.3.7
23312026-03-27T04:37:51.235Z Checking adler2 v2.0.1
23322026-03-27T04:37:51.290Z Checking foreign-types v0.3.2
23332026-03-27T04:37:51.296Z Checking digest v0.10.7
23342026-03-27T04:37:51.323Z Checking num-traits v0.2.14
23352026-03-27T04:37:51.330Z Checking crc32fast v1.5.0
23362026-03-27T04:37:51.346Z Checking openssl-sys v0.9.107
23372026-03-27T04:37:51.350Z Checking miniz_oxide v0.8.9
23382026-03-27T04:37:51.350Z Checking rand_core v0.6.3
23392026-03-27T04:37:51.427Z Checking time v0.3.47
23402026-03-27T04:37:51.456Z Checking errno v0.3.10
23412026-03-27T04:37:51.459Z Checking iana-time-zone v0.1.47
23422026-03-27T04:37:51.505Z Checking winnow v1.0.0
23432026-03-27T04:37:51.553Z Checking cpufeatures v0.2.17
23442026-03-27T04:37:51.566Z Checking ppv-lite86 v0.2.15
23452026-03-27T04:37:51.617Z Checking sha1 v0.10.6
23462026-03-27T04:37:51.685Z Checking flate2 v1.1.9
23472026-03-27T04:37:51.749Z Checking rustls v0.22.4
23482026-03-27T04:37:51.766Z Checking ryu v1.0.5
23492026-03-27T04:37:51.783Z Checking toml_parser v1.0.10+spec-1.1.0
23502026-03-27T04:37:51.794Z Compiling unicase v2.6.0
23512026-03-27T04:37:51.836Z Checking rand_chacha v0.3.1
23522026-03-27T04:37:51.890Z Checking serde_spanned v1.0.4
23532026-03-27T04:37:51.966Z Checking toml_datetime v1.0.1+spec-1.1.0
23542026-03-27T04:37:51.969Z Checking http-body-util v0.1.3
23552026-03-27T04:37:52.011Z Checking rustls-pemfile v2.2.0
23562026-03-27T04:37:52.011Z Checking thread_local v1.1.4
23572026-03-27T04:37:52.099Z Checking encoding_rs v0.8.32
23582026-03-27T04:37:52.141Z Checking compression-core v0.4.31
23592026-03-27T04:37:52.156Z Checking match_cfg v0.1.0
23602026-03-27T04:37:52.156Z Checking toml_writer v1.0.7+spec-1.1.0
23612026-03-27T04:37:52.172Z Checking rand v0.8.4
23622026-03-27T04:37:52.216Z Checking hostname v0.3.1
23632026-03-27T04:37:52.256Z Checking compression-codecs v0.4.37
23642026-03-27T04:37:52.265Z Compiling mime_guess v2.0.5
23652026-03-27T04:37:52.302Z Checking rustix v1.1.4
23662026-03-27T04:37:52.325Z Checking toml v1.0.7+spec-1.1.0
23672026-03-27T04:37:52.413Z Compiling synstructure v0.13.1
23682026-03-27T04:37:52.671Z Compiling serde_derive_internals v0.29.0
23692026-03-27T04:37:52.766Z Checking rustls v0.23.13
23702026-03-27T04:37:52.890Z Checking uuid v1.22.0
23712026-03-27T04:37:52.901Z Checking concurrent-queue v2.5.0
23722026-03-27T04:37:52.910Z Checking crossbeam-channel v0.5.15
23732026-03-27T04:37:53.037Z Checking is-terminal v0.4.12
23742026-03-27T04:37:53.071Z Checking sync_wrapper v1.0.1
23752026-03-27T04:37:53.118Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
23762026-03-27T04:37:53.167Z Compiling semver v1.0.27
23772026-03-27T04:37:53.182Z Checking dyn-clone v1.0.4
23782026-03-27T04:37:53.236Z Checking take_mut v0.2.2
23792026-03-27T04:37:53.263Z Checking parking v2.2.0
23802026-03-27T04:37:53.334Z Checking spin v0.9.8
23812026-03-27T04:37:53.350Z Checking term v1.1.0
23822026-03-27T04:37:53.361Z Checking fastrand v2.1.1
23832026-03-27T04:37:53.369Z Checking event-listener v5.0.0
23842026-03-27T04:37:53.449Z Checking rustix v0.38.44
23852026-03-27T04:37:53.455Z Checking camino v1.2.2
23862026-03-27T04:37:53.530Z Checking tempfile v3.27.0
23872026-03-27T04:37:53.563Z Checking serde_path_to_error v0.1.20
23882026-03-27T04:37:53.566Z Checking waitgroup v0.1.2
23892026-03-27T04:37:53.598Z Checking webpki-roots v0.26.5
23902026-03-27T04:37:53.601Z Compiling serde_derive v1.0.228
23912026-03-27T04:37:53.654Z Compiling tokio-macros v2.6.0
23922026-03-27T04:37:53.690Z Compiling zerofrom-derive v0.1.5
23932026-03-27T04:37:53.705Z Compiling futures-macro v0.3.32
23942026-03-27T04:37:53.715Z Compiling yoke-derive v0.7.5
23952026-03-27T04:37:53.848Z Compiling zerovec-derive v0.10.3
23962026-03-27T04:37:54.053Z Compiling displaydoc v0.2.5
23972026-03-27T04:37:54.411Z Checking tokio v1.50.0
23982026-03-27T04:37:54.524Z Checking futures-util v0.3.32
23992026-03-27T04:37:54.724Z Compiling icu_provider_macros v1.5.0
24002026-03-27T04:37:54.743Z Compiling openssl-macros v0.1.1
24012026-03-27T04:37:54.791Z Compiling thiserror-impl v2.0.18
24022026-03-27T04:37:54.879Z Compiling async-stream-impl v0.3.6
24032026-03-27T04:37:54.882Z Checking zerofrom v0.1.5
24042026-03-27T04:37:54.994Z Checking yoke v0.7.5
24052026-03-27T04:37:55.170Z Checking zerovec v0.10.4
24062026-03-27T04:37:55.188Z Checking openssl v0.10.72
24072026-03-27T04:37:55.284Z Compiling schemars_derive v0.8.22
24082026-03-27T04:37:55.489Z Compiling thiserror-impl v1.0.69
24092026-03-27T04:37:55.837Z Checking tinystr v0.7.6
24102026-03-27T04:37:56.010Z Checking icu_collections v1.5.0
24112026-03-27T04:37:56.014Z Checking icu_locid v1.5.0
24122026-03-27T04:37:56.291Z Checking serde v1.0.228
24132026-03-27T04:37:56.398Z Checking futures-executor v0.3.32
24142026-03-27T04:37:56.436Z Checking icu_provider v1.5.0
24152026-03-27T04:37:56.459Z Checking multer v3.1.0
24162026-03-27T04:37:56.538Z Checking futures v0.3.32
24172026-03-27T04:37:56.611Z Checking thiserror v2.0.18
24182026-03-27T04:37:56.642Z Checking thiserror v1.0.69
24192026-03-27T04:37:56.667Z Checking async-stream v0.3.6
24202026-03-27T04:37:56.680Z Checking erased-serde v0.3.31
24212026-03-27T04:37:56.702Z Checking chrono v0.4.44
24222026-03-27T04:37:56.727Z Checking icu_locid_transform v1.5.0
24232026-03-27T04:37:56.730Z Checking serde_urlencoded v0.7.1
24242026-03-27T04:37:56.786Z Compiling serde_tokenstream v0.2.3
24252026-03-27T04:37:56.814Z Checking openapiv3 v2.2.0
24262026-03-27T04:37:56.927Z Compiling async-trait v0.1.89
24272026-03-27T04:37:57.052Z Checking slog v2.8.2
24282026-03-27T04:37:57.065Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24292026-03-27T04:37:57.076Z Checking native-tls v0.2.12
24302026-03-27T04:37:57.188Z Checking icu_properties v1.5.1
24312026-03-27T04:37:57.241Z Checking hostname v0.4.2
24322026-03-27T04:37:57.312Z Checking slog-json v2.6.1
24332026-03-27T04:37:57.333Z Checking slog-async v2.8.0
24342026-03-27T04:37:57.406Z Checking tokio-util v0.7.18
24352026-03-27T04:37:57.462Z Checking tokio-rustls v0.25.0
24362026-03-27T04:37:57.501Z Checking slog-bunyan v2.5.0
24372026-03-27T04:37:57.540Z Checking schemars v0.8.22
24382026-03-27T04:37:57.606Z Checking slog-term v2.9.2
24392026-03-27T04:37:57.645Z Checking tower v0.5.2
24402026-03-27T04:37:57.811Z Checking h2 v0.4.6
24412026-03-27T04:37:57.859Z Checking async-compression v0.4.41
24422026-03-27T04:37:57.890Z Checking tokio-native-tls v0.3.1
24432026-03-27T04:37:58.018Z Checking tokio-rustls v0.26.0
24442026-03-27T04:37:58.036Z Checking debug-ignore v1.0.5
24452026-03-27T04:37:58.090Z Checking lazy_static v1.5.0
24462026-03-27T04:37:58.096Z Checking utf-8 v0.7.6
24472026-03-27T04:37:58.128Z Checking unicode-width v0.1.9
24482026-03-27T04:37:58.151Z Checking byteorder v1.4.3
24492026-03-27T04:37:58.176Z Checking iri-string v0.7.8
24502026-03-27T04:37:58.215Z Checking unicode-segmentation v1.10.0
24512026-03-27T04:37:58.218Z Checking data-encoding v2.4.0
24522026-03-27T04:37:58.224Z Checking console v0.15.7
24532026-03-27T04:37:58.349Z Checking atomicwrites v0.4.4
24542026-03-27T04:37:58.467Z Checking tungstenite v0.24.0
24552026-03-27T04:37:58.485Z Checking event-listener-strategy v0.5.4
24562026-03-27T04:37:58.491Z Checking newline-converter v0.3.0
24572026-03-27T04:37:58.584Z Checking icu_normalizer v1.5.0
24582026-03-27T04:37:58.590Z Checking target-triple v1.0.0
24592026-03-27T04:37:58.608Z Checking yasna v0.5.2
24602026-03-27T04:37:58.653Z Checking rustls-native-certs v0.7.0
24612026-03-27T04:37:58.760Z Checking pem v3.0.6
24622026-03-27T04:37:58.838Z Checking webpki-roots v1.0.0
24632026-03-27T04:37:58.903Z Checking termcolor v1.1.2
24642026-03-27T04:37:58.909Z Checking glob v0.3.0
24652026-03-27T04:37:58.947Z Checking similar v2.2.1
24662026-03-27T04:37:58.996Z Checking idna_adapter v1.2.0
24672026-03-27T04:37:59.038Z Checking http-range v0.1.4
24682026-03-27T04:37:59.069Z Checking rcgen v0.14.7
24692026-03-27T04:37:59.079Z Checking trybuild v1.0.116
24702026-03-27T04:37:59.082Z Checking tokio-tungstenite v0.24.0
24712026-03-27T04:37:59.114Z Checking idna v1.0.3
24722026-03-27T04:37:59.149Z Checking async-channel v2.5.0
24732026-03-27T04:37:59.223Z Checking tower-http v0.6.8
24742026-03-27T04:37:59.271Z Checking expectorate v1.2.0
24752026-03-27T04:37:59.319Z Checking anyhow v1.0.102
24762026-03-27T04:37:59.322Z Checking buf-list v1.1.2
24772026-03-27T04:37:59.356Z Checking url v2.5.4
24782026-03-27T04:37:59.386Z Checking subprocess v1.0.0
24792026-03-27T04:37:59.487Z Checking heck v0.5.0
24802026-03-27T04:37:59.694Z Checking hyper v1.8.1
24812026-03-27T04:38:00.492Z Checking hyper-util v0.1.20
24822026-03-27T04:38:00.492Z Checking hyper-staticfile v0.10.1
24832026-03-27T04:38:01.420Z Checking hyper-tls v0.6.0
24842026-03-27T04:38:01.420Z Checking hyper-rustls v0.27.3
24852026-03-27T04:38:01.423Z Documenting dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
24862026-03-27T04:38:01.423Z Checking hyper-rustls v0.26.0
24872026-03-27T04:38:01.579Z Checking reqwest v0.12.28
24882026-03-27T04:38:02.258Z Documenting dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24892026-03-27T04:38:02.746Zwarning: unresolved link to `Query`
24902026-03-27T04:38:02.746Z --> dropshot/src/extractor/header.rs:27:29
24912026-03-27T04:38:02.746Z |
24922026-03-27T04:38:02.746Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
24932026-03-27T04:38:02.746Z | ^^^^^ no item named `Query` in scope
24942026-03-27T04:38:02.746Z |
24952026-03-27T04:38:02.746Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
24962026-03-27T04:38:02.746Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
24972026-03-27T04:38:02.746Z
24982026-03-27T04:38:02.746Zwarning: unresolved link to `Path`
24992026-03-27T04:38:02.746Z --> dropshot/src/extractor/header.rs:27:43
25002026-03-27T04:38:02.746Z |
25012026-03-27T04:38:02.746Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
25022026-03-27T04:38:02.746Z | ^^^^ no item named `Path` in scope
25032026-03-27T04:38:02.746Z |
25042026-03-27T04:38:02.746Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25052026-03-27T04:38:02.746Z
25062026-03-27T04:38:03.025Zwarning: `dropshot` (lib doc) generated 2 warnings
25072026-03-27T04:38:06.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.97s
25082026-03-27T04:38:06.509Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
25092026-03-27T04:38:06.524Z
25102026-03-27T04:38:06.528Zreal 18.016659451
25112026-03-27T04:38:06.528Zuser 1:28.773146045
25122026-03-27T04:38:06.528Zsys 24.076623134
25132026-03-27T04:38:06.528Ztrap 0.056407889
25142026-03-27T04:38:06.528Ztflt 0.023859015
25152026-03-27T04:38:06.528Zdflt 0.006207775
25162026-03-27T04:38:06.528Zkflt 0.000036873
25172026-03-27T04:38:06.528Zlock 4:20.001405999
25182026-03-27T04:38:06.528Zslp 4:09.309550583
25192026-03-27T04:38:06.528Zlat 3.474147641
25202026-03-27T04:38:06.528Zstop 13.270081358
25212026-03-27T04:38:06.528Zprocess exited: duration 204499 ms, exit code 0
 
25222026-03-27T04:38:06.534Zfound 0 output files