[go: up one dir, main page]

Build #4021 2016-08-02 16:03:09

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.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading time v0.0.1
Compiling gcc v0.3.32
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.32/src/lib.rs --crate-name gcc --crate-type lib -g -C metadata=ef3a0616dd2e0463 -C extra-filename=-ef3a0616dd2e0463 --out-dir /home/cratesfyi/time-0.0.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/time-0.0.1/debug/deps -L dependency=/home/cratesfyi/time-0.0.1/debug/deps --cap-lints allow`
Compiling time v0.0.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/time-0.0.1/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/time-0.0.1/debug/build/time-0ebb1a262fe7ca2b --emit=dep-info,link -L dependency=/home/cratesfyi/time-0.0.1/debug -L dependency=/home/cratesfyi/time-0.0.1/debug/deps --extern gcc=/home/cratesfyi/time-0.0.1/debug/deps/libgcc-ef3a0616dd2e0463.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.0.1/build.rs:16:5: 18:50 error: this function takes 2 parameters but 3 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.0.1/build.rs:16     gcc::compile_library("libtime_helpers.a",
^
.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.0.1/build.rs:16:5: 18:50 help: run `rustc --explain E0061` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.0.1/build.rs:16:5: 18:50 note: the following parameter types were expected: &str, &[&str] 
error: aborting due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `time v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/time-0.0.1`,
cause: ChainedError {
error: Could not compile `time`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/time-0.0.1/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/time-0.0.1/debug/build/time-0ebb1a262fe7ca2b --emit=dep-info,link -L dependency=/home/cratesfyi/time-0.0.1/debug -L dependency=/home/cratesfyi/time-0.0.1/debug/deps --extern gcc=/home/cratesfyi/time-0.0.1/debug/deps/libgcc-ef3a0616dd2e0463.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.