[INFO] fetching crate falcon_capstone 0.4.1... [INFO] documenting falcon_capstone-0.4.1 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate falcon_capstone 0.4.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate falcon_capstone 0.4.1 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 falcon_capstone 0.4.1 [INFO] finished tweaking crates.io crate falcon_capstone 0.4.1 [INFO] tweaked toml for crates.io crate falcon_capstone 0.4.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate falcon_capstone 0.4.1 already has a lockfile, it will not be regenerated [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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 15013f89398630817ecd3ec4db389166997a6fe7e31c662bc03850ee40924981 [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" "15013f89398630817ecd3ec4db389166997a6fe7e31c662bc03850ee40924981", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15013f89398630817ecd3ec4db389166997a6fe7e31c662bc03850ee40924981", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15013f89398630817ecd3ec4db389166997a6fe7e31c662bc03850ee40924981", kill_on_drop: false }` [INFO] [stdout] 15013f89398630817ecd3ec4db389166997a6fe7e31c662bc03850ee40924981 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] ba40eccd7fbde42c9d848b8d8ba72e52024a138cbc4f499c2148ba94db393a61 [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" "ba40eccd7fbde42c9d848b8d8ba72e52024a138cbc4f499c2148ba94db393a61", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.58 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling falcon_capstone v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting falcon_capstone v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `m68k_insn` in this scope [INFO] [stdout] --> src/capstone.rs:267:10 [INFO] [stdout] | [INFO] [stdout] 267 | M68K(m68k_insn), [INFO] [stdout] | ^^^^^^^^^ help: an enum with a similar name exists: `mips_insn` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:184506 [INFO] [stdout] | [INFO] [stdout] 3 | ... Clone , PartialEq , Eq , Hash ) ] pub enum mips_insn { MIPS_INS_INVALID = 0 , MIPS_INS_ABSQ_S = 1 , MIPS_INS_ADD = 2 , MIPS_INS_ADDIU... [INFO] [stdout] | ------------------ similarly named enum `mips_insn` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `tms320c64x_insn` in this scope [INFO] [stdout] --> src/capstone.rs:269:16 [INFO] [stdout] | [INFO] [stdout] 269 | TMS320C64X(tms320c64x_insn), [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m680x_insn` in this scope [INFO] [stdout] --> src/capstone.rs:271:11 [INFO] [stdout] | [INFO] [stdout] 271 | M680X(m680x_insn), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `evm_insn` in this scope [INFO] [stdout] --> src/capstone.rs:273:9 [INFO] [stdout] | [INFO] [stdout] 273 | EVM(evm_insn), [INFO] [stdout] | ^^^^^^^^ help: an enum with a similar name exists: `arm_insn` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:128064 [INFO] [stdout] | [INFO] [stdout] 3 | ..., Clone , PartialEq , Eq , Hash ) ] pub enum arm_insn { ARM_INS_INVALID = 0 , ARM_INS_ADC = 1 , ARM_INS_ADD = 2 , ARM_INS_ADR = 3 , AR... [INFO] [stdout] | ----------------- similarly named enum `arm_insn` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `cs_m68k` in this scope [INFO] [stdout] --> src/capstone.rs:322:10 [INFO] [stdout] | [INFO] [stdout] 322 | M68K(cs_m68k), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `cs_tms320c64x` in this scope [INFO] [stdout] --> src/capstone.rs:324:16 [INFO] [stdout] | [INFO] [stdout] 324 | TMS320C64X(cs_tms320c64x), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `cs_m680x` in this scope [INFO] [stdout] --> src/capstone.rs:326:11 [INFO] [stdout] | [INFO] [stdout] 326 | M680X(cs_m680x), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `cs_evm` in this scope [INFO] [stdout] --> src/capstone.rs:328:9 [INFO] [stdout] | [INFO] [stdout] 328 | EVM(cs_evm), [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `cs_arm` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:121452 [INFO] [stdout] | [INFO] [stdout] 3 | ...C ) ] # [ derive ( Copy , Clone ) ] pub struct cs_arm { pub usermode : bool , pub vector_size : :: std :: os :: raw :: c_int , pub vec... [INFO] [stdout] | ----------------- similarly named struct `cs_arm` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_MIPS2` in this scope [INFO] [stdout] --> src/capstone_sys.rs:31:36 [INFO] [stdout] | [INFO] [stdout] 31 | pub const CS_MODE_MPIS2: cs_mode = cs_mode_CS_MODE_MIPS2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `cs_mode_CS_MODE_MIPS3` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:105545 [INFO] [stdout] | [INFO] [stdout] 3 | ...mode = 16 ; pub const cs_mode_CS_MODE_MIPS3 : cs_mode = 32 ; pub const cs_mode_CS_MODE_MIPS32R6 : cs_mode = 64 ; pub const cs_mode_CS_... [INFO] [stdout] | ------------------------------------------------ similarly named constant `cs_mode_CS_MODE_MIPS3` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_QPX` in this scope [INFO] [stdout] --> src/capstone_sys.rs:33:34 [INFO] [stdout] | [INFO] [stdout] 33 | pub const CS_MODE_QPX: cs_mode = cs_mode_CS_MODE_QPX; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `cs_mode_CS_MODE_16` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:105216 [INFO] [stdout] | [INFO] [stdout] 3 | ... cs_mode = 0 ; pub const cs_mode_CS_MODE_16 : cs_mode = 2 ; pub const cs_mode_CS_MODE_32 : cs_mode = 4 ; pub const cs_mode_CS_MODE_64 ... [INFO] [stdout] | -------------------------------------------- similarly named constant `cs_mode_CS_MODE_16` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M68K_000` in this scope [INFO] [stdout] --> src/capstone_sys.rs:35:39 [INFO] [stdout] | [INFO] [stdout] 35 | pub const CS_MODE_M68K_000: cs_mode = cs_mode_CS_MODE_M68K_000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `cs_mode_CS_MODE_16` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:105216 [INFO] [stdout] | [INFO] [stdout] 3 | ... cs_mode = 0 ; pub const cs_mode_CS_MODE_16 : cs_mode = 2 ; pub const cs_mode_CS_MODE_32 : cs_mode = 4 ; pub const cs_mode_CS_MODE_64 ... [INFO] [stdout] | -------------------------------------------- similarly named constant `cs_mode_CS_MODE_16` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M68K_010` in this scope [INFO] [stdout] --> src/capstone_sys.rs:37:39 [INFO] [stdout] | [INFO] [stdout] 37 | pub const CS_MODE_M68K_010: cs_mode = cs_mode_CS_MODE_M68K_010; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `cs_mode_CS_MODE_16` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:105216 [INFO] [stdout] | [INFO] [stdout] 3 | ... cs_mode = 0 ; pub const cs_mode_CS_MODE_16 : cs_mode = 2 ; pub const cs_mode_CS_MODE_32 : cs_mode = 4 ; pub const cs_mode_CS_MODE_64 ... [INFO] [stdout] | -------------------------------------------- similarly named constant `cs_mode_CS_MODE_16` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M68K_020` in this scope [INFO] [stdout] --> src/capstone_sys.rs:39:39 [INFO] [stdout] | [INFO] [stdout] 39 | pub const CS_MODE_M68K_020: cs_mode = cs_mode_CS_MODE_M68K_020; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `cs_mode_CS_MODE_MIPS32` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:105809 [INFO] [stdout] | [INFO] [stdout] 3 | ...47483648 ; pub const cs_mode_CS_MODE_MIPS32 : cs_mode = 4 ; pub const cs_mode_CS_MODE_MIPS64 : cs_mode = 8 ; pub type cs_mode = i32 ; ... [INFO] [stdout] | ------------------------------------------------ similarly named constant `cs_mode_CS_MODE_MIPS32` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M68K_030` in this scope [INFO] [stdout] --> src/capstone_sys.rs:41:39 [INFO] [stdout] | [INFO] [stdout] 41 | pub const CS_MODE_M68K_030: cs_mode = cs_mode_CS_MODE_M68K_030; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `cs_mode_CS_MODE_MIPS3` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:105545 [INFO] [stdout] | [INFO] [stdout] 3 | ...mode = 16 ; pub const cs_mode_CS_MODE_MIPS3 : cs_mode = 32 ; pub const cs_mode_CS_MODE_MIPS32R6 : cs_mode = 64 ; pub const cs_mode_CS_... [INFO] [stdout] | ------------------------------------------------ similarly named constant `cs_mode_CS_MODE_MIPS3` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M68K_040` in this scope [INFO] [stdout] --> src/capstone_sys.rs:43:39 [INFO] [stdout] | [INFO] [stdout] 43 | pub const CS_MODE_M68K_040: cs_mode = cs_mode_CS_MODE_M68K_040; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `cs_mode_CS_MODE_64` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:105306 [INFO] [stdout] | [INFO] [stdout] 3 | ... cs_mode = 4 ; pub const cs_mode_CS_MODE_64 : cs_mode = 8 ; pub const cs_mode_CS_MODE_THUMB : cs_mode = 16 ; pub const cs_mode_CS_MODE... [INFO] [stdout] | -------------------------------------------- similarly named constant `cs_mode_CS_MODE_64` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M68K_060` in this scope [INFO] [stdout] --> src/capstone_sys.rs:45:39 [INFO] [stdout] | [INFO] [stdout] 45 | pub const CS_MODE_M68K_060: cs_mode = cs_mode_CS_MODE_M68K_060; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `cs_mode_CS_MODE_MIPS64` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:105858 [INFO] [stdout] | [INFO] [stdout] 3 | ...mode = 4 ; pub const cs_mode_CS_MODE_MIPS64 : cs_mode = 8 ; pub type cs_mode = i32 ; pub type cs_malloc_t = :: std :: option :: Option... [INFO] [stdout] | ------------------------------------------------ similarly named constant `cs_mode_CS_MODE_MIPS64` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M680X_6301` in this scope [INFO] [stdout] --> src/capstone_sys.rs:47:41 [INFO] [stdout] | [INFO] [stdout] 47 | pub const CS_MODE_M680X_6301: cs_mode = cs_mode_CS_MODE_M680X_6301; [INFO] [stdout] | ----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | help: a constant with a similar name exists: `CS_MODE_M680X_6301` [INFO] [stdout] | similarly named constant `CS_MODE_M680X_6301` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M680X_6309` in this scope [INFO] [stdout] --> src/capstone_sys.rs:49:41 [INFO] [stdout] | [INFO] [stdout] 49 | pub const CS_MODE_M680X_6309: cs_mode = cs_mode_CS_MODE_M680X_6309; [INFO] [stdout] | ----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | help: a constant with a similar name exists: `CS_MODE_M680X_6309` [INFO] [stdout] | similarly named constant `CS_MODE_M680X_6309` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M680X_6800` in this scope [INFO] [stdout] --> src/capstone_sys.rs:51:41 [INFO] [stdout] | [INFO] [stdout] 51 | pub const CS_MODE_M680X_6800: cs_mode = cs_mode_CS_MODE_M680X_6800; [INFO] [stdout] | ----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | help: a constant with a similar name exists: `CS_MODE_M680X_6800` [INFO] [stdout] | similarly named constant `CS_MODE_M680X_6800` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M680X_6801` in this scope [INFO] [stdout] --> src/capstone_sys.rs:53:41 [INFO] [stdout] | [INFO] [stdout] 53 | pub const CS_MODE_M680X_6801: cs_mode = cs_mode_CS_MODE_M680X_6801; [INFO] [stdout] | ----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | help: a constant with a similar name exists: `CS_MODE_M680X_6801` [INFO] [stdout] | similarly named constant `CS_MODE_M680X_6801` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M680X_6805` in this scope [INFO] [stdout] --> src/capstone_sys.rs:55:41 [INFO] [stdout] | [INFO] [stdout] 55 | pub const CS_MODE_M680X_6805: cs_mode = cs_mode_CS_MODE_M680X_6805; [INFO] [stdout] | ----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | help: a constant with a similar name exists: `CS_MODE_M680X_6805` [INFO] [stdout] | similarly named constant `CS_MODE_M680X_6805` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M680X_6808` in this scope [INFO] [stdout] --> src/capstone_sys.rs:57:41 [INFO] [stdout] | [INFO] [stdout] 57 | pub const CS_MODE_M680X_6808: cs_mode = cs_mode_CS_MODE_M680X_6808; [INFO] [stdout] | ----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | help: a constant with a similar name exists: `CS_MODE_M680X_6808` [INFO] [stdout] | similarly named constant `CS_MODE_M680X_6808` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M680X_6809` in this scope [INFO] [stdout] --> src/capstone_sys.rs:59:41 [INFO] [stdout] | [INFO] [stdout] 59 | pub const CS_MODE_M680X_6809: cs_mode = cs_mode_CS_MODE_M680X_6809; [INFO] [stdout] | ----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | help: a constant with a similar name exists: `CS_MODE_M680X_6809` [INFO] [stdout] | similarly named constant `CS_MODE_M680X_6809` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M680X_6811` in this scope [INFO] [stdout] --> src/capstone_sys.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | pub const CS_MODE_M680X_6811: cs_mode = cs_mode_CS_MODE_M680X_6811; [INFO] [stdout] | ----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | help: a constant with a similar name exists: `CS_MODE_M680X_6811` [INFO] [stdout] | similarly named constant `CS_MODE_M680X_6811` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M680X_CPU12` in this scope [INFO] [stdout] --> src/capstone_sys.rs:63:42 [INFO] [stdout] | [INFO] [stdout] 63 | pub const CS_MODE_M680X_CPU12: cs_mode = cs_mode_CS_MODE_M680X_CPU12; [INFO] [stdout] | -----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | help: a constant with a similar name exists: `CS_MODE_M680X_CPU12` [INFO] [stdout] | similarly named constant `CS_MODE_M680X_CPU12` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cs_mode_CS_MODE_M680X_HCS08` in this scope [INFO] [stdout] --> src/capstone_sys.rs:65:42 [INFO] [stdout] | [INFO] [stdout] 65 | pub const CS_MODE_M680X_HCS08: cs_mode = cs_mode_CS_MODE_M680X_HCS08; [INFO] [stdout] | -----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | help: a constant with a similar name exists: `CS_MODE_M680X_HCS08` [INFO] [stdout] | similarly named constant `CS_MODE_M680X_HCS08` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `cs_tms320c64x_op` in this scope [INFO] [stdout] --> src/capstone_sys.rs:220:6 [INFO] [stdout] | [INFO] [stdout] 220 | impl cs_tms320c64x_op { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `tms320c64x_reg` in this scope [INFO] [stdout] --> src/capstone_sys.rs:221:26 [INFO] [stdout] | [INFO] [stdout] 221 | pub fn reg(&self) -> tms320c64x_reg { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `tms320c64x_op_mem` in this scope [INFO] [stdout] --> src/capstone_sys.rs:227:27 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn mem(&self) -> &tms320c64x_op_mem { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `cs_m680x_op` in this scope [INFO] [stdout] --> src/capstone_sys.rs:233:6 [INFO] [stdout] | [INFO] [stdout] 233 | impl cs_m680x_op { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m680x_reg` in this scope [INFO] [stdout] --> src/capstone_sys.rs:237:26 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn reg(&self) -> m680x_reg { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m680x_op_idx` in this scope [INFO] [stdout] --> src/capstone_sys.rs:240:26 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn idx(&self) -> m680x_op_idx { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m680x_op_rel` in this scope [INFO] [stdout] --> src/capstone_sys.rs:243:26 [INFO] [stdout] | [INFO] [stdout] 243 | pub fn rel(&self) -> m680x_op_rel { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m680x_op_ext` in this scope [INFO] [stdout] --> src/capstone_sys.rs:246:26 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn ext(&self) -> m680x_op_ext { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `cs_m68k_op` in this scope [INFO] [stdout] --> src/capstone_sys.rs:258:6 [INFO] [stdout] | [INFO] [stdout] 258 | impl cs_m68k_op { [INFO] [stdout] | ^^^^^^^^^^ help: a struct with a similar name exists: `cs_mips_op` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:174735 [INFO] [stdout] | [INFO] [stdout] 3 | ...] # [ derive ( Copy , Clone ) ] pub struct cs_mips_op { pub type_ : mips_op_type , pub __bindgen_anon_1 : cs_mips_op__bindgen_ty_1 , }... [INFO] [stdout] | --------------------- similarly named struct `cs_mips_op` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m68k_reg` in this scope [INFO] [stdout] --> src/capstone_sys.rs:268:26 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn reg(&self) -> m68k_reg { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m68k_reg` in this scope [INFO] [stdout] --> src/capstone_sys.rs:271:32 [INFO] [stdout] | [INFO] [stdout] 271 | pub fn reg_pair(&self) -> (m68k_reg, m68k_reg) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m68k_reg` in this scope [INFO] [stdout] --> src/capstone_sys.rs:271:42 [INFO] [stdout] | [INFO] [stdout] 271 | pub fn reg_pair(&self) -> (m68k_reg, m68k_reg) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m68k_op_size` in this scope [INFO] [stdout] --> src/capstone_sys.rs:276:6 [INFO] [stdout] | [INFO] [stdout] 276 | impl m68k_op_size { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m68k_cpu_size` in this scope [INFO] [stdout] --> src/capstone_sys.rs:277:31 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn cpu_size(&self) -> m68k_cpu_size { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m68k_fpu_size` in this scope [INFO] [stdout] --> src/capstone_sys.rs:280:31 [INFO] [stdout] | [INFO] [stdout] 280 | pub fn fpu_size(&self) -> m68k_fpu_size { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m68k_reg` in this scope [INFO] [stdout] --> src/capstone_sys.rs:316:21 [INFO] [stdout] | [INFO] [stdout] 316 | impl_from_into_int!(m68k_reg); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `tms320c64x_reg` in this scope [INFO] [stdout] --> src/capstone_sys.rs:318:21 [INFO] [stdout] | [INFO] [stdout] 318 | impl_from_into_int!(tms320c64x_reg); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `m680x_reg` in this scope [INFO] [stdout] --> src/capstone_sys.rs:320:21 [INFO] [stdout] | [INFO] [stdout] 320 | impl_from_into_int!(m680x_reg); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `tms320c64x_insn_group` in this scope [INFO] [stdout] --> src/capstone_sys.rs:333:21 [INFO] [stdout] | [INFO] [stdout] 333 | impl_from_into_int!(tms320c64x_insn_group); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `evm_insn_group` in this scope [INFO] [stdout] --> src/capstone_sys.rs:335:21 [INFO] [stdout] | [INFO] [stdout] 335 | impl_from_into_int!(evm_insn_group); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: an enum with a similar name exists: `arm_insn_group` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/falcon_capstone-1dd60811bb151556/out/bindings.rs:3:137564 [INFO] [stdout] | [INFO] [stdout] 3 | ...e , PartialEq , Eq , Hash ) ] pub enum arm_insn_group { ARM_GRP_INVALID = 0 , ARM_GRP_JUMP = 1 , ARM_GRP_CRYPTO = 128 , ARM_GRP_DATABA... [INFO] [stdout] | ----------------------- similarly named enum `arm_insn_group` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: Could not document `falcon_capstone`. [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: aborting due to 47 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stdout] Some errors have detailed explanations: E0412, E0425. [INFO] [stdout] [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name falcon_capstone src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="capstone4"' --cfg 'feature="default"' --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-c3bd1cb21e99f2f0.rmeta --cap-lints=warn` (exit code: 1) [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ba40eccd7fbde42c9d848b8d8ba72e52024a138cbc4f499c2148ba94db393a61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba40eccd7fbde42c9d848b8d8ba72e52024a138cbc4f499c2148ba94db393a61", kill_on_drop: false }` [INFO] [stdout] ba40eccd7fbde42c9d848b8d8ba72e52024a138cbc4f499c2148ba94db393a61