Oct 21 21:00:13.759 INFO checking Marcel-B/hannibal against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:00:13.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 21:00:14.312 INFO blam! 6fc1c19ef3508064500f05c7d68e52b578eebdc908543543bb9ef3bb3c545307 Oct 21 21:00:14.314 INFO running `"docker" "start" "-a" "6fc1c19ef3508064500f05c7d68e52b578eebdc908543543bb9ef3bb3c545307"` Oct 21 21:00:16.262 INFO kablam! usermod: no changes Oct 21 21:00:16.340 INFO kablam! Checking hallo_welt v0.0.1 (/source) Oct 21 21:00:17.669 INFO kablam! warning: unused variable: `i` Oct 21 21:00:17.669 INFO kablam! --> src/main.rs:52:9 Oct 21 21:00:17.669 INFO kablam! | Oct 21 21:00:17.670 INFO kablam! 52 | for i in 1..1000{ Oct 21 21:00:17.670 INFO kablam! | ^ help: consider using `_i` instead Oct 21 21:00:17.670 INFO kablam! | Oct 21 21:00:17.671 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:00:17.671 INFO kablam! Oct 21 21:00:17.671 INFO kablam! warning: unused variable: `j` Oct 21 21:00:17.672 INFO kablam! --> src/main.rs:53:11 Oct 21 21:00:17.672 INFO kablam! | Oct 21 21:00:17.672 INFO kablam! 53 | for j in 1..15{ Oct 21 21:00:17.672 INFO kablam! | ^ help: consider using `_j` instead Oct 21 21:00:17.673 INFO kablam! Oct 21 21:00:17.673 INFO kablam! warning: unused variable: `z` Oct 21 21:00:17.673 INFO kablam! --> src/main.rs:110:9 Oct 21 21:00:17.673 INFO kablam! | Oct 21 21:00:17.674 INFO kablam! 110 | let z = &x[0]; Oct 21 21:00:17.674 INFO kablam! | ^ help: consider using `_z` instead Oct 21 21:00:17.674 INFO kablam! Oct 21 21:00:17.675 INFO kablam! warning: unused variable: `y` Oct 21 21:00:17.675 INFO kablam! --> src/main.rs:114:7 Oct 21 21:00:17.675 INFO kablam! | Oct 21 21:00:17.675 INFO kablam! 114 | let y = x[0].clone(); // Mit clone wird eine Kopie erzeugt Oct 21 21:00:17.676 INFO kablam! | ^ help: consider using `_y` instead Oct 21 21:00:17.676 INFO kablam! Oct 21 21:00:17.689 INFO kablam! warning: static item is never used: `LOREM_IPSUM` Oct 21 21:00:17.689 INFO kablam! --> src/main.rs:12:1 Oct 21 21:00:17.689 INFO kablam! | Oct 21 21:00:17.690 INFO kablam! 12 | / static LOREM_IPSUM: &'static str = Oct 21 21:00:17.690 INFO kablam! 13 | | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod Oct 21 21:00:17.690 INFO kablam! 14 | | tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, Oct 21 21:00:17.690 INFO kablam! 15 | | quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo Oct 21 21:00:17.691 INFO kablam! ... | Oct 21 21:00:17.691 INFO kablam! 18 | | proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Oct 21 21:00:17.691 INFO kablam! 19 | | "; Oct 21 21:00:17.691 INFO kablam! | |__^ Oct 21 21:00:17.692 INFO kablam! | Oct 21 21:00:17.692 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:00:17.692 INFO kablam! Oct 21 21:00:17.693 INFO kablam! warning: variable `fooText` should have a snake case name such as `foo_text` Oct 21 21:00:17.693 INFO kablam! --> src/main.rs:43:9 Oct 21 21:00:17.693 INFO kablam! | Oct 21 21:00:17.693 INFO kablam! 43 | let mut fooText = String::new(); Oct 21 21:00:17.694 INFO kablam! | ^^^^^^^^^^^ Oct 21 21:00:17.694 INFO kablam! | Oct 21 21:00:17.694 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:00:17.694 INFO kablam! Oct 21 21:00:17.909 INFO kablam! warning: unused variable: `i` Oct 21 21:00:17.909 INFO kablam! --> src/main.rs:52:9 Oct 21 21:00:17.910 INFO kablam! | Oct 21 21:00:17.910 INFO kablam! 52 | for i in 1..1000{ Oct 21 21:00:17.910 INFO kablam! | ^ help: consider using `_i` instead Oct 21 21:00:17.910 INFO kablam! | Oct 21 21:00:17.911 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:00:17.911 INFO kablam! Oct 21 21:00:17.911 INFO kablam! warning: unused variable: `j` Oct 21 21:00:17.912 INFO kablam! --> src/main.rs:53:11 Oct 21 21:00:17.912 INFO kablam! | Oct 21 21:00:17.912 INFO kablam! 53 | for j in 1..15{ Oct 21 21:00:17.913 INFO kablam! | ^ help: consider using `_j` instead Oct 21 21:00:17.913 INFO kablam! Oct 21 21:00:17.913 INFO kablam! warning: unused variable: `z` Oct 21 21:00:17.913 INFO kablam! --> src/main.rs:110:9 Oct 21 21:00:17.913 INFO kablam! | Oct 21 21:00:17.913 INFO kablam! 110 | let z = &x[0]; Oct 21 21:00:17.913 INFO kablam! | ^ help: consider using `_z` instead Oct 21 21:00:17.913 INFO kablam! Oct 21 21:00:17.913 INFO kablam! warning: unused variable: `y` Oct 21 21:00:17.913 INFO kablam! --> src/main.rs:114:7 Oct 21 21:00:17.913 INFO kablam! | Oct 21 21:00:17.913 INFO kablam! 114 | let y = x[0].clone(); // Mit clone wird eine Kopie erzeugt Oct 21 21:00:17.913 INFO kablam! | ^ help: consider using `_y` instead Oct 21 21:00:17.913 INFO kablam! Oct 21 21:00:17.936 INFO kablam! warning: static item is never used: `LOREM_IPSUM` Oct 21 21:00:17.936 INFO kablam! --> src/main.rs:12:1 Oct 21 21:00:17.936 INFO kablam! | Oct 21 21:00:17.936 INFO kablam! 12 | / static LOREM_IPSUM: &'static str = Oct 21 21:00:17.936 INFO kablam! 13 | | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod Oct 21 21:00:17.936 INFO kablam! 14 | | tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, Oct 21 21:00:17.936 INFO kablam! 15 | | quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo Oct 21 21:00:17.936 INFO kablam! ... | Oct 21 21:00:17.936 INFO kablam! 18 | | proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Oct 21 21:00:17.936 INFO kablam! 19 | | "; Oct 21 21:00:17.936 INFO kablam! | |__^ Oct 21 21:00:17.936 INFO kablam! | Oct 21 21:00:17.936 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:00:17.936 INFO kablam! Oct 21 21:00:17.937 INFO kablam! warning: variable `fooText` should have a snake case name such as `foo_text` Oct 21 21:00:17.937 INFO kablam! --> src/main.rs:43:9 Oct 21 21:00:17.937 INFO kablam! | Oct 21 21:00:17.937 INFO kablam! 43 | let mut fooText = String::new(); Oct 21 21:00:17.937 INFO kablam! | ^^^^^^^^^^^ Oct 21 21:00:17.937 INFO kablam! | Oct 21 21:00:17.937 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:00:17.937 INFO kablam! Oct 21 21:00:18.005 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 21 21:00:18.010 INFO kablam! su: No module specific data is present Oct 21 21:00:19.008 INFO running `"docker" "rm" "-f" "6fc1c19ef3508064500f05c7d68e52b578eebdc908543543bb9ef3bb3c545307"` Oct 21 21:00:19.272 INFO blam! 6fc1c19ef3508064500f05c7d68e52b578eebdc908543543bb9ef3bb3c545307