Sep 20 04:48:57.711 INFO checking ctf-0.1.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 04:48:57.711 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 04:48:57.711 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:48:57.903 INFO blam! 5e0432a3db9030609c78a71d96606f404da233743de548087d53494186d88cb8 Sep 20 04:48:57.905 INFO running `"docker" "start" "-a" "5e0432a3db9030609c78a71d96606f404da233743de548087d53494186d88cb8"` Sep 20 04:48:58.672 INFO kablam! usermod: no changes Sep 20 04:48:58.690 INFO kablam! Checking ctf v0.1.0 (/source) Sep 20 04:48:58.924 INFO kablam! warning: unused variable: `u` Sep 20 04:48:58.924 INFO kablam! --> src/lib.rs:4:9 Sep 20 04:48:58.924 INFO kablam! | Sep 20 04:48:58.924 INFO kablam! 4 | let u = model::User { id: 42, handle: String::from("alxbl"), access: 999, assigned: None}; Sep 20 04:48:58.924 INFO kablam! | ^ help: consider using `_u` instead Sep 20 04:48:58.924 INFO kablam! | Sep 20 04:48:58.924 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 04:48:58.924 INFO kablam! Sep 20 04:48:58.925 INFO kablam! warning: struct is never constructed: `User` Sep 20 04:48:58.925 INFO kablam! --> src/model.rs:1:1 Sep 20 04:48:58.925 INFO kablam! | Sep 20 04:48:58.925 INFO kablam! 1 | pub struct User { Sep 20 04:48:58.925 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 04:48:58.925 INFO kablam! | Sep 20 04:48:58.925 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 04:48:58.925 INFO kablam! Sep 20 04:48:58.925 INFO kablam! warning: struct is never constructed: `Challenge` Sep 20 04:48:58.925 INFO kablam! --> src/model.rs:8:1 Sep 20 04:48:58.925 INFO kablam! | Sep 20 04:48:58.925 INFO kablam! 8 | pub struct Challenge { Sep 20 04:48:58.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:48:58.925 INFO kablam! Sep 20 04:48:58.925 INFO kablam! warning: enum is never used: `Trail` Sep 20 04:48:58.925 INFO kablam! --> src/model.rs:16:1 Sep 20 04:48:58.925 INFO kablam! | Sep 20 04:48:58.925 INFO kablam! 16 | pub enum Trail { Sep 20 04:48:58.925 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 04:48:58.925 INFO kablam! Sep 20 04:48:58.926 INFO kablam! warning: struct is never constructed: `Event` Sep 20 04:48:58.926 INFO kablam! --> src/model.rs:20:1 Sep 20 04:48:58.926 INFO kablam! | Sep 20 04:48:58.926 INFO kablam! 20 | pub struct Event { Sep 20 04:48:58.926 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 20 04:48:58.926 INFO kablam! Sep 20 04:48:58.926 INFO kablam! warning: function is never used: `open` Sep 20 04:48:58.926 INFO kablam! --> src/lib.rs:3:1 Sep 20 04:48:58.926 INFO kablam! | Sep 20 04:48:58.926 INFO kablam! 3 | fn open() { Sep 20 04:48:58.926 INFO kablam! | ^^^^^^^^^ Sep 20 04:48:58.926 INFO kablam! Sep 20 04:48:58.972 INFO kablam! error[E0425]: cannot find function `open` in this scope Sep 20 04:48:58.972 INFO kablam! --> src/lib.rs:12:9 Sep 20 04:48:58.972 INFO kablam! | Sep 20 04:48:58.972 INFO kablam! 12 | open(); Sep 20 04:48:58.972 INFO kablam! | ^^^^ not found in this scope Sep 20 04:48:58.972 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 04:48:58.972 INFO kablam! | Sep 20 04:48:58.972 INFO kablam! 1 | use open; Sep 20 04:48:58.972 INFO kablam! | Sep 20 04:48:58.972 INFO kablam! Sep 20 04:48:59.035 INFO kablam! error: aborting due to previous error Sep 20 04:48:59.035 INFO kablam! Sep 20 04:48:59.035 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 20 04:48:59.042 INFO kablam! error: Could not compile `ctf`. Sep 20 04:48:59.042 INFO kablam! Sep 20 04:48:59.042 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:48:59.043 INFO kablam! su: No module specific data is present Sep 20 04:48:59.561 INFO running `"docker" "rm" "-f" "5e0432a3db9030609c78a71d96606f404da233743de548087d53494186d88cb8"` Sep 20 04:48:59.650 INFO blam! 5e0432a3db9030609c78a71d96606f404da233743de548087d53494186d88cb8