[INFO] fetching crate efltk-sys 0.0.4...
[INFO] testing efltk-sys-0.0.4 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate efltk-sys 0.0.4 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate efltk-sys 0.0.4
[INFO] finished tweaking crates.io crate efltk-sys 0.0.4
[INFO] tweaked toml for crates.io crate efltk-sys 0.0.4 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate efltk-sys 0.0.4 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate efltk-sys 0.0.4 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad
[INFO] running `Command { std: "docker" "start" "08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling efltk-sys v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:300947
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memcpy (__dest : * mut :: std :: os :: raw :: c_void , __src : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void`
[INFO] [stdout]           found    `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout]   = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `memmove` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301158
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memmove (__dest : * mut :: std :: os :: raw :: c_void , __src : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void`
[INFO] [stdout]           found    `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `memset` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301619
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memset (__s : * mut :: std :: os :: raw :: c_void , __c : :: std :: os :: raw :: c_int , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void`
[INFO] [stdout]           found    `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `memcmp` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301816
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memcmp (__s1 : * const :: std :: os :: raw :: c_void , __s2 : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> :: std :: os :: raw :: c_int ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*const c_void, *const c_void, usize) -> i32`
[INFO] [stdout]           found    `unsafe extern "C" fn(*const c_void, *const c_void, u64) -> i32`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `strlen` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:308546
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...afe extern "C" { pub fn strlen (__s : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*const i8) -> usize`
[INFO] [stdout]           found    `unsafe extern "C" fn(*const i8) -> u64`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `bcmp` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:309264
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn bcmp (__s1 : * const :: std :: os :: raw :: c_void , __s2 : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> :: std :: os :: raw :: c_int ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*const c_void, *const c_void, usize) -> i32`
[INFO] [stdout]           found    `unsafe extern "C" fn(*const c_void, *const c_void, u64) -> i32`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.47s
[INFO] running `Command { std: "docker" "inspect" "08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:300947
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memcpy (__dest : * mut :: std :: os :: raw :: c_void , __src : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void`
[INFO] [stdout]           found    `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout]   = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `memmove` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301158
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memmove (__dest : * mut :: std :: os :: raw :: c_void , __src : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void`
[INFO] [stdout]           found    `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `memset` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301619
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memset (__s : * mut :: std :: os :: raw :: c_void , __c : :: std :: os :: raw :: c_int , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void`
[INFO] [stdout]           found    `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `memcmp` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301816
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memcmp (__s1 : * const :: std :: os :: raw :: c_void , __s2 : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> :: std :: os :: raw :: c_int ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*const c_void, *const c_void, usize) -> i32`
[INFO] [stdout]           found    `unsafe extern "C" fn(*const c_void, *const c_void, u64) -> i32`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `strlen` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:308546
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...afe extern "C" { pub fn strlen (__s : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*const i8) -> usize`
[INFO] [stdout]           found    `unsafe extern "C" fn(*const i8) -> u64`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `bcmp` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:309264
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn bcmp (__s1 : * const :: std :: os :: raw :: c_void , __s2 : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> :: std :: os :: raw :: c_int ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*const c_void, *const c_void, usize) -> i32`
[INFO] [stdout]           found    `unsafe extern "C" fn(*const c_void, *const c_void, u64) -> i32`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling efltk-sys v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:300947
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memcpy (__dest : * mut :: std :: os :: raw :: c_void , __src : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void`
[INFO] [stdout]           found    `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout]   = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `memmove` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301158
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memmove (__dest : * mut :: std :: os :: raw :: c_void , __src : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void`
[INFO] [stdout]           found    `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `memset` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301619
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memset (__s : * mut :: std :: os :: raw :: c_void , __c : :: std :: os :: raw :: c_int , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void`
[INFO] [stdout]           found    `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `memcmp` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301816
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn memcmp (__s1 : * const :: std :: os :: raw :: c_void , __s2 : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> :: std :: os :: raw :: c_int ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*const c_void, *const c_void, usize) -> i32`
[INFO] [stdout]           found    `unsafe extern "C" fn(*const c_void, *const c_void, u64) -> i32`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `strlen` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:308546
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...afe extern "C" { pub fn strlen (__s : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*const i8) -> usize`
[INFO] [stdout]           found    `unsafe extern "C" fn(*const i8) -> u64`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: suspicious definition of the runtime `bcmp` symbol used by the standard library
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:309264
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... { pub fn bcmp (__s1 : * const :: std :: os :: raw :: c_void , __s2 : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> :: std :: os :: raw :: c_int ; } ...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected `unsafe extern "C" fn(*const c_void, *const c_void, usize) -> i32`
[INFO] [stdout]           found    `unsafe extern "C" fn(*const c_void, *const c_void, u64) -> i32`
[INFO] [stdout]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]`
[INFO] [stdout]   = help: allow this lint if the signature is compatible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.41s
[INFO] running `Command { std: "docker" "inspect" "08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:300947
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... { pub fn memcpy (__dest : * mut :: std :: os :: raw :: c_void , __src : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void`
[INFO] [stderr]           found    `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void`
[INFO] [stderr]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]`
[INFO] [stderr]   = help: allow this lint if the signature is compatible
[INFO] [stderr]   = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: suspicious definition of the runtime `memmove` symbol used by the standard library
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301158
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... { pub fn memmove (__dest : * mut :: std :: os :: raw :: c_void , __src : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void`
[INFO] [stderr]           found    `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void`
[INFO] [stderr]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]`
[INFO] [stderr]   = help: allow this lint if the signature is compatible
[INFO] [stderr] 
[INFO] [stderr] warning: suspicious definition of the runtime `memset` symbol used by the standard library
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301619
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... { pub fn memset (__s : * mut :: std :: os :: raw :: c_void , __c : :: std :: os :: raw :: c_int , __n : :: std :: os :: raw :: c_ulong) -> * mut :: std :: os :: raw :: c_void ; } ...
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void`
[INFO] [stderr]           found    `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void`
[INFO] [stderr]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]`
[INFO] [stderr]   = help: allow this lint if the signature is compatible
[INFO] [stderr] 
[INFO] [stderr] warning: suspicious definition of the runtime `memcmp` symbol used by the standard library
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:301816
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... { pub fn memcmp (__s1 : * const :: std :: os :: raw :: c_void , __s2 : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> :: std :: os :: raw :: c_int ; } ...
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected `unsafe extern "C" fn(*const c_void, *const c_void, usize) -> i32`
[INFO] [stderr]           found    `unsafe extern "C" fn(*const c_void, *const c_void, u64) -> i32`
[INFO] [stderr]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]`
[INFO] [stderr]   = help: allow this lint if the signature is compatible
[INFO] [stderr] 
[INFO] [stderr] warning: suspicious definition of the runtime `strlen` symbol used by the standard library
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:308546
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...afe extern "C" { pub fn strlen (__s : * const :: std :: os :: raw :: c_char) -> :: std :: os :: raw :: c_ulong ; } unsafe extern "...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected `unsafe extern "C" fn(*const i8) -> usize`
[INFO] [stderr]           found    `unsafe extern "C" fn(*const i8) -> u64`
[INFO] [stderr]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]`
[INFO] [stderr]   = help: allow this lint if the signature is compatible
[INFO] [stderr] 
[INFO] [stderr] warning: suspicious definition of the runtime `bcmp` symbol used by the standard library
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:3:309264
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... { pub fn bcmp (__s1 : * const :: std :: os :: raw :: c_void , __s2 : * const :: std :: os :: raw :: c_void , __n : :: std :: os :: raw :: c_ulong) -> :: std :: os :: raw :: c_int ; } ...
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected `unsafe extern "C" fn(*const c_void, *const c_void, usize) -> i32`
[INFO] [stderr]           found    `unsafe extern "C" fn(*const c_void, *const c_void, u64) -> i32`
[INFO] [stderr]   = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]`
[INFO] [stderr]   = help: allow this lint if the signature is compatible
[INFO] [stderr] 
[INFO] [stderr] warning: `efltk-sys` (lib) generated 6 warnings
[INFO] [stderr] warning: `efltk-sys` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/efltk_sys-5793bf2e27d52c6b)
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests efltk_sys
[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] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - eina_sched_prio_drop (line 9) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - edje_external_iterator_get (line 27) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - edje_object_add (line 30) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - eina_file_dir_list (line 10) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - eina_promise_race_array (line 37) ... FAILED
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - eina_sched_prio_drop (line 9) stdout ----
[INFO] [stdout] error: prefix `there` is unknown
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:10:62
[INFO] [stdout]    |
[INFO] [stdout] 10 |      Otherwise, (we are running with the SCHED_OTHER policy) there's no portable way to
[INFO] [stdout]    |                                                              ^^^^^ unknown prefix
[INFO] [stdout]    |
[INFO] [stdout]    = note: prefixed identifiers and literals are reserved since Rust 2021
[INFO] [stdout] help: consider inserting whitespace here
[INFO] [stdout]    |
[INFO] [stdout] 10 |      Otherwise, (we are running with the SCHED_OTHER policy) there 's no portable way to
[INFO] [stdout]    |                                                                   +
[INFO] [stdout] 
[INFO] [stdout] error: prefix `it` is unknown
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:11:75
[INFO] [stdout]    |
[INFO] [stdout] 11 |      set the nice level on the current thread. In Linux, it does work and it's the
[INFO] [stdout]    |                                                                           ^^ unknown prefix
[INFO] [stdout]    |
[INFO] [stdout]    = note: prefixed identifiers and literals are reserved since Rust 2021
[INFO] [stdout] help: consider inserting whitespace here
[INFO] [stdout]    |
[INFO] [stdout] 11 |      set the nice level on the current thread. In Linux, it does work and it 's the
[INFO] [stdout]    |                                                                             +
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found `,`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |      Otherwise, (we are running with the SCHED_OTHER policy) there's no portable way to
[INFO] [stdout]    |               ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - edje_external_iterator_get (line 27) stdout ----
[INFO] [stdout] error: expected expression, found keyword `type`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 | if ((!type) ||
[INFO] [stdout]    |       ^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found keyword `type`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 29 |      (type->abi_version != edje_external_type_abi_version_get()))
[INFO] [stdout]    |       ^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found keyword `type`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 |               type, type ? type->abi_version : 0,
[INFO] [stdout]    |               ^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found keyword `type`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:38:15
[INFO] [stdout]    |
[INFO] [stdout] 38 |         name, type->module, type->module_name,
[INFO] [stdout]    |               ^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] error[E0268]: `continue` outside of a loop
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:34:7
[INFO] [stdout]    |
[INFO] [stdout] 34 |       continue;
[INFO] [stdout]    |       ^^^^^^^^ cannot `continue` outside of a loop
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0268`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - edje_object_add (line 30) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `edje` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 | evas_object_del(edje);
[INFO] [stdout]    |                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |  return NULL;
[INFO] [stdout]    |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `evas_object_del` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | evas_object_del(edje);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - eina_file_dir_list (line 10) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `@`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |      If @p cb or @p dir is @c NULL or if @p dir is a string of size 0,
[INFO] [stdout]    |         ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - eina_promise_race_array (line 37) stdout ----
[INFO] [stdout] error: `->` is not valid syntax for field accesses and method calls
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:41:7
[INFO] [stdout]    |
[INFO] [stdout] 41 | if (st->desc != EINA_PROMISE_RACE_STRUCT_DESC)
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `.` operator will automatically dereference the value, except if the value is a raw pointer
[INFO] [stdout] help: try using `.` instead
[INFO] [stdout]    |
[INFO] [stdout] 41 - if (st->desc != EINA_PROMISE_RACE_STRUCT_DESC)
[INFO] [stdout] 41 + if (st.desc != EINA_PROMISE_RACE_STRUCT_DESC)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `:`, `;`, `<`, `=`, or `where`, found `*`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |    const char *msg;
[INFO] [stdout]    |               ^ expected one of `:`, `;`, `<`, `=`, or `where`
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `i`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     int i;
[INFO] [stdout]    |         ^ expected one of 8 possible tokens
[INFO] [stdout]    |
[INFO] [stdout] help: there is a keyword `in` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 62 -     int i;
[INFO] [stdout] 62 +     in i;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `p`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 73 |     double p;
[INFO] [stdout]    |            ^ expected one of 8 possible tokens
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to write a field access
[INFO] [stdout]    |
[INFO] [stdout] 73 |     double.p;
[INFO] [stdout]    |           +
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `st` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | st = eina_value_memory_get(&v);
[INFO] [stdout]    | ^^
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]    |
[INFO] [stdout] 40 | let st = eina_value_memory_get(&v);
[INFO] [stdout]    | +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:40:29
[INFO] [stdout]    |
[INFO] [stdout] 40 | st = eina_value_memory_get(&v);
[INFO] [stdout]    |                             ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `st` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | if (st->desc != EINA_PROMISE_RACE_STRUCT_DESC)
[INFO] [stdout]    |     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EINA_PROMISE_RACE_STRUCT_DESC` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 | if (st->desc != EINA_PROMISE_RACE_STRUCT_DESC)
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `stderr` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fprintf(stderr, "Eina_Value is not a race struct\n");
[INFO] [stdout]    |             ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 37 + use std::io::stderr;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 |     return v;
[INFO] [stdout]    |            ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:46:24
[INFO] [stdout]    |
[INFO] [stdout] 46 | eina_value_struct_get(&v, "index", &i);
[INFO] [stdout]    |                        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:46:37
[INFO] [stdout]    |
[INFO] [stdout] 46 | eina_value_struct_get(&v, "index", &i);
[INFO] [stdout]    |                                     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 | eina_value_struct_get(&v, "value", &result);
[INFO] [stdout]    |                        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `result` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:48:37
[INFO] [stdout]    |
[INFO] [stdout] 48 | eina_value_struct_get(&v, "value", &result);
[INFO] [stdout]    |                                     ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:49:6
[INFO] [stdout]    |
[INFO] [stdout] 49 | if (!i)
[INFO] [stdout]    |      ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 | else if (i == 1)
[INFO] [stdout]    |          ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `result` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:82:19
[INFO] [stdout]    |
[INFO] [stdout] 82 | eina_value_flush(&result);
[INFO] [stdout]    |                   ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 | return v;
[INFO] [stdout]    |        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `eina_value_memory_get` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:40:6
[INFO] [stdout]    |
[INFO] [stdout] 40 | st = eina_value_memory_get(&v);
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fprintf` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fprintf(stderr, "Eina_Value is not a race struct\n");
[INFO] [stdout]    |     ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `eina_value_struct_get` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | eina_value_struct_get(&v, "index", &i);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `eina_value_struct_get` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | eina_value_struct_get(&v, "value", &result);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `eina_value_flush` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | eina_value_flush(&result);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: missing type for `const` item
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 |    const char *msg;
[INFO] [stdout]    |              ^
[INFO] [stdout]    |
[INFO] [stdout] help: provide a type for the item
[INFO] [stdout]    |
[INFO] [stdout] 51 |    const char: <type> *msg;
[INFO] [stdout]    |              ++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 24 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - edje_external_iterator_get (line 27)
[INFO] [stdout]     /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - edje_object_add (line 30)
[INFO] [stdout]     /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - eina_file_dir_list (line 10)
[INFO] [stdout]     /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - eina_promise_race_array (line 37)
[INFO] [stdout]     /opt/rustwide/target/debug/build/efltk-sys-b1be3993fe482a91/out/bindings.rs - eina_sched_prio_drop (line 9)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.33s; merged doctests compilation took 0.14s
[INFO] running `Command { std: "docker" "inspect" "08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad", kill_on_drop: false }`
[INFO] [stdout] 08eff25a874c4a37b3ed9b61a7f2b6af367f1073106ba8f7b253ac852b8408ad
