Sep 06 08:16:50.539 INFO checking ctf-0.1.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 08:16:50.539 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 08:16:50.539 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 08:16:50.766 INFO blam! 3af356fe66b8e74cbc4c6f4b77c170a3b93c8dc71fad39dd20eb2e120d1f2ca3 Sep 06 08:16:50.769 INFO running `"docker" "start" "-a" "3af356fe66b8e74cbc4c6f4b77c170a3b93c8dc71fad39dd20eb2e120d1f2ca3"` Sep 06 08:16:51.905 INFO kablam! usermod: no changes Sep 06 08:16:51.923 INFO kablam! Checking ctf v0.1.0 (file:///source) Sep 06 08:16:52.124 INFO kablam! warning: unused variable: `u` Sep 06 08:16:52.124 INFO kablam! --> src/lib.rs:4:9 Sep 06 08:16:52.124 INFO kablam! | Sep 06 08:16:52.124 INFO kablam! 4 | let u = model::User { id: 42, handle: String::from("alxbl"), access: 999, assigned: None}; Sep 06 08:16:52.124 INFO kablam! | ^ help: consider using `_u` instead Sep 06 08:16:52.124 INFO kablam! | Sep 06 08:16:52.124 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 08:16:52.124 INFO kablam! Sep 06 08:16:52.125 INFO kablam! warning: struct is never constructed: `User` Sep 06 08:16:52.125 INFO kablam! --> src/model.rs:1:1 Sep 06 08:16:52.125 INFO kablam! | Sep 06 08:16:52.125 INFO kablam! 1 | pub struct User { Sep 06 08:16:52.125 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 08:16:52.125 INFO kablam! | Sep 06 08:16:52.125 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 08:16:52.125 INFO kablam! Sep 06 08:16:52.125 INFO kablam! warning: struct is never constructed: `Challenge` Sep 06 08:16:52.125 INFO kablam! --> src/model.rs:8:1 Sep 06 08:16:52.125 INFO kablam! | Sep 06 08:16:52.125 INFO kablam! 8 | pub struct Challenge { Sep 06 08:16:52.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 08:16:52.125 INFO kablam! Sep 06 08:16:52.125 INFO kablam! warning: enum is never used: `Trail` Sep 06 08:16:52.125 INFO kablam! --> src/model.rs:16:1 Sep 06 08:16:52.125 INFO kablam! | Sep 06 08:16:52.125 INFO kablam! 16 | pub enum Trail { Sep 06 08:16:52.125 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 08:16:52.125 INFO kablam! Sep 06 08:16:52.125 INFO kablam! warning: struct is never constructed: `Event` Sep 06 08:16:52.125 INFO kablam! --> src/model.rs:20:1 Sep 06 08:16:52.125 INFO kablam! | Sep 06 08:16:52.125 INFO kablam! 20 | pub struct Event { Sep 06 08:16:52.125 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 06 08:16:52.125 INFO kablam! Sep 06 08:16:52.125 INFO kablam! warning: function is never used: `open` Sep 06 08:16:52.125 INFO kablam! --> src/lib.rs:3:1 Sep 06 08:16:52.125 INFO kablam! | Sep 06 08:16:52.125 INFO kablam! 3 | fn open() { Sep 06 08:16:52.125 INFO kablam! | ^^^^^^^^^ Sep 06 08:16:52.126 INFO kablam! Sep 06 08:16:52.204 INFO kablam! error[E0425]: cannot find function `open` in this scope Sep 06 08:16:52.204 INFO kablam! --> src/lib.rs:12:9 Sep 06 08:16:52.204 INFO kablam! | Sep 06 08:16:52.204 INFO kablam! 12 | open(); Sep 06 08:16:52.204 INFO kablam! | ^^^^ not found in this scope Sep 06 08:16:52.204 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 08:16:52.204 INFO kablam! | Sep 06 08:16:52.204 INFO kablam! 11 | fn use open; Sep 06 08:16:52.204 INFO kablam! | ^^^^^^^^^ Sep 06 08:16:52.204 INFO kablam! Sep 06 08:16:52.279 INFO kablam! error: aborting due to previous error Sep 06 08:16:52.279 INFO kablam! Sep 06 08:16:52.279 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 06 08:16:52.279 INFO kablam! error: Could not compile `ctf`. Sep 06 08:16:52.279 INFO kablam! Sep 06 08:16:52.279 INFO kablam! To learn more, run the command again with --verbose. Sep 06 08:16:52.280 INFO kablam! su: No module specific data is present Sep 06 08:16:52.945 INFO running `"docker" "rm" "-f" "3af356fe66b8e74cbc4c6f4b77c170a3b93c8dc71fad39dd20eb2e120d1f2ca3"` Sep 06 08:16:53.002 INFO blam! 3af356fe66b8e74cbc4c6f4b77c170a3b93c8dc71fad39dd20eb2e120d1f2ca3