Sep 04 20:23:48.893 INFO checking ctf-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 20:23:48.893 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 20:23:48.893 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:23:49.061 INFO blam! bb07e872842c8530d2131077c4b8b2dddd01dd30b9e9ee43d368f0c48c876917 Sep 04 20:23:49.063 INFO running `"docker" "start" "-a" "bb07e872842c8530d2131077c4b8b2dddd01dd30b9e9ee43d368f0c48c876917"` Sep 04 20:23:49.744 INFO kablam! Checking ctf v0.1.0 (file:///source) Sep 04 20:23:50.463 INFO kablam! warning: unused variable: `u` Sep 04 20:23:50.464 INFO kablam! --> src/lib.rs:4:9 Sep 04 20:23:50.464 INFO kablam! | Sep 04 20:23:50.464 INFO kablam! 4 | let u = model::User { id: 42, handle: String::from("alxbl"), access: 999, assigned: None}; Sep 04 20:23:50.464 INFO kablam! | ^ help: consider using `_u` instead Sep 04 20:23:50.464 INFO kablam! | Sep 04 20:23:50.464 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 20:23:50.464 INFO kablam! Sep 04 20:23:50.466 INFO kablam! warning: struct is never constructed: `User` Sep 04 20:23:50.466 INFO kablam! --> src/model.rs:1:1 Sep 04 20:23:50.466 INFO kablam! | Sep 04 20:23:50.466 INFO kablam! 1 | pub struct User { Sep 04 20:23:50.466 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 20:23:50.466 INFO kablam! | Sep 04 20:23:50.466 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 20:23:50.466 INFO kablam! Sep 04 20:23:50.466 INFO kablam! warning: struct is never constructed: `Challenge` Sep 04 20:23:50.466 INFO kablam! --> src/model.rs:8:1 Sep 04 20:23:50.466 INFO kablam! | Sep 04 20:23:50.466 INFO kablam! 8 | pub struct Challenge { Sep 04 20:23:50.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 20:23:50.466 INFO kablam! Sep 04 20:23:50.467 INFO kablam! warning: enum is never used: `Trail` Sep 04 20:23:50.467 INFO kablam! --> src/model.rs:16:1 Sep 04 20:23:50.467 INFO kablam! | Sep 04 20:23:50.467 INFO kablam! 16 | pub enum Trail { Sep 04 20:23:50.467 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 20:23:50.467 INFO kablam! Sep 04 20:23:50.467 INFO kablam! warning: struct is never constructed: `Event` Sep 04 20:23:50.467 INFO kablam! --> src/model.rs:20:1 Sep 04 20:23:50.467 INFO kablam! | Sep 04 20:23:50.467 INFO kablam! 20 | pub struct Event { Sep 04 20:23:50.467 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 20:23:50.467 INFO kablam! Sep 04 20:23:50.467 INFO kablam! warning: function is never used: `open` Sep 04 20:23:50.467 INFO kablam! --> src/lib.rs:3:1 Sep 04 20:23:50.467 INFO kablam! | Sep 04 20:23:50.467 INFO kablam! 3 | fn open() { Sep 04 20:23:50.467 INFO kablam! | ^^^^^^^^^ Sep 04 20:23:50.467 INFO kablam! Sep 04 20:23:50.532 INFO kablam! error[E0425]: cannot find function `open` in this scope Sep 04 20:23:50.532 INFO kablam! --> src/lib.rs:12:9 Sep 04 20:23:50.532 INFO kablam! | Sep 04 20:23:50.532 INFO kablam! 12 | open(); Sep 04 20:23:50.532 INFO kablam! | ^^^^ not found in this scope Sep 04 20:23:50.532 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 20:23:50.532 INFO kablam! | Sep 04 20:23:50.532 INFO kablam! 11 | fn use open; Sep 04 20:23:50.532 INFO kablam! | ^^^^^^^^^ Sep 04 20:23:50.532 INFO kablam! Sep 04 20:23:50.710 INFO kablam! error: aborting due to previous error Sep 04 20:23:50.710 INFO kablam! Sep 04 20:23:50.710 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 04 20:23:50.718 INFO kablam! error: Could not compile `ctf`. Sep 04 20:23:50.719 INFO kablam! Sep 04 20:23:50.719 INFO kablam! To learn more, run the command again with --verbose. Sep 04 20:23:50.720 INFO kablam! su: No module specific data is present Sep 04 20:23:51.280 INFO running `"docker" "rm" "-f" "bb07e872842c8530d2131077c4b8b2dddd01dd30b9e9ee43d368f0c48c876917"` Sep 04 20:23:51.406 INFO blam! bb07e872842c8530d2131077c4b8b2dddd01dd30b9e9ee43d368f0c48c876917