Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version
rustc 1.35.0-nightly (0f88167f8 2019-03-18)# docs.rs version
cratesfyi 0.6.0 (32b0d13 2019-03-19)# build log
Updating crates.io index
Downloading crates ...
Downloaded samp v0.1.2
Fresh unicode-xid v0.1.0
Fresh lazy_static v1.3.0
Fresh cfg-if v0.1.7
Fresh bitflags v1.0.4
Compiling colored v1.7.0
Fresh proc-macro2 v0.4.27
Fresh log v0.4.6
Fresh encoding_rs v0.8.17
Running `rustc --crate-name colored /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/colored-1.7.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=d7ee362b9eb2d8d7 -C extra-filename=-d7ee362b9eb2d8d7 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-156bbf0fa79c4ba4.rlib --cap-lints allow`
Fresh quote v0.6.11
Checking fern v0.5.7
Compiling syn v0.15.29
Running `rustc --crate-name syn /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.29/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' -C metadata=b25a66da5b8e853a -C extra-filename=-b25a66da5b8e853a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-033ff60da9f0bc72.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-e06a38e77ac55dc3.rlib --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-948d063333aabf03.rlib --cap-lints allow --cfg syn_can_use_thread_id --cfg syn_can_call_macro_by_path`
Running `rustc --crate-name fern /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/fern-0.5.7/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=6395f467a09c3a60 -C extra-filename=-6395f467a09c3a60 --out-dir /home/cratesfyi/cratesfyi/i686-pc-windows-msvc/debug/deps --target i686-pc-windows-msvc -L dependency=/home/cratesfyi/cratesfyi/i686-pc-windows-msvc/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/i686-pc-windows-msvc/debug/deps/liblog-cdf8e8c64ee27708.rmeta --cap-lints allow`
Compiling samp-sdk v0.9.1
Running `rustc --edition=2018 --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/samp-sdk-0.9.1/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="encoding"' --cfg 'feature="encoding_rs"' -C metadata=df6c96641c9b4c1c -C extra-filename=-df6c96641c9b4c1c --out-dir /home/cratesfyi/cratesfyi/debug/build/samp-sdk-df6c96641c9b4c1c -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern colored=/home/cratesfyi/cratesfyi/debug/deps/libcolored-d7ee362b9eb2d8d7.rlib --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/samp-sdk-df6c96641c9b4c1c/build-script-build`
error: failed to run custom build command for `samp-sdk v0.9.1`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/samp-sdk-df6c96641c9b4c1c/build-script-build` (exit code: 101)
--- stderr
[31merror[0m: samp-sdk can be compiled only for [32mx86[0m target arch.
[33mhelp[0m: install a i686 toolchain for example [32mrustup install stable-i686-pc-windows-msvc[0m
thread 'main' panicked at 'explicit panic', /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/samp-sdk-0.9.1/build.rs:7:9
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
warning: build failed, waiting for other jobs to finish...
thread 'main' panicked at 'ErrorMessage {
msg: "build failed"
}', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.