[INFO] cloning repository Nefanator/starshine-rs [INFO] running `"git" "clone" "--bare" "git://github.com/Nefanator/starshine-rs.git" "work/cache/sources/gh/Nefanator/starshine-rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Nefanator/starshine-rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/Nefanator/starshine-rs" "work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/Nefanator/starshine-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/Nefanator/starshine-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Nefanator/starshine-rs" "work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/Nefanator/starshine-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/Nefanator/starshine-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ec2b8bb2dd6f0482510c98c630156dea0b39f0e1 [INFO] sha for GitHub repo Nefanator/starshine-rs: ec2b8bb2dd6f0482510c98c630156dea0b39f0e1 [INFO] validating manifest of Nefanator/starshine-rs on toolchain master#5f9c0448dde167128d668da4555879f64e56af1d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Nefanator/starshine-rs on toolchain try#8ec8125bea94852768b56958f05da47666c21ab0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Nefanator/starshine-rs [INFO] finished frobbing Nefanator/starshine-rs [INFO] frobbed toml for Nefanator/starshine-rs written to work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/Nefanator/starshine-rs/Cargo.toml [INFO] started frobbing Nefanator/starshine-rs [INFO] finished frobbing Nefanator/starshine-rs [INFO] frobbed toml for Nefanator/starshine-rs written to work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/Nefanator/starshine-rs/Cargo.toml [INFO] crate Nefanator/starshine-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking Nefanator/starshine-rs against master#5f9c0448dde167128d668da4555879f64e56af1d for pr-62133 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62133/worker-7/master#5f9c0448dde167128d668da4555879f64e56af1d:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/Nefanator/starshine-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 64e4db4941498f56b6b4de1f5303a7ceb95105481234f3110ed26ba8b9c765ff [INFO] running `"docker" "start" "-a" "64e4db4941498f56b6b4de1f5303a7ceb95105481234f3110ed26ba8b9c765ff"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking starshine v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `command` [INFO] [stderr] --> src/lib.rs:19:12 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn run(command: &Command) -> Result<(), &str> { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_command` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `command` [INFO] [stderr] --> src/lib.rs:19:12 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn run(command: &Command) -> Result<(), &str> { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_command` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 1 parameter was supplied [INFO] [stderr] --> tests/integration_tests.rs:5:38 [INFO] [stderr] | [INFO] [stderr] 5 | let add_user_args: Vec = String::new("Starshine.exe add Nathan").split_whitespace().collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 1 parameter was supplied [INFO] [stderr] --> tests/integration_tests.rs:6:40 [INFO] [stderr] | [INFO] [stderr] 6 | let check_user_args: Vec = String::new("Starshine.exe check Nathan").split_whitespace().collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error[E0277]: a collection of type `std::vec::Vec` cannot be built from an iterator over elements of type `&str` [INFO] [stderr] --> tests/integration_tests.rs:5:97 [INFO] [stderr] | [INFO] [stderr] 5 | let add_user_args: Vec = String::new("Starshine.exe add Nathan").split_whitespace().collect(); [INFO] [stderr] | ^^^^^^^ a collection of type `std::vec::Vec` cannot be built from `std::iter::Iterator` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::FromIterator<&str>` is not implemented for `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0277]: a collection of type `std::vec::Vec` cannot be built from an iterator over elements of type `&str` [INFO] [stderr] --> tests/integration_tests.rs:6:101 [INFO] [stderr] | [INFO] [stderr] 6 | let check_user_args: Vec = String::new("Starshine.exe check Nathan").split_whitespace().collect(); [INFO] [stderr] | ^^^^^^^ a collection of type `std::vec::Vec` cannot be built from `std::iter::Iterator` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::FromIterator<&str>` is not implemented for `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `starshine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "64e4db4941498f56b6b4de1f5303a7ceb95105481234f3110ed26ba8b9c765ff"` [INFO] running `"docker" "rm" "-f" "64e4db4941498f56b6b4de1f5303a7ceb95105481234f3110ed26ba8b9c765ff"` [INFO] [stdout] 64e4db4941498f56b6b4de1f5303a7ceb95105481234f3110ed26ba8b9c765ff