01KKW7K923A716ZPQ6WDTF3JKK: build-and-test / illumos

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

Buildomat Job: 01KKW7KJASGYC3PJSBZ8H9DRAG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T21:09:24.422Zjob assigned to worker 01KKW7KPE9YNFVYRXC99KX9P7P [factory aws, i-068bd4651e4480b11] (queued for 1 m 47 s)
 
22026-03-16T21:09:32.419Zstarting task 0: "setup"
32026-03-16T21:09:32.426Z++ uname -s
42026-03-16T21:09:32.429Z+ kern=SunOS
52026-03-16T21:09:32.429Z+ build_user=build
62026-03-16T21:09:32.429Z+ build_uid=12345
72026-03-16T21:09:32.429Z+ work_dir=/work
82026-03-16T21:09:32.429Z+ input_dir=/input
92026-03-16T21:09:32.429Z+ [[ 0 == 12345 ]]
102026-03-16T21:09:32.429Z+ case "$kern" in
112026-03-16T21:09:32.429Z+ groupadd -g 12345 build
122026-03-16T21:09:32.432Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T21:09:34.437Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T21:09:34.545Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T21:09:34.549Z+ home_fs=zfs
162026-03-16T21:09:34.549Z+ [[ zfs == autofs ]]
172026-03-16T21:09:34.549Z+ mkdir -p /home/build
182026-03-16T21:09:34.549Z+ chown build:build /home/build /work
192026-03-16T21:09:36.551Z+ chmod 0700 /home/build /work
202026-03-16T21:09:36.555Zprocess exited: duration 4134 ms, exit code 0
 
212026-03-16T21:09:36.561Zstarting task 1: "rust-toolchain"
222026-03-16T21:09:36.565Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-16T21:09:36.565Z * rust toolchain channel = "stable"
242026-03-16T21:09:36.565Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T21:09:36.565Z * rust toolchain profile = "default"
262026-03-16T21:09:36.565Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T21:09:36.565Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T21:09:36.568Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T21:09:36.568Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-16T21:09:36.655Zinfo: downloading installer
312026-03-16T21:09:38.346Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T21:09:38.346Zwarn: /opt/ooce/bin
332026-03-16T21:09:38.346Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T21:09:38.346Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T21:09:38.346Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T21:09:38.346Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T21:09:38.346Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T21:09:38.346Zerror: cannot install while Rust is installed
392026-03-16T21:09:38.346Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T21:09:38.346Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T21:09:38.346Zwarn: /home/build/.rustup/settings.toml
422026-03-16T21:09:38.346Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T21:09:38.346Zwarn: instead of the one inferred from the default host triple.
442026-03-16T21:09:38.358Zinfo: profile set to default
452026-03-16T21:09:38.358Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T21:09:38.361Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-16T21:09:38.509Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-16T21:09:38.512Zinfo: downloading 6 components
492026-03-16T21:09:55.346Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-16T21:09:55.346Z
512026-03-16T21:09:55.380Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-16T21:09:55.380Z
532026-03-16T21:09:55.384Z
542026-03-16T21:09:55.384ZRust is installed now. Great!
552026-03-16T21:09:55.384Z
562026-03-16T21:09:55.384ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T21:09:55.384Zenvironment variable. This has not been done automatically.
582026-03-16T21:09:55.384Z
592026-03-16T21:09:55.384ZTo configure your current shell, you need to source
602026-03-16T21:09:55.384Zthe corresponding env file under $HOME/.cargo.
612026-03-16T21:09:55.384Z
622026-03-16T21:09:55.384ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T21:09:55.384Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T21:09:55.384Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T21:09:55.384Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T21:09:55.384Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T21:09:55.384Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T21:09:55.384Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T21:09:55.385Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T21:09:55.385Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T21:09:55.487Z+ rustup --version
722026-03-16T21:09:55.497Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T21:09:55.501Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T21:09:55.526Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-16T21:09:55.529Z+ cargo --version
762026-03-16T21:09:55.544Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-16T21:09:55.547Z+ rustc --version
782026-03-16T21:09:55.572Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-16T21:09:55.575Zprocess exited: duration 19012 ms, exit code 0
 
802026-03-16T21:09:55.581Zstarting task 2: "authentication"
812026-03-16T21:09:55.601Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T21:09:55.607Zstarting task 3: "clone repository"
832026-03-16T21:09:55.611Z+ mkdir -p /work/oxidecomputer/dropshot
842026-03-16T21:09:55.614Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-03-16T21:09:55.649ZCloning into '/work/oxidecomputer/dropshot'...
862026-03-16T21:09:57.170Z+ cd /work/oxidecomputer/dropshot
872026-03-16T21:09:57.170Z+ git fetch origin 67d3db49229ea8119e12c42034b96a35f9766474
882026-03-16T21:09:57.658ZFrom https://github.com/oxidecomputer/dropshot
892026-03-16T21:09:57.658Z * branch 67d3db49229ea8119e12c42034b96a35f9766474 -> FETCH_HEAD
902026-03-16T21:09:57.666Z+ [[ -n renovate/rust-1.x ]]
912026-03-16T21:09:57.669Z++ git branch --show-current
922026-03-16T21:09:57.672Z+ current=main
932026-03-16T21:09:57.672Z+ [[ main != renovate/rust-1.x ]]
942026-03-16T21:09:57.672Z+ git branch -f renovate/rust-1.x 67d3db49229ea8119e12c42034b96a35f9766474
952026-03-16T21:09:57.675Z+ git checkout -f renovate/rust-1.x
962026-03-16T21:09:57.693ZSwitched to branch 'renovate/rust-1.x'
972026-03-16T21:09:57.696Z+ git reset --hard 67d3db49229ea8119e12c42034b96a35f9766474
982026-03-16T21:09:57.713ZHEAD is now at 67d3db4 update fixtures; ordering and formatting
992026-03-16T21:09:57.716Zprocess exited: duration 2106 ms, exit code 0
 
1002026-03-16T21:09:57.722Zstarting task 4: "build"
1012026-03-16T21:09:57.727Z+ cargo --version
1022026-03-16T21:09:57.734Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1032026-03-16T21:09:57.890Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1042026-03-16T21:09:57.893Zinfo: downloading 6 components
1052026-03-16T21:10:13.919Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-16T21:10:13.923Z+ rustc --version
1072026-03-16T21:10:13.959Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-16T21:10:13.963Z+ banner build
1092026-03-16T21:10:13.966Z
1102026-03-16T21:10:13.966Z ##### # # # # #####
1112026-03-16T21:10:13.967Z # # # # # # # #
1122026-03-16T21:10:13.967Z ##### # # # # # #
1132026-03-16T21:10:13.967Z # # # # # # # #
1142026-03-16T21:10:13.967Z # # # # # # # #
1152026-03-16T21:10:13.967Z ##### #### # ###### #####
1162026-03-16T21:10:13.967Z
1172026-03-16T21:10:13.967Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1182026-03-16T21:10:14.071Z Updating crates.io index
1192026-03-16T21:10:16.133Z Downloading crates ...
1202026-03-16T21:10:16.190Z Downloaded atomicwrites v0.4.4
1212026-03-16T21:10:16.200Z Downloaded httparse v1.10.0
1222026-03-16T21:10:16.203Z Downloaded atomic-waker v1.1.2
1232026-03-16T21:10:16.207Z Downloaded async-stream v0.3.6
1242026-03-16T21:10:16.209Z Downloaded buf-list v1.1.2
1252026-03-16T21:10:16.212Z Downloaded asn1-rs v0.7.1
1262026-03-16T21:10:16.217Z Downloaded hyper-staticfile v0.10.1
1272026-03-16T21:10:16.220Z Downloaded icu_provider_macros v1.5.0
1282026-03-16T21:10:16.223Z Downloaded fnv v1.0.7
1292026-03-16T21:10:16.223Z Downloaded displaydoc v0.2.5
1302026-03-16T21:10:16.228Z Downloaded lock_api v0.4.6
1312026-03-16T21:10:16.228Z Downloaded anyhow v1.0.102
1322026-03-16T21:10:16.231Z Downloaded mime_guess v2.0.5
1332026-03-16T21:10:16.231Z Downloaded ppv-lite86 v0.2.15
1342026-03-16T21:10:16.234Z Downloaded pin-utils v0.1.0
1352026-03-16T21:10:16.234Z Downloaded memmap2 v0.9.8
1362026-03-16T21:10:16.237Z Downloaded memchr v2.6.0
1372026-03-16T21:10:16.240Z Downloaded asn1-rs-impl v0.2.0
1382026-03-16T21:10:16.243Z Downloaded lazy_static v1.5.0
1392026-03-16T21:10:16.243Z Downloaded async-stream-impl v0.3.6
1402026-03-16T21:10:16.246Z Downloaded form_urlencoded v1.2.2
1412026-03-16T21:10:16.246Z Downloaded async-channel v2.5.0
1422026-03-16T21:10:16.246Z Downloaded block-buffer v0.10.2
1432026-03-16T21:10:16.249Z Downloaded idna_adapter v1.2.0
1442026-03-16T21:10:16.249Z Downloaded num_threads v0.1.3
1452026-03-16T21:10:16.252Z Downloaded crypto-common v0.1.6
1462026-03-16T21:10:16.252Z Downloaded multer v3.1.0
1472026-03-16T21:10:16.255Z Downloaded autocfg v1.1.0
1482026-03-16T21:10:16.255Z Downloaded pin-project-lite v0.2.12
1492026-03-16T21:10:16.259Z Downloaded plain v0.2.3
1502026-03-16T21:10:16.262Z Downloaded powerfmt v0.2.0
1512026-03-16T21:10:16.262Z Downloaded parking v2.2.0
1522026-03-16T21:10:16.265Z Downloaded percent-encoding v2.3.2
1532026-03-16T21:10:16.265Z Downloaded http-range v0.1.4
1542026-03-16T21:10:16.265Z Downloaded base64 v0.22.1
1552026-03-16T21:10:16.268Z Downloaded pretty-hex v0.4.1
1562026-03-16T21:10:16.271Z Downloaded mime v0.3.16
1572026-03-16T21:10:16.271Z Downloaded heck v0.5.0
1582026-03-16T21:10:16.274Z Downloaded is-terminal v0.4.12
1592026-03-16T21:10:16.274Z Downloaded debug-ignore v1.0.5
1602026-03-16T21:10:16.277Z Downloaded async-trait v0.1.89
1612026-03-16T21:10:16.280Z Downloaded scroll_derive v0.13.1
1622026-03-16T21:10:16.281Z Downloaded futures-macro v0.3.32
1632026-03-16T21:10:16.284Z Downloaded foreign-types-shared v0.1.1
1642026-03-16T21:10:16.284Z Downloaded hyper-tls v0.6.0
1652026-03-16T21:10:16.284Z Downloaded asn1-rs-derive v0.6.0
1662026-03-16T21:10:16.287Z Downloaded num-integer v0.1.46
1672026-03-16T21:10:16.287Z Downloaded newline-converter v0.3.0
1682026-03-16T21:10:16.290Z Downloaded futures-core v0.3.32
1692026-03-16T21:10:16.290Z Downloaded parking_lot_core v0.9.4
1702026-03-16T21:10:16.293Z Downloaded oid-registry v0.8.1
1712026-03-16T21:10:16.293Z Downloaded stable_deref_trait v1.2.0
1722026-03-16T21:10:16.293Z Downloaded httpdate v1.0.1
1732026-03-16T21:10:16.296Z Downloaded futures-io v0.3.32
1742026-03-16T21:10:16.296Z Downloaded dyn-clone v1.0.4
1752026-03-16T21:10:16.296Z Downloaded shlex v1.3.0
1762026-03-16T21:10:16.299Z Downloaded itoa v1.0.1
1772026-03-16T21:10:16.302Z Downloaded num-traits v0.2.14
1782026-03-16T21:10:16.302Z Downloaded digest v0.10.7
1792026-03-16T21:10:16.305Z Downloaded iana-time-zone v0.1.47
1802026-03-16T21:10:16.308Z Downloaded simple-mermaid v0.2.0
1812026-03-16T21:10:16.308Z Downloaded match_cfg v0.1.0
1822026-03-16T21:10:16.308Z Downloaded openssl-probe v0.1.4
1832026-03-16T21:10:16.311Z Downloaded foreign-types v0.3.2
1842026-03-16T21:10:16.311Z Downloaded errno v0.3.10
1852026-03-16T21:10:16.311Z Downloaded event-listener-strategy v0.5.4
1862026-03-16T21:10:16.314Z Downloaded sha1 v0.10.6
1872026-03-16T21:10:16.314Z Downloaded sync_wrapper v1.0.1
1882026-03-16T21:10:16.317Z Downloaded serde_urlencoded v0.7.1
1892026-03-16T21:10:16.317Z Downloaded rustc-hash v2.0.0
1902026-03-16T21:10:16.317Z Downloaded hostname v0.3.1
1912026-03-16T21:10:16.320Z Downloaded equivalent v1.0.0
1922026-03-16T21:10:16.320Z Downloaded dof v0.4.0
1932026-03-16T21:10:16.323Z Downloaded bitflags v2.11.0
1942026-03-16T21:10:16.326Z Downloaded schema v0.1.0
1952026-03-16T21:10:16.326Z Downloaded rusticata-macros v4.1.0
1962026-03-16T21:10:16.329Z Downloaded take_mut v0.2.2
1972026-03-16T21:10:16.329Z Downloaded subtle v2.5.0
1982026-03-16T21:10:16.329Z Downloaded fastrand v2.1.1
1992026-03-16T21:10:16.329Z Downloaded target-triple v1.0.0
2002026-03-16T21:10:16.332Z Downloaded sha2 v0.10.8
2012026-03-16T21:10:16.332Z Downloaded pem v3.0.6
2022026-03-16T21:10:16.335Z Downloaded thread-id v5.0.0
2032026-03-16T21:10:16.335Z Downloaded http-body v1.0.1
2042026-03-16T21:10:16.338Z Downloaded num-conv v0.2.0
2052026-03-16T21:10:16.338Z Downloaded litemap v0.7.4
2062026-03-16T21:10:16.341Z Downloaded hyper-rustls v0.26.0
2072026-03-16T21:10:16.341Z Downloaded serde_spanned v1.0.4
2082026-03-16T21:10:16.344Z Downloaded rand_chacha v0.3.1
2092026-03-16T21:10:16.344Z Downloaded openssl-macros v0.1.1
2102026-03-16T21:10:16.347Z Downloaded ipnet v2.10.0
2112026-03-16T21:10:16.347Z Downloaded scopeguard v1.2.0
2122026-03-16T21:10:16.350Z Downloaded erased-serde v0.3.31
2132026-03-16T21:10:16.350Z Downloaded hostname v0.4.2
2142026-03-16T21:10:16.353Z Downloaded schema-derive v0.1.0
2152026-03-16T21:10:16.353Z Downloaded pest_derive v2.8.1
2162026-03-16T21:10:16.356Z Downloaded concurrent-queue v2.5.0
2172026-03-16T21:10:16.356Z Downloaded deranged v0.5.5
2182026-03-16T21:10:16.359Z Downloaded semver v1.0.27
2192026-03-16T21:10:16.359Z Downloaded serde_path_to_error v0.1.20
2202026-03-16T21:10:16.362Z Downloaded prettyplease v0.2.37
2212026-03-16T21:10:16.365Z Downloaded tinyvec_macros v0.1.0
2222026-03-16T21:10:16.365Z Downloaded tower-service v0.3.3
2232026-03-16T21:10:16.365Z Downloaded pest_meta v2.8.1
2242026-03-16T21:10:16.369Z Downloaded native-tls v0.2.12
2252026-03-16T21:10:16.369Z Downloaded slog-bunyan v2.5.0
2262026-03-16T21:10:16.371Z Downloaded try-lock v0.2.3
2272026-03-16T21:10:16.372Z Downloaded icu_locid_transform v1.5.0
2282026-03-16T21:10:16.374Z Downloaded hyper-rustls v0.27.3
2292026-03-16T21:10:16.374Z Downloaded glob v0.3.0
2302026-03-16T21:10:16.377Z Downloaded console v0.15.7
2312026-03-16T21:10:16.377Z Downloaded http-body-util v0.1.3
2322026-03-16T21:10:16.380Z Downloaded icu_locid_transform_data v1.5.0
2332026-03-16T21:10:16.380Z Downloaded crossbeam-utils v0.8.21
2342026-03-16T21:10:16.383Z Downloaded time-core v0.1.8
2352026-03-16T21:10:16.383Z Downloaded getrandom v0.4.1
2362026-03-16T21:10:16.386Z Downloaded usdt-macro v0.6.0
2372026-03-16T21:10:16.389Z Downloaded tower-layer v0.3.3
2382026-03-16T21:10:16.389Z Downloaded thiserror v1.0.69
2392026-03-16T21:10:16.392Z Downloaded usdt v0.6.0
2402026-03-16T21:10:16.395Z Downloaded thiserror v2.0.18
2412026-03-16T21:10:16.399Z Downloaded utf8_iter v1.0.4
2422026-03-16T21:10:16.399Z Downloaded slog-async v2.8.0
2432026-03-16T21:10:16.402Z Downloaded untrusted v0.9.0
2442026-03-16T21:10:16.402Z Downloaded slog-json v2.6.1
2452026-03-16T21:10:16.405Z Downloaded version_check v0.9.5
2462026-03-16T21:10:16.405Z Downloaded slog-term v2.9.2
2472026-03-16T21:10:16.408Z Downloaded write16 v1.0.0
2482026-03-16T21:10:16.408Z Downloaded scroll v0.13.0
2492026-03-16T21:10:16.408Z Downloaded zerofrom-derive v0.1.5
2502026-03-16T21:10:16.412Z Downloaded utf-8 v0.7.6
2512026-03-16T21:10:16.412Z Downloaded yoke-derive v0.7.5
2522026-03-16T21:10:16.412Z Downloaded rustls-native-certs v0.7.0
2532026-03-16T21:10:16.412Z Downloaded paste v1.0.15
2542026-03-16T21:10:16.415Z Downloaded want v0.3.0
2552026-03-16T21:10:16.418Z Downloaded utf16_iter v1.0.5
2562026-03-16T21:10:16.418Z Downloaded usdt-attr-macro v0.6.0
2572026-03-16T21:10:16.418Z Downloaded quinn-udp v0.5.5
2582026-03-16T21:10:16.421Z Downloaded pest_generator v2.8.1
2592026-03-16T21:10:16.421Z Downloaded camino v1.2.2
2602026-03-16T21:10:16.424Z Downloaded futures-channel v0.3.32
2612026-03-16T21:10:16.424Z Downloaded schemars_derive v0.8.22
2622026-03-16T21:10:16.427Z Downloaded synstructure v0.13.1
2632026-03-16T21:10:16.427Z Downloaded serde_tokenstream v0.2.3
2642026-03-16T21:10:16.427Z Downloaded waitgroup v0.1.2
2652026-03-16T21:10:16.430Z Downloaded tokio-macros v2.6.0
2662026-03-16T21:10:16.430Z Downloaded termcolor v1.1.2
2672026-03-16T21:10:16.430Z Downloaded signal-hook-registry v1.4.0
2682026-03-16T21:10:16.433Z Downloaded rustversion v1.0.22
2692026-03-16T21:10:16.433Z Downloaded event-listener v5.0.0
2702026-03-16T21:10:16.436Z Downloaded quote v1.0.44
2712026-03-16T21:10:16.439Z Downloaded serde_core v1.0.228
2722026-03-16T21:10:16.442Z Downloaded tokio-tungstenite v0.24.0
2732026-03-16T21:10:16.442Z Downloaded zerofrom v0.1.5
2742026-03-16T21:10:16.445Z Downloaded slab v0.4.9
2752026-03-16T21:10:16.445Z Downloaded icu_locid v1.5.0
2762026-03-16T21:10:16.448Z Downloaded icu_properties v1.5.1
2772026-03-16T21:10:16.451Z Downloaded generic-array v0.14.5
2782026-03-16T21:10:16.451Z Downloaded term v1.1.0
2792026-03-16T21:10:16.454Z Downloaded serde_derive_internals v0.29.0
2802026-03-16T21:10:16.457Z Downloaded thiserror-impl v1.0.69
2812026-03-16T21:10:16.457Z Downloaded unicode-width v0.1.9
2822026-03-16T21:10:16.457Z Downloaded tempfile v3.26.0
2832026-03-16T21:10:16.460Z Downloaded writeable v0.5.5
2842026-03-16T21:10:16.463Z Downloaded tinystr v0.7.6
2852026-03-16T21:10:16.463Z Downloaded thread_local v1.1.4
2862026-03-16T21:10:16.466Z Downloaded toml_writer v1.0.6+spec-1.1.0
2872026-03-16T21:10:16.466Z Downloaded icu_normalizer_data v1.5.0
2882026-03-16T21:10:16.469Z Downloaded toml_datetime v1.0.0+spec-1.1.0
2892026-03-16T21:10:16.469Z Downloaded rustls-pki-types v1.14.0
2902026-03-16T21:10:16.472Z Downloaded rand_core v0.6.3
2912026-03-16T21:10:16.472Z Downloaded pkg-config v0.3.31
2922026-03-16T21:10:16.472Z Downloaded parking_lot v0.12.1
2932026-03-16T21:10:16.475Z Downloaded tokio-native-tls v0.3.1
2942026-03-16T21:10:16.475Z Downloaded icu_normalizer v1.5.0
2952026-03-16T21:10:16.478Z Downloaded tokio-rustls v0.25.0
2962026-03-16T21:10:16.481Z Downloaded thiserror-impl v2.0.18
2972026-03-16T21:10:16.481Z Downloaded rustls-pemfile v2.2.0
2982026-03-16T21:10:16.484Z Downloaded futures v0.3.32
2992026-03-16T21:10:16.487Z Downloaded toml_parser v1.0.9+spec-1.1.0
3002026-03-16T21:10:16.490Z Downloaded bytes v1.11.1
3012026-03-16T21:10:16.493Z Downloaded zerovec-derive v0.10.3
3022026-03-16T21:10:16.493Z Downloaded zeroize v1.7.0
3032026-03-16T21:10:16.493Z Downloaded cpufeatures v0.2.17
3042026-03-16T21:10:16.496Z Downloaded log v0.4.17
3052026-03-16T21:10:16.496Z Downloaded proc-macro2 v1.0.106
3062026-03-16T21:10:16.499Z Downloaded typenum v1.14.0
3072026-03-16T21:10:16.502Z Downloaded ucd-trie v0.1.6
3082026-03-16T21:10:16.502Z Downloaded futures-executor v0.3.32
3092026-03-16T21:10:16.505Z Downloaded unicase v2.6.0
3102026-03-16T21:10:16.505Z Downloaded num-bigint v0.4.3
3112026-03-16T21:10:16.508Z Downloaded der-parser v10.0.0
3122026-03-16T21:10:16.511Z Downloaded cfg-if v1.0.0
3132026-03-16T21:10:16.511Z Downloaded byteorder v1.4.3
3142026-03-16T21:10:16.514Z Downloaded data-encoding v2.4.0
3152026-03-16T21:10:16.514Z Downloaded futures-task v0.3.32
3162026-03-16T21:10:16.517Z Downloaded futures-sink v0.3.32
3172026-03-16T21:10:16.517Z Downloaded time-macros v0.2.27
3182026-03-16T21:10:16.517Z Downloaded tokio-rustls v0.26.0
3192026-03-16T21:10:16.520Z Downloaded tinyvec v1.5.1
3202026-03-16T21:10:16.523Z Downloaded toml v1.0.3+spec-1.1.0
3212026-03-16T21:10:16.527Z Downloaded getrandom v0.2.11
3222026-03-16T21:10:16.527Z Downloaded unicode-ident v1.0.12
3232026-03-16T21:10:16.530Z Downloaded tracing-core v0.1.32
3242026-03-16T21:10:16.533Z Downloaded zmij v1.0.2
3252026-03-16T21:10:16.533Z Downloaded spin v0.9.8
3262026-03-16T21:10:16.536Z Downloaded subprocess v1.0.0
3272026-03-16T21:10:16.539Z Downloaded slog v2.8.2
3282026-03-16T21:10:16.542Z Downloaded serde_derive v1.0.228
3292026-03-16T21:10:16.542Z Downloaded uuid v1.21.0
3302026-03-16T21:10:16.544Z Downloaded socket2 v0.6.0
3312026-03-16T21:10:16.547Z Downloaded once_cell v1.20.1
3322026-03-16T21:10:16.551Z Downloaded yoke v0.7.5
3332026-03-16T21:10:16.551Z Downloaded crossbeam-channel v0.5.15
3342026-03-16T21:10:16.556Z Downloaded yasna v0.5.2
3352026-03-16T21:10:16.556Z Downloaded icu_collections v1.5.0
3362026-03-16T21:10:16.559Z Downloaded ryu v1.0.5
3372026-03-16T21:10:16.562Z Downloaded nom v7.1.3
3382026-03-16T21:10:16.566Z Downloaded rcgen v0.14.7
3392026-03-16T21:10:16.568Z Downloaded tungstenite v0.24.0
3402026-03-16T21:10:16.571Z Downloaded trybuild v1.0.116
3412026-03-16T21:10:16.574Z Downloaded cc v1.2.16
3422026-03-16T21:10:16.577Z Downloaded openssl-sys v0.9.107
3432026-03-16T21:10:16.581Z Downloaded socket2 v0.5.9
3442026-03-16T21:10:16.584Z Downloaded expectorate v1.2.0
3452026-03-16T21:10:16.587Z Downloaded http v1.4.0
3462026-03-16T21:10:16.590Z Downloaded quinn v0.11.4
3472026-03-16T21:10:16.593Z Downloaded indexmap v2.13.0
3482026-03-16T21:10:16.597Z Downloaded serde v1.0.228
3492026-03-16T21:10:16.597Z Downloaded url v2.5.4
3502026-03-16T21:10:16.600Z Downloaded minimal-lexical v0.2.1
3512026-03-16T21:10:16.603Z Downloaded similar v2.2.1
3522026-03-16T21:10:16.606Z Downloaded icu_provider v1.5.0
3532026-03-16T21:10:16.610Z Downloaded tower v0.5.2
3542026-03-16T21:10:16.614Z Downloaded rand v0.8.4
3552026-03-16T21:10:16.617Z Downloaded idna v1.0.3
3562026-03-16T21:10:16.620Z Downloaded tokio-util v0.7.7
3572026-03-16T21:10:16.626Z Downloaded unicode-segmentation v1.10.0
3582026-03-16T21:10:16.629Z Downloaded tracing v0.1.40
3592026-03-16T21:10:16.629Z Downloaded usdt-impl v0.6.0
3602026-03-16T21:10:16.632Z Downloaded schemars v0.8.22
3612026-03-16T21:10:16.640Z Downloaded hyper-util v0.1.20
3622026-03-16T21:10:16.644Z Downloaded zerocopy-derive v0.8.27
3632026-03-16T21:10:16.649Z Downloaded iri-string v0.7.8
3642026-03-16T21:10:16.654Z Downloaded hyper v1.8.1
3652026-03-16T21:10:16.659Z Downloaded pest v2.8.1
3662026-03-16T21:10:16.663Z Downloaded zerovec v0.10.4
3672026-03-16T21:10:16.667Z Downloaded x509-parser v0.18.0
3682026-03-16T21:10:16.671Z Downloaded h2 v0.4.6
3692026-03-16T21:10:16.676Z Downloaded mio v1.0.3
3702026-03-16T21:10:16.680Z Downloaded hashbrown v0.16.1
3712026-03-16T21:10:16.684Z Downloaded smallvec v1.13.2
3722026-03-16T21:10:16.687Z Downloaded dtrace-parser v0.3.0
3732026-03-16T21:10:16.687Z Downloaded futures-util v0.3.32
3742026-03-16T21:10:16.696Z Downloaded reqwest v0.12.28
3752026-03-16T21:10:16.700Z Downloaded serde_json v1.0.149
3762026-03-16T21:10:16.706Z Downloaded winnow v0.7.13
3772026-03-16T21:10:16.712Z Downloaded tower-http v0.6.8
3782026-03-16T21:10:16.718Z Downloaded time v0.3.47
3792026-03-16T21:10:16.728Z Downloaded chrono v0.4.44
3802026-03-16T21:10:16.733Z Downloaded webpki-roots v1.0.0
3812026-03-16T21:10:16.736Z Downloaded goblin v0.10.1
3822026-03-16T21:10:16.742Z Downloaded zerocopy v0.8.27
3832026-03-16T21:10:16.758Z Downloaded webpki-roots v0.26.5
3842026-03-16T21:10:16.761Z Downloaded syn v2.0.117
3852026-03-16T21:10:16.772Z Downloaded vcpkg v0.2.15
3862026-03-16T21:10:16.798Z Downloaded openssl v0.10.72
3872026-03-16T21:10:16.804Z Downloaded quinn-proto v0.11.8
3882026-03-16T21:10:16.809Z Downloaded rustls-webpki v0.102.8
3892026-03-16T21:10:16.822Z Downloaded icu_properties_data v1.5.0
3902026-03-16T21:10:16.829Z Downloaded openapiv3 v2.2.0
3912026-03-16T21:10:16.837Z Downloaded rustls v0.23.13
3922026-03-16T21:10:16.845Z Downloaded rustls v0.22.4
3932026-03-16T21:10:16.854Z Downloaded portable-atomic v1.9.0
3942026-03-16T21:10:16.859Z Downloaded rustix v1.1.4
3952026-03-16T21:10:16.875Z Downloaded rustix v0.38.44
3962026-03-16T21:10:16.945Z Downloaded libc v0.2.182
3972026-03-16T21:10:16.970Z Downloaded ring v0.17.13
3982026-03-16T21:10:17.000Z Downloaded tokio v1.49.0
3992026-03-16T21:10:17.043Z Downloaded encoding_rs v0.8.32
4002026-03-16T21:10:17.179Z Compiling proc-macro2 v1.0.106
4012026-03-16T21:10:17.182Z Compiling quote v1.0.44
4022026-03-16T21:10:17.182Z Compiling unicode-ident v1.0.12
4032026-03-16T21:10:17.183Z Compiling libc v0.2.182
4042026-03-16T21:10:17.183Z Compiling cfg-if v1.0.0
4052026-03-16T21:10:17.183Z Compiling itoa v1.0.1
4062026-03-16T21:10:17.183Z Compiling serde_core v1.0.228
4072026-03-16T21:10:17.183Z Compiling memchr v2.6.0
4082026-03-16T21:10:17.183Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.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=9cf1e424e7482640 -C extra-filename=-b62e94e46ae0834b --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-b62e94e46ae0834b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4092026-03-16T21:10:17.183Z Running `/home/build/.rustup/toolchains/1.94.0-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.44/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=e49602ee9de607f6 -C extra-filename=-a30b70d5f5613efb --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-a30b70d5f5613efb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4102026-03-16T21:10:17.183Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.182/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=8fc9b3a2d6a6edf1 -C extra-filename=-31567931af919bfe --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-31567931af919bfe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112026-03-16T21:10:17.183Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f8538247efe52b -C extra-filename=-f95ed342d224a529 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122026-03-16T21:10:17.183Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=e4a66d4207b30ec1 -C extra-filename=-37098f264d07060d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132026-03-16T21:10:17.183Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a48ab3410076474 -C extra-filename=-4679cba306b354ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142026-03-16T21:10:17.294Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=51c0875781740d70 -C extra-filename=-b79fae1ad754898c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152026-03-16T21:10:17.294Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=6fa88aa641b02400 -C extra-filename=-aa7e10a13bd9b6c9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-aa7e10a13bd9b6c9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-03-16T21:10:17.369Z Compiling pin-project-lite v0.2.12
4172026-03-16T21:10:17.379Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63bd2763b7926dfb -C extra-filename=-c004f392f1597ca5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182026-03-16T21:10:17.436Z Compiling shlex v1.3.0
4192026-03-16T21:10:17.446Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7669b8ea6def4cea -C extra-filename=-4c89cc3a585cb2e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202026-03-16T21:10:17.450Z Compiling autocfg v1.1.0
4212026-03-16T21:10:17.471Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40f6efdf40de8e4a -C extra-filename=-0b047f77d0c44248 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222026-03-16T21:10:17.474Z Compiling once_cell v1.20.1
4232026-03-16T21:10:17.481Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=71dc1451f230ad38 -C extra-filename=-1637cafe848a1061 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242026-03-16T21:10:17.667Z Compiling cc v1.2.16
4252026-03-16T21:10:17.671Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=30d22c1d4d8de69a -C extra-filename=-f3ec1049b43dc80a --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-4c89cc3a585cb2e5.rmeta --cap-lints allow`
4262026-03-16T21:10:17.695Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-b62e94e46ae0834b/build-script-build`
4272026-03-16T21:10:17.695Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-a30b70d5f5613efb/build-script-build`
4282026-03-16T21:10:17.719Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-aa7e10a13bd9b6c9/build-script-build`
4292026-03-16T21:10:17.730Z Compiling bytes v1.11.1
4302026-03-16T21:10:17.734Z Running `/home/build/.rustup/toolchains/1.94.0-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=eedd5ec72daa4c07 -C extra-filename=-c52e7ad402ba267e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-03-16T21:10:17.743Z Compiling smallvec v1.13.2
4322026-03-16T21:10:17.746Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=21f29d32783ba196 -C extra-filename=-ba1228a7dddca661 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332026-03-16T21:10:17.766Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-31567931af919bfe/build-script-build`
4342026-03-16T21:10:17.770Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=c3cd77abd46a8d88 -C extra-filename=-5bcb53970a4b411d --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)'`
4352026-03-16T21:10:17.812Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.182/src/lib.rs --error-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=8198019455fec4e0 -C extra-filename=-7487f4d935b41746 --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"))'`
4362026-03-16T21:10:17.833Z Compiling futures-core v0.3.32
4372026-03-16T21:10:17.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.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=feec306d6a8f4424 -C extra-filename=-f7d189b3358106af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382026-03-16T21:10:18.010Z Compiling version_check v0.9.5
4392026-03-16T21:10:18.014Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40e271d5ab550594 -C extra-filename=-6892431191ebbd57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4402026-03-16T21:10:18.023Z Compiling log v0.4.17
4412026-03-16T21:10:18.026Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=746d4ceee4805c29 -C extra-filename=-5cd13960d4e2f5ba --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-5cd13960d4e2f5ba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422026-03-16T21:10:18.099Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.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=4b3c5cd7d4ed7b65 -C extra-filename=-8154a307aae54b13 --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-f95ed342d224a529.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)'`
4432026-03-16T21:10:18.282Z Compiling parking_lot_core v0.9.4
4442026-03-16T21:10:18.293Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=00a1e8cf555df00b -C extra-filename=-8cb3495f2fb9f7bc --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-8cb3495f2fb9f7bc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452026-03-16T21:10:18.296Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-5cd13960d4e2f5ba/build-script-build`
4462026-03-16T21:10:18.322Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=a89ba0d3ba669e96 -C extra-filename=-8420145043d9b9bb --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-37098f264d07060d.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4472026-03-16T21:10:18.380Z Compiling scopeguard v1.2.0
4482026-03-16T21:10:18.383Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=033ad16afd9adb69 -C extra-filename=-80b95f9a8368318b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492026-03-16T21:10:18.494Z Compiling lock_api v0.4.6
4502026-03-16T21:10:18.498Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=35fd61b9b5b79f4f -C extra-filename=-4f8444acf32d1158 --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-80b95f9a8368318b.rmeta --cap-lints allow`
4512026-03-16T21:10:18.507Z Compiling slab v0.4.9
4522026-03-16T21:10:18.520Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=aa54a4355ecd6e3d -C extra-filename=-bacf0ed386515984 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-bacf0ed386515984 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-0b047f77d0c44248.rlib --cap-lints allow`
4532026-03-16T21:10:18.568Z Compiling zmij v1.0.2
4542026-03-16T21:10:18.572Z Running `/home/build/.rustup/toolchains/1.94.0-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=85c9255899fd1df1 -C extra-filename=-f174a6475296c79b --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-f174a6475296c79b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4552026-03-16T21:10:18.618Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=d82ecf2bc16da046 -C extra-filename=-c7089f0c0d232943 --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-8154a307aae54b13.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4562026-03-16T21:10:18.622Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-8cb3495f2fb9f7bc/build-script-build`
4572026-03-16T21:10:18.635Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=777a4ef104b5a6d9 -C extra-filename=-d6bb45c9bcf1b99c --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-37098f264d07060d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-ba1228a7dddca661.rmeta --cap-lints allow`
4582026-03-16T21:10:18.772Z Compiling futures-sink v0.3.32
4592026-03-16T21:10:18.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.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=bdaeb1e718a036e0 -C extra-filename=-e2c29911eaf7bd3d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602026-03-16T21:10:18.784Z Compiling serde v1.0.228
4612026-03-16T21:10:18.790Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b93d6b89e5123503 -C extra-filename=-a4eee3b874739af7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a4eee3b874739af7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4622026-03-16T21:10:18.898Z Compiling syn v2.0.117
4632026-03-16T21:10:18.901Z Running `/home/build/.rustup/toolchains/1.94.0-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=6f04f88fb5c0e8d2 -C extra-filename=-793511d0e2c45107 --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-8154a307aae54b13.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-f95ed342d224a529.rmeta --cap-lints allow`
4642026-03-16T21:10:18.933Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-f174a6475296c79b/build-script-build`
4652026-03-16T21:10:18.983Z Compiling parking_lot v0.12.1
4662026-03-16T21:10:18.986Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=5136f81d3e4ffd07 -C extra-filename=-c8f686441291014b --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-4f8444acf32d1158.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-d6bb45c9bcf1b99c.rmeta --cap-lints allow`
4672026-03-16T21:10:19.011Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-bacf0ed386515984/build-script-build`
4682026-03-16T21:10:19.038Z Compiling mio v1.0.3
4692026-03-16T21:10:19.041Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=9d514ff2e6da3131 -C extra-filename=-cfa0c20912275b52 --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-7487f4d935b41746.rmeta --cap-lints allow`
4702026-03-16T21:10:19.100Z Compiling getrandom v0.2.11
4712026-03-16T21:10:19.113Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=770de7c28c3316ba -C extra-filename=-47e07787ede97b6e --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-37098f264d07060d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --cap-lints allow`
4722026-03-16T21:10:19.116Z Compiling signal-hook-registry v1.4.0
4732026-03-16T21:10:19.116Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b44ced518f4741c8 -C extra-filename=-ed3a7fe3b9843f17 --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-7487f4d935b41746.rmeta --cap-lints allow`
4742026-03-16T21:10:19.202Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a4eee3b874739af7/build-script-build`
4752026-03-16T21:10:19.236Z Compiling socket2 v0.6.0
4762026-03-16T21:10:19.239Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=61a3c3e1e1970644 -C extra-filename=-39c24b4cd07551e8 --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-7487f4d935b41746.rmeta --cap-lints allow`
4772026-03-16T21:10:19.319Z Compiling serde_json v1.0.149
4782026-03-16T21:10:19.322Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.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=64b30b8f7cac45e3 -C extra-filename=-43015066b386fc2e --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-43015066b386fc2e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4792026-03-16T21:10:19.371Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=be05a6ca82a04e1d -C extra-filename=-b96d00787acc68f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4802026-03-16T21:10:19.541Z Running `/home/build/.rustup/toolchains/1.94.0-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=5db780a84af44b45 -C extra-filename=-259912f7ae9f226a --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)'`
4812026-03-16T21:10:19.574Z Compiling futures-channel v0.3.32
4822026-03-16T21:10:19.577Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.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=60050e425593f5a7 -C extra-filename=-0451efcfe47105d8 --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-f7d189b3358106af.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-e2c29911eaf7bd3d.rmeta --cap-lints allow`
4832026-03-16T21:10:19.595Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-43015066b386fc2e/build-script-build`
4842026-03-16T21:10:19.612Z Compiling http v1.4.0
4852026-03-16T21:10:19.615Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fb6c5bb761491e45 -C extra-filename=-cec6a1300e930885 --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-c52e7ad402ba267e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-4679cba306b354ec.rmeta --cap-lints allow`
4862026-03-16T21:10:19.630Z Compiling thiserror v2.0.18
4872026-03-16T21:10:19.633Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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=cdd347c196ecbe2c -C extra-filename=-37d600b2925b8d26 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-37d600b2925b8d26 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882026-03-16T21:10:19.765Z Compiling bitflags v2.11.0
4892026-03-16T21:10:19.775Z Running `/home/build/.rustup/toolchains/1.94.0-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=2e0ea462f6e91fe9 -C extra-filename=-8feeb20b170f3d18 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4902026-03-16T21:10:19.782Z Compiling zeroize v1.7.0
4912026-03-16T21:10:19.785Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=5713412aa65a4ad5 -C extra-filename=-b816a0552752043d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922026-03-16T21:10:19.858Z Compiling ring v0.17.13
4932026-03-16T21:10:19.861Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=0d100c6e8b16ae53 -C extra-filename=-bdc3b7137091fec8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-bdc3b7137091fec8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-f3ec1049b43dc80a.rlib --cap-lints allow`
4942026-03-16T21:10:19.871Z Compiling futures-task v0.3.32
4952026-03-16T21:10:19.874Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.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=71a17959a443f1de -C extra-filename=-72899e7a3f8ca1c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4962026-03-16T21:10:20.002Z Compiling rustls-pki-types v1.14.0
4972026-03-16T21:10:20.006Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.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=58928b66287f8db6 -C extra-filename=-5fc11c8fcda62918 --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-b816a0552752043d.rmeta --cap-lints allow`
4982026-03-16T21:10:20.062Z Compiling futures-io v0.3.32
4992026-03-16T21:10:20.065Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.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=f520236eb33704bd -C extra-filename=-b5794adf88a0eab4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5002026-03-16T21:10:20.065Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-37d600b2925b8d26/build-script-build`
5012026-03-16T21:10:20.089Z Compiling stable_deref_trait v1.2.0
5022026-03-16T21:10:20.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=58a7da79121dc52e -C extra-filename=-c1f31c0224b0e81e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5032026-03-16T21:10:20.181Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=d1871f68eb98518e -C extra-filename=-767b3abeb656a9cc --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-767b3abeb656a9cc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042026-03-16T21:10:20.264Z Compiling httparse v1.10.0
5052026-03-16T21:10:20.268Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=56dbb69ed484c3c6 -C extra-filename=-bf9dd980ed1a5e03 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-bf9dd980ed1a5e03 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062026-03-16T21:10:20.318Z Compiling getrandom v0.4.1
5072026-03-16T21:10:20.322Z Running `/home/build/.rustup/toolchains/1.94.0-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=2eae641358d8b61c -C extra-filename=-37d19b640d3c72c6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-37d19b640d3c72c6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5082026-03-16T21:10:20.453Z Compiling tracing-core v0.1.32
5092026-03-16T21:10:20.456Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=596ceeb9bbb5e975 -C extra-filename=-ebb7ce384c65d60d --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-1637cafe848a1061.rmeta --cap-lints allow`
5102026-03-16T21:10:20.487Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-bdc3b7137091fec8/build-script-build`
5112026-03-16T21:10:20.579Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-767b3abeb656a9cc/build-script-build`
5122026-03-16T21:10:20.625Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=1734cbf6da2c8c3d -C extra-filename=-2cb211e6cd494113 --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)'`
5132026-03-16T21:10:20.642Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-37d19b640d3c72c6/build-script-build`
5142026-03-16T21:10:20.654Z Compiling ucd-trie v0.1.6
5152026-03-16T21:10:20.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9eb890503e88354d -C extra-filename=-1d16e7c1b377a8ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5162026-03-16T21:10:20.666Z Compiling untrusted v0.9.0
5172026-03-16T21:10:20.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdb24e57e3024f11 -C extra-filename=-ae8ac2e8851828cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5182026-03-16T21:10:20.694Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-bf9dd980ed1a5e03/build-script-build`
5192026-03-16T21:10:20.744Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0285de8deeccc87b -C extra-filename=-e1df7f6c99a3ef24 --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`
5202026-03-16T21:10:20.807Z Compiling hashbrown v0.16.1
5212026-03-16T21:10:20.810Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=820e580470f69616 -C extra-filename=-b6f5bf0ba0a287b0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5222026-03-16T21:10:21.072Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7ad6ba2df712fa5c -C extra-filename=-92a5b160c119c818 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-92a5b160c119c818 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232026-03-16T21:10:21.115Z Compiling equivalent v1.0.0
5242026-03-16T21:10:21.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b48284ace632592f -C extra-filename=-015b4fbb6af3b356 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252026-03-16T21:10:21.220Z Compiling tracing v0.1.40
5262026-03-16T21:10:21.223Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=71a97dacf0a8f3c5 -C extra-filename=-d1756a6808725006 --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-c004f392f1597ca5.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-ebb7ce384c65d60d.rmeta --cap-lints allow`
5272026-03-16T21:10:21.258Z Running `/home/build/.rustup/toolchains/1.94.0-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=e1a84d9c476a1019 -C extra-filename=-3dc90168477d2a72 --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-37098f264d07060d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --cap-lints allow`
5282026-03-16T21:10:21.396Z Compiling http-body v1.0.1
5292026-03-16T21:10:21.399Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02335d48b9d77869 -C extra-filename=-41082e182ce66fa9 --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-c52e7ad402ba267e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --cap-lints allow`
5302026-03-16T21:10:21.426Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.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=1db39df320921733 -C extra-filename=-10b65be055c40a43 --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-4679cba306b354ec.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-b79fae1ad754898c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-5bcb53970a4b411d.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-259912f7ae9f226a.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5312026-03-16T21:10:21.467Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-92a5b160c119c818/build-script-build`
5322026-03-16T21:10:21.515Z Compiling pkg-config v0.3.31
5332026-03-16T21:10:21.526Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23ef8fb7ca6c0f1b -C extra-filename=-0d75d8e3eeee9d77 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-03-16T21:10:21.531Z Compiling zerocopy v0.8.27
5352026-03-16T21:10:21.531Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=cc251083f4230b42 -C extra-filename=-220496b3d026a4b8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-220496b3d026a4b8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5362026-03-16T21:10:21.587Z Compiling indexmap v2.13.0
5372026-03-16T21:10:21.592Z Running `/home/build/.rustup/toolchains/1.94.0-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=9cdf37b710046308 -C extra-filename=-606652a35ea792c9 --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-015b4fbb6af3b356.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-b6f5bf0ba0a287b0.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-5bcb53970a4b411d.rmeta --cap-lints allow`
5382026-03-16T21:10:21.640Z Compiling rustversion v1.0.22
5392026-03-16T21:10:21.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db8bdc82414f7fb1 -C extra-filename=-9d5fa2ff317f2c44 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-9d5fa2ff317f2c44 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5402026-03-16T21:10:22.021Z Compiling percent-encoding v2.3.2
5412026-03-16T21:10:22.024Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=fe3eca0146b0812d -C extra-filename=-0f2988994b10e24b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422026-03-16T21:10:22.091Z Compiling vcpkg v0.2.15
5432026-03-16T21:10:22.095Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08f38721ed51deb6 -C extra-filename=-2b8283b67bf6711d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5442026-03-16T21:10:22.145Z Compiling typenum v1.14.0
5452026-03-16T21:10:22.149Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=9c974a2f38d33401 -C extra-filename=-9f87fe1a169c4aee --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-9f87fe1a169c4aee -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5462026-03-16T21:10:22.287Z Compiling litemap v0.7.4
5472026-03-16T21:10:22.290Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=61f537a78e43c01e -C extra-filename=-3ba8bfb187fcab3a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5482026-03-16T21:10:22.497Z Compiling writeable v0.5.5
5492026-03-16T21:10:22.501Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=905c4577cd3d084a -C extra-filename=-ce29694ad88f57c3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5502026-03-16T21:10:22.550Z Compiling atomic-waker v1.1.2
5512026-03-16T21:10:22.553Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=8b4144e119d19056 -C extra-filename=-b9cd23661a8d912b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5522026-03-16T21:10:22.563Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=313f57445d13c793 -C extra-filename=-256aeb60b170e2a2 --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-37098f264d07060d.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-47e07787ede97b6e.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-ae8ac2e8851828cd.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5532026-03-16T21:10:22.713Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-9d5fa2ff317f2c44/build-script-build`
5542026-03-16T21:10:22.740Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-9f87fe1a169c4aee/build-script-main`
5552026-03-16T21:10:22.767Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-220496b3d026a4b8/build-script-build`
5562026-03-16T21:10:22.818Z Compiling errno v0.3.10
5572026-03-16T21:10:22.821Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=49aa9346ea13c6dc -C extra-filename=-28d9aaac500745b9 --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-7487f4d935b41746.rmeta --cap-lints allow`
5582026-03-16T21:10:22.852Z Compiling generic-array v0.14.5
5592026-03-16T21:10:22.855Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=e58036604f5de117 -C extra-filename=-8330897b633cdb10 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-8330897b633cdb10 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-6892431191ebbd57.rlib --cap-lints allow`
5602026-03-16T21:10:22.899Z Compiling rustix v1.1.4
5612026-03-16T21:10:22.902Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.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=420c01044302d965 -C extra-filename=-f97c28df03a9d4ac --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-f97c28df03a9d4ac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622026-03-16T21:10:22.911Z Compiling openssl-sys v0.9.107
5632026-03-16T21:10:22.914Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=2c601a7df8022817 -C extra-filename=-0c72476a5c8e5ff3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-0c72476a5c8e5ff3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-f3ec1049b43dc80a.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-0d75d8e3eeee9d77.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-2b8283b67bf6711d.rlib --cap-lints allow`
5642026-03-16T21:10:23.009Z Compiling fnv v1.0.7
5652026-03-16T21:10:23.012Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c5d75c66e75916e6 -C extra-filename=-9238218f23af42c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662026-03-16T21:10:23.090Z Compiling synstructure v0.13.1
5672026-03-16T21:10:23.093Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=b0a561bf78952658 -C extra-filename=-5294a13ead7acd3d --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-8154a307aae54b13.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rmeta --cap-lints allow`
5682026-03-16T21:10:23.128Z Compiling crossbeam-utils v0.8.21
5692026-03-16T21:10:23.132Z Compiling try-lock v0.2.3
5702026-03-16T21:10:23.132Z Running `/home/build/.rustup/toolchains/1.94.0-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=6c1c130475b25a0e -C extra-filename=-7bc8d81c7151ccb5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-7bc8d81c7151ccb5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5712026-03-16T21:10:23.132Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=948127ec1bf3e670 -C extra-filename=-6747395614b29c87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722026-03-16T21:10:23.257Z Compiling want v0.3.0
5732026-03-16T21:10:23.260Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=644750e28a4b808e -C extra-filename=-8ccb8454085652a6 --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-8420145043d9b9bb.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-6747395614b29c87.rmeta --cap-lints allow`
5742026-03-16T21:10:23.371Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-f97c28df03a9d4ac/build-script-build`
5752026-03-16T21:10:23.375Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-8330897b633cdb10/build-script-build`
5762026-03-16T21:10:23.423Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=17a4fafc4224272f -C extra-filename=-5ebea20019e65b9d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772026-03-16T21:10:23.487Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0078833e98a88b14 -C extra-filename=-7856f449171dcf79 --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"))'`
5782026-03-16T21:10:23.534Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-7bc8d81c7151ccb5/build-script-build`
5792026-03-16T21:10:23.539Z Compiling base64 v0.22.1
5802026-03-16T21:10:23.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9648f4622b3ff7fe -C extra-filename=-b738cfa096a74f0a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5812026-03-16T21:10:23.572Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-0c72476a5c8e5ff3/build-script-main`
5822026-03-16T21:10:23.618Z Compiling time-core v0.1.8
5832026-03-16T21:10:23.622Z Running `/home/build/.rustup/toolchains/1.94.0-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=242b88c87b68ae78 -C extra-filename=-72c584b7836e9359 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5842026-03-16T21:10:23.641Z Compiling httpdate v1.0.1
5852026-03-16T21:10:23.651Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43eb541ac790663f -C extra-filename=-3da35ee8194b1f3e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5862026-03-16T21:10:23.794Z Compiling num-conv v0.2.0
5872026-03-16T21:10:23.798Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.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=d7334e557f31932c -C extra-filename=-30f3103dfe9ea1e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5882026-03-16T21:10:23.808Z Compiling subtle v2.5.0
5892026-03-16T21:10:23.811Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=8b9322a9892c8284 -C extra-filename=-7e63f0eddfad7a41 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902026-03-16T21:10:23.953Z Compiling powerfmt v0.2.0
5912026-03-16T21:10:23.959Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=c0cf46f20d4fb608 -C extra-filename=-1ac17a95d87578c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5922026-03-16T21:10:23.966Z Compiling icu_locid_transform_data v1.5.0
5932026-03-16T21:10:23.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b0a9eeca325ae15 -C extra-filename=-23e6199d71cf8ace --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5942026-03-16T21:10:23.978Z Compiling tower-layer v0.3.3
5952026-03-16T21:10:23.989Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fed4cd750b5d976 -C extra-filename=-b894ad9be9c4b00f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5962026-03-16T21:10:23.996Z Compiling pin-utils v0.1.0
5972026-03-16T21:10:23.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd2ffd6a1e84ccc9 -C extra-filename=-5eef859f2d1164fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5982026-03-16T21:10:24.046Z Compiling byteorder v1.4.3
5992026-03-16T21:10:24.049Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=c4a9290f6a779ab0 -C extra-filename=-a8984151d596ffec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6002026-03-16T21:10:24.074Z Compiling tower-service v0.3.3
6012026-03-16T21:10:24.078Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fe9a23728f0151b -C extra-filename=-5d2582284eb0eb9e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6022026-03-16T21:10:24.147Z Compiling rustls-webpki v0.102.8
6032026-03-16T21:10:24.150Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=c513931a7948d5a9 -C extra-filename=-d9a280a765ad6f30 --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-256aeb60b170e2a2.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-ae8ac2e8851828cd.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out`
6042026-03-16T21:10:24.174Z Compiling deranged v0.5.5
6052026-03-16T21:10:24.185Z Running `/home/build/.rustup/toolchains/1.94.0-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=da027309d64c4ae8 -C extra-filename=-c92d838191756497 --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-1ac17a95d87578c1.rmeta --cap-lints allow`
6062026-03-16T21:10:24.188Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=ec0dcbbe0fd96250 -C extra-filename=-bed5280d10651e3e --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-5ebea20019e65b9d.rmeta --cap-lints allow --cfg relaxed_coherence`
6072026-03-16T21:10:24.210Z Compiling slog v2.8.2
6082026-03-16T21:10:24.221Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=16d2b8b8d4ab21b4 -C extra-filename=-51ee61239f8615b7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-51ee61239f8615b7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-7856f449171dcf79.so --cap-lints allow`
6092026-03-16T21:10:24.224Z Compiling time-macros v0.2.27
6102026-03-16T21:10:24.236Z Running `/home/build/.rustup/toolchains/1.94.0-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=2f9bbbf7cbcdbede -C extra-filename=-7391669fa5fe6be0 --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-30f3103dfe9ea1e7.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-72c584b7836e9359.rlib --extern proc_macro --cap-lints allow`
6112026-03-16T21:10:24.347Z Running `/home/build/.rustup/toolchains/1.94.0-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=a6493a9c0c22d916 -C extra-filename=-1eed73ff17212789 --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-8feeb20b170f3d18.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-28d9aaac500745b9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6122026-03-16T21:10:24.487Z Running `/home/build/.rustup/toolchains/1.94.0-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=532a9f2d6255dec4 -C extra-filename=-684f6ae99315a468 --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)'`
6132026-03-16T21:10:24.856Z Compiling icu_properties_data v1.5.0
6142026-03-16T21:10:24.866Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03a22f54969a9369 -C extra-filename=-d6e1b5598c713801 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6152026-03-16T21:10:24.995Z Compiling serde_derive v1.0.228
6162026-03-16T21:10:24.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=c2c28cfe22dd0ee6 -C extra-filename=-09b39969961a135d --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
6172026-03-16T21:10:25.032Z Compiling tokio-macros v2.6.0
6182026-03-16T21:10:25.035Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e50eae144234481 -C extra-filename=-71733efcc6fdb13d --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
6192026-03-16T21:10:25.213Z Compiling zerofrom-derive v0.1.5
6202026-03-16T21:10:25.216Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a34148f3de372033 -C extra-filename=-92e74357a63487d4 --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-5294a13ead7acd3d.rlib --extern proc_macro --cap-lints allow`
6212026-03-16T21:10:25.334Z Compiling futures-macro v0.3.32
6222026-03-16T21:10:25.334Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.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=56e7ddab23a14e9a -C extra-filename=-c80890173019ab29 --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
6232026-03-16T21:10:25.453Z Compiling yoke-derive v0.7.5
6242026-03-16T21:10:25.457Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e928e791f5db113 -C extra-filename=-77a2f5e365d43922 --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-5294a13ead7acd3d.rlib --extern proc_macro --cap-lints allow`
6252026-03-16T21:10:25.561Z Compiling thiserror-impl v2.0.18
6262026-03-16T21:10:25.565Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.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=f51d2cf3064f1cf7 -C extra-filename=-67726d8acadae329 --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
6272026-03-16T21:10:25.579Z Compiling zerovec-derive v0.10.3
6282026-03-16T21:10:25.591Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ef9ac20af8ddd1e -C extra-filename=-918ac2c9a4ff80a5 --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
6292026-03-16T21:10:25.613Z Compiling displaydoc v0.2.5
6302026-03-16T21:10:25.616Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cef56b4e91539b9a -C extra-filename=-38924eb888ec0144 --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
6312026-03-16T21:10:26.069Z Compiling tokio v1.49.0
6322026-03-16T21:10:26.073Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs --error-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=63aa679ecffff1e8 -C extra-filename=-ed6eb8fc45da298c --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-c52e7ad402ba267e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-cfa0c20912275b52.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-c8f686441291014b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-ed3a7fe3b9843f17.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-39c24b4cd07551e8.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-71733efcc6fdb13d.so --cap-lints allow`
6332026-03-16T21:10:26.495Z Compiling futures-util v0.3.32
6342026-03-16T21:10:26.498Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.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=f94dd0c6d85fdc54 -C extra-filename=-d70306fd27233143 --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-0451efcfe47105d8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f7d189b3358106af.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-b5794adf88a0eab4.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-c80890173019ab29.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-e2c29911eaf7bd3d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-72899e7a3f8ca1c0.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-b79fae1ad754898c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-b96d00787acc68f6.rmeta --cap-lints allow`
6352026-03-16T21:10:26.648Z Compiling zerocopy-derive v0.8.27
6362026-03-16T21:10:26.651Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a5825971ca594b2 -C extra-filename=-4f0e6bd0abc1736d --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
6372026-03-16T21:10:26.945Z Compiling zerofrom v0.1.5
6382026-03-16T21:10:26.948Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=cdf51984c90623d4 -C extra-filename=-138d427c3571f5f1 --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-92e74357a63487d4.so --cap-lints allow`
6392026-03-16T21:10:26.957Z Compiling icu_provider_macros v1.5.0
6402026-03-16T21:10:26.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=033af756cf2d18be -C extra-filename=-57ef987fc289513e --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
6412026-03-16T21:10:27.060Z Compiling num_threads v0.1.3
6422026-03-16T21:10:27.063Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6c9b1ac5054dc9e -C extra-filename=-34bb8e5f126a9941 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6432026-03-16T21:10:27.110Z Compiling yoke v0.7.5
6442026-03-16T21:10:27.114Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=d7efe14de02d3ee3 -C extra-filename=-16e7a995db7df64c --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-c1f31c0224b0e81e.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-77a2f5e365d43922.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-138d427c3571f5f1.rmeta --cap-lints allow`
6452026-03-16T21:10:27.176Z Compiling fastrand v2.1.1
6462026-03-16T21:10:27.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=7be6024b7d1a44fc -C extra-filename=-e03c81b4f4c6f5c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6472026-03-16T21:10:27.330Z Running `/home/build/.rustup/toolchains/1.94.0-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=0916672e72c934fd -C extra-filename=-1434ad07724e9863 --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-67726d8acadae329.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6482026-03-16T21:10:27.364Z Compiling zerovec v0.10.4
6492026-03-16T21:10:27.367Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=58f12f59abfaf795 -C extra-filename=-38b150cd022f6360 --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-16e7a995db7df64c.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-138d427c3571f5f1.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-918ac2c9a4ff80a5.so --cap-lints allow`
6502026-03-16T21:10:27.459Z Compiling pest v2.8.1
6512026-03-16T21:10:27.463Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=2e4e37f94f7d9699 -C extra-filename=-3744a1575a965fb4 --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-b79fae1ad754898c.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-1d16e7c1b377a8ed.rmeta --cap-lints allow`
6522026-03-16T21:10:27.532Z Compiling rustix v0.38.44
6532026-03-16T21:10:27.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=3fe7174f935d9b35 -C extra-filename=-e2d0bc7fd09ae315 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-e2d0bc7fd09ae315 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6542026-03-16T21:10:27.709Z Compiling time v0.3.47
6552026-03-16T21:10:27.712Z Running `/home/build/.rustup/toolchains/1.94.0-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=a337b74cc3e84393 -C extra-filename=-c090d92fb8bf1b38 --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-c92d838191756497.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-4679cba306b354ec.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-30f3103dfe9ea1e7.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-34bb8e5f126a9941.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-1ac17a95d87578c1.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-72c584b7836e9359.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-7391669fa5fe6be0.so --cap-lints allow`
6562026-03-16T21:10:27.983Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-e2d0bc7fd09ae315/build-script-build`
6572026-03-16T21:10:28.089Z Compiling scroll_derive v0.13.1
6582026-03-16T21:10:28.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ffbc4378e0ea169 -C extra-filename=-40f0e8a12c7ec5d3 --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
6592026-03-16T21:10:28.358Z Compiling tinystr v0.7.6
6602026-03-16T21:10:28.361Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=2fe4b9471922a505 -C extra-filename=-cfd1a688f2e8b274 --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-38924eb888ec0144.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-38b150cd022f6360.rmeta --cap-lints allow`
6612026-03-16T21:10:28.600Z Compiling icu_locid v1.5.0
6622026-03-16T21:10:28.603Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=47e1e59f1d6ac451 -C extra-filename=-d19198db3fbf2738 --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-38924eb888ec0144.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-3ba8bfb187fcab3a.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-cfd1a688f2e8b274.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-ce29694ad88f57c3.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-38b150cd022f6360.rmeta --cap-lints allow`
6632026-03-16T21:10:28.620Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=c0d8c591782dd559 -C extra-filename=-aec4c4a35396a8e9 --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-4f0e6bd0abc1736d.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)'`
6642026-03-16T21:10:28.805Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=082268d28de97d92 -C extra-filename=-dfb6aeee3ff5d2a8 --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-5bcb53970a4b411d.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-09b39969961a135d.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)'`
6652026-03-16T21:10:29.187Z Compiling pest_meta v2.8.1
6662026-03-16T21:10:29.191Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=51b04b258bc6be49 -C extra-filename=-7b448b70716dcd71 --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-3744a1575a965fb4.rmeta --cap-lints allow`
6672026-03-16T21:10:29.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=686aabb426b45101 -C extra-filename=-9e6a0c6c95b1521f --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-2cb211e6cd494113.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-09b39969961a135d.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)'`
6682026-03-16T21:10:29.221Z Compiling icu_collections v1.5.0
6692026-03-16T21:10:29.224Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=7ddc3dd0aa12358c -C extra-filename=-16b83953502fbc9a --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-38924eb888ec0144.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-16e7a995db7df64c.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-138d427c3571f5f1.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-38b150cd022f6360.rmeta --cap-lints allow`
6702026-03-16T21:10:29.535Z Compiling icu_provider v1.5.0
6712026-03-16T21:10:29.539Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=7deb62e41a32bf14 -C extra-filename=-3286387deea934d2 --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-38924eb888ec0144.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-d19198db3fbf2738.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-57ef987fc289513e.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-c1f31c0224b0e81e.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-cfd1a688f2e8b274.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-ce29694ad88f57c3.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-16e7a995db7df64c.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-138d427c3571f5f1.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-38b150cd022f6360.rmeta --cap-lints allow`
6722026-03-16T21:10:29.746Z Compiling erased-serde v0.3.31
6732026-03-16T21:10:29.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=c23be6886273c0d2 -C extra-filename=-54bb4b642fe9aeb9 --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-dfb6aeee3ff5d2a8.rmeta --cap-lints allow`
6742026-03-16T21:10:29.892Z Compiling serde_tokenstream v0.2.3
6752026-03-16T21:10:29.895Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.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=82264dbad5358ae8 -C extra-filename=-d160433720c07c22 --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-8154a307aae54b13.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-9e6a0c6c95b1521f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rmeta --cap-lints allow`
6762026-03-16T21:10:29.895Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-51ee61239f8615b7/build-script-build`
6772026-03-16T21:10:29.921Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.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=64dc972c115f6228 -C extra-filename=-0dbe533a812321a5 --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-4679cba306b354ec.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-b79fae1ad754898c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-2cb211e6cd494113.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-259912f7ae9f226a.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6782026-03-16T21:10:30.058Z Compiling pest_generator v2.8.1
6792026-03-16T21:10:30.061Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=082fe7a03d5396da -C extra-filename=-451fd69112be457c --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-3744a1575a965fb4.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-7b448b70716dcd71.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8154a307aae54b13.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rmeta --cap-lints allow`
6802026-03-16T21:10:30.175Z Compiling icu_locid_transform v1.5.0
6812026-03-16T21:10:30.178Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=7d1f365e49706899 -C extra-filename=-467dd8bbf4d9de23 --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-38924eb888ec0144.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-d19198db3fbf2738.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-23e6199d71cf8ace.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-3286387deea934d2.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-cfd1a688f2e8b274.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-38b150cd022f6360.rmeta --cap-lints allow`
6822026-03-16T21:10:30.276Z Compiling thread-id v5.0.0
6832026-03-16T21:10:30.287Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34427d9d821cf860 -C extra-filename=-42bf64829e8f78af --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-7487f4d935b41746.rmeta --cap-lints allow`
6842026-03-16T21:10:30.375Z Compiling unicase v2.6.0
6852026-03-16T21:10:30.378Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e8fd8284f1ac064a -C extra-filename=-b2a604762bc44186 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-b2a604762bc44186 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-6892431191ebbd57.rlib --cap-lints allow`
6862026-03-16T21:10:30.498Z Compiling num-traits v0.2.14
6872026-03-16T21:10:30.501Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=f6a61438c72c4db7 -C extra-filename=-eeb6c9311b76643f --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-eeb6c9311b76643f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-0b047f77d0c44248.rlib --cap-lints allow`
6882026-03-16T21:10:30.648Z Compiling ipnet v2.10.0
6892026-03-16T21:10:30.663Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=f58be979646f4438 -C extra-filename=-6507becaa51d274f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6902026-03-16T21:10:30.695Z Compiling usdt-impl v0.6.0
6912026-03-16T21:10:30.698Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=22f6184d59cf88c9 -C extra-filename=-c5187fdcc012b832 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-c5187fdcc012b832 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6922026-03-16T21:10:30.779Z Compiling paste v1.0.15
6932026-03-16T21:10:30.782Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ff91ac4e522e027 -C extra-filename=-9561e914242cd1de --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-9561e914242cd1de -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6942026-03-16T21:10:30.914Z Compiling tokio-util v0.7.7
6952026-03-16T21:10:30.947Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=9aa827d97db6e0c4 -C extra-filename=-b728d3d8dcaeceb4 --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-c52e7ad402ba267e.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f7d189b3358106af.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-e2c29911eaf7bd3d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d1756a6808725006.rmeta --cap-lints allow`
6962026-03-16T21:10:31.042Z Compiling icu_properties v1.5.1
6972026-03-16T21:10:31.042Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=bec19e3587a126d3 -C extra-filename=-3014b3c54fe81ce0 --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-38924eb888ec0144.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-16b83953502fbc9a.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-467dd8bbf4d9de23.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-d6e1b5598c713801.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-3286387deea934d2.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-cfd1a688f2e8b274.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-38b150cd022f6360.rmeta --cap-lints allow`
6982026-03-16T21:10:31.127Z Compiling pest_derive v2.8.1
6992026-03-16T21:10:31.131Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=96657d27022d4170 -C extra-filename=-3bf51d6c57d8a0a8 --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-3744a1575a965fb4.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-451fd69112be457c.rlib --extern proc_macro --cap-lints allow`
7002026-03-16T21:10:31.223Z Compiling openssl v0.10.72
7012026-03-16T21:10:31.234Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=4098025116e351fe -C extra-filename=-04932c30b5edf3ea --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-04932c30b5edf3ea -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7022026-03-16T21:10:31.427Z Compiling utf16_iter v1.0.5
7032026-03-16T21:10:31.430Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80a3f3fc457d6b93 -C extra-filename=-c5f7b962b0656c60 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7042026-03-16T21:10:31.562Z Compiling h2 v0.4.6
7052026-03-16T21:10:31.566Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=d583a8a02e7cced4 -C extra-filename=-7b3e5c0f681d5bb7 --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-b9cd23661a8d912b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-9238218f23af42c1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f7d189b3358106af.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-e2c29911eaf7bd3d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-b96d00787acc68f6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b728d3d8dcaeceb4.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d1756a6808725006.rmeta --cap-lints allow`
7062026-03-16T21:10:31.601Z Compiling foreign-types-shared v0.1.1
7072026-03-16T21:10:31.602Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a950eddd068e9df4 -C extra-filename=-a90ce7fdfa7653a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7082026-03-16T21:10:31.619Z Compiling utf8_iter v1.0.4
7092026-03-16T21:10:31.622Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4398a69733dc7777 -C extra-filename=-9885d005dc8c4ef8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7102026-03-16T21:10:31.707Z Compiling icu_normalizer_data v1.5.0
7112026-03-16T21:10:31.710Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1247128bf54ee891 -C extra-filename=-967a2d80736a84aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7122026-03-16T21:10:31.746Z Compiling write16 v1.0.0
7132026-03-16T21:10:31.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=42f50bdb09acff3e -C extra-filename=-b72c59e0d07e983e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7142026-03-16T21:10:31.796Z Compiling openssl-probe v0.1.4
7152026-03-16T21:10:31.800Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9142531302d44a3 -C extra-filename=-468f157bc82c4b48 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7162026-03-16T21:10:31.816Z Compiling foreign-types v0.3.2
7172026-03-16T21:10:31.819Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b653652da4dc3c04 -C extra-filename=-4187394e97f352af --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-a90ce7fdfa7653a6.rmeta --cap-lints allow`
7182026-03-16T21:10:31.829Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-04932c30b5edf3ea/build-script-build`
7192026-03-16T21:10:31.858Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-9561e914242cd1de/build-script-build`
7202026-03-16T21:10:31.879Z Compiling dtrace-parser v0.3.0
7212026-03-16T21:10:31.882Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b84e6367b37f0b08 -C extra-filename=-aa0e27fa404c96ce --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-3744a1575a965fb4.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-3bf51d6c57d8a0a8.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rmeta --cap-lints allow`
7222026-03-16T21:10:31.894Z Compiling dof v0.4.0
7232026-03-16T21:10:31.894Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-c5187fdcc012b832/build-script-build`
7242026-03-16T21:10:31.898Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=c861fd5b5c30c41a -C extra-filename=-859f773d6efc7547 --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-9e6a0c6c95b1521f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0dbe533a812321a5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-aec4c4a35396a8e9.rmeta --cap-lints allow`
7252026-03-16T21:10:31.917Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-eeb6c9311b76643f/build-script-build`
7262026-03-16T21:10:31.929Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-b2a604762bc44186/build-script-build`
7272026-03-16T21:10:32.036Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=7769c1fcedb4fd5e -C extra-filename=-d9a2f8b24f2424ad --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-54bb4b642fe9aeb9.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-5bcb53970a4b411d.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7282026-03-16T21:10:32.076Z Compiling scroll v0.13.0
7292026-03-16T21:10:32.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=7ec45ad1db76c5c8 -C extra-filename=-01cda2524d709a7a --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-40f0e8a12c7ec5d3.so --cap-lints allow`
7302026-03-16T21:10:32.186Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=52f91e15c3e5c694 -C extra-filename=-ec88ae5cadb5485c --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-8feeb20b170f3d18.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-28d9aaac500745b9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7312026-03-16T21:10:32.434Z Compiling openssl-macros v0.1.1
7322026-03-16T21:10:32.438Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6fca0e1ff3b82c1 -C extra-filename=-c0f516a731a42b1a --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
7332026-03-16T21:10:32.545Z Compiling crypto-common v0.1.6
7342026-03-16T21:10:32.548Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=a30005093584664f -C extra-filename=-c1bf13c981272ead --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-bed5280d10651e3e.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-5ebea20019e65b9d.rmeta --cap-lints allow`
7352026-03-16T21:10:32.607Z Compiling block-buffer v0.10.2
7362026-03-16T21:10:32.610Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25beb86599b7d36b -C extra-filename=-3382d1d3fc3c8ba9 --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-bed5280d10651e3e.rmeta --cap-lints allow`
7372026-03-16T21:10:32.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=a588c65b7b939c6f -C extra-filename=-4daa0829e6e21251 --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-7487f4d935b41746.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)'`
7382026-03-16T21:10:32.775Z Compiling form_urlencoded v1.2.2
7392026-03-16T21:10:32.778Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=263f70c9f18304a9 -C extra-filename=-adb6e99dc293229b --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-0f2988994b10e24b.rmeta --cap-lints allow`
7402026-03-16T21:10:33.020Z Compiling rand_core v0.6.3
7412026-03-16T21:10:33.023Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=e37823a539bdd248 -C extra-filename=-40b8f335c5e668b8 --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-47e07787ede97b6e.rmeta --cap-lints allow`
7422026-03-16T21:10:33.032Z Compiling ryu v1.0.5
7432026-03-16T21:10:33.042Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=d9f170097c1c2a72 -C extra-filename=-8093c043df886686 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-8093c043df886686 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7442026-03-16T21:10:33.126Z Compiling mime v0.3.16
7452026-03-16T21:10:33.129Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fd573c47771b1b8 -C extra-filename=-cd839f6c41e01b56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7462026-03-16T21:10:33.319Z Compiling icu_normalizer v1.5.0
7472026-03-16T21:10:33.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=be824bc8f2d3adec -C extra-filename=-21a7584943ec2af5 --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-38924eb888ec0144.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-16b83953502fbc9a.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-967a2d80736a84aa.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-3014b3c54fe81ce0.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-3286387deea934d2.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-ba1228a7dddca661.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-c5f7b962b0656c60.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-9885d005dc8c4ef8.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-b72c59e0d07e983e.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-38b150cd022f6360.rmeta --cap-lints allow`
7482026-03-16T21:10:33.345Z Compiling native-tls v0.2.12
7492026-03-16T21:10:33.348Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=277be3af28254e11 -C extra-filename=-c742a9d33d04f824 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-c742a9d33d04f824 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7502026-03-16T21:10:33.397Z Compiling rustls v0.23.13
7512026-03-16T21:10:33.407Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=6e2dd8e5fd612277 -C extra-filename=-fa36a8f180fbe3ff --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-fa36a8f180fbe3ff -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7522026-03-16T21:10:33.411Z Compiling plain v0.2.3
7532026-03-16T21:10:33.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=897f0887141363eb -C extra-filename=-11cc60fb34a0394f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7542026-03-16T21:10:33.482Z Compiling ppv-lite86 v0.2.15
7552026-03-16T21:10:33.486Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=c7546d5c38b51e48 -C extra-filename=-b4d289e836ee1e60 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7562026-03-16T21:10:33.543Z Compiling rustls v0.22.4
7572026-03-16T21:10:33.546Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=4f70c69730b48094 -C extra-filename=-1765c290a7231b7c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-1765c290a7231b7c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7582026-03-16T21:10:33.647Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-c742a9d33d04f824/build-script-build`
7592026-03-16T21:10:33.663Z Compiling goblin v0.10.1
7602026-03-16T21:10:33.666Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=573f07d1cf15eb84 -C extra-filename=-178132acc3703378 --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-8420145043d9b9bb.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-11cc60fb34a0394f.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-01cda2524d709a7a.rmeta --cap-lints allow`
7612026-03-16T21:10:33.675Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-fa36a8f180fbe3ff/build-script-build`
7622026-03-16T21:10:33.691Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-8093c043df886686/build-script-build`
7632026-03-16T21:10:33.755Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=615944bf0e8b77c3 -C extra-filename=-09775a21f2f379cd --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-8feeb20b170f3d18.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-37098f264d07060d.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-4187394e97f352af.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-1637cafe848a1061.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-c0f516a731a42b1a.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-4daa0829e6e21251.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)'`
7642026-03-16T21:10:33.805Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-1765c290a7231b7c/build-script-build`
7652026-03-16T21:10:33.821Z Compiling digest v0.10.7
7662026-03-16T21:10:33.824Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=3f072713b671dfdc -C extra-filename=-4096c40929ee314d --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-3382d1d3fc3c8ba9.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-c1bf13c981272ead.rmeta --cap-lints allow`
7672026-03-16T21:10:33.902Z Compiling idna_adapter v1.2.0
7682026-03-16T21:10:33.905Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=dabb3dcd39328f45 -C extra-filename=-47cdaa0afe02f2e2 --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-21a7584943ec2af5.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-3014b3c54fe81ce0.rmeta --cap-lints allow`
7692026-03-16T21:10:33.905Z Compiling rand_chacha v0.3.1
7702026-03-16T21:10:33.913Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=8b5a0df776da3fe6 -C extra-filename=-e92d28a57251bf6d --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-b4d289e836ee1e60.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-40b8f335c5e668b8.rmeta --cap-lints allow`
7712026-03-16T21:10:34.075Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=08be62ffc98dca3a -C extra-filename=-d7366a5050770267 --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-a8984151d596ffec.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-859f773d6efc7547.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-aa0e27fa404c96ce.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8154a307aae54b13.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-9e6a0c6c95b1521f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0dbe533a812321a5.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-42bf64829e8f78af.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)'`
7722026-03-16T21:10:34.088Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=b64f7d22b27d32da -C extra-filename=-1c6cafd7606a09c8 --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`
7732026-03-16T21:10:34.419Z Compiling hyper v1.8.1
7742026-03-16T21:10:34.423Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=246aa4846a4fddf5 -C extra-filename=-180f4ff91e2e54c9 --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-b9cd23661a8d912b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-0451efcfe47105d8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f7d189b3358106af.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-7b3e5c0f681d5bb7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-41082e182ce66fa9.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e1df7f6c99a3ef24.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-3da35ee8194b1f3e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-4679cba306b354ec.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-5eef859f2d1164fa.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-ba1228a7dddca661.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-8ccb8454085652a6.rmeta --cap-lints allow`
7752026-03-16T21:10:34.512Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c1f384b7bcb8dde4 -C extra-filename=-dfd503d3419e2878 --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`
7762026-03-16T21:10:34.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b70e57c0777c7238 -C extra-filename=-fffb1f383ed5c48c --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"))'`
7772026-03-16T21:10:34.793Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=850783adfa030bc3 -C extra-filename=-13b2e4f525c42c66 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-13b2e4f525c42c66 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782026-03-16T21:10:34.833Z Compiling unicode-width v0.1.9
7792026-03-16T21:10:34.845Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3a3840c655077965 -C extra-filename=-b076b4a0c5722ab0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7802026-03-16T21:10:34.866Z Compiling cpufeatures v0.2.17
7812026-03-16T21:10:34.869Z Running `/home/build/.rustup/toolchains/1.94.0-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=10af591b0687f87f -C extra-filename=-5ce88c93caff596d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7822026-03-16T21:10:34.949Z Compiling unicode-segmentation v1.10.0
7832026-03-16T21:10:34.952Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=2f68a097643a3b55 -C extra-filename=-ce916f1716b90257 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7842026-03-16T21:10:34.963Z Compiling thiserror v1.0.69
7852026-03-16T21:10:34.974Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f79421d0bbb56869 -C extra-filename=-ab36674dda01ba02 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-ab36674dda01ba02 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7862026-03-16T21:10:35.085Z Compiling iana-time-zone v0.1.47
7872026-03-16T21:10:35.089Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=b99394ecfd8e189e -C extra-filename=-e9f6bc61de69436e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7882026-03-16T21:10:35.357Z Compiling winnow v0.7.13
7892026-03-16T21:10:35.369Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=8baff8863a55ee59 -C extra-filename=-2fe6437fd547079f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7902026-03-16T21:10:35.380Z Compiling pretty-hex v0.4.1
7912026-03-16T21:10:35.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b37755f92ea373b7 -C extra-filename=-1c066c09e32e6eff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7922026-03-16T21:10:35.422Z Compiling lazy_static v1.5.0
7932026-03-16T21:10:35.425Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=18d2b123ac5cb734 -C extra-filename=-7785f682f33f7a0a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7942026-03-16T21:10:35.425Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-ab36674dda01ba02/build-script-build`
7952026-03-16T21:10:35.540Z Compiling console v0.15.7
7962026-03-16T21:10:35.551Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=c000628a098c42fb -C extra-filename=-04abe470658ddd38 --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-7785f682f33f7a0a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-b076b4a0c5722ab0.rmeta --cap-lints allow`
7972026-03-16T21:10:35.555Z Compiling newline-converter v0.3.0
7982026-03-16T21:10:35.555Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a83da1d4e1bc09c -C extra-filename=-886999d03a1bf22d --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-ce916f1716b90257.rmeta --cap-lints allow`
7992026-03-16T21:10:35.664Z Compiling chrono v0.4.44
8002026-03-16T21:10:35.667Z Running `/home/build/.rustup/toolchains/1.94.0-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=d555231eac98a9f4 -C extra-filename=-510c516870858e28 --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-e9f6bc61de69436e.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-1c6cafd7606a09c8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rmeta --cap-lints allow`
8012026-03-16T21:10:35.697Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-13b2e4f525c42c66/build-script-build`
8022026-03-16T21:10:35.703Z Compiling sha1 v0.10.6
8032026-03-16T21:10:35.706Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=f6e9b989c316c478 -C extra-filename=-ed03c284c89b808d --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-37098f264d07060d.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-5ce88c93caff596d.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-4096c40929ee314d.rmeta --cap-lints allow`
8042026-03-16T21:10:35.879Z Compiling hyper-util v0.1.20
8052026-03-16T21:10:35.883Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.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=d3f8dcf0dc02c192 -C extra-filename=-371ec17b59c1fc94 --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-b738cfa096a74f0a.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-0451efcfe47105d8.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d70306fd27233143.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-41082e182ce66fa9.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-6507becaa51d274f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-39c24b4cd07551e8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-b894ad9be9c4b00f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-5d2582284eb0eb9e.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d1756a6808725006.rmeta --cap-lints allow`
8062026-03-16T21:10:36.046Z Compiling mime_guess v2.0.5
8072026-03-16T21:10:36.050Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=680aaaeb532be871 -C extra-filename=-e538dce3d8d32d95 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-e538dce3d8d32d95 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-dfd503d3419e2878.rlib --cap-lints allow`
8082026-03-16T21:10:36.435Z Compiling rand v0.8.4
8092026-03-16T21:10:36.445Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=1b9b90eb1c30be62 -C extra-filename=-e35e8438fbe83fb0 --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-7487f4d935b41746.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-e92d28a57251bf6d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-40b8f335c5e668b8.rmeta --cap-lints allow`
8102026-03-16T21:10:36.706Z Compiling idna v1.0.3
8112026-03-16T21:10:36.709Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=2005492c7eeff98a -C extra-filename=-97a3800a6b3b7199 --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-47cdaa0afe02f2e2.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-ba1228a7dddca661.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-9885d005dc8c4ef8.rmeta --cap-lints allow`
8122026-03-16T21:10:36.919Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=7249a5b58cafa8c0 -C extra-filename=-dc9e8e974cc44299 --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-8420145043d9b9bb.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-09775a21f2f379cd.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-468f157bc82c4b48.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-4daa0829e6e21251.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8132026-03-16T21:10:37.227Z Compiling toml_parser v1.0.9+spec-1.1.0
8142026-03-16T21:10:37.231Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.9+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=5305c80528a94898 -C extra-filename=-b54f3dfef28175f7 --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-2fe6437fd547079f.rmeta --cap-lints allow`
8152026-03-16T21:10:37.315Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=8597004a4f3f0f6e -C extra-filename=-0c84d8ae66f8cfe5 --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-8420145043d9b9bb.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-256aeb60b170e2a2.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-d9a280a765ad6f30.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-7e63f0eddfad7a41.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-b816a0552752043d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out`
8162026-03-16T21:10:37.342Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=ae8f07ec9eb7dc57 -C extra-filename=-facdd3331d199bca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8172026-03-16T21:10:37.572Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=a27055b1995cc58b -C extra-filename=-5b9ee9f8ca67bafa --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-178132acc3703378.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-1c066c09e32e6eff.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-aec4c4a35396a8e9.rmeta --cap-lints allow`
8182026-03-16T21:10:37.748Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=5c8e37af2166878a -C extra-filename=-76f29d7a39316f5b --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-1637cafe848a1061.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-256aeb60b170e2a2.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-d9a280a765ad6f30.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-7e63f0eddfad7a41.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-b816a0552752043d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8192026-03-16T21:10:37.872Z Compiling thiserror-impl v1.0.69
8202026-03-16T21:10:37.883Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a53c5e177eda5490 -C extra-filename=-1e652a957ddb43ab --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
8212026-03-16T21:10:38.193Z Compiling concurrent-queue v2.5.0
8222026-03-16T21:10:38.196Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a636110e87513b94 -C extra-filename=-cdfb8c37482991be --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-684f6ae99315a468.rmeta --cap-lints allow`
8232026-03-16T21:10:38.263Z Compiling serde_derive_internals v0.29.0
8242026-03-16T21:10:38.267Z Compiling http-body-util v0.1.3
8252026-03-16T21:10:38.267Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7f3a982f18a9234 -C extra-filename=-2ad49431070ad5c5 --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-8154a307aae54b13.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rmeta --cap-lints allow`
8262026-03-16T21:10:38.267Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=f01fdb8b1b982e40 -C extra-filename=-316638e929b6d250 --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-c52e7ad402ba267e.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f7d189b3358106af.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-41082e182ce66fa9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --cap-lints allow`
8272026-03-16T21:10:38.455Z Compiling rustls-pemfile v2.2.0
8282026-03-16T21:10:38.462Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=39f4e6341c932f26 -C extra-filename=-f572a6a293014dcd --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-5fc11c8fcda62918.rmeta --cap-lints allow`
8292026-03-16T21:10:38.584Z Compiling serde_spanned v1.0.4
8302026-03-16T21:10:38.588Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=2084f3ce79579518 -C extra-filename=-d50c4325b7186602 --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-5bcb53970a4b411d.rmeta --cap-lints allow`
8312026-03-16T21:10:38.711Z Compiling toml_datetime v1.0.0+spec-1.1.0
8322026-03-16T21:10:38.717Z Running `/home/build/.rustup/toolchains/1.94.0-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.0+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=e716440f50e2985e -C extra-filename=-0edb062f238d7a4f --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-5bcb53970a4b411d.rmeta --cap-lints allow`
8332026-03-16T21:10:38.771Z Running `/home/build/.rustup/toolchains/1.94.0-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=4f68eaca11737632 -C extra-filename=-a967bd6c561469d1 --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-8154a307aae54b13.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-f95ed342d224a529.rmeta --cap-lints allow`
8342026-03-16T21:10:39.100Z Compiling multer v3.1.0
8352026-03-16T21:10:39.103Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=fba124e7833ac56f -C extra-filename=-444c2873e75e38c1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-444c2873e75e38c1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-6892431191ebbd57.rlib --cap-lints allow`
8362026-03-16T21:10:39.137Z Compiling sync_wrapper v1.0.1
8372026-03-16T21:10:39.141Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=df1752d6ba7f704a -C extra-filename=-5452309f8710483b --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-f7d189b3358106af.rmeta --cap-lints allow`
8382026-03-16T21:10:39.272Z Compiling thread_local v1.1.4
8392026-03-16T21:10:39.275Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=839017eab4a3c46f -C extra-filename=-851e3c7f1af43b0b --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-1637cafe848a1061.rmeta --cap-lints allow`
8402026-03-16T21:10:39.336Z Compiling encoding_rs v0.8.32
8412026-03-16T21:10:39.340Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=76d3bce4b7aa8b93 -C extra-filename=-5c55cff38689e41a --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-37098f264d07060d.rmeta --cap-lints allow`
8422026-03-16T21:10:39.380Z Compiling match_cfg v0.1.0
8432026-03-16T21:10:39.384Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=bdeda653cf12cd0a -C extra-filename=-753298da31488f07 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8442026-03-16T21:10:39.461Z Compiling schemars v0.8.22
8452026-03-16T21:10:39.464Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=c6a3cdcf75309a0a -C extra-filename=-79cb4c124d0054c8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-79cb4c124d0054c8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462026-03-16T21:10:39.464Z Compiling semver v1.0.27
8472026-03-16T21:10:39.472Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7b60d76b6e318c2e -C extra-filename=-68136ea8373210fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482026-03-16T21:10:39.625Z Compiling parking v2.2.0
8492026-03-16T21:10:39.629Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=a63d9dc3888b2504 -C extra-filename=-d048073456703599 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8502026-03-16T21:10:39.761Z Compiling heck v0.5.0
8512026-03-16T21:10:39.771Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=604b5f9da86d7906 -C extra-filename=-42b237746ca7094e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8522026-03-16T21:10:39.873Z Compiling similar v2.2.1
8532026-03-16T21:10:39.877Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=fd072cdfe0888eb6 -C extra-filename=-73d2515aa304e13c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8542026-03-16T21:10:39.934Z Compiling camino v1.2.2
8552026-03-16T21:10:39.937Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=c64e770e66e6fb48 -C extra-filename=-0f6ad70010ce81c3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-0f6ad70010ce81c3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8562026-03-16T21:10:40.040Z Compiling toml_writer v1.0.6+spec-1.1.0
8572026-03-16T21:10:40.044Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5d528ce725381202 -C extra-filename=-79b66b0c6963f4ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8582026-03-16T21:10:40.327Z Compiling target-triple v1.0.0
8592026-03-16T21:10:40.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14a2267365c24e77 -C extra-filename=-0dea1e9ed6452e9b --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-0dea1e9ed6452e9b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8602026-03-16T21:10:40.359Z Compiling slog-async v2.8.0
8612026-03-16T21:10:40.362Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=9c31ddc8f515bc3c -C extra-filename=-8b2e87ba0cc16221 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-8b2e87ba0cc16221 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8622026-03-16T21:10:40.373Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-0f6ad70010ce81c3/build-script-build`
8632026-03-16T21:10:40.424Z Compiling toml v1.0.3+spec-1.1.0
8642026-03-16T21:10:40.428Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.0.3+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=0a263c7ab9f90ac5 -C extra-filename=-562d0ef2d377f7fa --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-5bcb53970a4b411d.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-d50c4325b7186602.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-0edb062f238d7a4f.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-b54f3dfef28175f7.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-79b66b0c6963f4ef.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-2fe6437fd547079f.rmeta --cap-lints allow`
8652026-03-16T21:10:40.695Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-0dea1e9ed6452e9b/build-script-build`
8662026-03-16T21:10:40.712Z Compiling tokio-rustls v0.25.0
8672026-03-16T21:10:40.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=33856a2ac1a4ec5c -C extra-filename=-28dc9e008d8566d6 --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-0c84d8ae66f8cfe5.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out`
8682026-03-16T21:10:40.727Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-8b2e87ba0cc16221/build-script-build`
8692026-03-16T21:10:40.778Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-79cb4c124d0054c8/build-script-build`
8702026-03-16T21:10:40.794Z Compiling event-listener v5.0.0
8712026-03-16T21:10:40.805Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=867d1b61b8f6e7ea -C extra-filename=-d87c64038faa0c8c --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-cdfb8c37482991be.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-d048073456703599.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --cap-lints allow`
8722026-03-16T21:10:41.028Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9ad1ef00607c828 -C extra-filename=-883ab5e90dbaa0e5 --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-1e652a957ddb43ab.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8732026-03-16T21:10:41.156Z Compiling tokio-rustls v0.26.0
8742026-03-16T21:10:41.160Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=aa9b2f808568d964 -C extra-filename=-bcd7a2b3b63ff1c2 --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-76f29d7a39316f5b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out`
8752026-03-16T21:10:41.186Z Compiling hostname v0.3.1
8762026-03-16T21:10:41.189Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=72b31125e823a514 -C extra-filename=-42acede73a44ac6d --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-7487f4d935b41746.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-753298da31488f07.rmeta --cap-lints allow`
8772026-03-16T21:10:41.206Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-444c2873e75e38c1/build-script-build`
8782026-03-16T21:10:41.257Z Compiling schemars_derive v0.8.22
8792026-03-16T21:10:41.260Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=168fd603e97bc262 -C extra-filename=-410efc61784428fb --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-2ad49431070ad5c5.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
8802026-03-16T21:10:41.362Z Compiling tower v0.5.2
8812026-03-16T21:10:41.366Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=7733e70e93ccdb0a -C extra-filename=-9cdd92e27db1bcbe --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-f7d189b3358106af.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d70306fd27233143.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-5452309f8710483b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-b894ad9be9c4b00f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-5d2582284eb0eb9e.rmeta --cap-lints allow`
8822026-03-16T21:10:41.468Z Compiling serde_urlencoded v0.7.1
8832026-03-16T21:10:41.471Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee18bde59ff5a123 -C extra-filename=-9fb77fea2fe8cc97 --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-adb6e99dc293229b.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-4679cba306b354ec.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-facdd3331d199bca.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rmeta --cap-lints allow`
8842026-03-16T21:10:41.721Z Compiling tokio-native-tls v0.3.1
8852026-03-16T21:10:41.724Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=0e4c36b5ede43c8c -C extra-filename=-fdb6f3e8783f13b0 --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-dc9e8e974cc44299.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8862026-03-16T21:10:41.806Z Compiling url v2.5.4
8872026-03-16T21:10:41.809Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=04bd9e05a4f940b9 -C extra-filename=-dac72c1afa68b2e5 --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-adb6e99dc293229b.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-97a3800a6b3b7199.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rmeta --cap-lints allow`
8882026-03-16T21:10:41.939Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-e538dce3d8d32d95/build-script-build`
8892026-03-16T21:10:41.962Z Compiling usdt-attr-macro v0.6.0
8902026-03-16T21:10:41.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28cbbe43331fa6bf -C extra-filename=-011cc9cfdfebfe4c --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-aa0e27fa404c96ce.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d160433720c07c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-d7366a5050770267.rlib --extern proc_macro --cap-lints allow`
8912026-03-16T21:10:42.021Z Compiling usdt-macro v0.6.0
8922026-03-16T21:10:42.032Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=022e15da0752c00a -C extra-filename=-4781cbcabde267b6 --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-aa0e27fa404c96ce.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d160433720c07c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-d7366a5050770267.rlib --extern proc_macro --cap-lints allow`
8932026-03-16T21:10:42.635Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=6c8706df7ccf4d66 -C extra-filename=-7f4769135c12ebed --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-a8984151d596ffec.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-5b9ee9f8ca67bafa.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-aa0e27fa404c96ce.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8154a307aae54b13.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a967bd6c561469d1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-42bf64829e8f78af.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)'`
8942026-03-16T21:10:42.868Z Compiling slog-json v2.6.1
8952026-03-16T21:10:42.879Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=054b4a91c8aa21b5 -C extra-filename=-1d5f71e015e699c5 --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-dfb6aeee3ff5d2a8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c090d92fb8bf1b38.rmeta --cap-lints allow`
8962026-03-16T21:10:42.890Z Compiling futures-executor v0.3.32
8972026-03-16T21:10:42.897Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.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=0140627bea371438 -C extra-filename=-c96f566bf6c75905 --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-f7d189b3358106af.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-72899e7a3f8ca1c0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d70306fd27233143.rmeta --cap-lints allow`
8982026-03-16T21:10:42.999Z Compiling tempfile v3.26.0
8992026-03-16T21:10:43.002Z Compiling async-stream-impl v0.3.6
9002026-03-16T21:10:43.002Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=392782c6b87a15cc -C extra-filename=-0b121f7823c77d79 --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-e03c81b4f4c6f5c6.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-3dc90168477d2a72.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-1637cafe848a1061.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-1eed73ff17212789.rmeta --cap-lints allow`
9012026-03-16T21:10:43.002Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=667e2dfd290dc91e -C extra-filename=-deb0a1fe5619ca3e --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
9022026-03-16T21:10:43.105Z Compiling crossbeam-channel v0.5.15
9032026-03-16T21:10:43.108Z Running `/home/build/.rustup/toolchains/1.94.0-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=f1b00db31c167ae2 -C extra-filename=-7f4a211f77c79b8d --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-684f6ae99315a468.rmeta --cap-lints allow`
9042026-03-16T21:10:43.122Z Compiling uuid v1.21.0
9052026-03-16T21:10:43.125Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.21.0/src/lib.rs --error-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=e7b75c206cb5dfe0 -C extra-filename=-c1917fd31ab7bd41 --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-3dc90168477d2a72.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-5bcb53970a4b411d.rmeta --cap-lints allow`
9062026-03-16T21:10:43.268Z Compiling webpki-roots v0.26.5
9072026-03-16T21:10:43.271Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa7ff42126b52189 -C extra-filename=-c8b2e361fc093994 --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-5fc11c8fcda62918.rmeta --cap-lints allow`
9082026-03-16T21:10:43.415Z Compiling memmap2 v0.9.8
9092026-03-16T21:10:43.419Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=81a550872617dfa2 -C extra-filename=-61f35e3e33a42ecd --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-7487f4d935b41746.rmeta --cap-lints allow`
9102026-03-16T21:10:43.565Z Compiling is-terminal v0.4.12
9112026-03-16T21:10:43.575Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab15fa3ce23b3ae9 -C extra-filename=-ce1f47c4ba00071e --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-7487f4d935b41746.rmeta --cap-lints allow`
9122026-03-16T21:10:43.590Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
9132026-03-16T21:10:43.594Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fb9865dcc70ebe47 -C extra-filename=-ebc147907410e365 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-ebc147907410e365 -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-6892431191ebbd57.rlib`
9142026-03-16T21:10:43.677Z Compiling take_mut v0.2.2
9152026-03-16T21:10:43.680Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3fff420c07574c0 -C extra-filename=-02633ef055e73bb7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9162026-03-16T21:10:43.696Z Compiling iri-string v0.7.8
9172026-03-16T21:10:43.707Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=601b41db7f3b110b -C extra-filename=-b856ce14083d1143 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9182026-03-16T21:10:43.710Z Compiling spin v0.9.8
9192026-03-16T21:10:43.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=0da748cc379536f9 -C extra-filename=-6ac1cf431a74d929 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9202026-03-16T21:10:43.766Z Compiling dyn-clone v1.0.4
9212026-03-16T21:10:43.772Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acd104ca2084333e -C extra-filename=-5aa967e20e27c216 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9222026-03-16T21:10:43.816Z Compiling data-encoding v2.4.0
9232026-03-16T21:10:43.819Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=86d0e5fcb5454b70 -C extra-filename=-58e980cadf1f34c3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9242026-03-16T21:10:43.844Z Compiling term v1.1.0
9252026-03-16T21:10:43.847Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=9cc79b61a9d47549 -C extra-filename=-a8d82e73834dd824 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9262026-03-16T21:10:43.856Z Compiling utf-8 v0.7.6
9272026-03-16T21:10:43.859Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a5541dd15b0062c -C extra-filename=-f568755c034e9060 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9282026-03-16T21:10:43.868Z Compiling anyhow v1.0.102
9292026-03-16T21:10:43.868Z Running `/home/build/.rustup/toolchains/1.94.0-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=65654fcc5e7be1ec -C extra-filename=-7beed7dba358ec0e --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-7beed7dba358ec0e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9302026-03-16T21:10:43.899Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-ebc147907410e365/build-script-build`
9312026-03-16T21:10:43.950Z Compiling async-stream v0.3.6
9322026-03-16T21:10:43.953Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c588390532024bd -C extra-filename=-d9b5dbebdb881cd9 --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-deb0a1fe5619ca3e.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f7d189b3358106af.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --cap-lints allow`
9332026-03-16T21:10:44.082Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=456a18522e1c7c26 -C extra-filename=-f3cccb0f48edaeb7 --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-510c516870858e28.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-5aa967e20e27c216.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-410efc61784428fb.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9342026-03-16T21:10:44.178Z Compiling tungstenite v0.24.0
9352026-03-16T21:10:44.181Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=10634647581f2579 -C extra-filename=-854bca5fd292b8ca --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-a8984151d596ffec.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-58e980cadf1f34c3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e1df7f6c99a3ef24.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-8420145043d9b9bb.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-e35e8438fbe83fb0.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-883ab5e90dbaa0e5.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-f568755c034e9060.rmeta --cap-lints allow`
9362026-03-16T21:10:44.276Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-7beed7dba358ec0e/build-script-build`
9372026-03-16T21:10:44.553Z Compiling slog-term v2.9.2
9382026-03-16T21:10:44.556Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=2759f3dd2d5a0f69 -C extra-filename=-599cea71abbf35dc --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-510c516870858e28.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-ce1f47c4ba00071e.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-a8d82e73834dd824.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-851e3c7f1af43b0b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c090d92fb8bf1b38.rmeta --cap-lints allow`
9392026-03-16T21:10:44.795Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=00e669d8a26edf92 -C extra-filename=-2c74c08de44854ec --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-c52e7ad402ba267e.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-5c55cff38689e41a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d70306fd27233143.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e1df7f6c99a3ef24.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-b79fae1ad754898c.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-cd839f6c41e01b56.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-6ac1cf431a74d929.rmeta --cap-lints allow`
9402026-03-16T21:10:44.924Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=e416e9708fea0cd8 -C extra-filename=-d776a50536893154 --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-7f4a211f77c79b8d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-02633ef055e73bb7.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-851e3c7f1af43b0b.rmeta --cap-lints allow --cfg integer128`
9412026-03-16T21:10:45.179Z Compiling usdt v0.6.0
9422026-03-16T21:10:45.182Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=fae317fa6646bb38 -C extra-filename=-d5239a10853365b9 --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-5b9ee9f8ca67bafa.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-178132acc3703378.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-61f35e3e33a42ecd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-011cc9cfdfebfe4c.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-7f4769135c12ebed.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-4781cbcabde267b6.so --cap-lints allow`
9432026-03-16T21:10:45.406Z Compiling tower-http v0.6.8
9442026-03-16T21:10:45.409Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=412fdffaa5975942 -C extra-filename=-8d40e9e5be3ce8fe --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-8feeb20b170f3d18.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d70306fd27233143.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-41082e182ce66fa9.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-b856ce14083d1143.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-9cdd92e27db1bcbe.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-b894ad9be9c4b00f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-5d2582284eb0eb9e.rmeta --cap-lints allow`
9452026-03-16T21:10:45.481Z Compiling hyper-rustls v0.27.3
9462026-03-16T21:10:45.484Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=3d6ee43f3c8adb28 -C extra-filename=-1de4f9b43ff4c554 --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-d70306fd27233143.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76f29d7a39316f5b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-bcd7a2b3b63ff1c2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-5d2582284eb0eb9e.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-c8b2e361fc093994.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out`
9472026-03-16T21:10:45.516Z Compiling atomicwrites v0.4.4
9482026-03-16T21:10:45.519Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1eb3798770529629 -C extra-filename=-76ca7b3a4a4d9e20 --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-ec88ae5cadb5485c.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rmeta --cap-lints allow`
9492026-03-16T21:10:45.538Z Compiling futures v0.3.32
9502026-03-16T21:10:45.541Z Running `/home/build/.rustup/toolchains/1.94.0-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=609709118ebe6843 -C extra-filename=-237470b4d8dc200a --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-0451efcfe47105d8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f7d189b3358106af.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-c96f566bf6c75905.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-b5794adf88a0eab4.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-e2c29911eaf7bd3d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-72899e7a3f8ca1c0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d70306fd27233143.rmeta --cap-lints allow`
9512026-03-16T21:10:45.632Z Compiling slog-bunyan v2.5.0
9522026-03-16T21:10:45.635Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=1dd841df23eb2cb3 -C extra-filename=-69d90accfd308e8d --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-42acede73a44ac6d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c090d92fb8bf1b38.rmeta --cap-lints allow`
9532026-03-16T21:10:45.655Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=4905147357493d35 -C extra-filename=-a358a938dc042170 --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-cd839f6c41e01b56.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-dfd503d3419e2878.rmeta --cap-lints allow`
9542026-03-16T21:10:45.759Z Compiling hyper-tls v0.6.0
9552026-03-16T21:10:45.762Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=7012593bd4ea4ff6 -C extra-filename=-9eee89f5946f54cd --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-c52e7ad402ba267e.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-dc9e8e974cc44299.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-fdb6f3e8783f13b0.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-5d2582284eb0eb9e.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9562026-03-16T21:10:45.772Z Compiling event-listener-strategy v0.5.4
9572026-03-16T21:10:45.776Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=9b00f749e430db46 -C extra-filename=-9c590b90ba35e986 --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-d87c64038faa0c8c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --cap-lints allow`
9582026-03-16T21:10:45.797Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dac29164d4963b53 -C extra-filename=-ceef153f0284b33a --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"))'`
9592026-03-16T21:10:45.887Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=16f11444b3650d97 -C extra-filename=-596cf5f661253d77 --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-5bcb53970a4b411d.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)'`
9602026-03-16T21:10:45.899Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9612026-03-16T21:10:45.910Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7304498e73dca3b -C extra-filename=-635162beeada2cc5 --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-42b237746ca7094e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-9e6a0c6c95b1521f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d160433720c07c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro`
9622026-03-16T21:10:46.007Z Compiling rustls-native-certs v0.7.0
9632026-03-16T21:10:46.010Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db429caab98baecd -C extra-filename=-965524a38396243d --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-468f157bc82c4b48.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rmeta --cap-lints allow`
9642026-03-16T21:10:46.031Z Compiling openapiv3 v2.2.0
9652026-03-16T21:10:46.034Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=ae25405b00d346a9 -C extra-filename=-dc8bd5cb35352ee7 --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-606652a35ea792c9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rmeta --cap-lints allow`
9662026-03-16T21:10:46.034Z Compiling yasna v0.5.2
9672026-03-16T21:10:46.045Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=6a6faa886674e4a1 -C extra-filename=-eb22b80f161ed2ca --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-c090d92fb8bf1b38.rmeta --cap-lints allow`
9682026-03-16T21:10:46.104Z Compiling async-trait v0.1.89
9692026-03-16T21:10:46.107Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e57fc40ca9cc6b89 -C extra-filename=-3652a50683a97a91 --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-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
9702026-03-16T21:10:46.142Z Compiling pem v3.0.6
9712026-03-16T21:10:46.145Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=300d13cc7fd4601e -C extra-filename=-5ccec7bd4384bf7c --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-b738cfa096a74f0a.rmeta --cap-lints allow`
9722026-03-16T21:10:46.291Z Compiling waitgroup v0.1.2
9732026-03-16T21:10:46.294Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed74345c2e17512c -C extra-filename=-7687f9f9dc8eb415 --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-b9cd23661a8d912b.rmeta --cap-lints allow`
9742026-03-16T21:10:46.311Z Compiling webpki-roots v1.0.0
9752026-03-16T21:10:46.316Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc490abd35ac090a -C extra-filename=-8158e39b2b0f2832 --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-5fc11c8fcda62918.rmeta --cap-lints allow`
9762026-03-16T21:10:46.461Z Compiling serde_path_to_error v0.1.20
9772026-03-16T21:10:46.465Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d0847d1b294f145 -C extra-filename=-084804c7b7abb3fc --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-4679cba306b354ec.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-5bcb53970a4b411d.rmeta --cap-lints allow`
9782026-03-16T21:10:46.475Z Compiling hostname v0.4.2
9792026-03-16T21:10:46.479Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=2353273069bc932c -C extra-filename=-90d8ed2616584410 --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-37098f264d07060d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rmeta --cap-lints allow`
9802026-03-16T21:10:46.535Z Compiling http-range v0.1.4
9812026-03-16T21:10:46.546Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=826e9aedd24934ef -C extra-filename=-c0bb057df60da313 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9822026-03-16T21:10:46.648Z Compiling debug-ignore v1.0.5
9832026-03-16T21:10:46.652Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=1c333cae8313d24b -C extra-filename=-81c65e404c8b8e5b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9842026-03-16T21:10:46.660Z Compiling termcolor v1.1.2
9852026-03-16T21:10:46.664Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0aa9922e2f70429 -C extra-filename=-2df17628b16ab8f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9862026-03-16T21:10:46.772Z Compiling glob v0.3.0
9872026-03-16T21:10:46.772Z Compiling simple-mermaid v0.2.0
9882026-03-16T21:10:46.776Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edfa5dd740772e92 -C extra-filename=-74378c6721ac058f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9892026-03-16T21:10:46.776Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11e444f58f736417 -C extra-filename=-43709cb5eda010a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9902026-03-16T21:10:46.867Z Compiling hyper-staticfile v0.10.1
9912026-03-16T21:10:46.870Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d58ea87908879647 -C extra-filename=-fcf35315605bb1c9 --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-d70306fd27233143.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-c0bb057df60da313.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-3da35ee8194b1f3e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-e35e8438fbe83fb0.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-dac72c1afa68b2e5.rmeta --cap-lints allow`
9922026-03-16T21:10:46.955Z Compiling rcgen v0.14.7
9932026-03-16T21:10:46.958Z Running `/home/build/.rustup/toolchains/1.94.0-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=1d31eaa001117be7 -C extra-filename=-0b4ca516061cd200 --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-5ccec7bd4384bf7c.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-256aeb60b170e2a2.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c090d92fb8bf1b38.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-eb22b80f161ed2ca.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out`
9942026-03-16T21:10:47.069Z Compiling trybuild v1.0.116
9952026-03-16T21:10:47.073Z Running `/home/build/.rustup/toolchains/1.94.0-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=94b171fb4da1f25a -C extra-filename=-04e20b0fa9509e9e --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-74378c6721ac058f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-09b39969961a135d.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-ceef153f0284b33a.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-2df17628b16ab8f6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rmeta --cap-lints allow`
9962026-03-16T21:10:47.134Z Compiling reqwest v0.12.28
9972026-03-16T21:10:47.138Z Running `/home/build/.rustup/toolchains/1.94.0-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=f8064deded537788 -C extra-filename=-905ee312397333dd --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-b738cfa096a74f0a.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-5c55cff38689e41a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f7d189b3358106af.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-7b3e5c0f681d5bb7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-41082e182ce66fa9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-1de4f9b43ff4c554.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-9eee89f5946f54cd.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-8420145043d9b9bb.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-cd839f6c41e01b56.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-dc9e8e974cc44299.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76f29d7a39316f5b.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-5452309f8710483b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-fdb6f3e8783f13b0.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-bcd7a2b3b63ff1c2.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-9cdd92e27db1bcbe.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-8d40e9e5be3ce8fe.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-5d2582284eb0eb9e.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-dac72c1afa68b2e5.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-8158e39b2b0f2832.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
9982026-03-16T21:10:47.355Z Compiling hyper-rustls v0.26.0
9992026-03-16T21:10:47.359Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=86eb2a4b9b3288df -C extra-filename=-353008e04b868f74 --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-d70306fd27233143.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-8420145043d9b9bb.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-965524a38396243d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-5d2582284eb0eb9e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out`
10002026-03-16T21:10:47.476Z Compiling async-channel v2.5.0
10012026-03-16T21:10:47.486Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=8908e228a5c28e70 -C extra-filename=-1581dfaf5b00d90e --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-cdfb8c37482991be.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-9c590b90ba35e986.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f7d189b3358106af.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-c004f392f1597ca5.rmeta --cap-lints allow`
10022026-03-16T21:10:47.595Z Compiling expectorate v1.2.0
10032026-03-16T21:10:47.598Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=6557cfc64f30dac5 -C extra-filename=-1be11205aa18bee3 --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-76ca7b3a4a4d9e20.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-04abe470658ddd38.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-886999d03a1bf22d.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-73d2515aa304e13c.rmeta --cap-lints allow`
10042026-03-16T21:10:47.716Z Compiling tokio-tungstenite v0.24.0
10052026-03-16T21:10:47.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=1c2155a32eb58854 -C extra-filename=-484ef52a19655358 --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-d70306fd27233143.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-8420145043d9b9bb.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-854bca5fd292b8ca.rmeta --cap-lints allow`
10062026-03-16T21:10:47.737Z Running `/home/build/.rustup/toolchains/1.94.0-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=a9f39328c1505ae0 -C extra-filename=-bf5e5269fc018c72 --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)'`
10072026-03-16T21:10:47.774Z Compiling subprocess v1.0.0
10082026-03-16T21:10:47.777Z Running `/home/build/.rustup/toolchains/1.94.0-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=b6136618b7ef8d65 -C extra-filename=-cd11771b8ab6ccc3 --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-7487f4d935b41746.rmeta --cap-lints allow`
10092026-03-16T21:10:48.086Z Compiling buf-list v1.1.2
10102026-03-16T21:10:48.089Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=17a9315ab307f6f5 -C extra-filename=-c2ae953b9925586e --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-c52e7ad402ba267e.rmeta --cap-lints allow`
10112026-03-16T21:10:48.282Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=6cbc45ed94a71e4a -C extra-filename=-b1ae945b04fc8510 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10122026-03-16T21:10:48.291Z Compiling prettyplease v0.2.37
10132026-03-16T21:10:48.295Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=2e54b6c6aa8b7fbf -C extra-filename=-199667a2272c9ad5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-199667a2272c9ad5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10142026-03-16T21:10:48.347Z Compiling schema-derive v0.1.0
10152026-03-16T21:10:48.363Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2944be25b3d6744 -C extra-filename=-e802be27896438e5 --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-fffb1f383ed5c48c.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro --cap-lints allow`
10162026-03-16T21:10:48.527Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=5717a68313b59214 -C extra-filename=-b19e75ecbf9fbf19 --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-e03c81b4f4c6f5c6.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-3dc90168477d2a72.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b1ae945b04fc8510.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-1eed73ff17212789.rmeta --cap-lints allow`
10172026-03-16T21:10:48.576Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-199667a2272c9ad5/build-script-build`
10182026-03-16T21:10:48.592Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=bf4a092a2c0c553b -C extra-filename=-b37e480dffe92496 --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-8154a307aae54b13.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10192026-03-16T21:10:49.062Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a35120d3c1ebb970 -C extra-filename=-936afd75b4742d5b --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-ec88ae5cadb5485c.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-b19e75ecbf9fbf19.rmeta --cap-lints allow`
10202026-03-16T21:10:49.309Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=297ce5bb36d94889 -C extra-filename=-5443622f787576ab --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-936afd75b4742d5b.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-04abe470658ddd38.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-886999d03a1bf22d.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-73d2515aa304e13c.rmeta --cap-lints allow`
10212026-03-16T21:10:49.592Z Compiling schema v0.1.0
10222026-03-16T21:10:49.595Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0601c4feff1d6184 -C extra-filename=-681133a54a855099 --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-8154a307aae54b13.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-e802be27896438e5.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rmeta --cap-lints allow`
10232026-03-16T21:10:49.688Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eeb1cc6f76bbbfb6 -C extra-filename=-3ca806c9aa0d116f --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-5443622f787576ab.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-42b237746ca7094e.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-b37e480dffe92496.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-681133a54a855099.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-9e6a0c6c95b1521f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d160433720c07c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro`
10242026-03-16T21:10:50.011Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e13ce8df0232143a -C extra-filename=-951b47b647e8fc44 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out`
10252026-03-16T21:10:50.863Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=32a32e8707fd0b60 -C extra-filename=-879016cb9780e67d --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10262026-03-16T21:10:56.649Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=61fd2bd214954379 -C extra-filename=-72b47fa0a9a488ef --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10272026-03-16T21:10:56.649Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a33d824db8ac6de6 -C extra-filename=-c2713dd8f1e06f12 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10282026-03-16T21:10:56.653Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7c0ad4280b24cfe8 -C extra-filename=-cc1b9ac13166878a --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10292026-03-16T21:10:56.653Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=aa367e97593b78c4 -C extra-filename=-e85cccc2fca93b65 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10302026-03-16T21:10:56.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=eb4e447e571827b9 -C extra-filename=-7ee516ed14ae7104 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10312026-03-16T21:10:56.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b5c1b3d91a4e3b8d -C extra-filename=-0622ec101b211e1b --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10322026-03-16T21:10:56.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=aa30d2f5a6c5cf7e -C extra-filename=-0ea57e7c5f827b18 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10332026-03-16T21:11:06.284Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6d4635756899537a -C extra-filename=-e6fea15ccfacef33 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10342026-03-16T21:11:07.924Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=61dabfe4fa77b1f3 -C extra-filename=-01c8809bff85af3e --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10352026-03-16T21:11:08.951Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c9ba4ba8d13f6b8b -C extra-filename=-ae402ab0d9b14a19 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10362026-03-16T21:11:09.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dfddab4ab6b46b5b -C extra-filename=-31e7f4fefba07960 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10372026-03-16T21:11:09.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9175f44c0a925e46 -C extra-filename=-002c963e1bf13f1f --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10382026-03-16T21:11:11.706Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=48deb258c2c27694 -C extra-filename=-72a46c5fc48d208e --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10392026-03-16T21:11:13.338Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c067286644717fc9 -C extra-filename=-5b351122a609ccf3 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10402026-03-16T21:11:21.623Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c45bd729fe01b82d -C extra-filename=-97e588fc3c59d0f6 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10412026-03-16T21:11:21.902Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e5e32d32c2a4c384 -C extra-filename=-08fe62ef0f353e63 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10422026-03-16T21:11:22.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9b1bd1110985c87a -C extra-filename=-1bfdac869931d8a3 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10432026-03-16T21:11:22.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fec1b08a2c55bbb7 -C extra-filename=-48e55eaa62540c6d --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10442026-03-16T21:11:25.263Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=61454900474aa0e3 -C extra-filename=-d86618176f4698de --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10452026-03-16T21:11:25.725Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7083caa1b51bfa0b -C extra-filename=-2966cd24197f1a52 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10462026-03-16T21:11:26.502Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fec767a6f2b9d76e -C extra-filename=-7b995827ad21d257 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10472026-03-16T21:11:26.846Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=69808eac0e980f02 -C extra-filename=-6d74d6dd7b5e861c --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10482026-03-16T21:11:35.429Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2f71cbb83b99b78e -C extra-filename=-e818568d38963223 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10492026-03-16T21:11:35.863Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=26fb12188a1f4ae8 -C extra-filename=-63796b564547c3d4 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-951b47b647e8fc44.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-635162beeada2cc5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
10502026-03-16T21:11:53.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
10512026-03-16T21:11:53.689Z
10522026-03-16T21:11:53.693Zreal 1:39.673333380
10532026-03-16T21:11:53.693Zuser 9:16.968782924
10542026-03-16T21:11:53.693Zsys 1:22.634357960
10552026-03-16T21:11:53.693Ztrap 0.461727812
10562026-03-16T21:11:53.693Ztflt 0.495843577
10572026-03-16T21:11:53.693Zdflt 0.195381525
10582026-03-16T21:11:53.693Zkflt 0.007389928
10592026-03-16T21:11:53.693Zlock 38:07.167893051
10602026-03-16T21:11:53.693Zslp 34:18.858230885
10612026-03-16T21:11:53.693Zlat 36.864029820
10622026-03-16T21:11:53.693Zstop 1:02.410134298
10632026-03-16T21:11:53.693Z+ banner test
10642026-03-16T21:11:53.693Z
10652026-03-16T21:11:53.693Z ##### ###### #### #####
10662026-03-16T21:11:53.693Z # # # #
10672026-03-16T21:11:53.693Z # ##### #### #
10682026-03-16T21:11:53.693Z # # # #
10692026-03-16T21:11:53.693Z # # # # #
10702026-03-16T21:11:53.693Z # ###### #### #
10712026-03-16T21:11:53.693Z
10722026-03-16T21:11:53.693Z+ ptime -m cargo test --all-features --locked --verbose
10732026-03-16T21:11:53.951Z Fresh unicode-ident v1.0.12
10742026-03-16T21:11:53.955Z Fresh cfg-if v1.0.0
10752026-03-16T21:11:53.955Z Fresh itoa v1.0.1
10762026-03-16T21:11:53.955Z Fresh memchr v2.6.0
10772026-03-16T21:11:53.955Z Fresh proc-macro2 v1.0.106
10782026-03-16T21:11:53.955Z Fresh pin-project-lite v0.2.12
10792026-03-16T21:11:53.955Z Fresh autocfg v1.1.0
10802026-03-16T21:11:53.955Z Fresh shlex v1.3.0
10812026-03-16T21:11:53.955Z Fresh quote v1.0.44
10822026-03-16T21:11:53.955Z Fresh libc v0.2.182
10832026-03-16T21:11:53.955Z Fresh cc v1.2.16
10842026-03-16T21:11:53.955Z Fresh smallvec v1.13.2
10852026-03-16T21:11:53.955Z Fresh bytes v1.11.1
10862026-03-16T21:11:53.955Z Fresh version_check v0.9.5
10872026-03-16T21:11:53.955Z Fresh futures-core v0.3.32
10882026-03-16T21:11:53.955Z Fresh scopeguard v1.2.0
10892026-03-16T21:11:53.955Z Fresh futures-sink v0.3.32
10902026-03-16T21:11:53.955Z Fresh serde_derive v1.0.228
10912026-03-16T21:11:53.955Z Fresh lock_api v0.4.6
10922026-03-16T21:11:53.955Z Fresh synstructure v0.13.1
10932026-03-16T21:11:53.955Z Fresh tokio-macros v2.6.0
10942026-03-16T21:11:53.956Z Fresh log v0.4.17
10952026-03-16T21:11:53.956Z Fresh parking_lot_core v0.9.4
10962026-03-16T21:11:53.956Z Fresh getrandom v0.2.11
10972026-03-16T21:11:53.956Z Fresh socket2 v0.6.0
10982026-03-16T21:11:53.956Z Fresh mio v1.0.3
10992026-03-16T21:11:53.956Z Fresh signal-hook-registry v1.4.0
11002026-03-16T21:11:53.956Z Fresh parking_lot v0.12.1
11012026-03-16T21:11:53.956Z Fresh zmij v1.0.2
11022026-03-16T21:11:53.956Z Fresh slab v0.4.9
11032026-03-16T21:11:53.956Z Fresh bitflags v2.11.0
11042026-03-16T21:11:53.956Z Fresh zerofrom-derive v0.1.5
11052026-03-16T21:11:53.956Z Fresh futures-channel v0.3.32
11062026-03-16T21:11:53.956Z Fresh tokio v1.49.0
11072026-03-16T21:11:53.956Z Fresh http v1.4.0
11082026-03-16T21:11:53.956Z Fresh zeroize v1.7.0
11092026-03-16T21:11:53.956Z Fresh zerofrom v0.1.5
11102026-03-16T21:11:53.956Z Fresh yoke-derive v0.7.5
11112026-03-16T21:11:53.956Z Fresh thiserror-impl v2.0.18
11122026-03-16T21:11:53.956Z Fresh futures-macro v0.3.32
11132026-03-16T21:11:53.956Z Fresh rustls-pki-types v1.14.0
11142026-03-16T21:11:53.956Z Fresh stable_deref_trait v1.2.0
11152026-03-16T21:11:53.956Z Fresh futures-task v0.3.32
11162026-03-16T21:11:53.956Z Fresh futures-io v0.3.32
11172026-03-16T21:11:53.956Z Fresh zerovec-derive v0.10.3
11182026-03-16T21:11:53.956Z Fresh thiserror v2.0.18
11192026-03-16T21:11:53.956Z Fresh futures-util v0.3.32
11202026-03-16T21:11:53.956Z Fresh yoke v0.7.5
11212026-03-16T21:11:53.956Z Fresh displaydoc v0.2.5
11222026-03-16T21:11:53.956Z Fresh serde_core v1.0.228
11232026-03-16T21:11:53.956Z Fresh zerovec v0.10.4
11242026-03-16T21:11:53.956Z Fresh tracing-core v0.1.32
11252026-03-16T21:11:53.956Z Fresh untrusted v0.9.0
11262026-03-16T21:11:53.956Z Fresh hashbrown v0.16.1
11272026-03-16T21:11:53.956Z Fresh httparse v1.10.0
11282026-03-16T21:11:53.956Z Fresh getrandom v0.4.1
11292026-03-16T21:11:53.956Z Fresh equivalent v1.0.0
11302026-03-16T21:11:53.956Z Fresh ucd-trie v0.1.6
11312026-03-16T21:11:53.956Z Fresh ring v0.17.13
11322026-03-16T21:11:53.956Z Fresh tinystr v0.7.6
11332026-03-16T21:11:53.956Z Fresh tracing v0.1.40
11342026-03-16T21:11:53.957Z Fresh pest v2.8.1
11352026-03-16T21:11:53.957Z Fresh indexmap v2.13.0
11362026-03-16T21:11:53.957Z Fresh serde v1.0.228
11372026-03-16T21:11:53.957Z Fresh http-body v1.0.1
11382026-03-16T21:11:53.957Z Fresh errno v0.3.10
11392026-03-16T21:11:53.957Z Fresh pkg-config v0.3.31
11402026-03-16T21:11:53.957Z Fresh writeable v0.5.5
11412026-03-16T21:11:53.957Z Fresh atomic-waker v1.1.2
11422026-03-16T21:11:53.957Z Fresh litemap v0.7.4
11432026-03-16T21:11:53.957Z Fresh percent-encoding v2.3.2
11442026-03-16T21:11:53.957Z Fresh vcpkg v0.2.15
11452026-03-16T21:11:53.957Z Fresh icu_locid v1.5.0
11462026-03-16T21:11:53.957Z Fresh pest_meta v2.8.1
11472026-03-16T21:11:53.957Z Fresh tokio-util v0.7.7
11482026-03-16T21:11:53.957Z Fresh icu_provider_macros v1.5.0
11492026-03-16T21:11:53.957Z Fresh zerocopy-derive v0.8.27
11502026-03-16T21:11:53.957Z Fresh fnv v1.0.7
11512026-03-16T21:11:53.957Z Fresh try-lock v0.2.3
11522026-03-16T21:11:53.957Z Fresh typenum v1.14.0
11532026-03-16T21:11:53.957Z Fresh rustversion v1.0.22
11542026-03-16T21:11:53.957Z Fresh zerocopy v0.8.27
11552026-03-16T21:11:53.957Z Fresh h2 v0.4.6
11562026-03-16T21:11:53.957Z Fresh want v0.3.0
11572026-03-16T21:11:53.957Z Fresh icu_provider v1.5.0
11582026-03-16T21:11:53.957Z Fresh pest_generator v2.8.1
11592026-03-16T21:11:53.957Z Fresh rustix v1.1.4
11602026-03-16T21:11:53.957Z Fresh rustls-webpki v0.102.8
11612026-03-16T21:11:53.957Z Fresh subtle v2.5.0
11622026-03-16T21:11:53.961Z Fresh time-core v0.1.8
11632026-03-16T21:11:53.961Z Fresh num-conv v0.2.0
11642026-03-16T21:11:53.961Z Fresh tower-service v0.3.3
11652026-03-16T21:11:53.961Z Fresh pin-utils v0.1.0
11662026-03-16T21:11:53.961Z Fresh powerfmt v0.2.0
11672026-03-16T21:11:53.961Z Fresh base64 v0.22.1
11682026-03-16T21:11:53.961Z Fresh httpdate v1.0.1
11692026-03-16T21:11:53.961Z Fresh fastrand v2.1.1
11702026-03-16T21:11:53.961Z Fresh byteorder v1.4.3
11712026-03-16T21:11:53.961Z Fresh tower-layer v0.3.3
11722026-03-16T21:11:53.961Z Fresh icu_locid_transform_data v1.5.0
11732026-03-16T21:11:53.961Z Fresh time-macros v0.2.27
11742026-03-16T21:11:53.961Z Fresh icu_locid_transform v1.5.0
11752026-03-16T21:11:53.962Z Fresh deranged v0.5.5
11762026-03-16T21:11:53.962Z Fresh hyper v1.8.1
11772026-03-16T21:11:53.962Z Fresh generic-array v0.14.5
11782026-03-16T21:11:53.962Z Fresh crossbeam-utils v0.8.21
11792026-03-16T21:11:53.962Z Fresh pest_derive v2.8.1
11802026-03-16T21:11:53.962Z Fresh serde_tokenstream v0.2.3
11812026-03-16T21:11:53.962Z Fresh icu_collections v1.5.0
11822026-03-16T21:11:53.962Z Fresh icu_properties_data v1.5.0
11832026-03-16T21:11:53.962Z Fresh num_threads v0.1.3
11842026-03-16T21:11:53.962Z Fresh rustix v0.38.44
11852026-03-16T21:11:53.962Z Fresh dtrace-parser v0.3.0
11862026-03-16T21:11:53.962Z Fresh time v0.3.47
11872026-03-16T21:11:53.962Z Fresh icu_properties v1.5.1
11882026-03-16T21:11:53.962Z Fresh serde_json v1.0.149
11892026-03-16T21:11:53.962Z Fresh erased-serde v0.3.31
11902026-03-16T21:11:53.962Z Fresh scroll_derive v0.13.1
11912026-03-16T21:11:53.962Z Fresh thread-id v5.0.0
11922026-03-16T21:11:53.962Z Fresh foreign-types-shared v0.1.1
11932026-03-16T21:11:53.962Z Fresh icu_normalizer_data v1.5.0
11942026-03-16T21:11:53.962Z Fresh utf8_iter v1.0.4
11952026-03-16T21:11:53.962Z Fresh utf16_iter v1.0.5
11962026-03-16T21:11:53.962Z Fresh write16 v1.0.0
11972026-03-16T21:11:53.962Z Fresh openssl-probe v0.1.4
11982026-03-16T21:11:53.962Z Fresh ipnet v2.10.0
11992026-03-16T21:11:53.962Z Fresh icu_normalizer v1.5.0
12002026-03-16T21:11:53.962Z Fresh foreign-types v0.3.2
12012026-03-16T21:11:53.962Z Fresh paste v1.0.15
12022026-03-16T21:11:53.962Z Fresh hyper-util v0.1.20
12032026-03-16T21:11:53.962Z Fresh slog v2.8.2
12042026-03-16T21:11:53.962Z Fresh scroll v0.13.0
12052026-03-16T21:11:53.962Z Fresh crypto-common v0.1.6
12062026-03-16T21:11:53.962Z Fresh block-buffer v0.10.2
12072026-03-16T21:11:53.962Z Fresh openssl-sys v0.9.107
12082026-03-16T21:11:53.962Z Fresh form_urlencoded v1.2.2
12092026-03-16T21:11:53.962Z Fresh rand_core v0.6.3
12102026-03-16T21:11:53.962Z Fresh openssl-macros v0.1.1
12112026-03-16T21:11:53.962Z Fresh mime v0.3.16
12122026-03-16T21:11:53.962Z Fresh unicode-width v0.1.9
12132026-03-16T21:11:53.962Z Fresh plain v0.2.3
12142026-03-16T21:11:53.962Z Fresh unicode-segmentation v1.10.0
12152026-03-16T21:11:53.963Z Fresh lazy_static v1.5.0
12162026-03-16T21:11:53.963Z Fresh ppv-lite86 v0.2.15
12172026-03-16T21:11:53.963Z Fresh openssl v0.10.72
12182026-03-16T21:11:53.963Z Fresh newline-converter v0.3.0
12192026-03-16T21:11:53.963Z Fresh rand_chacha v0.3.1
12202026-03-16T21:11:53.963Z Fresh console v0.15.7
12212026-03-16T21:11:53.963Z Fresh goblin v0.10.1
12222026-03-16T21:11:53.963Z Fresh unicase v2.6.0
12232026-03-16T21:11:53.963Z Fresh digest v0.10.7
12242026-03-16T21:11:53.963Z Fresh num-traits v0.2.14
12252026-03-16T21:11:53.963Z Fresh idna_adapter v1.2.0
12262026-03-16T21:11:53.963Z Fresh cpufeatures v0.2.17
12272026-03-16T21:11:53.963Z Fresh semver v1.0.27
12282026-03-16T21:11:53.963Z Fresh iana-time-zone v0.1.47
12292026-03-16T21:11:53.963Z Fresh heck v0.5.0
12302026-03-16T21:11:53.963Z Fresh winnow v0.7.13
12312026-03-16T21:11:53.963Z Fresh pretty-hex v0.4.1
12322026-03-16T21:11:53.963Z Fresh similar v2.2.1
12332026-03-16T21:11:53.963Z Fresh idna v1.0.3
12342026-03-16T21:11:53.963Z Fresh chrono v0.4.44
12352026-03-16T21:11:53.963Z Fresh sha1 v0.10.6
12362026-03-16T21:11:53.963Z Fresh dof v0.4.0
12372026-03-16T21:11:53.963Z Fresh toml_parser v1.0.9+spec-1.1.0
12382026-03-16T21:11:53.963Z Fresh rustls v0.23.13
12392026-03-16T21:11:53.963Z Fresh rand v0.8.4
12402026-03-16T21:11:53.963Z Fresh rustls v0.22.4
12412026-03-16T21:11:53.963Z Fresh native-tls v0.2.12
12422026-03-16T21:11:53.963Z Fresh ryu v1.0.5
12432026-03-16T21:11:53.963Z Fresh concurrent-queue v2.5.0
12442026-03-16T21:11:53.963Z Fresh http-body-util v0.1.3
12452026-03-16T21:11:53.963Z Fresh rustls-pemfile v2.2.0
12462026-03-16T21:11:53.963Z Fresh thiserror-impl v1.0.69
12472026-03-16T21:11:53.963Z Fresh serde_derive_internals v0.29.0
12482026-03-16T21:11:53.963Z Fresh serde_spanned v1.0.4
12492026-03-16T21:11:53.963Z Fresh toml_datetime v1.0.0+spec-1.1.0
12502026-03-16T21:11:53.963Z Fresh syn v2.0.117
12512026-03-16T21:11:53.963Z Fresh sync_wrapper v1.0.1
12522026-03-16T21:11:53.963Z Fresh thread_local v1.1.4
12532026-03-16T21:11:53.963Z Fresh encoding_rs v0.8.32
12542026-03-16T21:11:53.963Z Fresh toml_writer v1.0.6+spec-1.1.0
12552026-03-16T21:11:53.964Z Fresh match_cfg v0.1.0
12562026-03-16T21:11:53.964Z Fresh parking v2.2.0
12572026-03-16T21:11:53.964Z Fresh tower v0.5.2
12582026-03-16T21:11:53.964Z Fresh toml v1.0.3+spec-1.1.0
12592026-03-16T21:11:53.964Z Fresh hostname v0.3.1
12602026-03-16T21:11:53.964Z Fresh event-listener v5.0.0
12612026-03-16T21:11:53.964Z Fresh usdt-impl v0.6.0
12622026-03-16T21:11:53.967Z Fresh thiserror v1.0.69
12632026-03-16T21:11:53.967Z Fresh schemars_derive v0.8.22
12642026-03-16T21:11:53.967Z Fresh serde_urlencoded v0.7.1
12652026-03-16T21:11:53.967Z Fresh tokio-rustls v0.25.0
12662026-03-16T21:11:53.967Z Fresh tokio-rustls v0.26.0
12672026-03-16T21:11:53.967Z Fresh tokio-native-tls v0.3.1
12682026-03-16T21:11:53.967Z Fresh url v2.5.4
12692026-03-16T21:11:53.967Z Fresh usdt-macro v0.6.0
12702026-03-16T21:11:53.967Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12712026-03-16T21:11:53.967Z Fresh usdt-attr-macro v0.6.0
12722026-03-16T21:11:53.967Z Fresh slog-json v2.6.1
12732026-03-16T21:11:53.967Z Fresh crossbeam-channel v0.5.15
12742026-03-16T21:11:53.967Z Fresh uuid v1.21.0
12752026-03-16T21:11:53.968Z Fresh futures-executor v0.3.32
12762026-03-16T21:11:54.005Z Fresh webpki-roots v0.26.5
12772026-03-16T21:11:54.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e43969e23a70e65b -C extra-filename=-60c24784221dec04 --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-42b237746ca7094e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-9e6a0c6c95b1521f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d160433720c07c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.rlib --extern proc_macro`
12782026-03-16T21:11:54.009Z Fresh async-stream-impl v0.3.6
12792026-03-16T21:11:54.009Z Fresh is-terminal v0.4.12
12802026-03-16T21:11:54.009Z Fresh memmap2 v0.9.8
12812026-03-16T21:11:54.009Z Fresh term v1.1.0
12822026-03-16T21:11:54.009Z Fresh iri-string v0.7.8
12832026-03-16T21:11:54.009Z Fresh dyn-clone v1.0.4
12842026-03-16T21:11:54.009Z Fresh utf-8 v0.7.6
12852026-03-16T21:11:54.009Z Fresh data-encoding v2.4.0
12862026-03-16T21:11:54.009Z Fresh spin v0.9.8
12872026-03-16T21:11:54.009Z Fresh take_mut v0.2.2
12882026-03-16T21:11:54.009Z Fresh async-stream v0.3.6
12892026-03-16T21:11:54.009Z Fresh schemars v0.8.22
12902026-03-16T21:11:54.009Z Fresh multer v3.1.0
12912026-03-16T21:11:54.009Z Fresh tungstenite v0.24.0
12922026-03-16T21:11:54.012Z Fresh slog-async v2.8.0
12932026-03-16T21:11:54.012Z Fresh slog-term v2.9.2
12942026-03-16T21:11:54.012Z Fresh usdt v0.6.0
12952026-03-16T21:11:54.012Z Fresh tower-http v0.6.8
12962026-03-16T21:11:54.012Z Fresh futures v0.3.32
12972026-03-16T21:11:54.012Z Fresh hyper-rustls v0.27.3
12982026-03-16T21:11:54.012Z Fresh slog-bunyan v2.5.0
12992026-03-16T21:11:54.012Z Fresh mime_guess v2.0.5
13002026-03-16T21:11:54.012Z Fresh hyper-tls v0.6.0
13012026-03-16T21:11:54.012Z Fresh target-triple v1.0.0
13022026-03-16T21:11:54.012Z Fresh event-listener-strategy v0.5.4
13032026-03-16T21:11:54.012Z Fresh camino v1.2.2
13042026-03-16T21:11:54.012Z Fresh rustls-native-certs v0.7.0
13052026-03-16T21:11:54.013Z Fresh yasna v0.5.2
13062026-03-16T21:11:54.013Z Fresh pem v3.0.6
13072026-03-16T21:11:54.013Z Fresh waitgroup v0.1.2
13082026-03-16T21:11:54.013Z Fresh openapiv3 v2.2.0
13092026-03-16T21:11:54.013Z Fresh webpki-roots v1.0.0
13102026-03-16T21:11:54.013Z Fresh async-trait v0.1.89
13112026-03-16T21:11:54.013Z Fresh serde_path_to_error v0.1.20
13122026-03-16T21:11:54.013Z Fresh hostname v0.4.2
13132026-03-16T21:11:54.013Z Fresh http-range v0.1.4
13142026-03-16T21:11:54.013Z Fresh termcolor v1.1.2
13152026-03-16T21:11:54.013Z Fresh glob v0.3.0
13162026-03-16T21:11:54.013Z Fresh simple-mermaid v0.2.0
13172026-03-16T21:11:54.013Z Fresh debug-ignore v1.0.5
13182026-03-16T21:11:54.013Z Fresh reqwest v0.12.28
13192026-03-16T21:11:54.013Z Fresh hyper-staticfile v0.10.1
13202026-03-16T21:11:54.013Z Fresh rcgen v0.14.7
13212026-03-16T21:11:54.013Z Fresh hyper-rustls v0.26.0
13222026-03-16T21:11:54.013Z Fresh trybuild v1.0.116
13232026-03-16T21:11:54.013Z Fresh async-channel v2.5.0
13242026-03-16T21:11:54.013Z Fresh anyhow v1.0.102
13252026-03-16T21:11:54.016Z Fresh tokio-tungstenite v0.24.0
13262026-03-16T21:11:54.017Z Fresh subprocess v1.0.0
13272026-03-16T21:11:54.017Z Fresh buf-list v1.1.2
13282026-03-16T21:11:54.017Z Fresh once_cell v1.20.1
13292026-03-16T21:11:54.017Z Fresh schema-derive v0.1.0
13302026-03-16T21:11:54.017Z Fresh tempfile v3.26.0
13312026-03-16T21:11:54.017Z Fresh schema v0.1.0
13322026-03-16T21:11:54.017Z Fresh atomicwrites v0.4.4
13332026-03-16T21:11:54.017Z Fresh prettyplease v0.2.37
13342026-03-16T21:11:54.017Z Fresh expectorate v1.2.0
13352026-03-16T21:11:55.682Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
13362026-03-16T21:11:55.689Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1ef30357fca41373 -C extra-filename=-a5babbe2bf0a3c5d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out`
13372026-03-16T21:11:55.689Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7bbf9ec7c933a1b4 -C extra-filename=-0ed4906d6edf4b28 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13382026-03-16T21:12:02.214Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=addc23810b794a3f -C extra-filename=-858828069377c5c9 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13392026-03-16T21:12:02.214Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d39b7a4158657957 -C extra-filename=-8e71350775714d8a --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13402026-03-16T21:12:02.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=de37a1669355ca52 -C extra-filename=-e67a96e474248da4 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13412026-03-16T21:12:02.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ef1c9b9a42c1f9e1 -C extra-filename=-36c50b24ffaad076 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13422026-03-16T21:12:02.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=14feb2cc2262ee7e -C extra-filename=-3bdf7019e0469e3b --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13432026-03-16T21:12:02.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a5eb48dca385c824 -C extra-filename=-1d75ca6bc23fe3aa --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13442026-03-16T21:12:02.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6c6080858c987e94 -C extra-filename=-00a925f3e567d067 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13452026-03-16T21:12:15.057Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9dcae8fcb7c70e1c -C extra-filename=-68bedb00d3af27fe --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13462026-03-16T21:12:15.334Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8fa3e583d023a3fe -C extra-filename=-1a58f3a72a18d69c --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13472026-03-16T21:12:15.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c6a9a3f513a5b79d -C extra-filename=-3a2a0d2ff60ca16c --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13482026-03-16T21:12:15.960Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5aadc444d396a54b -C extra-filename=-d23e889728a6da55 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13492026-03-16T21:12:17.296Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e9c33434ab5ee0f9 -C extra-filename=-3cc6200f9e4b6864 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13502026-03-16T21:12:18.293Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f2949e9fd0d129b3 -C extra-filename=-af65092f1e9217e5 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13512026-03-16T21:12:28.206Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=74dbcd0fc28f8b2b -C extra-filename=-04023f35693e4724 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13522026-03-16T21:12:29.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6f891aa7938f0df5 -C extra-filename=-8646f721484e40c3 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13532026-03-16T21:12:29.891Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c4aeb5e6cfa20a90 -C extra-filename=-5abc134eb7079f0e --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13542026-03-16T21:12:30.740Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=85089a0d21c33d62 -C extra-filename=-0ce0be0955466ab1 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13552026-03-16T21:12:30.982Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f66dd0d8c9f092bd -C extra-filename=-5f55d9b87a83ca18 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13562026-03-16T21:12:31.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2727fe0a6be8b0bd -C extra-filename=-eeded78920350f59 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13572026-03-16T21:12:31.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1794485e59586b6e -C extra-filename=-6940b7a2f6df48ce --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13582026-03-16T21:12:32.067Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=13ff9456bb3a5374 -C extra-filename=-4c94208ba5421bd3 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13592026-03-16T21:12:40.428Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4a4b1626e4ba2a56 -C extra-filename=-a6a2c546ebe8aa9e --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13602026-03-16T21:12:41.708Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0a249dbf163365fb -C extra-filename=-6062c5fe354c73dd --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13612026-03-16T21:12:44.509Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e3c32aa792894ba2 -C extra-filename=-eece4e45512e67c1 --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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/out -L native=/usr/ssl-3/lib/amd64`
13622026-03-16T21:12:54.347Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
13632026-03-16T21:12:54.396Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-0ed4906d6edf4b28`
13642026-03-16T21:12:54.400Z
13652026-03-16T21:12:54.400Zrunning 109 tests
13662026-03-16T21:12:54.400Ztest api_description::test::test_endpoint_versions_range ... ok
13672026-03-16T21:12:54.400Ztest api_description::test::test_endpoint_versions_matches ... ok
13682026-03-16T21:12:54.400Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13692026-03-16T21:12:54.400Ztest api_description::test::test_badpath4 - should panic ... ok
13702026-03-16T21:12:54.404Ztest api_description::test::test_tags_need_one ... ok
13712026-03-16T21:12:54.404Ztest api_description::test::test_tag_config_deserialize_old ... ok
13722026-03-16T21:12:54.404Ztest api_description::test::test_badpath1 ... ok
13732026-03-16T21:12:54.404Ztest api_description::test::test_badpath3 ... ok
13742026-03-16T21:12:54.405Ztest api_description::test::test_badpath2 ... ok
13752026-03-16T21:12:54.405Ztest api_description::test::test_dup_names ... ok
13762026-03-16T21:12:54.405Ztest api_description::test::test_tags_too_many ... ok
13772026-03-16T21:12:54.405Ztest extractor::body::tests::test_typed_body_from ... ok
13782026-03-16T21:12:54.405Ztest api_description::test::test_tags_just_right ... ok
13792026-03-16T21:12:54.405Ztest error::test::test_serialize_error_response_body ... ok
13802026-03-16T21:12:54.405Ztest extractor::metadata::test::test_metadata_simple ... ok
13812026-03-16T21:12:54.405Ztest extractor::metadata::test::test_metadata_flattened ... ok
13822026-03-16T21:12:54.405Ztest from_map::test::test_lone_literal ... ok
13832026-03-16T21:12:54.405Ztest from_map::test::test_deep ... ok
13842026-03-16T21:12:54.405Ztest from_map::test::test_case_insensitive ... ok
13852026-03-16T21:12:54.405Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13862026-03-16T21:12:54.405Ztest extractor::metadata::test::test_metadata_pagination ... ok
13872026-03-16T21:12:54.405Ztest extractor::header::tests::test_header_parsing ... ok
13882026-03-16T21:12:54.405Ztest from_map::test::test_missing_data2 ... ok
13892026-03-16T21:12:54.405Ztest from_map::test::test_missing_data1 ... ok
13902026-03-16T21:12:54.405Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13912026-03-16T21:12:54.405Ztest from_map::test::test_types ... ok
13922026-03-16T21:12:54.405Ztest logging::test::test_config_bad_log_mode ... ok
13932026-03-16T21:12:54.405Ztest logging::test::test_config_bad_file_no_level ... ok
13942026-03-16T21:12:54.405Ztest logging::test::test_config_bad_file_no_file ... ok
13952026-03-16T21:12:54.405Ztest logging::test::test_config_bad_terminal_bad_level ... ok
13962026-03-16T21:12:54.405Ztest logging::test::test_config_bad_terminal_no_level ... ok
13972026-03-16T21:12:54.405Ztest logging::test::test_config_bad_file_bad_path_type ... ok
13982026-03-16T21:12:54.405Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
13992026-03-16T21:12:54.405Ztest pagination::test::test_pagination_schema ... ok
14002026-03-16T21:12:54.405Ztest pagination::test::test_results_page ... ok
14012026-03-16T21:12:54.405Ztest extractor::body::tests::test_content_plus_json ... ok
14022026-03-16T21:12:54.406Ztest router::test::test_bad_path_segment2 - should panic ... ok
14032026-03-16T21:12:54.406Ztest router::test::test_bad_path_segment1 - should panic ... ok
14042026-03-16T21:12:54.406Ztest pagination::test::test_pagparams_parsing ... ok
14052026-03-16T21:12:54.406Ztest pagination::test::test_page_token_serialization ... ok
14062026-03-16T21:12:54.406Ztest router::test::test_bad_path_segment3 - should panic ... ok
14072026-03-16T21:12:54.406Ztest router::test::test_bad_path_segment4 - should panic ... ok
14082026-03-16T21:12:54.406Ztest router::test::test_duplicate_route1 - should panic ... ok
14092026-03-16T21:12:54.406Ztest router::test::test_bogus_regex - should panic ... ok
14102026-03-16T21:12:54.406Ztest router::test::test_duplicate_route2 - should panic ... ok
14112026-03-16T21:12:54.406Znote: configured to log to "/tmp/dropshot-0ed4906d6edf4b28.2158.file_dir/log.out"
14122026-03-16T21:12:54.406Ztest router::test::test_duplicate_route3 - should panic ... ok
14132026-03-16T21:12:54.406Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14142026-03-16T21:12:54.406Ztest router::test::test_duplicate_varname - should panic ... ok
14152026-03-16T21:12:54.406Ztest logging::test::test_config_stderr_terminal ... ok
14162026-03-16T21:12:54.406Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14172026-03-16T21:12:54.406Ztest router::test::test_embedded_non_variable ... ok
14182026-03-16T21:12:54.406Ztest router::test::test_inconsistent_varname - should panic ... ok
14192026-03-16T21:12:54.406Ztest router::test::test_empty_variable ... ok
14202026-03-16T21:12:54.406Ztest router::test::test_iter_null ... ok
14212026-03-16T21:12:54.406Ztest router::test::test_error_cases ... ok
14222026-03-16T21:12:54.406Ztest router::test::test_iter2 ... ok
14232026-03-16T21:12:54.406Ztest router::test::test_iter ... ok
14242026-03-16T21:12:54.406Ztest router::test::test_literal_after_regex - should panic ... ok
14252026-03-16T21:12:54.406Ztest router::test::test_literal_after_variable - should panic ... ok
14262026-03-16T21:12:54.406Ztest router::test::test_map_bad_seq ... ok
14272026-03-16T21:12:54.406Ztest router::test::test_map ... ok
14282026-03-16T21:12:54.406Ztest router::test::test_map_bad_value ... ok
14292026-03-16T21:12:54.406Ztest router::test::test_more_after_regex - should panic ... ok
14302026-03-16T21:12:54.406Ztest router::test::test_path_segment ... ok
14312026-03-16T21:12:54.406Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14322026-03-16T21:12:54.406Znote: configured to log to "/tmp/dropshot-0ed4906d6edf4b28.2158.file_dir/log.out"
14332026-03-16T21:12:54.406Ztest router::test::test_variable_after_literal - should panic ... ok
14342026-03-16T21:12:54.406Ztest router::test::test_router_versioned ... ok
14352026-03-16T21:12:54.406Ztest router::test::test_segments ... ok
14362026-03-16T21:12:54.406Ztest router::test::test_variable_name_bad_end - should panic ... ok
14372026-03-16T21:12:54.406Ztest router::test::test_router_basic ... ok
14382026-03-16T21:12:54.406Ztest router::test::test_variable_name_bad_start - should panic ... ok
14392026-03-16T21:12:54.406Ztest router::test::test_variable_name_empty - should panic ... ok
14402026-03-16T21:12:54.407Ztest router::test::test_variables_glob ... ok
14412026-03-16T21:12:54.407Ztest router::test::test_variables_basic ... ok
14422026-03-16T21:12:54.407Ztest router::test::test_variable_rename ... ok
14432026-03-16T21:12:54.407Ztest router::test::test_variables_multi ... ok
14442026-03-16T21:12:54.407Ztest schema_util::test::test_empty_struct ... ok
14452026-03-16T21:12:54.407Ztest schema_util::test::test_additional_properties ... ok
14462026-03-16T21:12:54.407Ztest api_description::test::test_tags_set ... ok
14472026-03-16T21:12:54.407Ztest schema_util::test::test_nullable ... ok
14482026-03-16T21:12:54.407Znote: configured to log to "/tmp/dropshot-0ed4906d6edf4b28.2158.file_dir/log.out"
14492026-03-16T21:12:54.407Ztest schema_util::test::test_embedded_schema ... ok
14502026-03-16T21:12:54.407Ztest schema_util::test::test_extension_conversion ... ok
14512026-03-16T21:12:54.407Ztest schema_util::test::test_two_types - should panic ... ok
14522026-03-16T21:12:54.407Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14532026-03-16T21:12:54.407Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14542026-03-16T21:12:54.407Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14552026-03-16T21:12:54.407Ztest logging::test::test_config_file ... ok
14562026-03-16T21:12:54.407Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14572026-03-16T21:12:54.407Ztest test_util::test::test_bunyan_easy_cases ... ok
14582026-03-16T21:12:54.407Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14592026-03-16T21:12:54.407Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14602026-03-16T21:12:54.407Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14612026-03-16T21:12:54.407Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14622026-03-16T21:12:54.407Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14632026-03-16T21:12:54.410Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14642026-03-16T21:12:54.410Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14652026-03-16T21:12:54.410Ztest to_map::test::test_struct_with_options ... ok
14662026-03-16T21:12:54.410Ztest to_map::test::test_to_map_enum ... ok
14672026-03-16T21:12:54.411Ztest to_map::test::test_to_map_seq ... ok
14682026-03-16T21:12:54.411Ztest to_map::test::test_to_map_valid ... ok
14692026-03-16T21:12:54.411Ztest to_map::test::test_to_map_num ... ok
14702026-03-16T21:12:54.411Ztest to_map::test::test_to_map_vec ... ok
14712026-03-16T21:12:54.411Ztest type_util::tests::test_commented_ref ... ok
14722026-03-16T21:12:54.411Ztest type_util::tests::test_reflexive_type - should panic ... ok
14732026-03-16T21:12:54.411Ztest type_util::tests::test_recursive_type - should panic ... ok
14742026-03-16T21:12:54.411Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14752026-03-16T21:12:54.411Ztest server::test::test_drop_server_without_close_okay ... ok
14762026-03-16T21:12:54.411Ztest server::test::test_server_run_then_close ... ok
14772026-03-16T21:12:54.411Ztest server::test::test_http_acceptor_happy_path ... ok
14782026-03-16T21:12:54.411Z
14792026-03-16T21:12:54.411Ztest result: ok. 109 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
14802026-03-16T21:12:54.411Z
14812026-03-16T21:12:54.411Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-5f55d9b87a83ca18`
14822026-03-16T21:12:54.411Z
14832026-03-16T21:12:54.411Zrunning 1 test
14842026-03-16T21:12:54.823Z Compiling proc-macro2 v1.0.106
14852026-03-16T21:12:54.823Z Compiling quote v1.0.44
14862026-03-16T21:12:54.826Z Compiling unicode-ident v1.0.12
14872026-03-16T21:12:54.826Z Compiling libc v0.2.182
14882026-03-16T21:12:54.826Z Checking cfg-if v1.0.0
14892026-03-16T21:12:54.826Z Compiling serde_core v1.0.228
14902026-03-16T21:12:54.826Z Checking itoa v1.0.1
14912026-03-16T21:12:54.826Z Checking pin-project-lite v0.2.12
14922026-03-16T21:12:54.931Z Compiling shlex v1.3.0
14932026-03-16T21:12:54.964Z Compiling autocfg v1.1.0
14942026-03-16T21:12:55.002Z Compiling version_check v0.9.5
14952026-03-16T21:12:55.024Z Checking memchr v2.6.0
14962026-03-16T21:12:55.202Z Compiling cc v1.2.16
14972026-03-16T21:12:55.341Z Checking smallvec v1.13.2
14982026-03-16T21:12:55.494Z Checking bytes v1.11.1
14992026-03-16T21:12:55.508Z Checking once_cell v1.20.1
15002026-03-16T21:12:55.565Z Checking futures-core v0.3.32
15012026-03-16T21:12:55.573Z Compiling log v0.4.17
15022026-03-16T21:12:55.704Z Compiling parking_lot_core v0.9.4
15032026-03-16T21:12:55.712Z Compiling zmij v1.0.2
15042026-03-16T21:12:56.077Z Compiling thiserror v2.0.18
15052026-03-16T21:12:56.094Z Checking scopeguard v1.2.0
15062026-03-16T21:12:56.103Z Compiling slab v0.4.9
15072026-03-16T21:12:56.144Z Checking futures-sink v0.3.32
15082026-03-16T21:12:56.210Z Checking lock_api v0.4.6
15092026-03-16T21:12:56.262Z Checking signal-hook-registry v1.4.0
15102026-03-16T21:12:56.457Z Checking socket2 v0.6.0
15112026-03-16T21:12:56.465Z Checking parking_lot v0.12.1
15122026-03-16T21:12:56.531Z Checking mio v1.0.3
15132026-03-16T21:12:56.647Z Compiling syn v2.0.117
15142026-03-16T21:12:56.704Z Checking getrandom v0.2.11
15152026-03-16T21:12:56.792Z Compiling serde_json v1.0.149
15162026-03-16T21:12:56.818Z Compiling serde v1.0.228
15172026-03-16T21:12:56.895Z Checking futures-channel v0.3.32
15182026-03-16T21:12:56.927Z Checking http v1.4.0
15192026-03-16T21:12:57.017Z Checking zeroize v1.7.0
15202026-03-16T21:12:57.155Z Checking futures-io v0.3.32
15212026-03-16T21:12:57.196Z Checking rustls-pki-types v1.14.0
15222026-03-16T21:12:57.295Z Checking stable_deref_trait v1.2.0
15232026-03-16T21:12:57.346Z Checking futures-task v0.3.32
15242026-03-16T21:12:57.381Z Compiling httparse v1.10.0
15252026-03-16T21:12:57.599Z Compiling ucd-trie v0.1.6
15262026-03-16T21:12:57.606Z Compiling ring v0.17.13
15272026-03-16T21:12:57.716Z Compiling zerocopy v0.8.27
15282026-03-16T21:12:57.804Z Checking tracing-core v0.1.32
15292026-03-16T21:12:58.011Z Checking equivalent v1.0.0
15302026-03-16T21:12:58.094Z Checking untrusted v0.9.0
15312026-03-16T21:12:58.102Z Checking hashbrown v0.16.1
15322026-03-16T21:12:58.223Z Checking bitflags v2.11.0
15332026-03-16T21:12:58.234Z Checking tracing v0.1.40
15342026-03-16T21:12:58.391Z Checking http-body v1.0.1
15352026-03-16T21:12:58.435Z Compiling typenum v1.14.0
15362026-03-16T21:12:58.452Z Checking percent-encoding v2.3.2
15372026-03-16T21:12:58.523Z Checking atomic-waker v1.1.2
15382026-03-16T21:12:58.538Z Checking litemap v0.7.4
15392026-03-16T21:12:58.635Z Compiling rustversion v1.0.22
15402026-03-16T21:12:58.751Z Checking indexmap v2.13.0
15412026-03-16T21:12:58.776Z Checking writeable v0.5.5
15422026-03-16T21:12:59.004Z Compiling vcpkg v0.2.15
15432026-03-16T21:12:59.129Z Compiling pkg-config v0.3.31
15442026-03-16T21:12:59.286Z Compiling generic-array v0.14.5
15452026-03-16T21:12:59.542Z Checking try-lock v0.2.3
15462026-03-16T21:12:59.581Z Checking fnv v1.0.7
15472026-03-16T21:12:59.683Z Compiling crossbeam-utils v0.8.21
15482026-03-16T21:12:59.737Z Checking want v0.3.0
15492026-03-16T21:13:00.196Z Compiling unicase v2.6.0
15502026-03-16T21:13:00.218Z Checking httpdate v1.0.1
15512026-03-16T21:13:00.360Z Compiling openssl-sys v0.9.107
15522026-03-16T21:13:00.436Z Compiling num-conv v0.2.0
15532026-03-16T21:13:00.510Z Compiling time-core v0.1.8
15542026-03-16T21:13:00.583Z Compiling getrandom v0.4.1
15552026-03-16T21:13:00.647Z Checking subtle v2.5.0
15562026-03-16T21:13:00.821Z Checking pin-utils v0.1.0
15572026-03-16T21:13:00.898Z Compiling synstructure v0.13.1
15582026-03-16T21:13:00.965Z Checking powerfmt v0.2.0
15592026-03-16T21:13:01.046Z Checking tower-service v0.3.3
15602026-03-16T21:13:01.099Z Checking base64 v0.22.1
15612026-03-16T21:13:01.151Z Checking tower-layer v0.3.3
15622026-03-16T21:13:01.159Z Checking icu_locid_transform_data v1.5.0
15632026-03-16T21:13:01.236Z Checking deranged v0.5.5
15642026-03-16T21:13:01.337Z Compiling slog v2.8.2
15652026-03-16T21:13:01.384Z Compiling time-macros v0.2.27
15662026-03-16T21:13:01.650Z Checking rustls-webpki v0.102.8
15672026-03-16T21:13:02.002Z Checking num_threads v0.1.3
15682026-03-16T21:13:02.015Z Checking icu_properties_data v1.5.0
15692026-03-16T21:13:02.188Z Compiling num-traits v0.2.14
15702026-03-16T21:13:02.300Z Checking ipnet v2.10.0
15712026-03-16T21:13:02.490Z Checking openssl-probe v0.1.4
15722026-03-16T21:13:02.598Z Checking write16 v1.0.0
15732026-03-16T21:13:02.616Z Compiling usdt-impl v0.6.0
15742026-03-16T21:13:02.633Z Checking icu_normalizer_data v1.5.0
15752026-03-16T21:13:02.643Z Checking utf16_iter v1.0.5
15762026-03-16T21:13:02.681Z Checking utf8_iter v1.0.4
15772026-03-16T21:13:02.702Z Compiling openssl v0.10.72
15782026-03-16T21:13:02.711Z Checking foreign-types-shared v0.1.1
15792026-03-16T21:13:02.804Z Checking foreign-types v0.3.2
15802026-03-16T21:13:02.830Z Compiling thread-id v5.0.0
15812026-03-16T21:13:02.923Z Checking block-buffer v0.10.2
15822026-03-16T21:13:02.951Z Checking crypto-common v0.1.6
15832026-03-16T21:13:03.089Z Checking form_urlencoded v1.2.2
15842026-03-16T21:13:03.189Z Checking rand_core v0.6.3
15852026-03-16T21:13:03.234Z Checking errno v0.3.10
15862026-03-16T21:13:03.272Z Checking time v0.3.47
15872026-03-16T21:13:03.294Z Checking ppv-lite86 v0.2.15
15882026-03-16T21:13:03.338Z Checking plain v0.2.3
15892026-03-16T21:13:03.397Z Compiling rustix v1.1.4
15902026-03-16T21:13:03.464Z Compiling ryu v1.0.5
15912026-03-16T21:13:03.546Z Checking byteorder v1.4.3
15922026-03-16T21:13:03.683Z Compiling native-tls v0.2.12
15932026-03-16T21:13:03.690Z Compiling rustls v0.23.13
15942026-03-16T21:13:03.819Z Compiling rustls v0.22.4
15952026-03-16T21:13:03.911Z Checking mime v0.3.16
15962026-03-16T21:13:04.010Z Checking rand_chacha v0.3.1
15972026-03-16T21:13:04.207Z Checking digest v0.10.7
15982026-03-16T21:13:04.215Z Checking iana-time-zone v0.1.47
15992026-03-16T21:13:04.255Z Checking pretty-hex v0.4.1
16002026-03-16T21:13:04.337Z Compiling rustix v0.38.44
16012026-03-16T21:13:04.363Z Checking cpufeatures v0.2.17
16022026-03-16T21:13:04.397Z Compiling thiserror v1.0.69
16032026-03-16T21:13:04.432Z Compiling mime_guess v2.0.5
16042026-03-16T21:13:04.440Z Checking sha1 v0.10.6
16052026-03-16T21:13:04.514Z Checking rand v0.8.4
16062026-03-16T21:13:04.540Z Compiling serde_derive v1.0.228
16072026-03-16T21:13:04.564Z Compiling tokio-macros v2.6.0
16082026-03-16T21:13:04.647Z Compiling thiserror-impl v2.0.18
16092026-03-16T21:13:04.856Z Compiling zerofrom-derive v0.1.5
16102026-03-16T21:13:04.919Z Compiling yoke-derive v0.7.5
16112026-03-16T21:13:04.957Z Compiling futures-macro v0.3.32
16122026-03-16T21:13:05.275Z Compiling zerovec-derive v0.10.3
16132026-03-16T21:13:05.358Z Compiling displaydoc v0.2.5
16142026-03-16T21:13:06.160Z Checking tokio v1.49.0
16152026-03-16T21:13:06.590Z Checking futures-util v0.3.32
16162026-03-16T21:13:06.948Z Compiling zerocopy-derive v0.8.27
16172026-03-16T21:13:07.331Z Compiling icu_provider_macros v1.5.0
16182026-03-16T21:13:07.577Z Compiling pest v2.8.1
16192026-03-16T21:13:07.580Z Compiling scroll_derive v0.13.1
16202026-03-16T21:13:07.922Z Checking zerofrom v0.1.5
16212026-03-16T21:13:08.077Z Checking yoke v0.7.5
16222026-03-16T21:13:08.318Z Checking zerovec v0.10.4
16232026-03-16T21:13:08.411Z Compiling openssl-macros v0.1.1
16242026-03-16T21:13:09.195Z Compiling pest_meta v2.8.1
16252026-03-16T21:13:09.263Z Checking scroll v0.13.0
16262026-03-16T21:13:09.269Z Checking tinystr v0.7.6
16272026-03-16T21:13:09.342Z Checking icu_collections v1.5.0
16282026-03-16T21:13:09.495Z Checking icu_locid v1.5.0
16292026-03-16T21:13:09.574Z Checking goblin v0.10.1
16302026-03-16T21:13:10.183Z Compiling pest_generator v2.8.1
16312026-03-16T21:13:10.546Z Checking tokio-util v0.7.7
16322026-03-16T21:13:10.653Z Checking icu_provider v1.5.0
16332026-03-16T21:13:11.088Z Checking h2 v0.4.6
16342026-03-16T21:13:11.347Z Checking icu_locid_transform v1.5.0
16352026-03-16T21:13:11.442Z Checking erased-serde v0.3.31
16362026-03-16T21:13:11.837Z Compiling serde_tokenstream v0.2.3
16372026-03-16T21:13:11.990Z Checking icu_properties v1.5.1
16382026-03-16T21:13:12.239Z Compiling pest_derive v2.8.1
16392026-03-16T21:13:12.280Z Compiling dof v0.4.0
16402026-03-16T21:13:12.391Z Checking chrono v0.4.44
16412026-03-16T21:13:13.065Z Compiling thiserror-impl v1.0.69
16422026-03-16T21:13:13.336Z Compiling dtrace-parser v0.3.0
16432026-03-16T21:13:13.626Z Checking hyper v1.8.1
16442026-03-16T21:13:13.933Z Checking icu_normalizer v1.5.0
16452026-03-16T21:13:14.438Z Checking idna_adapter v1.2.0
16462026-03-16T21:13:14.582Z Checking concurrent-queue v2.5.0
16472026-03-16T21:13:14.625Z Checking idna v1.0.3
16482026-03-16T21:13:14.835Z Compiling serde_derive_internals v0.29.0
16492026-03-16T21:13:14.923Z Checking hyper-util v0.1.20
16502026-03-16T21:13:14.956Z Checking http-body-util v0.1.3
16512026-03-16T21:13:15.069Z Checking rustls-pemfile v2.2.0
16522026-03-16T21:13:15.240Z Checking sync_wrapper v1.0.1
16532026-03-16T21:13:15.331Z Checking thread_local v1.1.4
16542026-03-16T21:13:15.363Z Compiling multer v3.1.0
16552026-03-16T21:13:15.538Z Checking encoding_rs v0.8.32
16562026-03-16T21:13:15.678Z Checking winnow v0.7.13
16572026-03-16T21:13:15.707Z Checking match_cfg v0.1.0
16582026-03-16T21:13:15.773Z Checking fastrand v2.1.1
16592026-03-16T21:13:15.782Z Checking parking v2.2.0
16602026-03-16T21:13:15.922Z Compiling slog-async v2.8.0
16612026-03-16T21:13:16.005Z Compiling paste v1.0.15
16622026-03-16T21:13:16.013Z Compiling schemars v0.8.22
16632026-03-16T21:13:16.326Z Compiling camino v1.2.2
16642026-03-16T21:13:16.454Z Checking tempfile v3.26.0
16652026-03-16T21:13:16.496Z Checking event-listener v5.0.0
16662026-03-16T21:13:16.530Z Compiling schemars_derive v0.8.22
16672026-03-16T21:13:16.706Z Checking hostname v0.3.1
16682026-03-16T21:13:16.785Z Checking tokio-rustls v0.25.0
16692026-03-16T21:13:16.864Z Checking tower v0.5.2
16702026-03-16T21:13:16.883Z Checking url v2.5.4
16712026-03-16T21:13:16.902Z Compiling usdt-attr-macro v0.6.0
16722026-03-16T21:13:17.031Z Compiling usdt-macro v0.6.0
16732026-03-16T21:13:17.062Z Checking serde_urlencoded v0.7.1
16742026-03-16T21:13:17.144Z Checking tokio-rustls v0.26.0
16752026-03-16T21:13:17.264Z Checking toml_parser v1.0.9+spec-1.1.0
16762026-03-16T21:13:17.390Z Checking tokio-native-tls v0.3.1
16772026-03-16T21:13:17.399Z Checking slog-json v2.6.1
16782026-03-16T21:13:17.408Z Checking futures-executor v0.3.32
16792026-03-16T21:13:17.583Z Compiling async-stream-impl v0.3.6
16802026-03-16T21:13:17.583Z Checking uuid v1.21.0
16812026-03-16T21:13:17.598Z Checking crossbeam-channel v0.5.15
16822026-03-16T21:13:17.726Z Checking toml_datetime v1.0.0+spec-1.1.0
16832026-03-16T21:13:17.973Z Checking serde_spanned v1.0.4
16842026-03-16T21:13:17.993Z Checking webpki-roots v0.26.5
16852026-03-16T21:13:18.055Z Checking is-terminal v0.4.12
16862026-03-16T21:13:18.139Z Checking memmap2 v0.9.8
16872026-03-16T21:13:18.139Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
16882026-03-16T21:13:18.162Z Checking iri-string v0.7.8
16892026-03-16T21:13:18.181Z Compiling anyhow v1.0.102
16902026-03-16T21:13:18.339Z Checking dyn-clone v1.0.4
16912026-03-16T21:13:18.438Z Checking unicode-width v0.1.9
16922026-03-16T21:13:18.449Z Checking lazy_static v1.5.0
16932026-03-16T21:13:18.513Z Checking utf-8 v0.7.6
16942026-03-16T21:13:18.536Z Compiling semver v1.0.27
16952026-03-16T21:13:18.559Z Compiling heck v0.5.0
16962026-03-16T21:13:18.567Z Checking term v1.1.0
16972026-03-16T21:13:18.672Z Checking unicode-segmentation v1.10.0
16982026-03-16T21:13:18.687Z Checking take_mut v0.2.2
16992026-03-16T21:13:18.812Z Checking data-encoding v2.4.0
17002026-03-16T21:13:18.848Z Checking toml_writer v1.0.6+spec-1.1.0
17012026-03-16T21:13:18.868Z Checking spin v0.9.8
17022026-03-16T21:13:18.919Z Checking async-stream v0.3.6
17032026-03-16T21:13:19.009Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17042026-03-16T21:13:19.061Z Checking newline-converter v0.3.0
17052026-03-16T21:13:19.074Z Checking slog-term v2.9.2
17062026-03-16T21:13:19.085Z Checking toml v1.0.3+spec-1.1.0
17072026-03-16T21:13:19.152Z Checking tungstenite v0.24.0
17082026-03-16T21:13:19.399Z Checking console v0.15.7
17092026-03-16T21:13:19.417Z Checking usdt v0.6.0
17102026-03-16T21:13:19.612Z Checking atomicwrites v0.4.4
17112026-03-16T21:13:19.652Z Checking hyper-rustls v0.27.3
17122026-03-16T21:13:19.729Z Checking tower-http v0.6.8
17132026-03-16T21:13:19.775Z Checking futures v0.3.32
17142026-03-16T21:13:19.785Z Checking slog-bunyan v2.5.0
17152026-03-16T21:13:19.864Z Checking hyper-tls v0.6.0
17162026-03-16T21:13:19.916Z Checking event-listener-strategy v0.5.4
17172026-03-16T21:13:20.072Z Checking rustls-native-certs v0.7.0
17182026-03-16T21:13:20.081Z Checking openapiv3 v2.2.0
17192026-03-16T21:13:20.095Z Compiling async-trait v0.1.89
17202026-03-16T21:13:20.113Z Checking yasna v0.5.2
17212026-03-16T21:13:20.182Z Checking pem v3.0.6
17222026-03-16T21:13:20.192Z Checking waitgroup v0.1.2
17232026-03-16T21:13:20.266Z Checking serde_path_to_error v0.1.20
17242026-03-16T21:13:20.309Z Checking webpki-roots v1.0.0
17252026-03-16T21:13:20.386Z Checking hostname v0.4.2
17262026-03-16T21:13:20.507Z Checking debug-ignore v1.0.5
17272026-03-16T21:13:20.630Z Checking similar v2.2.1
17282026-03-16T21:13:20.643Z Checking simple-mermaid v0.2.0
17292026-03-16T21:13:20.652Z Checking http-range v0.1.4
17302026-03-16T21:13:20.720Z Checking rcgen v0.14.7
17312026-03-16T21:13:20.738Z Checking reqwest v0.12.28
17322026-03-16T21:13:20.803Z Checking hyper-staticfile v0.10.1
17332026-03-16T21:13:20.903Z Checking hyper-rustls v0.26.0
17342026-03-16T21:13:21.091Z Checking expectorate v1.2.0
17352026-03-16T21:13:21.138Z Checking async-channel v2.5.0
17362026-03-16T21:13:21.150Z Checking tokio-tungstenite v0.24.0
17372026-03-16T21:13:21.265Z Checking subprocess v1.0.0
17382026-03-16T21:13:21.368Z Checking buf-list v1.1.2
17392026-03-16T21:13:24.490Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17402026-03-16T21:13:24.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.10s
17412026-03-16T21:13:24.892Z
17422026-03-16T21:13:24.892Z
17432026-03-16T21:13:49.383Ztest tests/fail/bad_channel10.rs ... ok
17442026-03-16T21:13:49.383Ztest tests/fail/bad_channel11.rs ... ok
17452026-03-16T21:13:49.383Ztest tests/fail/bad_channel12.rs ... ok
17462026-03-16T21:13:49.388Ztest tests/fail/bad_channel13.rs ... ok
17472026-03-16T21:13:49.388Ztest tests/fail/bad_channel14.rs ... ok
17482026-03-16T21:13:49.388Ztest tests/fail/bad_channel15.rs ... ok
17492026-03-16T21:13:49.388Ztest tests/fail/bad_channel17.rs ... ok
17502026-03-16T21:13:49.388Ztest tests/fail/bad_channel18.rs ... ok
17512026-03-16T21:13:49.388Ztest tests/fail/bad_channel19.rs ... ok
17522026-03-16T21:13:49.388Ztest tests/fail/bad_channel1a.rs ... ok
17532026-03-16T21:13:49.388Ztest tests/fail/bad_channel1b.rs ... ok
17542026-03-16T21:13:49.388Ztest tests/fail/bad_channel2.rs ... ok
17552026-03-16T21:13:49.388Ztest tests/fail/bad_channel20.rs ... ok
17562026-03-16T21:13:49.388Ztest tests/fail/bad_channel21.rs ... ok
17572026-03-16T21:13:49.388Ztest tests/fail/bad_channel22.rs ... ok
17582026-03-16T21:13:49.388Ztest tests/fail/bad_channel23.rs ... ok
17592026-03-16T21:13:49.388Ztest tests/fail/bad_channel24.rs ... ok
17602026-03-16T21:13:49.388Ztest tests/fail/bad_channel25.rs ... ok
17612026-03-16T21:13:49.388Ztest tests/fail/bad_channel26.rs ... ok
17622026-03-16T21:13:49.388Ztest tests/fail/bad_channel27.rs ... ok
17632026-03-16T21:13:49.388Ztest tests/fail/bad_channel28.rs ... ok
17642026-03-16T21:13:49.388Ztest tests/fail/bad_channel3.rs ... ok
17652026-03-16T21:13:49.388Ztest tests/fail/bad_channel4.rs ... ok
17662026-03-16T21:13:49.389Ztest tests/fail/bad_channel5.rs ... ok
17672026-03-16T21:13:49.389Ztest tests/fail/bad_channel6.rs ... ok
17682026-03-16T21:13:49.389Ztest tests/fail/bad_channel8.rs ... ok
17692026-03-16T21:13:49.389Ztest tests/fail/bad_channel9.rs ... ok
17702026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint1.rs ... ok
17712026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint10.rs ... ok
17722026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint11.rs ... ok
17732026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint12.rs ... ok
17742026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint13.rs ... ok
17752026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint14.rs ... ok
17762026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint15.rs ... ok
17772026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint16.rs ... ok
17782026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint17.rs ... ok
17792026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint18.rs ... ok
17802026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint19.rs ... ok
17812026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint2.rs ... ok
17822026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint20.rs ... ok
17832026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint21.rs ... ok
17842026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint22.rs ... ok
17852026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint23.rs ... ok
17862026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint24.rs ... ok
17872026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint25.rs ... ok
17882026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint26.rs ... ok
17892026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint27.rs ... ok
17902026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint28.rs ... ok
17912026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint3.rs ... ok
17922026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint4.rs ... ok
17932026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint5.rs ... ok
17942026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint6.rs ... ok
17952026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint7.rs ... ok
17962026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint8.rs ... ok
17972026-03-16T21:13:49.389Ztest tests/fail/bad_endpoint9.rs ... ok
17982026-03-16T21:13:49.389Ztest tests/fail/bad_trait_channel10.rs ... ok
17992026-03-16T21:13:49.389Ztest tests/fail/bad_trait_channel11.rs ... ok
18002026-03-16T21:13:49.389Ztest tests/fail/bad_trait_channel12.rs ... ok
18012026-03-16T21:13:49.389Ztest tests/fail/bad_trait_channel13.rs ... ok
18022026-03-16T21:13:49.389Ztest tests/fail/bad_trait_channel14.rs ... ok
18032026-03-16T21:13:49.389Ztest tests/fail/bad_trait_channel15.rs ... ok
18042026-03-16T21:13:49.389Ztest tests/fail/bad_trait_channel17.rs ... ok
18052026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel18.rs ... ok
18062026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel19.rs ... ok
18072026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel1a.rs ... ok
18082026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel1b.rs ... ok
18092026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel2.rs ... ok
18102026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel20.rs ... ok
18112026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel21.rs ... ok
18122026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel22.rs ... ok
18132026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel23.rs ... ok
18142026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel24.rs ... ok
18152026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel25.rs ... ok
18162026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel26.rs ... ok
18172026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel28.rs ... ok
18182026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel3.rs ... ok
18192026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel4.rs ... ok
18202026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel5.rs ... ok
18212026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel6.rs ... ok
18222026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel8.rs ... ok
18232026-03-16T21:13:49.390Ztest tests/fail/bad_trait_channel9.rs ... ok
18242026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18252026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18262026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18272026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18282026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18292026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18302026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18312026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18322026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18332026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18342026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18352026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18362026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18372026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18382026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18392026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18402026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18412026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18422026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18432026-03-16T21:13:49.390Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18442026-03-16T21:13:49.391Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18452026-03-16T21:13:49.391Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18462026-03-16T21:13:49.394Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18472026-03-16T21:13:49.394Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18482026-03-16T21:13:49.394Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18492026-03-16T21:13:49.394Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18502026-03-16T21:13:49.394Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18512026-03-16T21:13:49.394Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18522026-03-16T21:13:49.394Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18532026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only1.rs ... ok
18542026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only10.rs ... ok
18552026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only11.rs ... ok
18562026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only12.rs ... ok
18572026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only13.rs ... ok
18582026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only14.rs ... ok
18592026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only15.rs ... ok
18602026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only16.rs ... ok
18612026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only17.rs ... ok
18622026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only18.rs ... ok
18632026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only19.rs ... ok
18642026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only2.rs ... ok
18652026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only20.rs ... ok
18662026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only21.rs ... ok
18672026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only22.rs ... ok
18682026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only3.rs ... ok
18692026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only4.rs ... ok
18702026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only5.rs ... ok
18712026-03-16T21:13:49.394Ztest tests/fail/bad_trait_only6.rs ... ok
18722026-03-16T21:13:49.395Ztest tests/fail/bad_trait_only7.rs ... ok
18732026-03-16T21:13:49.395Ztest tests/fail/bad_trait_only8.rs ... ok
18742026-03-16T21:13:49.395Ztest tests/fail/bad_trait_only9.rs ... ok
18752026-03-16T21:13:49.395Ztest tests/fail/bad_version_backwards.rs ... ok
18762026-03-16T21:13:49.395Ztest tests/fail/unused_endpoint.rs ... ok
18772026-03-16T21:13:49.395Z
18782026-03-16T21:13:49.395Z
18792026-03-16T21:13:49.395Ztest fail ... ok
18802026-03-16T21:13:49.395Z
18812026-03-16T21:13:49.395Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 54.97s
18822026-03-16T21:13:49.395Z
18832026-03-16T21:13:49.398Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-3bdf7019e0469e3b`
18842026-03-16T21:13:49.401Z
18852026-03-16T21:13:49.401Zrunning 83 tests
18862026-03-16T21:13:49.404Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18872026-03-16T21:13:49.404Ztest config::test_config_bad_bind_address_port_too_large ... ok
18882026-03-16T21:13:49.404Ztest config::test_config_bad_bind_address_port_too_small ... ok
18892026-03-16T21:13:49.404Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18902026-03-16T21:13:49.404Ztest config::test_config_bad_bind_address_garbage ... ok
18912026-03-16T21:13:49.405Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18922026-03-16T21:13:49.405Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
18932026-03-16T21:13:49.405Ztest api_trait::test_api_trait_with_complex_tags ... ok
18942026-03-16T21:13:49.405Ztest config::test_config_deprecated_request_body_max_bytes ... ok
18952026-03-16T21:13:49.405Ztest config::test_valid_config_all_settings ... ok
18962026-03-16T21:13:49.405Ztest config::test_valid_config_basic ... ok
18972026-03-16T21:13:49.405Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_unversioned_servers_with_versioned_routes.3447.1.log"
18982026-03-16T21:13:49.405Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-config_bind_address_http.3447.2.log"
18992026-03-16T21:13:49.405Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-api_trait_basic.3447.5.log"
19002026-03-16T21:13:49.405Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-config_bind_address_https_buffer.3447.4.log"
19012026-03-16T21:13:49.405Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-config_handler_task_mode_cancel.3447.3.log"
19022026-03-16T21:13:49.405Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-config_handler_task_mode_detached.3447.6.log"
19032026-03-16T21:13:49.405Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-config_bind_address_https.3447.0.log"
19042026-03-16T21:13:49.405Ztest config::test_valid_config_empty ... ok
19052026-03-16T21:13:49.405Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19062026-03-16T21:13:49.405Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_enum_extractor_error.3447.7.log"
19072026-03-16T21:13:49.405Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_enum_user_error.3447.8.log"
19082026-03-16T21:13:49.408Ztest config::test_config_handler_task_mode_cancel ... ok
19092026-03-16T21:13:49.408Ztest config::test_config_handler_task_mode_detached ... ok
19102026-03-16T21:13:49.408Ztest custom_errors::test_enum_user_error ... ok
19112026-03-16T21:13:49.408Ztest custom_errors::test_enum_extractor_error ... ok
19122026-03-16T21:13:49.408Ztest custom_errors::test_trait_based_api ... ok
19132026-03-16T21:13:49.408Ztest api_trait::test_api_trait_basic ... ok
19142026-03-16T21:13:49.408Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_trait_enum_user_error.3447.9.log"
19152026-03-16T21:13:49.408Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_struct_user_error.3447.10.log"
19162026-03-16T21:13:49.408Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_struct_extractor_error.3447.11.log"
19172026-03-16T21:13:49.409Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_trait_struct_user_error.3447.12.log"
19182026-03-16T21:13:49.409Ztest custom_errors::test_trait_enum_user_error ... ok
19192026-03-16T21:13:49.409Ztest config::test_config_bind_address_http ... ok
19202026-03-16T21:13:49.409Ztest custom_errors::test_struct_user_error ... ok
19212026-03-16T21:13:49.409Ztest custom_errors::test_trait_struct_user_error ... ok
19222026-03-16T21:13:49.409Ztest custom_errors::test_struct_extractor_error ... ok
19232026-03-16T21:13:49.412Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_302_bogus.3447.13.log"
19242026-03-16T21:13:49.412Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_302_found.3447.14.log"
19252026-03-16T21:13:49.412Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_delete_request.3447.15.log"
19262026-03-16T21:13:49.412Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_307_temporary_redirect.3447.16.log"
19272026-03-16T21:13:49.412Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-demo1.3447.17.log"
19282026-03-16T21:13:49.412Ztest demo::test_302_bogus ... ok
19292026-03-16T21:13:49.412Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_303_see_other.3447.18.log"
19302026-03-16T21:13:49.412Ztest demo::test_delete_request ... ok
19312026-03-16T21:13:49.412Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-demo2json.3447.19.log"
19322026-03-16T21:13:49.412Ztest demo::test_302_found ... ok
19332026-03-16T21:13:49.412Ztest demo::test_demo1 ... ok
19342026-03-16T21:13:49.412Ztest demo::test_307_temporary_redirect ... ok
19352026-03-16T21:13:49.412Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-demo2query.3447.20.log"
19362026-03-16T21:13:49.412Ztest demo::test_303_see_other ... ok
19372026-03-16T21:13:49.412Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-demo3json.3447.21.log"
19382026-03-16T21:13:49.412Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-demo2urlencoded.3447.22.log"
19392026-03-16T21:13:49.412Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-demo_path_param_string.3447.23.log"
19402026-03-16T21:13:49.416Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-demo_path_param_u32.3447.24.log"
19412026-03-16T21:13:49.416Ztest demo::test_demo_path_param_u32 ... ok
19422026-03-16T21:13:49.416Ztest demo::test_demo3json ... ok
19432026-03-16T21:13:49.416Ztest demo::test_demo2query ... ok
19442026-03-16T21:13:49.416Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-demo_path_param_uuid.3447.25.log"
19452026-03-16T21:13:49.416Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-demo_websocket.3447.26.log"
19462026-03-16T21:13:49.416Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_head_request.3447.27.log"
19472026-03-16T21:13:49.416Ztest demo::test_demo2json ... ok
19482026-03-16T21:13:49.419Ztest demo::test_demo2urlencoded ... ok
19492026-03-16T21:13:49.419Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_header_request.3447.28.log"
19502026-03-16T21:13:49.419Ztest demo::test_head_request ... ok
19512026-03-16T21:13:49.419Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_large_typed_body.3447.29.log"
19522026-03-16T21:13:49.420Ztest demo::test_demo_path_param_uuid ... ok
19532026-03-16T21:13:49.420Ztest demo::test_header_request ... ok
19542026-03-16T21:13:49.420Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-tet_raw_request.3447.30.log"
19552026-03-16T21:13:49.420Ztest demo::test_demo_path_param_string ... ok
19562026-03-16T21:13:49.420Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_request_compat.3447.31.log"
19572026-03-16T21:13:49.420Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_request_remote_addr.3447.32.log"
19582026-03-16T21:13:49.420Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_streaming_body.3447.33.log"
19592026-03-16T21:13:49.420Ztest demo::test_raw_request ... ok
19602026-03-16T21:13:49.420Ztest demo::test_request_compat ... ok
19612026-03-16T21:13:49.420Ztest demo::test_request_remote_addr ... ok
19622026-03-16T21:13:49.420Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-graceful_shutdown_with_detached_handler.3447.34.log"
19632026-03-16T21:13:49.420Ztest demo::test_large_typed_body ... ok
19642026-03-16T21:13:49.420Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-multipart_client.3447.36.log"
19652026-03-16T21:13:49.420Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-multipart_client.3447.35.log"
19662026-03-16T21:13:49.420Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_untyped_body.3447.37.log"
19672026-03-16T21:13:49.424Ztest multipart::no_content_type ... ok
19682026-03-16T21:13:49.424Ztest multipart::missing_boundary ... ok
19692026-03-16T21:13:49.424Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-multipart_client.3447.38.log"
19702026-03-16T21:13:49.424Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-multipart_client.3447.39.log"
19712026-03-16T21:13:49.424Ztest demo::test_streaming_body ... ok
19722026-03-16T21:13:49.424Ztest multipart::weird_content_type ... ok
19732026-03-16T21:13:49.424Ztest multipart::test_multipart_client ... ok
19742026-03-16T21:13:49.424Ztest demo::test_untyped_body ... ok
19752026-03-16T21:13:49.424Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19762026-03-16T21:13:49.424Ztest openapi::test_openapi_custom_error_types ... ok
19772026-03-16T21:13:49.424Ztest demo::test_demo_websocket ... ok
19782026-03-16T21:13:49.424Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-pagination-basic.3447.40.log"
19792026-03-16T21:13:49.424Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-pagination-multiple-sorts.3447.42.log"
19802026-03-16T21:13:49.424Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-pagination-multiple-resources.3447.41.log"
19812026-03-16T21:13:49.424Ztest config::test_config_bind_address_https_buffer ... ok
19822026-03-16T21:13:49.424Ztest config::test_config_bind_address_https ... ok
19832026-03-16T21:13:49.427Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-basic.3447.43.log"
19842026-03-16T21:13:49.427Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-dictionary.3447.44.log"
19852026-03-16T21:13:49.441Ztest openapi::test_openapi ... ok
19862026-03-16T21:13:49.444Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-empty.3447.45.log"
19872026-03-16T21:13:49.444Ztest openapi::test_openapi_fuller ... ok
19882026-03-16T21:13:49.444Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-errors.3447.46.log"
19892026-03-16T21:13:49.447Ztest pagination::test_paginate_empty ... ok
19902026-03-16T21:13:49.447Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-extra_params.3447.47.log"
19912026-03-16T21:13:49.447Ztest pagination::test_paginate_errors ... ok
19922026-03-16T21:13:49.447Ztest pagination::test_paginate_extra_params ... ok
19932026-03-16T21:13:49.450Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-required_params.3447.48.log"
19942026-03-16T21:13:49.450Ztest pagination_schema::test_pagination_schema ... ok
19952026-03-16T21:13:49.450Ztest path_names::test_path_names ... ok
19962026-03-16T21:13:49.450Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_no_tls.3447.49.log"
19972026-03-16T21:13:49.450Ztest pagination::test_paginate_with_required_params ... ok
19982026-03-16T21:13:49.450Ztest starter::test_no_tls ... ok
19992026-03-16T21:13:49.450Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_with_tls.3447.50.log"
20002026-03-16T21:13:49.450Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-non_streaming_servers_do_not_use_transfer_encoding.3447.51.log"
20012026-03-16T21:13:49.454Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20022026-03-16T21:13:49.454Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-streaming_server_buffered_client.3447.52.log"
20032026-03-16T21:13:49.462Ztest streaming::test_streaming_server_buffered_client ... ok
20042026-03-16T21:13:49.465Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-streaming_server_streaming_client.3447.53.log"
20052026-03-16T21:13:49.470Ztest streaming::test_streaming_server_streaming_client ... ok
20062026-03-16T21:13:49.473Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_server_is_http.3447.54.log"
20072026-03-16T21:13:49.473Ztest tls::test_server_is_http ... ok
20082026-03-16T21:13:49.473Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_server_is_https.3447.55.log"
20092026-03-16T21:13:49.481Ztest pagination::test_paginate_basic ... ok
20102026-03-16T21:13:49.484Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_tls_aborted_negotiation.3447.56.log"
20112026-03-16T21:13:49.767Ztest starter::test_with_tls ... ok
20122026-03-16T21:13:49.770Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_tls_certificate_loading.3447.57.log"
20132026-03-16T21:13:49.782Ztest tls::test_server_is_https ... ok
20142026-03-16T21:13:49.785Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_tls_only.3447.58.log"
20152026-03-16T21:13:50.073Ztest tls::test_tls_certificate_loading ... ok
20162026-03-16T21:13:50.076Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_tls_refresh_certificates.3447.59.log"
20172026-03-16T21:13:50.099Ztest tls::test_tls_aborted_negotiation ... ok
20182026-03-16T21:13:50.103Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_versions.3447.60.log"
20192026-03-16T21:13:50.136Ztest versions::test_versions ... ok
20202026-03-16T21:13:50.139Znote: configured to log to "/tmp/integration_tests-3bdf7019e0469e3b-test_versions_on_missing.3447.61.log"
20212026-03-16T21:13:50.165Ztest versions::test_versions_on_missing ... ok
20222026-03-16T21:13:50.168Ztest versions::test_versions_openapi ... ok
20232026-03-16T21:13:50.168Ztest versions::test_versions_openapi_same_names ... ok
20242026-03-16T21:13:50.226Ztest pagination::test_paginate_dictionary ... ok
20252026-03-16T21:13:50.283Ztest pagination::test_example_basic ... ok
20262026-03-16T21:13:50.394Ztest tls::test_tls_only ... ok
20272026-03-16T21:13:50.697Ztest tls::test_tls_refresh_certificates ... ok
20282026-03-16T21:13:51.422Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20292026-03-16T21:13:51.963Ztest pagination::test_example_multiple_resources ... ok
20302026-03-16T21:13:52.365Ztest pagination::test_example_multiple_sorts ... ok
20312026-03-16T21:13:52.365Z
20322026-03-16T21:13:52.365Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.96s
20332026-03-16T21:13:52.365Z
20342026-03-16T21:13:52.374Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-3ca806c9aa0d116f`
20352026-03-16T21:13:52.380Z
20362026-03-16T21:13:52.380Zrunning 35 tests
20372026-03-16T21:13:52.384Ztest channel::tests::test_channel_operation_id ... ok
20382026-03-16T21:13:52.384Ztest channel::tests::test_channel_with_versions ... ok
20392026-03-16T21:13:52.384Ztest channel::tests::test_channel_with_unnamed_params ... ok
20402026-03-16T21:13:52.387Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20412026-03-16T21:13:52.387Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20422026-03-16T21:13:52.387Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20432026-03-16T21:13:52.387Ztest doc::tests::test_extract_summary_description ... ok
20442026-03-16T21:13:52.387Ztest endpoint::tests::test_endpoint_bad_string ... ok
20452026-03-16T21:13:52.387Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20462026-03-16T21:13:52.387Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20472026-03-16T21:13:52.387Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20482026-03-16T21:13:52.387Ztest channel::tests::test_channel_with_custom_params ... ok
20492026-03-16T21:13:52.387Ztest endpoint::tests::test_endpoint_not_async ... ok
20502026-03-16T21:13:52.387Ztest endpoint::tests::test_endpoint_basic ... ok
20512026-03-16T21:13:52.387Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20522026-03-16T21:13:52.387Ztest endpoint::tests::test_endpoint_content_type ... ok
20532026-03-16T21:13:52.388Ztest api_trait::tests::test_api_trait_operation_id ... ok
20542026-03-16T21:13:52.388Ztest api_trait::tests::test_api_trait_basic ... ok
20552026-03-16T21:13:52.388Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20562026-03-16T21:13:52.388Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20572026-03-16T21:13:52.388Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20582026-03-16T21:13:52.391Ztest endpoint::tests::test_endpoint_with_doc ... ok
20592026-03-16T21:13:52.391Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20602026-03-16T21:13:52.391Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20612026-03-16T21:13:52.391Ztest endpoint::tests::test_endpoint_with_query ... ok
20622026-03-16T21:13:52.391Ztest endpoint::tests::test_endpoint_with_tags ... ok
20632026-03-16T21:13:52.391Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20642026-03-16T21:13:52.391Ztest params::tests::test_extract_rqctx_ty_param ... ok
20652026-03-16T21:13:52.391Ztest syn_parsing::tests::test_busted_function ... ok
20662026-03-16T21:13:52.391Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20672026-03-16T21:13:52.391Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20682026-03-16T21:13:52.391Ztest endpoint::tests::test_operation_id ... ok
20692026-03-16T21:13:52.391Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20702026-03-16T21:13:52.391Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20712026-03-16T21:13:52.395Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20722026-03-16T21:13:52.395Z
20732026-03-16T21:13:52.395Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
20742026-03-16T21:13:52.395Z
20752026-03-16T21:13:52.395Z Doc-tests dropshot
20762026-03-16T21:13:52.395Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/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-bf5e5269fc018c72.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1581dfaf5b00d90e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d9b5dbebdb881cd9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-3652a50683a97a91.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b738cfa096a74f0a.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-c2ae953b9925586e.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c52e7ad402ba267e.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-596cf5f661253d77.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-510c516870858e28.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-81c65e404c8b8e5b.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-a5babbe2bf0a3c5d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-1be11205aa18bee3.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-adb6e99dc293229b.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-237470b4d8dc200a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-90d8ed2616584410.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-cec6a1300e930885.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-316638e929b6d250.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-180f4ff91e2e54c9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-353008e04b868f74.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-fcf35315605bb1c9.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-371ec17b59c1fc94.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-606652a35ea792c9.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-7785f682f33f7a0a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7487f4d935b41746.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-a358a938dc042170.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2c74c08de44854ec.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc8bd5cb35352ee7.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fffb1f383ed5c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-5ccec7bd4384bf7c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-0f2988994b10e24b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0b4ca516061cd200.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-905ee312397333dd.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0c84d8ae66f8cfe5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f572a6a293014dcd.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-5fc11c8fcda62918.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f3cccb0f48edaeb7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-80b95f9a8368318b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-dfb6aeee3ff5d2a8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-10b65be055c40a43.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-084804c7b7abb3fc.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9fb77fea2fe8cc97.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ed03c284c89b808d.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-43709cb5eda010a9.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9a2f8b24f2424ad.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d776a50536893154.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-69d90accfd308e8d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1d5f71e015e699c5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-599cea71abbf35dc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-cd11771b8ab6ccc3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-0b121f7823c77d79.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1434ad07724e9863.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed6eb8fc45da298c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-28dc9e008d8566d6.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-484ef52a19655358.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-562d0ef2d377f7fa.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-04e20b0fa9509e9e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d5239a10853365b9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c1917fd31ab7bd41.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7687f9f9dc8eb415.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`
20772026-03-16T21:13:52.836Z
20782026-03-16T21:13:52.837Zrunning 23 tests
20792026-03-16T21:13:54.382Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20802026-03-16T21:13:54.382Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20812026-03-16T21:13:54.382Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20822026-03-16T21:13:54.435Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20832026-03-16T21:13:58.467Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20842026-03-16T21:13:58.467Ztest dropshot/src/lib.rs - (line 334) ... ignored
20852026-03-16T21:13:58.503Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
20862026-03-16T21:13:58.523Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
20872026-03-16T21:13:58.585Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
20882026-03-16T21:13:58.630Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
20892026-03-16T21:13:58.667Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20902026-03-16T21:13:58.694Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20912026-03-16T21:13:58.694Ztest dropshot/src/lib.rs - channel (line 1181) ... ignored
20922026-03-16T21:13:58.694Ztest dropshot/src/lib.rs - endpoint (line 1226) ... ignored
20932026-03-16T21:14:00.048Ztest dropshot/src/lib.rs - (line 398) ... ok
20942026-03-16T21:14:00.181Ztest dropshot/src/lib.rs - api_description (line 1046) ... ok
20952026-03-16T21:14:00.197Ztest dropshot/src/lib.rs - api_description (line 1107) ... ok
20962026-03-16T21:14:00.255Ztest dropshot/src/lib.rs - (line 661) ... ok
20972026-03-16T21:14:00.280Ztest dropshot/src/lib.rs - (line 110) ... ok
20982026-03-16T21:14:00.624Ztest dropshot/src/lib.rs - (line 189) ... ok
20992026-03-16T21:14:01.462Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21002026-03-16T21:14:03.714Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
21012026-03-16T21:14:04.840Ztest dropshot/src/lib.rs - (line 497) ... ok
21022026-03-16T21:14:04.840Z
21032026-03-16T21:14:04.845Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 12.00s
21042026-03-16T21:14:04.845Z
21052026-03-16T21:14:04.868Z Doc-tests dropshot_endpoint
21062026-03-16T21:14:04.871Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2e66a3934e340078/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-60c24784221dec04.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-5443622f787576ab.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-42b237746ca7094e.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-b37e480dffe92496.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8154a307aae54b13.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c7089f0c0d232943.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-681133a54a855099.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-68136ea8373210fb.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-9e6a0c6c95b1521f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d160433720c07c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-793511d0e2c45107.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`
21072026-03-16T21:14:05.050Z
21082026-03-16T21:14:05.050Zrunning 0 tests
21092026-03-16T21:14:05.050Z
21102026-03-16T21:14:05.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21112026-03-16T21:14:05.050Z
21122026-03-16T21:14:05.088Z
21132026-03-16T21:14:05.092Zreal 2:11.359644673
21142026-03-16T21:14:05.092Zuser 11:19.889114562
21152026-03-16T21:14:05.092Zsys 2:14.159931857
21162026-03-16T21:14:05.092Ztrap 0.519276321
21172026-03-16T21:14:05.092Ztflt 0.210186216
21182026-03-16T21:14:05.092Zdflt 0.187723120
21192026-03-16T21:14:05.092Zkflt 0.000219687
21202026-03-16T21:14:05.092Zlock 46:46.249751956
21212026-03-16T21:14:05.092Zslp 45:49.896184688
21222026-03-16T21:14:05.092Zlat 37.961163330
21232026-03-16T21:14:05.092Zstop 1:32.508674964
21242026-03-16T21:14:05.092Z+ banner docs
21252026-03-16T21:14:05.092Z
21262026-03-16T21:14:05.092Z ##### #### #### ####
21272026-03-16T21:14:05.092Z # # # # # # #
21282026-03-16T21:14:05.092Z # # # # # ####
21292026-03-16T21:14:05.092Z # # # # # #
21302026-03-16T21:14:05.092Z # # # # # # # #
21312026-03-16T21:14:05.092Z ##### #### #### ####
21322026-03-16T21:14:05.092Z
21332026-03-16T21:14:05.092Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21342026-03-16T21:14:05.368Z Compiling proc-macro2 v1.0.106
21352026-03-16T21:14:05.368Z Compiling unicode-ident v1.0.12
21362026-03-16T21:14:05.371Z Checking cfg-if v1.0.0
21372026-03-16T21:14:05.371Z Checking itoa v1.0.1
21382026-03-16T21:14:05.371Z Checking pin-project-lite v0.2.12
21392026-03-16T21:14:05.371Z Compiling quote v1.0.44
21402026-03-16T21:14:05.371Z Checking libc v0.2.182
21412026-03-16T21:14:05.371Z Checking serde_core v1.0.228
21422026-03-16T21:14:05.461Z Checking bytes v1.11.1
21432026-03-16T21:14:05.474Z Checking smallvec v1.13.2
21442026-03-16T21:14:05.506Z Checking once_cell v1.20.1
21452026-03-16T21:14:05.548Z Checking futures-core v0.3.32
21462026-03-16T21:14:05.555Z Checking memchr v2.6.0
21472026-03-16T21:14:05.693Z Checking scopeguard v1.2.0
21482026-03-16T21:14:05.701Z Checking futures-sink v0.3.32
21492026-03-16T21:14:05.708Z Checking slab v0.4.9
21502026-03-16T21:14:05.808Z Checking lock_api v0.4.6
21512026-03-16T21:14:05.812Z Checking futures-channel v0.3.32
21522026-03-16T21:14:05.887Z Checking log v0.4.17
21532026-03-16T21:14:06.022Z Checking parking_lot_core v0.9.4
21542026-03-16T21:14:06.051Z Checking mio v1.0.3
21552026-03-16T21:14:06.059Z Checking socket2 v0.6.0
21562026-03-16T21:14:06.062Z Checking signal-hook-registry v1.4.0
21572026-03-16T21:14:06.072Z Checking getrandom v0.2.11
21582026-03-16T21:14:06.098Z Checking http v1.4.0
21592026-03-16T21:14:06.242Z Checking zeroize v1.7.0
21602026-03-16T21:14:06.250Z Checking parking_lot v0.12.1
21612026-03-16T21:14:06.257Z Checking futures-task v0.3.32
21622026-03-16T21:14:06.416Z Checking rustls-pki-types v1.14.0
21632026-03-16T21:14:06.423Z Checking futures-io v0.3.32
21642026-03-16T21:14:06.427Z Checking stable_deref_trait v1.2.0
21652026-03-16T21:14:06.489Z Checking httparse v1.10.0
21662026-03-16T21:14:06.511Z Checking tracing-core v0.1.32
21672026-03-16T21:14:06.559Z Checking hashbrown v0.16.1
21682026-03-16T21:14:06.627Z Compiling syn v2.0.117
21692026-03-16T21:14:06.717Z Checking equivalent v1.0.0
21702026-03-16T21:14:06.761Z Checking untrusted v0.9.0
21712026-03-16T21:14:06.797Z Checking bitflags v2.11.0
21722026-03-16T21:14:06.810Z Checking atomic-waker v1.1.2
21732026-03-16T21:14:06.885Z Checking http-body v1.0.1
21742026-03-16T21:14:06.888Z Checking ring v0.17.13
21752026-03-16T21:14:06.917Z Checking percent-encoding v2.3.2
21762026-03-16T21:14:06.920Z Checking tracing v0.1.40
21772026-03-16T21:14:07.002Z Checking litemap v0.7.4
21782026-03-16T21:14:07.049Z Checking try-lock v0.2.3
21792026-03-16T21:14:07.093Z Checking fnv v1.0.7
21802026-03-16T21:14:07.142Z Checking writeable v0.5.5
21812026-03-16T21:14:07.162Z Checking want v0.3.0
21822026-03-16T21:14:07.199Z Checking zmij v1.0.2
21832026-03-16T21:14:07.202Z Checking typenum v1.14.0
21842026-03-16T21:14:07.237Z Compiling time-core v0.1.8
21852026-03-16T21:14:07.310Z Checking subtle v2.5.0
21862026-03-16T21:14:07.363Z Checking tower-layer v0.3.3
21872026-03-16T21:14:07.371Z Checking base64 v0.22.1
21882026-03-16T21:14:07.421Z Checking tower-service v0.3.3
21892026-03-16T21:14:07.484Z Checking httpdate v1.0.1
21902026-03-16T21:14:07.523Z Compiling num-conv v0.2.0
21912026-03-16T21:14:07.549Z Checking pin-utils v0.1.0
21922026-03-16T21:14:07.625Z Checking powerfmt v0.2.0
21932026-03-16T21:14:07.658Z Checking crossbeam-utils v0.8.21
21942026-03-16T21:14:07.666Z Checking indexmap v2.13.0
21952026-03-16T21:14:07.681Z Compiling time-macros v0.2.27
21962026-03-16T21:14:07.684Z Checking serde_json v1.0.149
21972026-03-16T21:14:07.819Z Checking deranged v0.5.5
21982026-03-16T21:14:07.880Z Checking generic-array v0.14.5
21992026-03-16T21:14:08.279Z Checking icu_locid_transform_data v1.5.0
22002026-03-16T21:14:08.289Z Checking rustls-webpki v0.102.8
22012026-03-16T21:14:08.443Z Checking num_threads v0.1.3
22022026-03-16T21:14:08.494Z Checking getrandom v0.4.1
22032026-03-16T21:14:08.503Z Checking ipnet v2.10.0
22042026-03-16T21:14:08.542Z Checking icu_properties_data v1.5.0
22052026-03-16T21:14:08.557Z Checking block-buffer v0.10.2
22062026-03-16T21:14:08.649Z Checking crypto-common v0.1.6
22072026-03-16T21:14:08.709Z Checking form_urlencoded v1.2.2
22082026-03-16T21:14:08.716Z Checking utf8_iter v1.0.4
22092026-03-16T21:14:08.772Z Checking mime v0.3.16
22102026-03-16T21:14:08.784Z Checking utf16_iter v1.0.5
22112026-03-16T21:14:08.798Z Checking icu_normalizer_data v1.5.0
22122026-03-16T21:14:08.860Z Checking foreign-types-shared v0.1.1
22132026-03-16T21:14:08.868Z Checking openssl-probe v0.1.4
22142026-03-16T21:14:08.876Z Checking write16 v1.0.0
22152026-03-16T21:14:08.914Z Checking digest v0.10.7
22162026-03-16T21:14:08.954Z Checking foreign-types v0.3.2
22172026-03-16T21:14:08.978Z Checking num-traits v0.2.14
22182026-03-16T21:14:08.988Z Checking openssl-sys v0.9.107
22192026-03-16T21:14:08.992Z Checking rand_core v0.6.3
22202026-03-16T21:14:09.028Z Checking errno v0.3.10
22212026-03-16T21:14:09.057Z Checking iana-time-zone v0.1.47
22222026-03-16T21:14:09.141Z Checking ppv-lite86 v0.2.15
22232026-03-16T21:14:09.172Z Checking cpufeatures v0.2.17
22242026-03-16T21:14:09.180Z Checking winnow v0.7.13
22252026-03-16T21:14:09.200Z Checking time v0.3.47
22262026-03-16T21:14:09.203Z Checking rustls v0.22.4
22272026-03-16T21:14:09.246Z Checking sha1 v0.10.6
22282026-03-16T21:14:09.443Z Checking ryu v1.0.5
22292026-03-16T21:14:09.526Z Checking rand_chacha v0.3.1
22302026-03-16T21:14:09.602Z Compiling unicase v2.6.0
22312026-03-16T21:14:09.613Z Checking toml_datetime v1.0.0+spec-1.1.0
22322026-03-16T21:14:09.644Z Checking serde_spanned v1.0.4
22332026-03-16T21:14:09.790Z Checking http-body-util v0.1.3
22342026-03-16T21:14:09.801Z Checking rustls-pemfile v2.2.0
22352026-03-16T21:14:09.840Z Checking thread_local v1.1.4
22362026-03-16T21:14:09.882Z Checking encoding_rs v0.8.32
22372026-03-16T21:14:09.970Z Checking toml_writer v1.0.6+spec-1.1.0
22382026-03-16T21:14:10.045Z Checking match_cfg v0.1.0
22392026-03-16T21:14:10.073Z Compiling mime_guess v2.0.5
22402026-03-16T21:14:10.121Z Checking hostname v0.3.1
22412026-03-16T21:14:10.207Z Checking rand v0.8.4
22422026-03-16T21:14:10.232Z Checking rustix v1.1.4
22432026-03-16T21:14:10.427Z Checking rustls v0.23.13
22442026-03-16T21:14:10.752Z Compiling synstructure v0.13.1
22452026-03-16T21:14:10.766Z Checking toml_parser v1.0.9+spec-1.1.0
22462026-03-16T21:14:10.908Z Compiling serde_derive_internals v0.29.0
22472026-03-16T21:14:11.124Z Checking uuid v1.21.0
22482026-03-16T21:14:11.215Z Checking toml v1.0.3+spec-1.1.0
22492026-03-16T21:14:11.222Z Checking crossbeam-channel v0.5.15
22502026-03-16T21:14:11.285Z Checking concurrent-queue v2.5.0
22512026-03-16T21:14:11.471Z Checking is-terminal v0.4.12
22522026-03-16T21:14:11.513Z Checking sync_wrapper v1.0.1
22532026-03-16T21:14:11.522Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
22542026-03-16T21:14:11.575Z Checking dyn-clone v1.0.4
22552026-03-16T21:14:11.634Z Compiling semver v1.0.27
22562026-03-16T21:14:11.678Z Checking take_mut v0.2.2
22572026-03-16T21:14:11.804Z Checking spin v0.9.8
22582026-03-16T21:14:11.824Z Checking parking v2.2.0
22592026-03-16T21:14:11.937Z Checking term v1.1.0
22602026-03-16T21:14:11.946Z Checking fastrand v2.1.1
22612026-03-16T21:14:11.964Z Checking event-listener v5.0.0
22622026-03-16T21:14:12.033Z Checking camino v1.2.2
22632026-03-16T21:14:12.041Z Checking rustix v0.38.44
22642026-03-16T21:14:12.178Z Checking tempfile v3.26.0
22652026-03-16T21:14:12.223Z Checking serde_path_to_error v0.1.20
22662026-03-16T21:14:12.233Z Checking waitgroup v0.1.2
22672026-03-16T21:14:12.240Z Checking webpki-roots v0.26.5
22682026-03-16T21:14:12.347Z Checking hostname v0.4.2
22692026-03-16T21:14:12.379Z Checking data-encoding v2.4.0
22702026-03-16T21:14:12.390Z Checking unicode-width v0.1.9
22712026-03-16T21:14:12.434Z Checking byteorder v1.4.3
22722026-03-16T21:14:12.459Z Checking debug-ignore v1.0.5
22732026-03-16T21:14:12.512Z Checking unicode-segmentation v1.10.0
22742026-03-16T21:14:12.575Z Checking iri-string v0.7.8
22752026-03-16T21:14:12.599Z Checking lazy_static v1.5.0
22762026-03-16T21:14:12.699Z Checking utf-8 v0.7.6
22772026-03-16T21:14:12.702Z Compiling serde_derive v1.0.228
22782026-03-16T21:14:12.713Z Compiling tokio-macros v2.6.0
22792026-03-16T21:14:12.723Z Compiling futures-macro v0.3.32
22802026-03-16T21:14:12.864Z Compiling zerofrom-derive v0.1.5
22812026-03-16T21:14:12.903Z Compiling yoke-derive v0.7.5
22822026-03-16T21:14:12.911Z Compiling zerovec-derive v0.10.3
22832026-03-16T21:14:13.209Z Compiling displaydoc v0.2.5
22842026-03-16T21:14:13.708Z Checking tokio v1.49.0
22852026-03-16T21:14:13.839Z Checking futures-util v0.3.32
22862026-03-16T21:14:14.087Z Compiling icu_provider_macros v1.5.0
22872026-03-16T21:14:14.211Z Compiling openssl-macros v0.1.1
22882026-03-16T21:14:14.332Z Compiling async-stream-impl v0.3.6
22892026-03-16T21:14:14.345Z Compiling thiserror-impl v2.0.18
22902026-03-16T21:14:14.552Z Checking zerofrom v0.1.5
22912026-03-16T21:14:14.729Z Checking yoke v0.7.5
22922026-03-16T21:14:14.837Z Checking openssl v0.10.72
22932026-03-16T21:14:14.862Z Compiling schemars_derive v0.8.22
22942026-03-16T21:14:14.971Z Checking zerovec v0.10.4
22952026-03-16T21:14:15.205Z Compiling thiserror-impl v1.0.69
22962026-03-16T21:14:15.947Z Checking tinystr v0.7.6
22972026-03-16T21:14:16.084Z Checking icu_collections v1.5.0
22982026-03-16T21:14:16.183Z Checking icu_locid v1.5.0
22992026-03-16T21:14:16.529Z Checking thiserror v2.0.18
23002026-03-16T21:14:16.536Z Checking async-stream v0.3.6
23012026-03-16T21:14:16.558Z Checking serde v1.0.228
23022026-03-16T21:14:16.646Z Checking futures-executor v0.3.32
23032026-03-16T21:14:16.690Z Checking multer v3.1.0
23042026-03-16T21:14:16.805Z Checking icu_provider v1.5.0
23052026-03-16T21:14:16.813Z Checking thiserror v1.0.69
23062026-03-16T21:14:16.830Z Checking futures v0.3.32
23072026-03-16T21:14:16.918Z Compiling async-trait v0.1.89
23082026-03-16T21:14:16.927Z Checking tungstenite v0.24.0
23092026-03-16T21:14:16.970Z Checking atomicwrites v0.4.4
23102026-03-16T21:14:17.120Z Checking newline-converter v0.3.0
23112026-03-16T21:14:17.143Z Checking erased-serde v0.3.31
23122026-03-16T21:14:17.219Z Checking icu_locid_transform v1.5.0
23132026-03-16T21:14:17.250Z Checking chrono v0.4.44
23142026-03-16T21:14:17.344Z Compiling serde_tokenstream v0.2.3
23152026-03-16T21:14:17.464Z Checking serde_urlencoded v0.7.1
23162026-03-16T21:14:17.712Z Checking native-tls v0.2.12
23172026-03-16T21:14:17.727Z Checking slog v2.8.2
23182026-03-16T21:14:17.736Z Checking openapiv3 v2.2.0
23192026-03-16T21:14:17.743Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23202026-03-16T21:14:17.858Z Checking icu_properties v1.5.1
23212026-03-16T21:14:17.940Z Checking console v0.15.7
23222026-03-16T21:14:18.037Z Checking tokio-util v0.7.7
23232026-03-16T21:14:18.096Z Checking slog-json v2.6.1
23242026-03-16T21:14:18.283Z Checking tokio-rustls v0.25.0
23252026-03-16T21:14:18.295Z Checking slog-bunyan v2.5.0
23262026-03-16T21:14:18.303Z Checking slog-async v2.8.0
23272026-03-16T21:14:18.430Z Checking tokio-rustls v0.26.0
23282026-03-16T21:14:18.478Z Checking slog-term v2.9.2
23292026-03-16T21:14:18.520Z Checking schemars v0.8.22
23302026-03-16T21:14:18.528Z Checking tokio-native-tls v0.3.1
23312026-03-16T21:14:18.569Z Checking h2 v0.4.6
23322026-03-16T21:14:18.694Z Checking tower v0.5.2
23332026-03-16T21:14:18.830Z Checking event-listener-strategy v0.5.4
23342026-03-16T21:14:18.996Z Checking target-triple v1.0.0
23352026-03-16T21:14:19.085Z Checking yasna v0.5.2
23362026-03-16T21:14:19.156Z Checking rustls-native-certs v0.7.0
23372026-03-16T21:14:19.231Z Checking tower-http v0.6.8
23382026-03-16T21:14:19.279Z Checking pem v3.0.6
23392026-03-16T21:14:19.429Z Checking webpki-roots v1.0.0
23402026-03-16T21:14:19.480Z Checking similar v2.2.1
23412026-03-16T21:14:19.574Z Checking termcolor v1.1.2
23422026-03-16T21:14:19.582Z Checking http-range v0.1.4
23432026-03-16T21:14:19.598Z Checking glob v0.3.0
23442026-03-16T21:14:19.621Z Checking rcgen v0.14.7
23452026-03-16T21:14:19.757Z Checking async-channel v2.5.0
23462026-03-16T21:14:19.838Z Checking anyhow v1.0.102
23472026-03-16T21:14:19.863Z Checking trybuild v1.0.116
23482026-03-16T21:14:19.871Z Checking icu_normalizer v1.5.0
23492026-03-16T21:14:19.983Z Checking expectorate v1.2.0
23502026-03-16T21:14:20.000Z Checking tokio-tungstenite v0.24.0
23512026-03-16T21:14:20.103Z Checking buf-list v1.1.2
23522026-03-16T21:14:20.137Z Checking subprocess v1.0.0
23532026-03-16T21:14:20.318Z Checking heck v0.5.0
23542026-03-16T21:14:20.379Z Checking idna_adapter v1.2.0
23552026-03-16T21:14:20.536Z Checking idna v1.0.3
23562026-03-16T21:14:20.851Z Checking url v2.5.4
23572026-03-16T21:14:21.149Z Checking hyper v1.8.1
23582026-03-16T21:14:22.280Z Checking hyper-util v0.1.20
23592026-03-16T21:14:22.280Z Checking hyper-staticfile v0.10.1
23602026-03-16T21:14:23.574Z Checking hyper-rustls v0.27.3
23612026-03-16T21:14:23.577Z Checking hyper-tls v0.6.0
23622026-03-16T21:14:23.577Z Checking hyper-rustls v0.26.0
23632026-03-16T21:14:23.577Z Documenting dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
23642026-03-16T21:14:23.801Z Checking reqwest v0.12.28
23652026-03-16T21:14:24.332Z Documenting dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23662026-03-16T21:14:25.444Zwarning: unresolved link to `Query`
23672026-03-16T21:14:25.445Z --> dropshot/src/extractor/header.rs:27:29
23682026-03-16T21:14:25.445Z |
23692026-03-16T21:14:25.445Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23702026-03-16T21:14:25.445Z | ^^^^^ no item named `Query` in scope
23712026-03-16T21:14:25.445Z |
23722026-03-16T21:14:25.445Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23732026-03-16T21:14:25.445Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
23742026-03-16T21:14:25.445Z
23752026-03-16T21:14:25.448Zwarning: unresolved link to `Path`
23762026-03-16T21:14:25.448Z --> dropshot/src/extractor/header.rs:27:43
23772026-03-16T21:14:25.448Z |
23782026-03-16T21:14:25.448Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23792026-03-16T21:14:25.448Z | ^^^^ no item named `Path` in scope
23802026-03-16T21:14:25.448Z |
23812026-03-16T21:14:25.448Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23822026-03-16T21:14:25.448Z
23832026-03-16T21:14:25.790Zwarning: `dropshot` (lib doc) generated 2 warnings
23842026-03-16T21:14:30.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.39s
23852026-03-16T21:14:30.545Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
23862026-03-16T21:14:30.563Z
23872026-03-16T21:14:30.566Zreal 25.450561877
23882026-03-16T21:14:30.566Zuser 2:08.415026208
23892026-03-16T21:14:30.566Zsys 30.671787806
23902026-03-16T21:14:30.566Ztrap 0.081182893
23912026-03-16T21:14:30.567Ztflt 0.018763747
23922026-03-16T21:14:30.567Zdflt 0.009654407
23932026-03-16T21:14:30.567Zkflt 0.000025805
23942026-03-16T21:14:30.567Zlock 6:29.140251634
23952026-03-16T21:14:30.567Zslp 5:50.223998553
23962026-03-16T21:14:30.567Zlat 4.950880939
23972026-03-16T21:14:30.567Zstop 18.166032961
23982026-03-16T21:14:30.567Zprocess exited: duration 272812 ms, exit code 0
 
23992026-03-16T21:14:30.574Zfound 0 output files