[INFO] fetching crate rure 0.2.5...
[INFO] testing rure-0.2.5 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate rure 0.2.5 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate rure 0.2.5
[INFO] finished tweaking crates.io crate rure 0.2.5
[INFO] tweaked toml for crates.io crate rure 0.2.5 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rure 0.2.5 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rure 0.2.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8d8da6d5384766b556f3b8da39ead4aac84e3f8ee5e7415c22ce234735d05361
[INFO] running `Command { std: "docker" "start" "-a" "8d8da6d5384766b556f3b8da39ead4aac84e3f8ee5e7415c22ce234735d05361", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d8da6d5384766b556f3b8da39ead4aac84e3f8ee5e7415c22ce234735d05361", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d8da6d5384766b556f3b8da39ead4aac84e3f8ee5e7415c22ce234735d05361", kill_on_drop: false }`
[INFO] [stdout] 8d8da6d5384766b556f3b8da39ead4aac84e3f8ee5e7415c22ce234735d05361
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03d7b0fc2e327c492a802da41dcbf095f2116bca435f1a5b149256ead2c187b1
[INFO] running `Command { std: "docker" "start" "-a" "03d7b0fc2e327c492a802da41dcbf095f2116bca435f1a5b149256ead2c187b1", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling rure v0.2.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/error.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | / ffi_fn! {
[INFO] [stdout] 49 | |     fn rure_error_new() -> *mut Error {
[INFO] [stdout] 50 | |         Box::into_raw(Box::new(Error::new(ErrorKind::None)))
[INFO] [stdout] 51 | |     }
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/error.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / ffi_fn! {
[INFO] [stdout] 55 | |     fn rure_error_free(err: *mut Error) {
[INFO] [stdout] 56 | |         unsafe { drop(Box::from_raw(err)); }
[INFO] [stdout] 57 | |     }
[INFO] [stdout] 58 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/error.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | / ffi_fn! {
[INFO] [stdout] 61 | |     fn rure_error_message(err: *mut Error) -> *const c_char {
[INFO] [stdout] 62 | |         let err = unsafe { &mut *err };
[INFO] [stdout] 63 | |         let cmsg = match CString::new(format!("{err}")) {
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/rure.rs:77:1
[INFO] [stdout]    |
[INFO] [stdout] 77 | / ffi_fn! {
[INFO] [stdout] 78 | |     fn rure_compile_must(pattern: *const c_char) -> *const Regex {
[INFO] [stdout] 79 | |         let len = unsafe { CStr::from_ptr(pattern).to_bytes().len() };
[INFO] [stdout] 80 | |         let pat = pattern as *const u8;
[INFO] [stdout] ...  |
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]  94 | / ffi_fn! {
[INFO] [stdout]  95 | |     fn rure_compile(
[INFO] [stdout]  96 | |         pattern: *const u8,
[INFO] [stdout]  97 | |         length: size_t,
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | / ffi_fn! {
[INFO] [stdout] 153 | |     fn rure_free(re: *const Regex) {
[INFO] [stdout] 154 | |         unsafe { drop(Box::from_raw(re as *mut Regex)); }
[INFO] [stdout] 155 | |     }
[INFO] [stdout] 156 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / ffi_fn! {
[INFO] [stdout] 159 | |     fn rure_is_match(
[INFO] [stdout] 160 | |         re: *const Regex,
[INFO] [stdout] 161 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 169 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | / ffi_fn! {
[INFO] [stdout] 172 | |     fn rure_find(
[INFO] [stdout] 173 | |         re: *const Regex,
[INFO] [stdout] 174 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:190:1
[INFO] [stdout]     |
[INFO] [stdout] 190 | / ffi_fn! {
[INFO] [stdout] 191 | |     fn rure_find_captures(
[INFO] [stdout] 192 | |         re: *const Regex,
[INFO] [stdout] 193 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | / ffi_fn! {
[INFO] [stdout] 206 | |     fn rure_shortest_match(
[INFO] [stdout] 207 | |         re: *const Regex,
[INFO] [stdout] 208 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 227 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:229:1
[INFO] [stdout]     |
[INFO] [stdout] 229 | / ffi_fn! {
[INFO] [stdout] 230 | |     fn rure_capture_name_index(
[INFO] [stdout] 231 | |         re: *const Regex,
[INFO] [stdout] 232 | |         name: *const c_char,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / ffi_fn! {
[INFO] [stdout] 245 | |     fn rure_iter_capture_names_new(
[INFO] [stdout] 246 | |         re: *const Regex,
[INFO] [stdout] 247 | |     ) -> *mut IterCaptureNames {
[INFO] [stdout] ...   |
[INFO] [stdout] 254 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:256:1
[INFO] [stdout]     |
[INFO] [stdout] 256 | / ffi_fn! {
[INFO] [stdout] 257 | |     fn rure_iter_capture_names_free(it: *mut IterCaptureNames) {
[INFO] [stdout] 258 | |         unsafe {
[INFO] [stdout] 259 | |             let it = &mut *it;
[INFO] [stdout] ...   |
[INFO] [stdout] 266 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / ffi_fn! {
[INFO] [stdout] 269 | |     fn rure_iter_capture_names_next(
[INFO] [stdout] 270 | |         it: *mut IterCaptureNames,
[INFO] [stdout] 271 | |         capture_name: *mut *mut c_char,
[INFO] [stdout] ...   |
[INFO] [stdout] 303 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:305:1
[INFO] [stdout]     |
[INFO] [stdout] 305 | / ffi_fn! {
[INFO] [stdout] 306 | |     fn rure_iter_new(
[INFO] [stdout] 307 | |         re: *const Regex,
[INFO] [stdout] 308 | |     ) -> *mut Iter {
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:317:1
[INFO] [stdout]     |
[INFO] [stdout] 317 | / ffi_fn! {
[INFO] [stdout] 318 | |     fn rure_iter_free(it: *mut Iter) {
[INFO] [stdout] 319 | |         unsafe { drop(Box::from_raw(it)); }
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:323:1
[INFO] [stdout]     |
[INFO] [stdout] 323 | / ffi_fn! {
[INFO] [stdout] 324 | |     fn rure_iter_next(
[INFO] [stdout] 325 | |         it: *mut Iter,
[INFO] [stdout] 326 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 362 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:364:1
[INFO] [stdout]     |
[INFO] [stdout] 364 | / ffi_fn! {
[INFO] [stdout] 365 | |     fn rure_iter_next_captures(
[INFO] [stdout] 366 | |         it: *mut Iter,
[INFO] [stdout] 367 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:400:1
[INFO] [stdout]     |
[INFO] [stdout] 400 | / ffi_fn! {
[INFO] [stdout] 401 | |     fn rure_captures_new(re: *const Regex) -> *mut Captures {
[INFO] [stdout] 402 | |         let re = unsafe { &*re };
[INFO] [stdout] 403 | |         let captures = Captures(re.capture_locations());
[INFO] [stdout] ...   |
[INFO] [stdout] 406 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:408:1
[INFO] [stdout]     |
[INFO] [stdout] 408 | / ffi_fn! {
[INFO] [stdout] 409 | |     fn rure_captures_free(captures: *const Captures) {
[INFO] [stdout] 410 | |         unsafe { drop(Box::from_raw(captures as *mut Captures)); }
[INFO] [stdout] 411 | |     }
[INFO] [stdout] 412 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | / ffi_fn! {
[INFO] [stdout] 415 | |     fn rure_captures_at(
[INFO] [stdout] 416 | |         captures: *const Captures,
[INFO] [stdout] 417 | |         i: size_t,
[INFO] [stdout] ...   |
[INFO] [stdout] 434 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:436:1
[INFO] [stdout]     |
[INFO] [stdout] 436 | / ffi_fn! {
[INFO] [stdout] 437 | |     fn rure_captures_len(captures: *const Captures) -> size_t {
[INFO] [stdout] 438 | |         unsafe { (*captures).0.len() }
[INFO] [stdout] 439 | |     }
[INFO] [stdout] 440 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:442:1
[INFO] [stdout]     |
[INFO] [stdout] 442 | / ffi_fn! {
[INFO] [stdout] 443 | |     fn rure_options_new() -> *mut Options {
[INFO] [stdout] 444 | |         Box::into_raw(Box::new(Options::default()))
[INFO] [stdout] 445 | |     }
[INFO] [stdout] 446 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:448:1
[INFO] [stdout]     |
[INFO] [stdout] 448 | / ffi_fn! {
[INFO] [stdout] 449 | |     fn rure_options_free(options: *mut Options) {
[INFO] [stdout] 450 | |         unsafe { drop(Box::from_raw(options)); }
[INFO] [stdout] 451 | |     }
[INFO] [stdout] 452 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:454:1
[INFO] [stdout]     |
[INFO] [stdout] 454 | / ffi_fn! {
[INFO] [stdout] 455 | |     fn rure_options_size_limit(options: *mut Options, limit: size_t) {
[INFO] [stdout] 456 | |         let options = unsafe { &mut *options };
[INFO] [stdout] 457 | |         options.size_limit = limit;
[INFO] [stdout] 458 | |     }
[INFO] [stdout] 459 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:461:1
[INFO] [stdout]     |
[INFO] [stdout] 461 | / ffi_fn! {
[INFO] [stdout] 462 | |     fn rure_options_dfa_size_limit(options: *mut Options, limit: size_t) {
[INFO] [stdout] 463 | |         let options = unsafe { &mut *options };
[INFO] [stdout] 464 | |         options.dfa_size_limit = limit;
[INFO] [stdout] 465 | |     }
[INFO] [stdout] 466 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:468:1
[INFO] [stdout]     |
[INFO] [stdout] 468 | / ffi_fn! {
[INFO] [stdout] 469 | |     fn rure_compile_set(
[INFO] [stdout] 470 | |         patterns: *const *const u8,
[INFO] [stdout] 471 | |         patterns_lengths: *const size_t,
[INFO] [stdout] ...   |
[INFO] [stdout] 526 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:528:1
[INFO] [stdout]     |
[INFO] [stdout] 528 | / ffi_fn! {
[INFO] [stdout] 529 | |     fn rure_set_free(re: *const RegexSet) {
[INFO] [stdout] 530 | |         unsafe { drop(Box::from_raw(re as *mut RegexSet)); }
[INFO] [stdout] 531 | |     }
[INFO] [stdout] 532 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:534:1
[INFO] [stdout]     |
[INFO] [stdout] 534 | / ffi_fn! {
[INFO] [stdout] 535 | |     fn rure_set_is_match(
[INFO] [stdout] 536 | |         re: *const RegexSet,
[INFO] [stdout] 537 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 545 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:547:1
[INFO] [stdout]     |
[INFO] [stdout] 547 | / ffi_fn! {
[INFO] [stdout] 548 | |     fn rure_set_matches(
[INFO] [stdout] 549 | |         re: *const RegexSet,
[INFO] [stdout] 550 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 567 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:569:1
[INFO] [stdout]     |
[INFO] [stdout] 569 | / ffi_fn! {
[INFO] [stdout] 570 | |     fn rure_set_len(re: *const RegexSet) -> size_t {
[INFO] [stdout] 571 | |         unsafe { (*re).len() }
[INFO] [stdout] 572 | |     }
[INFO] [stdout] 573 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:575:1
[INFO] [stdout]     |
[INFO] [stdout] 575 | / ffi_fn! {
[INFO] [stdout] 576 | |     fn rure_escape_must(pattern: *const c_char) -> *const c_char {
[INFO] [stdout] 577 | |         let len = unsafe { CStr::from_ptr(pattern).to_bytes().len() };
[INFO] [stdout] 578 | |         let pat = pattern as *const u8;
[INFO] [stdout] ...   |
[INFO] [stdout] 589 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:625:1
[INFO] [stdout]     |
[INFO] [stdout] 625 | / ffi_fn! {
[INFO] [stdout] 626 | |     fn rure_cstring_free(s: *mut c_char) {
[INFO] [stdout] 627 | |         unsafe { drop(CString::from_raw(s)); }
[INFO] [stdout] 628 | |     }
[INFO] [stdout] 629 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s
[INFO] running `Command { std: "docker" "inspect" "03d7b0fc2e327c492a802da41dcbf095f2116bca435f1a5b149256ead2c187b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03d7b0fc2e327c492a802da41dcbf095f2116bca435f1a5b149256ead2c187b1", kill_on_drop: false }`
[INFO] [stdout] 03d7b0fc2e327c492a802da41dcbf095f2116bca435f1a5b149256ead2c187b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3d9cf04b4fa420e7c931dbabd2612d27b3b84374200d0e255817da85c403d9f6
[INFO] running `Command { std: "docker" "start" "-a" "3d9cf04b4fa420e7c931dbabd2612d27b3b84374200d0e255817da85c403d9f6", kill_on_drop: false }`
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/error.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | / ffi_fn! {
[INFO] [stdout] 49 | |     fn rure_error_new() -> *mut Error {
[INFO] [stdout] 50 | |         Box::into_raw(Box::new(Error::new(ErrorKind::None)))
[INFO] [stdout] 51 | |     }
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/error.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / ffi_fn! {
[INFO] [stdout] 55 | |     fn rure_error_free(err: *mut Error) {
[INFO] [stdout] 56 | |         unsafe { drop(Box::from_raw(err)); }
[INFO] [stdout] 57 | |     }
[INFO] [stdout] 58 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/error.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | / ffi_fn! {
[INFO] [stdout] 61 | |     fn rure_error_message(err: *mut Error) -> *const c_char {
[INFO] [stdout] 62 | |         let err = unsafe { &mut *err };
[INFO] [stdout] 63 | |         let cmsg = match CString::new(format!("{err}")) {
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/rure.rs:77:1
[INFO] [stdout]    |
[INFO] [stdout] 77 | / ffi_fn! {
[INFO] [stdout] 78 | |     fn rure_compile_must(pattern: *const c_char) -> *const Regex {
[INFO] [stdout] 79 | |         let len = unsafe { CStr::from_ptr(pattern).to_bytes().len() };
[INFO] [stdout] 80 | |         let pat = pattern as *const u8;
[INFO] [stdout] ...  |
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]  94 | / ffi_fn! {
[INFO] [stdout]  95 | |     fn rure_compile(
[INFO] [stdout]  96 | |         pattern: *const u8,
[INFO] [stdout]  97 | |         length: size_t,
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | / ffi_fn! {
[INFO] [stdout] 153 | |     fn rure_free(re: *const Regex) {
[INFO] [stdout] 154 | |         unsafe { drop(Box::from_raw(re as *mut Regex)); }
[INFO] [stdout] 155 | |     }
[INFO] [stdout] 156 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / ffi_fn! {
[INFO] [stdout] 159 | |     fn rure_is_match(
[INFO] [stdout] 160 | |         re: *const Regex,
[INFO] [stdout] 161 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 169 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | / ffi_fn! {
[INFO] [stdout] 172 | |     fn rure_find(
[INFO] [stdout] 173 | |         re: *const Regex,
[INFO] [stdout] 174 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:190:1
[INFO] [stdout]     |
[INFO] [stdout] 190 | / ffi_fn! {
[INFO] [stdout] 191 | |     fn rure_find_captures(
[INFO] [stdout] 192 | |         re: *const Regex,
[INFO] [stdout] 193 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | / ffi_fn! {
[INFO] [stdout] 206 | |     fn rure_shortest_match(
[INFO] [stdout] 207 | |         re: *const Regex,
[INFO] [stdout] 208 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 227 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:229:1
[INFO] [stdout]     |
[INFO] [stdout] 229 | / ffi_fn! {
[INFO] [stdout] 230 | |     fn rure_capture_name_index(
[INFO] [stdout] 231 | |         re: *const Regex,
[INFO] [stdout] 232 | |         name: *const c_char,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / ffi_fn! {
[INFO] [stdout] 245 | |     fn rure_iter_capture_names_new(
[INFO] [stdout] 246 | |         re: *const Regex,
[INFO] [stdout] 247 | |     ) -> *mut IterCaptureNames {
[INFO] [stdout] ...   |
[INFO] [stdout] 254 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:256:1
[INFO] [stdout]     |
[INFO] [stdout] 256 | / ffi_fn! {
[INFO] [stdout] 257 | |     fn rure_iter_capture_names_free(it: *mut IterCaptureNames) {
[INFO] [stdout] 258 | |         unsafe {
[INFO] [stdout] 259 | |             let it = &mut *it;
[INFO] [stdout] ...   |
[INFO] [stdout] 266 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / ffi_fn! {
[INFO] [stdout] 269 | |     fn rure_iter_capture_names_next(
[INFO] [stdout] 270 | |         it: *mut IterCaptureNames,
[INFO] [stdout] 271 | |         capture_name: *mut *mut c_char,
[INFO] [stdout] ...   |
[INFO] [stdout] 303 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:305:1
[INFO] [stdout]     |
[INFO] [stdout] 305 | / ffi_fn! {
[INFO] [stdout] 306 | |     fn rure_iter_new(
[INFO] [stdout] 307 | |         re: *const Regex,
[INFO] [stdout] 308 | |     ) -> *mut Iter {
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:317:1
[INFO] [stdout]     |
[INFO] [stdout] 317 | / ffi_fn! {
[INFO] [stdout] 318 | |     fn rure_iter_free(it: *mut Iter) {
[INFO] [stdout] 319 | |         unsafe { drop(Box::from_raw(it)); }
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:323:1
[INFO] [stdout]     |
[INFO] [stdout] 323 | / ffi_fn! {
[INFO] [stdout] 324 | |     fn rure_iter_next(
[INFO] [stdout] 325 | |         it: *mut Iter,
[INFO] [stdout] 326 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 362 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:364:1
[INFO] [stdout]     |
[INFO] [stdout] 364 | / ffi_fn! {
[INFO] [stdout] 365 | |     fn rure_iter_next_captures(
[INFO] [stdout] 366 | |         it: *mut Iter,
[INFO] [stdout] 367 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:400:1
[INFO] [stdout]     |
[INFO] [stdout] 400 | / ffi_fn! {
[INFO] [stdout] 401 | |     fn rure_captures_new(re: *const Regex) -> *mut Captures {
[INFO] [stdout] 402 | |         let re = unsafe { &*re };
[INFO] [stdout] 403 | |         let captures = Captures(re.capture_locations());
[INFO] [stdout] ...   |
[INFO] [stdout] 406 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:408:1
[INFO] [stdout]     |
[INFO] [stdout] 408 | / ffi_fn! {
[INFO] [stdout] 409 | |     fn rure_captures_free(captures: *const Captures) {
[INFO] [stdout] 410 | |         unsafe { drop(Box::from_raw(captures as *mut Captures)); }
[INFO] [stdout] 411 | |     }
[INFO] [stdout] 412 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | / ffi_fn! {
[INFO] [stdout] 415 | |     fn rure_captures_at(
[INFO] [stdout] 416 | |         captures: *const Captures,
[INFO] [stdout] 417 | |         i: size_t,
[INFO] [stdout] ...   |
[INFO] [stdout] 434 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:436:1
[INFO] [stdout]     |
[INFO] [stdout] 436 | / ffi_fn! {
[INFO] [stdout] 437 | |     fn rure_captures_len(captures: *const Captures) -> size_t {
[INFO] [stdout] 438 | |         unsafe { (*captures).0.len() }
[INFO] [stdout] 439 | |     }
[INFO] [stdout] 440 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:442:1
[INFO] [stdout]     |
[INFO] [stdout] 442 | / ffi_fn! {
[INFO] [stdout] 443 | |     fn rure_options_new() -> *mut Options {
[INFO] [stdout] 444 | |         Box::into_raw(Box::new(Options::default()))
[INFO] [stdout] 445 | |     }
[INFO] [stdout] 446 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:448:1
[INFO] [stdout]     |
[INFO] [stdout] 448 | / ffi_fn! {
[INFO] [stdout] 449 | |     fn rure_options_free(options: *mut Options) {
[INFO] [stdout] 450 | |         unsafe { drop(Box::from_raw(options)); }
[INFO] [stdout] 451 | |     }
[INFO] [stdout] 452 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:454:1
[INFO] [stdout]     |
[INFO] [stdout] 454 | / ffi_fn! {
[INFO] [stdout] 455 | |     fn rure_options_size_limit(options: *mut Options, limit: size_t) {
[INFO] [stdout] 456 | |         let options = unsafe { &mut *options };
[INFO] [stdout] 457 | |         options.size_limit = limit;
[INFO] [stdout] 458 | |     }
[INFO] [stdout] 459 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:461:1
[INFO] [stdout]     |
[INFO] [stdout] 461 | / ffi_fn! {
[INFO] [stdout] 462 | |     fn rure_options_dfa_size_limit(options: *mut Options, limit: size_t) {
[INFO] [stdout] 463 | |         let options = unsafe { &mut *options };
[INFO] [stdout] 464 | |         options.dfa_size_limit = limit;
[INFO] [stdout] 465 | |     }
[INFO] [stdout] 466 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:468:1
[INFO] [stdout]     |
[INFO] [stdout] 468 | / ffi_fn! {
[INFO] [stdout] 469 | |     fn rure_compile_set(
[INFO] [stdout] 470 | |         patterns: *const *const u8,
[INFO] [stdout] 471 | |         patterns_lengths: *const size_t,
[INFO] [stdout] ...   |
[INFO] [stdout] 526 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:528:1
[INFO] [stdout]     |
[INFO] [stdout] 528 | / ffi_fn! {
[INFO] [stdout] 529 | |     fn rure_set_free(re: *const RegexSet) {
[INFO] [stdout] 530 | |         unsafe { drop(Box::from_raw(re as *mut RegexSet)); }
[INFO] [stdout] 531 | |     }
[INFO] [stdout] 532 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:534:1
[INFO] [stdout]     |
[INFO] [stdout] 534 | / ffi_fn! {
[INFO] [stdout] 535 | |     fn rure_set_is_match(
[INFO] [stdout] 536 | |         re: *const RegexSet,
[INFO] [stdout] 537 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 545 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:547:1
[INFO] [stdout]     |
[INFO] [stdout] 547 | / ffi_fn! {
[INFO] [stdout] 548 | |     fn rure_set_matches(
[INFO] [stdout] 549 | |         re: *const RegexSet,
[INFO] [stdout] 550 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 567 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:569:1
[INFO] [stdout]     |
[INFO] [stdout] 569 | / ffi_fn! {
[INFO] [stdout] 570 | |     fn rure_set_len(re: *const RegexSet) -> size_t {
[INFO] [stdout] 571 | |         unsafe { (*re).len() }
[INFO] [stdout] 572 | |     }
[INFO] [stdout] 573 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rure v0.2.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:575:1
[INFO] [stdout]     |
[INFO] [stdout] 575 | / ffi_fn! {
[INFO] [stdout] 576 | |     fn rure_escape_must(pattern: *const c_char) -> *const c_char {
[INFO] [stdout] 577 | |         let len = unsafe { CStr::from_ptr(pattern).to_bytes().len() };
[INFO] [stdout] 578 | |         let pat = pattern as *const u8;
[INFO] [stdout] ...   |
[INFO] [stdout] 589 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:625:1
[INFO] [stdout]     |
[INFO] [stdout] 625 | / ffi_fn! {
[INFO] [stdout] 626 | |     fn rure_cstring_free(s: *mut c_char) {
[INFO] [stdout] 627 | |         unsafe { drop(CString::from_raw(s)); }
[INFO] [stdout] 628 | |     }
[INFO] [stdout] 629 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/error.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | / ffi_fn! {
[INFO] [stdout] 49 | |     fn rure_error_new() -> *mut Error {
[INFO] [stdout] 50 | |         Box::into_raw(Box::new(Error::new(ErrorKind::None)))
[INFO] [stdout] 51 | |     }
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/error.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / ffi_fn! {
[INFO] [stdout] 55 | |     fn rure_error_free(err: *mut Error) {
[INFO] [stdout] 56 | |         unsafe { drop(Box::from_raw(err)); }
[INFO] [stdout] 57 | |     }
[INFO] [stdout] 58 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/error.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | / ffi_fn! {
[INFO] [stdout] 61 | |     fn rure_error_message(err: *mut Error) -> *const c_char {
[INFO] [stdout] 62 | |         let err = unsafe { &mut *err };
[INFO] [stdout] 63 | |         let cmsg = match CString::new(format!("{err}")) {
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/macros.rs:7:13
[INFO] [stdout]    |
[INFO] [stdout]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/rure.rs:77:1
[INFO] [stdout]    |
[INFO] [stdout] 77 | / ffi_fn! {
[INFO] [stdout] 78 | |     fn rure_compile_must(pattern: *const c_char) -> *const Regex {
[INFO] [stdout] 79 | |         let len = unsafe { CStr::from_ptr(pattern).to_bytes().len() };
[INFO] [stdout] 80 | |         let pat = pattern as *const u8;
[INFO] [stdout] ...  |
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]  94 | / ffi_fn! {
[INFO] [stdout]  95 | |     fn rure_compile(
[INFO] [stdout]  96 | |         pattern: *const u8,
[INFO] [stdout]  97 | |         length: size_t,
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | / ffi_fn! {
[INFO] [stdout] 153 | |     fn rure_free(re: *const Regex) {
[INFO] [stdout] 154 | |         unsafe { drop(Box::from_raw(re as *mut Regex)); }
[INFO] [stdout] 155 | |     }
[INFO] [stdout] 156 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / ffi_fn! {
[INFO] [stdout] 159 | |     fn rure_is_match(
[INFO] [stdout] 160 | |         re: *const Regex,
[INFO] [stdout] 161 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 169 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:171:1
[INFO] [stdout]     |
[INFO] [stdout] 171 | / ffi_fn! {
[INFO] [stdout] 172 | |     fn rure_find(
[INFO] [stdout] 173 | |         re: *const Regex,
[INFO] [stdout] 174 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:190:1
[INFO] [stdout]     |
[INFO] [stdout] 190 | / ffi_fn! {
[INFO] [stdout] 191 | |     fn rure_find_captures(
[INFO] [stdout] 192 | |         re: *const Regex,
[INFO] [stdout] 193 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | / ffi_fn! {
[INFO] [stdout] 206 | |     fn rure_shortest_match(
[INFO] [stdout] 207 | |         re: *const Regex,
[INFO] [stdout] 208 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 227 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:229:1
[INFO] [stdout]     |
[INFO] [stdout] 229 | / ffi_fn! {
[INFO] [stdout] 230 | |     fn rure_capture_name_index(
[INFO] [stdout] 231 | |         re: *const Regex,
[INFO] [stdout] 232 | |         name: *const c_char,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / ffi_fn! {
[INFO] [stdout] 245 | |     fn rure_iter_capture_names_new(
[INFO] [stdout] 246 | |         re: *const Regex,
[INFO] [stdout] 247 | |     ) -> *mut IterCaptureNames {
[INFO] [stdout] ...   |
[INFO] [stdout] 254 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:256:1
[INFO] [stdout]     |
[INFO] [stdout] 256 | / ffi_fn! {
[INFO] [stdout] 257 | |     fn rure_iter_capture_names_free(it: *mut IterCaptureNames) {
[INFO] [stdout] 258 | |         unsafe {
[INFO] [stdout] 259 | |             let it = &mut *it;
[INFO] [stdout] ...   |
[INFO] [stdout] 266 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / ffi_fn! {
[INFO] [stdout] 269 | |     fn rure_iter_capture_names_next(
[INFO] [stdout] 270 | |         it: *mut IterCaptureNames,
[INFO] [stdout] 271 | |         capture_name: *mut *mut c_char,
[INFO] [stdout] ...   |
[INFO] [stdout] 303 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:305:1
[INFO] [stdout]     |
[INFO] [stdout] 305 | / ffi_fn! {
[INFO] [stdout] 306 | |     fn rure_iter_new(
[INFO] [stdout] 307 | |         re: *const Regex,
[INFO] [stdout] 308 | |     ) -> *mut Iter {
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:317:1
[INFO] [stdout]     |
[INFO] [stdout] 317 | / ffi_fn! {
[INFO] [stdout] 318 | |     fn rure_iter_free(it: *mut Iter) {
[INFO] [stdout] 319 | |         unsafe { drop(Box::from_raw(it)); }
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:323:1
[INFO] [stdout]     |
[INFO] [stdout] 323 | / ffi_fn! {
[INFO] [stdout] 324 | |     fn rure_iter_next(
[INFO] [stdout] 325 | |         it: *mut Iter,
[INFO] [stdout] 326 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 362 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:364:1
[INFO] [stdout]     |
[INFO] [stdout] 364 | / ffi_fn! {
[INFO] [stdout] 365 | |     fn rure_iter_next_captures(
[INFO] [stdout] 366 | |         it: *mut Iter,
[INFO] [stdout] 367 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 398 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:400:1
[INFO] [stdout]     |
[INFO] [stdout] 400 | / ffi_fn! {
[INFO] [stdout] 401 | |     fn rure_captures_new(re: *const Regex) -> *mut Captures {
[INFO] [stdout] 402 | |         let re = unsafe { &*re };
[INFO] [stdout] 403 | |         let captures = Captures(re.capture_locations());
[INFO] [stdout] ...   |
[INFO] [stdout] 406 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:408:1
[INFO] [stdout]     |
[INFO] [stdout] 408 | / ffi_fn! {
[INFO] [stdout] 409 | |     fn rure_captures_free(captures: *const Captures) {
[INFO] [stdout] 410 | |         unsafe { drop(Box::from_raw(captures as *mut Captures)); }
[INFO] [stdout] 411 | |     }
[INFO] [stdout] 412 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | / ffi_fn! {
[INFO] [stdout] 415 | |     fn rure_captures_at(
[INFO] [stdout] 416 | |         captures: *const Captures,
[INFO] [stdout] 417 | |         i: size_t,
[INFO] [stdout] ...   |
[INFO] [stdout] 434 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:436:1
[INFO] [stdout]     |
[INFO] [stdout] 436 | / ffi_fn! {
[INFO] [stdout] 437 | |     fn rure_captures_len(captures: *const Captures) -> size_t {
[INFO] [stdout] 438 | |         unsafe { (*captures).0.len() }
[INFO] [stdout] 439 | |     }
[INFO] [stdout] 440 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:442:1
[INFO] [stdout]     |
[INFO] [stdout] 442 | / ffi_fn! {
[INFO] [stdout] 443 | |     fn rure_options_new() -> *mut Options {
[INFO] [stdout] 444 | |         Box::into_raw(Box::new(Options::default()))
[INFO] [stdout] 445 | |     }
[INFO] [stdout] 446 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:448:1
[INFO] [stdout]     |
[INFO] [stdout] 448 | / ffi_fn! {
[INFO] [stdout] 449 | |     fn rure_options_free(options: *mut Options) {
[INFO] [stdout] 450 | |         unsafe { drop(Box::from_raw(options)); }
[INFO] [stdout] 451 | |     }
[INFO] [stdout] 452 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:454:1
[INFO] [stdout]     |
[INFO] [stdout] 454 | / ffi_fn! {
[INFO] [stdout] 455 | |     fn rure_options_size_limit(options: *mut Options, limit: size_t) {
[INFO] [stdout] 456 | |         let options = unsafe { &mut *options };
[INFO] [stdout] 457 | |         options.size_limit = limit;
[INFO] [stdout] 458 | |     }
[INFO] [stdout] 459 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:461:1
[INFO] [stdout]     |
[INFO] [stdout] 461 | / ffi_fn! {
[INFO] [stdout] 462 | |     fn rure_options_dfa_size_limit(options: *mut Options, limit: size_t) {
[INFO] [stdout] 463 | |         let options = unsafe { &mut *options };
[INFO] [stdout] 464 | |         options.dfa_size_limit = limit;
[INFO] [stdout] 465 | |     }
[INFO] [stdout] 466 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:468:1
[INFO] [stdout]     |
[INFO] [stdout] 468 | / ffi_fn! {
[INFO] [stdout] 469 | |     fn rure_compile_set(
[INFO] [stdout] 470 | |         patterns: *const *const u8,
[INFO] [stdout] 471 | |         patterns_lengths: *const size_t,
[INFO] [stdout] ...   |
[INFO] [stdout] 526 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:528:1
[INFO] [stdout]     |
[INFO] [stdout] 528 | / ffi_fn! {
[INFO] [stdout] 529 | |     fn rure_set_free(re: *const RegexSet) {
[INFO] [stdout] 530 | |         unsafe { drop(Box::from_raw(re as *mut RegexSet)); }
[INFO] [stdout] 531 | |     }
[INFO] [stdout] 532 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:534:1
[INFO] [stdout]     |
[INFO] [stdout] 534 | / ffi_fn! {
[INFO] [stdout] 535 | |     fn rure_set_is_match(
[INFO] [stdout] 536 | |         re: *const RegexSet,
[INFO] [stdout] 537 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 545 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:547:1
[INFO] [stdout]     |
[INFO] [stdout] 547 | / ffi_fn! {
[INFO] [stdout] 548 | |     fn rure_set_matches(
[INFO] [stdout] 549 | |         re: *const RegexSet,
[INFO] [stdout] 550 | |         haystack: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 567 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:569:1
[INFO] [stdout]     |
[INFO] [stdout] 569 | / ffi_fn! {
[INFO] [stdout] 570 | |     fn rure_set_len(re: *const RegexSet) -> size_t {
[INFO] [stdout] 571 | |         unsafe { (*re).len() }
[INFO] [stdout] 572 | |     }
[INFO] [stdout] 573 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:575:1
[INFO] [stdout]     |
[INFO] [stdout] 575 | / ffi_fn! {
[INFO] [stdout] 576 | |     fn rure_escape_must(pattern: *const c_char) -> *const c_char {
[INFO] [stdout] 577 | |         let len = unsafe { CStr::from_ptr(pattern).to_bytes().len() };
[INFO] [stdout] 578 | |         let pat = pattern as *const u8;
[INFO] [stdout] ...   |
[INFO] [stdout] 589 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:7:13
[INFO] [stdout]     |
[INFO] [stdout]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/rure.rs:625:1
[INFO] [stdout]     |
[INFO] [stdout] 625 | / ffi_fn! {
[INFO] [stdout] 626 | |     fn rure_cstring_free(s: *mut c_char) {
[INFO] [stdout] 627 | |         unsafe { drop(CString::from_raw(s)); }
[INFO] [stdout] 628 | |     }
[INFO] [stdout] 629 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.72s
[INFO] running `Command { std: "docker" "inspect" "3d9cf04b4fa420e7c931dbabd2612d27b3b84374200d0e255817da85c403d9f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d9cf04b4fa420e7c931dbabd2612d27b3b84374200d0e255817da85c403d9f6", kill_on_drop: false }`
[INFO] [stdout] 3d9cf04b4fa420e7c931dbabd2612d27b3b84374200d0e255817da85c403d9f6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f2a5a198a70ea02bc91d0423b1c18d8a214ebb421c52c6054938e60fb0c7a90a
[INFO] running `Command { std: "docker" "start" "-a" "f2a5a198a70ea02bc91d0423b1c18d8a214ebb421c52c6054938e60fb0c7a90a", kill_on_drop: false }`
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/macros.rs:7:13
[INFO] [stderr]    |
[INFO] [stderr]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/error.rs:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | / ffi_fn! {
[INFO] [stderr] 49 | |     fn rure_error_new() -> *mut Error {
[INFO] [stderr] 50 | |         Box::into_raw(Box::new(Error::new(ErrorKind::None)))
[INFO] [stderr] 51 | |     }
[INFO] [stderr] 52 | | }
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/macros.rs:7:13
[INFO] [stderr]    |
[INFO] [stderr]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/error.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | / ffi_fn! {
[INFO] [stderr] 55 | |     fn rure_error_free(err: *mut Error) {
[INFO] [stderr] 56 | |         unsafe { drop(Box::from_raw(err)); }
[INFO] [stderr] 57 | |     }
[INFO] [stderr] 58 | | }
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/macros.rs:7:13
[INFO] [stderr]    |
[INFO] [stderr]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/error.rs:60:1
[INFO] [stderr]    |
[INFO] [stderr] 60 | / ffi_fn! {
[INFO] [stderr] 61 | |     fn rure_error_message(err: *mut Error) -> *const c_char {
[INFO] [stderr] 62 | |         let err = unsafe { &mut *err };
[INFO] [stderr] 63 | |         let cmsg = match CString::new(format!("{err}")) {
[INFO] [stderr] ...  |
[INFO] [stderr] 78 | | }
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/macros.rs:7:13
[INFO] [stderr]    |
[INFO] [stderr]  7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/rure.rs:77:1
[INFO] [stderr]    |
[INFO] [stderr] 77 | / ffi_fn! {
[INFO] [stderr] 78 | |     fn rure_compile_must(pattern: *const c_char) -> *const Regex {
[INFO] [stderr] 79 | |         let len = unsafe { CStr::from_ptr(pattern).to_bytes().len() };
[INFO] [stderr] 80 | |         let pat = pattern as *const u8;
[INFO] [stderr] ...  |
[INFO] [stderr] 92 | | }
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:94:1
[INFO] [stderr]     |
[INFO] [stderr]  94 | / ffi_fn! {
[INFO] [stderr]  95 | |     fn rure_compile(
[INFO] [stderr]  96 | |         pattern: *const u8,
[INFO] [stderr]  97 | |         length: size_t,
[INFO] [stderr] ...   |
[INFO] [stderr] 150 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | / ffi_fn! {
[INFO] [stderr] 153 | |     fn rure_free(re: *const Regex) {
[INFO] [stderr] 154 | |         unsafe { drop(Box::from_raw(re as *mut Regex)); }
[INFO] [stderr] 155 | |     }
[INFO] [stderr] 156 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:158:1
[INFO] [stderr]     |
[INFO] [stderr] 158 | / ffi_fn! {
[INFO] [stderr] 159 | |     fn rure_is_match(
[INFO] [stderr] 160 | |         re: *const Regex,
[INFO] [stderr] 161 | |         haystack: *const u8,
[INFO] [stderr] ...   |
[INFO] [stderr] 169 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:171:1
[INFO] [stderr]     |
[INFO] [stderr] 171 | / ffi_fn! {
[INFO] [stderr] 172 | |     fn rure_find(
[INFO] [stderr] 173 | |         re: *const Regex,
[INFO] [stderr] 174 | |         haystack: *const u8,
[INFO] [stderr] ...   |
[INFO] [stderr] 188 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:190:1
[INFO] [stderr]     |
[INFO] [stderr] 190 | / ffi_fn! {
[INFO] [stderr] 191 | |     fn rure_find_captures(
[INFO] [stderr] 192 | |         re: *const Regex,
[INFO] [stderr] 193 | |         haystack: *const u8,
[INFO] [stderr] ...   |
[INFO] [stderr] 203 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:205:1
[INFO] [stderr]     |
[INFO] [stderr] 205 | / ffi_fn! {
[INFO] [stderr] 206 | |     fn rure_shortest_match(
[INFO] [stderr] 207 | |         re: *const Regex,
[INFO] [stderr] 208 | |         haystack: *const u8,
[INFO] [stderr] ...   |
[INFO] [stderr] 227 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:229:1
[INFO] [stderr]     |
[INFO] [stderr] 229 | / ffi_fn! {
[INFO] [stderr] 230 | |     fn rure_capture_name_index(
[INFO] [stderr] 231 | |         re: *const Regex,
[INFO] [stderr] 232 | |         name: *const c_char,
[INFO] [stderr] ...   |
[INFO] [stderr] 242 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:244:1
[INFO] [stderr]     |
[INFO] [stderr] 244 | / ffi_fn! {
[INFO] [stderr] 245 | |     fn rure_iter_capture_names_new(
[INFO] [stderr] 246 | |         re: *const Regex,
[INFO] [stderr] 247 | |     ) -> *mut IterCaptureNames {
[INFO] [stderr] ...   |
[INFO] [stderr] 254 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:256:1
[INFO] [stderr]     |
[INFO] [stderr] 256 | / ffi_fn! {
[INFO] [stderr] 257 | |     fn rure_iter_capture_names_free(it: *mut IterCaptureNames) {
[INFO] [stderr] 258 | |         unsafe {
[INFO] [stderr] 259 | |             let it = &mut *it;
[INFO] [stderr] ...   |
[INFO] [stderr] 266 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:268:1
[INFO] [stderr]     |
[INFO] [stderr] 268 | / ffi_fn! {
[INFO] [stderr] 269 | |     fn rure_iter_capture_names_next(
[INFO] [stderr] 270 | |         it: *mut IterCaptureNames,
[INFO] [stderr] 271 | |         capture_name: *mut *mut c_char,
[INFO] [stderr] ...   |
[INFO] [stderr] 303 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:305:1
[INFO] [stderr]     |
[INFO] [stderr] 305 | / ffi_fn! {
[INFO] [stderr] 306 | |     fn rure_iter_new(
[INFO] [stderr] 307 | |         re: *const Regex,
[INFO] [stderr] 308 | |     ) -> *mut Iter {
[INFO] [stderr] ...   |
[INFO] [stderr] 315 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:317:1
[INFO] [stderr]     |
[INFO] [stderr] 317 | / ffi_fn! {
[INFO] [stderr] 318 | |     fn rure_iter_free(it: *mut Iter) {
[INFO] [stderr] 319 | |         unsafe { drop(Box::from_raw(it)); }
[INFO] [stderr] 320 | |     }
[INFO] [stderr] 321 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:323:1
[INFO] [stderr]     |
[INFO] [stderr] 323 | / ffi_fn! {
[INFO] [stderr] 324 | |     fn rure_iter_next(
[INFO] [stderr] 325 | |         it: *mut Iter,
[INFO] [stderr] 326 | |         haystack: *const u8,
[INFO] [stderr] ...   |
[INFO] [stderr] 362 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:364:1
[INFO] [stderr]     |
[INFO] [stderr] 364 | / ffi_fn! {
[INFO] [stderr] 365 | |     fn rure_iter_next_captures(
[INFO] [stderr] 366 | |         it: *mut Iter,
[INFO] [stderr] 367 | |         haystack: *const u8,
[INFO] [stderr] ...   |
[INFO] [stderr] 398 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:400:1
[INFO] [stderr]     |
[INFO] [stderr] 400 | / ffi_fn! {
[INFO] [stderr] 401 | |     fn rure_captures_new(re: *const Regex) -> *mut Captures {
[INFO] [stderr] 402 | |         let re = unsafe { &*re };
[INFO] [stderr] 403 | |         let captures = Captures(re.capture_locations());
[INFO] [stderr] ...   |
[INFO] [stderr] 406 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:408:1
[INFO] [stderr]     |
[INFO] [stderr] 408 | / ffi_fn! {
[INFO] [stderr] 409 | |     fn rure_captures_free(captures: *const Captures) {
[INFO] [stderr] 410 | |         unsafe { drop(Box::from_raw(captures as *mut Captures)); }
[INFO] [stderr] 411 | |     }
[INFO] [stderr] 412 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:414:1
[INFO] [stderr]     |
[INFO] [stderr] 414 | / ffi_fn! {
[INFO] [stderr] 415 | |     fn rure_captures_at(
[INFO] [stderr] 416 | |         captures: *const Captures,
[INFO] [stderr] 417 | |         i: size_t,
[INFO] [stderr] ...   |
[INFO] [stderr] 434 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:436:1
[INFO] [stderr]     |
[INFO] [stderr] 436 | / ffi_fn! {
[INFO] [stderr] 437 | |     fn rure_captures_len(captures: *const Captures) -> size_t {
[INFO] [stderr] 438 | |         unsafe { (*captures).0.len() }
[INFO] [stderr] 439 | |     }
[INFO] [stderr] 440 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:442:1
[INFO] [stderr]     |
[INFO] [stderr] 442 | / ffi_fn! {
[INFO] [stderr] 443 | |     fn rure_options_new() -> *mut Options {
[INFO] [stderr] 444 | |         Box::into_raw(Box::new(Options::default()))
[INFO] [stderr] 445 | |     }
[INFO] [stderr] 446 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:448:1
[INFO] [stderr]     |
[INFO] [stderr] 448 | / ffi_fn! {
[INFO] [stderr] 449 | |     fn rure_options_free(options: *mut Options) {
[INFO] [stderr] 450 | |         unsafe { drop(Box::from_raw(options)); }
[INFO] [stderr] 451 | |     }
[INFO] [stderr] 452 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:454:1
[INFO] [stderr]     |
[INFO] [stderr] 454 | / ffi_fn! {
[INFO] [stderr] 455 | |     fn rure_options_size_limit(options: *mut Options, limit: size_t) {
[INFO] [stderr] 456 | |         let options = unsafe { &mut *options };
[INFO] [stderr] 457 | |         options.size_limit = limit;
[INFO] [stderr] 458 | |     }
[INFO] [stderr] 459 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:461:1
[INFO] [stderr]     |
[INFO] [stderr] 461 | / ffi_fn! {
[INFO] [stderr] 462 | |     fn rure_options_dfa_size_limit(options: *mut Options, limit: size_t) {
[INFO] [stderr] 463 | |         let options = unsafe { &mut *options };
[INFO] [stderr] 464 | |         options.dfa_size_limit = limit;
[INFO] [stderr] 465 | |     }
[INFO] [stderr] 466 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:468:1
[INFO] [stderr]     |
[INFO] [stderr] 468 | / ffi_fn! {
[INFO] [stderr] 469 | |     fn rure_compile_set(
[INFO] [stderr] 470 | |         patterns: *const *const u8,
[INFO] [stderr] 471 | |         patterns_lengths: *const size_t,
[INFO] [stderr] ...   |
[INFO] [stderr] 526 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | / ffi_fn! {
[INFO] [stderr] 529 | |     fn rure_set_free(re: *const RegexSet) {
[INFO] [stderr] 530 | |         unsafe { drop(Box::from_raw(re as *mut RegexSet)); }
[INFO] [stderr] 531 | |     }
[INFO] [stderr] 532 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:534:1
[INFO] [stderr]     |
[INFO] [stderr] 534 | / ffi_fn! {
[INFO] [stderr] 535 | |     fn rure_set_is_match(
[INFO] [stderr] 536 | |         re: *const RegexSet,
[INFO] [stderr] 537 | |         haystack: *const u8,
[INFO] [stderr] ...   |
[INFO] [stderr] 545 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:547:1
[INFO] [stderr]     |
[INFO] [stderr] 547 | / ffi_fn! {
[INFO] [stderr] 548 | |     fn rure_set_matches(
[INFO] [stderr] 549 | |         re: *const RegexSet,
[INFO] [stderr] 550 | |         haystack: *const u8,
[INFO] [stderr] ...   |
[INFO] [stderr] 567 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:569:1
[INFO] [stderr]     |
[INFO] [stderr] 569 | / ffi_fn! {
[INFO] [stderr] 570 | |     fn rure_set_len(re: *const RegexSet) -> size_t {
[INFO] [stderr] 571 | |         unsafe { (*re).len() }
[INFO] [stderr] 572 | |     }
[INFO] [stderr] 573 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:575:1
[INFO] [stderr]     |
[INFO] [stderr] 575 | / ffi_fn! {
[INFO] [stderr] 576 | |     fn rure_escape_must(pattern: *const c_char) -> *const c_char {
[INFO] [stderr] 577 | |         let len = unsafe { CStr::from_ptr(pattern).to_bytes().len() };
[INFO] [stderr] 578 | |         let pat = pattern as *const u8;
[INFO] [stderr] ...   |
[INFO] [stderr] 589 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:7:13
[INFO] [stderr]     |
[INFO] [stderr]   7 |           pub extern fn $name($($arg: $arg_ty),*) -> $ret {
[INFO] [stderr]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/rure.rs:625:1
[INFO] [stderr]     |
[INFO] [stderr] 625 | / ffi_fn! {
[INFO] [stderr] 626 | |     fn rure_cstring_free(s: *mut c_char) {
[INFO] [stderr] 627 | |         unsafe { drop(CString::from_raw(s)); }
[INFO] [stderr] 628 | |     }
[INFO] [stderr] 629 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `ffi_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `rure` (lib) generated 33 warnings (run `cargo fix --lib -p rure` to apply 33 suggestions)
[INFO] [stderr] warning: `rure` (lib test) generated 33 warnings (33 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rure-06d2b8f50f1d9e32)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rure
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f2a5a198a70ea02bc91d0423b1c18d8a214ebb421c52c6054938e60fb0c7a90a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2a5a198a70ea02bc91d0423b1c18d8a214ebb421c52c6054938e60fb0c7a90a", kill_on_drop: false }`
[INFO] [stdout] f2a5a198a70ea02bc91d0423b1c18d8a214ebb421c52c6054938e60fb0c7a90a
