[INFO] fetching crate clips-sys 0.4.0... [INFO] testing clips-sys-0.4.0 against 1.49.0 for beta-1.50-1 [INFO] extracting crate clips-sys 0.4.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate clips-sys 0.4.0 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate clips-sys 0.4.0 [INFO] finished tweaking crates.io crate clips-sys 0.4.0 [INFO] tweaked toml for crates.io crate clips-sys 0.4.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a90c0b4bd84aaf23341b36c9663fac916b6de9862a052e0a2a6ff97d065abac3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a90c0b4bd84aaf23341b36c9663fac916b6de9862a052e0a2a6ff97d065abac3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a90c0b4bd84aaf23341b36c9663fac916b6de9862a052e0a2a6ff97d065abac3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a90c0b4bd84aaf23341b36c9663fac916b6de9862a052e0a2a6ff97d065abac3", kill_on_drop: false }` [INFO] [stdout] a90c0b4bd84aaf23341b36c9663fac916b6de9862a052e0a2a6ff97d065abac3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16b5ce716c124eed21d312ef981e571a27edeca6e8f951d8d24163b5f75ec892 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "16b5ce716c124eed21d312ef981e571a27edeca6e8f951d8d24163b5f75ec892", kill_on_drop: false }` [INFO] [stderr] Compiling bindgen v0.53.3 [INFO] [stderr] Compiling clips-sys v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: CLIPS/core/rulebsc.c: In function 'DefruleWatchPrint': [INFO] [stderr] warning: CLIPS/core/rulebsc.c:512:39: warning: cast between incompatible function types from '_Bool (*)(Defrule *)' {aka '_Bool (*)(struct defrule *)'} to 'void (*)(void *, _Bool)' [-Wcast-function-type] [INFO] [stderr] warning: 512 | (ConstructSetWatchFunction *) DefruleGetWatchActivations)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c: In function 'IsQueryFunction': [INFO] [stderr] warning: CLIPS/core/insqypsr.c:713:11: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 713 | fptr = (int (*)(void)) ExpressionFunctionPointer(theExp); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:714:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 714 | if (fptr == (int (*)(void)) AnyInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:716:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 716 | if (fptr == (int (*)(void)) QueryFindInstance) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:718:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 718 | if (fptr == (int (*)(void)) QueryFindAllInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:720:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 720 | if (fptr == (int (*)(void)) QueryDoForInstance) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:722:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 722 | if (fptr == (int (*)(void)) QueryDoForAllInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:724:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 724 | if (fptr == (int (*)(void)) DelayedQueryDoForAllInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factmngr.c: In function 'AssertString': [INFO] [stderr] warning: CLIPS/core/factmngr.c:1817:45: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1817 | FactData(theEnv)->assertStringError = ASE_COULD_NOT_ASSERT_ERROR; [INFO] [stderr] warning: CLIPS/core/factmngr.c:1819:7: note: here [INFO] [stderr] warning: 1819 | case AE_RULE_NETWORK_ERROR: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: CLIPS/core/factqpsr.c: In function 'IsQueryFunction': [INFO] [stderr] warning: CLIPS/core/factqpsr.c:778:11: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 778 | fptr = (int (*)(void)) ExpressionFunctionPointer(theExp); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:780:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 780 | if (fptr == (int (*)(void)) AnyFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:782:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 782 | if (fptr == (int (*)(void)) QueryFindFact) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:784:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 784 | if (fptr == (int (*)(void)) QueryFindAllFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:786:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 786 | if (fptr == (int (*)(void)) QueryDoForFact) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:788:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 788 | if (fptr == (int (*)(void)) QueryDoForAllFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:790:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 790 | if (fptr == (int (*)(void)) DelayedQueryDoForAllFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/modulpsr.c: In function 'ParseDefmodule': [INFO] [stderr] warning: CLIPS/core/modulpsr.c:360:11: warning: cast between incompatible function types from 'void (*)(Environment *, void *)' {aka 'void (*)(struct environmentData *, void *)'} to 'void (*)(void *)' [-Wcast-function-type] [INFO] [stderr] warning: 360 | { (* (void (*)(void *)) defineFunctions->func)(theEnv); } [INFO] [stderr] warning: | ^ [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:55969 [INFO] [stdout] | [INFO] [stdout] 3 | ... __endptr : * mut * mut :: std :: os :: raw :: c_char) -> u128 ; } extern "C" { pub fn strtol (__nptr : * const :: std :: os :: raw ::... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:103997 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qecvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:104218 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qfcvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:104439 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qgcvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __buf : * mut :: std :: os ... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:105169 [INFO] [stdout] | [INFO] [stdout] 3 | ...: raw :: c_int ; } extern "C" { pub fn qecvt_r (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:105448 [INFO] [stdout] | [INFO] [stdout] 3 | ...: raw :: c_int ; } extern "C" { pub fn qfcvt_r (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `Command { std: "docker" "inspect" "16b5ce716c124eed21d312ef981e571a27edeca6e8f951d8d24163b5f75ec892", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16b5ce716c124eed21d312ef981e571a27edeca6e8f951d8d24163b5f75ec892", kill_on_drop: false }` [INFO] [stdout] 16b5ce716c124eed21d312ef981e571a27edeca6e8f951d8d24163b5f75ec892 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 81a8fa7aa5844d9fb851f7f7468758f51ae8342a56d78e83b4d206e5c77139f8 [INFO] running `Command { std: "docker" "start" "-a" "81a8fa7aa5844d9fb851f7f7468758f51ae8342a56d78e83b4d206e5c77139f8", kill_on_drop: false }` [INFO] [stderr] warning: CLIPS/core/rulebsc.c: In function 'DefruleWatchPrint': [INFO] [stderr] warning: CLIPS/core/rulebsc.c:512:39: warning: cast between incompatible function types from '_Bool (*)(Defrule *)' {aka '_Bool (*)(struct defrule *)'} to 'void (*)(void *, _Bool)' [-Wcast-function-type] [INFO] [stderr] warning: 512 | (ConstructSetWatchFunction *) DefruleGetWatchActivations)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c: In function 'IsQueryFunction': [INFO] [stderr] warning: CLIPS/core/insqypsr.c:713:11: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 713 | fptr = (int (*)(void)) ExpressionFunctionPointer(theExp); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:714:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 714 | if (fptr == (int (*)(void)) AnyInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:716:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 716 | if (fptr == (int (*)(void)) QueryFindInstance) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:718:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 718 | if (fptr == (int (*)(void)) QueryFindAllInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:720:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 720 | if (fptr == (int (*)(void)) QueryDoForInstance) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:722:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 722 | if (fptr == (int (*)(void)) QueryDoForAllInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:724:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 724 | if (fptr == (int (*)(void)) DelayedQueryDoForAllInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factmngr.c: In function 'AssertString': [INFO] [stderr] warning: CLIPS/core/factmngr.c:1817:45: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1817 | FactData(theEnv)->assertStringError = ASE_COULD_NOT_ASSERT_ERROR; [INFO] [stderr] warning: CLIPS/core/factmngr.c:1819:7: note: here [INFO] [stderr] warning: 1819 | case AE_RULE_NETWORK_ERROR: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: CLIPS/core/factqpsr.c: In function 'IsQueryFunction': [INFO] [stderr] warning: CLIPS/core/factqpsr.c:778:11: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 778 | fptr = (int (*)(void)) ExpressionFunctionPointer(theExp); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:780:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 780 | if (fptr == (int (*)(void)) AnyFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:782:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 782 | if (fptr == (int (*)(void)) QueryFindFact) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:784:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 784 | if (fptr == (int (*)(void)) QueryFindAllFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:786:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 786 | if (fptr == (int (*)(void)) QueryDoForFact) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:788:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 788 | if (fptr == (int (*)(void)) QueryDoForAllFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:790:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 790 | if (fptr == (int (*)(void)) DelayedQueryDoForAllFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/modulpsr.c: In function 'ParseDefmodule': [INFO] [stderr] warning: CLIPS/core/modulpsr.c:360:11: warning: cast between incompatible function types from 'void (*)(Environment *, void *)' {aka 'void (*)(struct environmentData *, void *)'} to 'void (*)(void *)' [-Wcast-function-type] [INFO] [stderr] warning: 360 | { (* (void (*)(void *)) defineFunctions->func)(theEnv); } [INFO] [stderr] warning: | ^ [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:55969 [INFO] [stdout] | [INFO] [stdout] 3 | ... __endptr : * mut * mut :: std :: os :: raw :: c_char) -> u128 ; } extern "C" { pub fn strtol (__nptr : * const :: std :: os :: raw ::... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:103997 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qecvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:104218 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qfcvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:104439 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qgcvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __buf : * mut :: std :: os ... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:105169 [INFO] [stdout] | [INFO] [stdout] 3 | ...: raw :: c_int ; } extern "C" { pub fn qecvt_r (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clips-sys v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:105448 [INFO] [stdout] | [INFO] [stdout] 3 | ...: raw :: c_int ; } extern "C" { pub fn qfcvt_r (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:55969 [INFO] [stdout] | [INFO] [stdout] 3 | ... __endptr : * mut * mut :: std :: os :: raw :: c_char) -> u128 ; } extern "C" { pub fn strtol (__nptr : * const :: std :: os :: raw ::... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:103997 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qecvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:104218 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qfcvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:104439 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qgcvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __buf : * mut :: std :: os ... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:105169 [INFO] [stdout] | [INFO] [stdout] 3 | ...: raw :: c_int ; } extern "C" { pub fn qecvt_r (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/bindings.rs:3:105448 [INFO] [stdout] | [INFO] [stdout] 3 | ...: raw :: c_int ; } extern "C" { pub fn qfcvt_r (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.clips_sys.cu4kel41-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.clips_sys.cu4kel41-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.clips_sys.cu4kel41-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.clips_sys.cu4kel41-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.clips_sys.cu4kel41-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.clips_sys.cu4kel41-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.clips_sys.cu4kel41-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.clips_sys.cu4kel41-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.clips_sys.cu4kel41-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.clips_sys.cu4kel41-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d" "/opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.3yeitmcurbrhqxbl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out" "-L" "/opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/CLIPS/core" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,--whole-archive" "-lclips" "-Wl,--no-whole-archive" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6609e81d71a1bf05.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c352aab3e89370e6.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5a89b15f567bd092.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f48d3ad387757b0f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bf2dc5d6d88f70a5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/build/clips-sys-3bed9d858e95bee7/out/libclips.a(main.o): in function `main': [INFO] [stdout] /opt/rustwide/workdir/CLIPS/core/main.c:76: multiple definition of `main'; /opt/rustwide/target/debug/deps/clips_sys-afbb5e691c2bc07d.clips_sys.cu4kel41-cgu.9.rcgu.o:clips_sys.cu4kel41-cgu.9:(.text.main+0x0): first defined here [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: CLIPS/core/rulebsc.c: In function 'DefruleWatchPrint': [INFO] [stderr] warning: CLIPS/core/rulebsc.c:512:39: warning: cast between incompatible function types from '_Bool (*)(Defrule *)' {aka '_Bool (*)(struct defrule *)'} to 'void (*)(void *, _Bool)' [-Wcast-function-type] [INFO] [stderr] warning: 512 | (ConstructSetWatchFunction *) DefruleGetWatchActivations)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c: In function 'IsQueryFunction': [INFO] [stderr] warning: CLIPS/core/insqypsr.c:713:11: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 713 | fptr = (int (*)(void)) ExpressionFunctionPointer(theExp); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:714:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 714 | if (fptr == (int (*)(void)) AnyInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:716:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 716 | if (fptr == (int (*)(void)) QueryFindInstance) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:718:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 718 | if (fptr == (int (*)(void)) QueryFindAllInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:720:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 720 | if (fptr == (int (*)(void)) QueryDoForInstance) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:722:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 722 | if (fptr == (int (*)(void)) QueryDoForAllInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/insqypsr.c:724:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 724 | if (fptr == (int (*)(void)) DelayedQueryDoForAllInstances) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factmngr.c: In function 'AssertString': [INFO] [stderr] warning: CLIPS/core/factmngr.c:1817:45: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1817 | FactData(theEnv)->assertStringError = ASE_COULD_NOT_ASSERT_ERROR; [INFO] [stderr] warning: CLIPS/core/factmngr.c:1819:7: note: here [INFO] [stderr] warning: 1819 | case AE_RULE_NETWORK_ERROR: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: CLIPS/core/factqpsr.c: In function 'IsQueryFunction': [INFO] [stderr] warning: CLIPS/core/factqpsr.c:778:11: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 778 | fptr = (int (*)(void)) ExpressionFunctionPointer(theExp); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:780:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 780 | if (fptr == (int (*)(void)) AnyFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:782:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 782 | if (fptr == (int (*)(void)) QueryFindFact) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:784:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 784 | if (fptr == (int (*)(void)) QueryFindAllFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:786:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 786 | if (fptr == (int (*)(void)) QueryDoForFact) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:788:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 788 | if (fptr == (int (*)(void)) QueryDoForAllFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/factqpsr.c:790:16: warning: cast between incompatible function types from 'void (*)(Environment *, UDFContext *, UDFValue *)' {aka 'void (*)(struct environmentData *, struct udfContext *, struct udfValue *)'} to 'int (*)(void)' [-Wcast-function-type] [INFO] [stderr] warning: 790 | if (fptr == (int (*)(void)) DelayedQueryDoForAllFacts) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: CLIPS/core/modulpsr.c: In function 'ParseDefmodule': [INFO] [stderr] warning: CLIPS/core/modulpsr.c:360:11: warning: cast between incompatible function types from 'void (*)(Environment *, void *)' {aka 'void (*)(struct environmentData *, void *)'} to 'void (*)(void *)' [-Wcast-function-type] [INFO] [stderr] warning: 360 | { (* (void (*)(void *)) defineFunctions->func)(theEnv); } [INFO] [stderr] warning: | ^ [INFO] [stderr] [INFO] [stderr] error: could not compile `clips-sys` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "81a8fa7aa5844d9fb851f7f7468758f51ae8342a56d78e83b4d206e5c77139f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81a8fa7aa5844d9fb851f7f7468758f51ae8342a56d78e83b4d206e5c77139f8", kill_on_drop: false }` [INFO] [stdout] 81a8fa7aa5844d9fb851f7f7468758f51ae8342a56d78e83b4d206e5c77139f8