[INFO] fetching crate clips-sys 0.4.0... [INFO] documenting clips-sys-0.4.0 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate clips-sys 0.4.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate clips-sys 0.4.0 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 372bc3ec724fd16be927f02388a06c22dc047bc748e161ee39846f85ddfd73c8 [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" "372bc3ec724fd16be927f02388a06c22dc047bc748e161ee39846f85ddfd73c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "372bc3ec724fd16be927f02388a06c22dc047bc748e161ee39846f85ddfd73c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "372bc3ec724fd16be927f02388a06c22dc047bc748e161ee39846f85ddfd73c8", kill_on_drop: false }` [INFO] [stdout] 372bc3ec724fd16be927f02388a06c22dc047bc748e161ee39846f85ddfd73c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70b1c002ed063fcee472ff1582dca4a48160aaffc72486de45ee6f6c156366da [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" "70b1c002ed063fcee472ff1582dca4a48160aaffc72486de45ee6f6c156366da", 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] [stderr] Documenting 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-2392dddaa87c0dee/out/bindings.rs:3:57191 [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-2392dddaa87c0dee/out/bindings.rs:3:107072 [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-2392dddaa87c0dee/out/bindings.rs:3:107295 [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-2392dddaa87c0dee/out/bindings.rs:3:107518 [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-2392dddaa87c0dee/out/bindings.rs:3:108254 [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-2392dddaa87c0dee/out/bindings.rs:3:108535 [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 57.73s [INFO] running `Command { std: "docker" "inspect" "70b1c002ed063fcee472ff1582dca4a48160aaffc72486de45ee6f6c156366da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70b1c002ed063fcee472ff1582dca4a48160aaffc72486de45ee6f6c156366da", kill_on_drop: false }` [INFO] [stdout] 70b1c002ed063fcee472ff1582dca4a48160aaffc72486de45ee6f6c156366da