Closed jamesray1 closed 6 years ago
error: Could not compile tiny-keccak.
tiny-keccak
Caused by: process didn't exit successfully: rustc --crate-name tiny_keccak /home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-1.4.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b5e8e3638fbc1be2 -C extra-filename=-b5e8e3638fbc1be2 --out-dir /home/james/dod/target/debug/deps -L dependency=/home/james/dod/target/debug/deps --extern crunchy=/home/james/dod/target/debug/deps/libcrunchy-88d10eef0a5335a1.rlib --cap-lints allow (signal: 9, SIGKILL: kill)
rustc --crate-name tiny_keccak /home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-1.4.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b5e8e3638fbc1be2 -C extra-filename=-b5e8e3638fbc1be2 --out-dir /home/james/dod/target/debug/deps -L dependency=/home/james/dod/target/debug/deps --extern crunchy=/home/james/dod/target/debug/deps/libcrunchy-88d10eef0a5335a1.rlib --cap-lints allow
To reproduce:
Clone https://github.com/jamesray1/diamond_drops
and checkout to fix-errors-in-lib-rs
then run cargo make test-all.
cargo make test-all
I'll try updating the version to tiny-keccak = "1.4.2".
That caused cargo make test-all to pass, although it doesn't make sense that it worked before with 1.3, then didn't.
error: Could not compile
tiny-keccak
.Caused by: process didn't exit successfully:
rustc --crate-name tiny_keccak /home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-1.4.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b5e8e3638fbc1be2 -C extra-filename=-b5e8e3638fbc1be2 --out-dir /home/james/dod/target/debug/deps -L dependency=/home/james/dod/target/debug/deps --extern crunchy=/home/james/dod/target/debug/deps/libcrunchy-88d10eef0a5335a1.rlib --cap-lints allow
(signal: 9, SIGKILL: kill)To reproduce:
Clone https://github.com/jamesray1/diamond_drops
and checkout to fix-errors-in-lib-rs
then run
cargo make test-all
.