Oct 15 08:55:47.187 INFO testing Marcel-B/hannibal against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:55:47.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 08:55:47.643 INFO blam! fe31835a064452a52bb06993829e8463bd0f6fb25c4027e2c849e7770d91edc4 Oct 15 08:55:47.647 INFO running `"docker" "start" "-a" "fe31835a064452a52bb06993829e8463bd0f6fb25c4027e2c849e7770d91edc4"` Oct 15 08:55:48.879 INFO kablam! usermod: no changes Oct 15 08:55:49.019 INFO kablam! Compiling hallo_welt v0.0.1 (/source) Oct 15 08:55:49.767 INFO kablam! warning: unused variable: `i` Oct 15 08:55:49.767 INFO kablam! --> src/main.rs:52:9 Oct 15 08:55:49.767 INFO kablam! | Oct 15 08:55:49.767 INFO kablam! 52 | for i in 1..1000{ Oct 15 08:55:49.767 INFO kablam! | ^ help: consider using `_i` instead Oct 15 08:55:49.767 INFO kablam! | Oct 15 08:55:49.767 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:55:49.767 INFO kablam! Oct 15 08:55:49.767 INFO kablam! warning: unused variable: `j` Oct 15 08:55:49.767 INFO kablam! --> src/main.rs:53:11 Oct 15 08:55:49.767 INFO kablam! | Oct 15 08:55:49.767 INFO kablam! 53 | for j in 1..15{ Oct 15 08:55:49.767 INFO kablam! | ^ help: consider using `_j` instead Oct 15 08:55:49.767 INFO kablam! Oct 15 08:55:49.767 INFO kablam! warning: unused variable: `z` Oct 15 08:55:49.767 INFO kablam! --> src/main.rs:110:9 Oct 15 08:55:49.767 INFO kablam! | Oct 15 08:55:49.767 INFO kablam! 110 | let z = &x[0]; Oct 15 08:55:49.767 INFO kablam! | ^ help: consider using `_z` instead Oct 15 08:55:49.767 INFO kablam! Oct 15 08:55:49.767 INFO kablam! warning: unused variable: `y` Oct 15 08:55:49.767 INFO kablam! --> src/main.rs:114:7 Oct 15 08:55:49.767 INFO kablam! | Oct 15 08:55:49.767 INFO kablam! 114 | let y = x[0].clone(); // Mit clone wird eine Kopie erzeugt Oct 15 08:55:49.767 INFO kablam! | ^ help: consider using `_y` instead Oct 15 08:55:49.767 INFO kablam! Oct 15 08:55:49.779 INFO kablam! warning: static item is never used: `LOREM_IPSUM` Oct 15 08:55:49.779 INFO kablam! --> src/main.rs:12:1 Oct 15 08:55:49.779 INFO kablam! | Oct 15 08:55:49.779 INFO kablam! 12 | / static LOREM_IPSUM: &'static str = Oct 15 08:55:49.779 INFO kablam! 13 | | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod Oct 15 08:55:49.779 INFO kablam! 14 | | tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, Oct 15 08:55:49.779 INFO kablam! 15 | | quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo Oct 15 08:55:49.779 INFO kablam! ... | Oct 15 08:55:49.779 INFO kablam! 18 | | proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Oct 15 08:55:49.779 INFO kablam! 19 | | "; Oct 15 08:55:49.779 INFO kablam! | |__^ Oct 15 08:55:49.779 INFO kablam! | Oct 15 08:55:49.779 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:55:49.779 INFO kablam! Oct 15 08:55:49.779 INFO kablam! warning: variable `fooText` should have a snake case name such as `foo_text` Oct 15 08:55:49.779 INFO kablam! --> src/main.rs:43:9 Oct 15 08:55:49.779 INFO kablam! | Oct 15 08:55:49.779 INFO kablam! 43 | let mut fooText = String::new(); Oct 15 08:55:49.779 INFO kablam! | ^^^^^^^^^^^ Oct 15 08:55:49.779 INFO kablam! | Oct 15 08:55:49.779 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:55:49.779 INFO kablam! Oct 15 08:55:50.807 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.88s Oct 15 08:55:50.807 INFO kablam! su: No module specific data is present Oct 15 08:55:52.107 INFO running `"docker" "rm" "-f" "fe31835a064452a52bb06993829e8463bd0f6fb25c4027e2c849e7770d91edc4"` Oct 15 08:55:52.439 INFO blam! fe31835a064452a52bb06993829e8463bd0f6fb25c4027e2c849e7770d91edc4 Oct 15 08:55:52.447 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 08:55:52.808 INFO blam! 7800f9d700423d116cf08632dc04b3fa1decdc3d3ee4ad6e8ae591750c41a9d1 Oct 15 08:55:52.813 INFO running `"docker" "start" "-a" "7800f9d700423d116cf08632dc04b3fa1decdc3d3ee4ad6e8ae591750c41a9d1"` Oct 15 08:55:54.430 INFO kablam! usermod: no changes Oct 15 08:55:54.507 INFO kablam! Compiling hallo_welt v0.0.1 (/source) Oct 15 08:55:55.203 INFO kablam! warning: unused variable: `i` Oct 15 08:55:55.204 INFO kablam! --> src/main.rs:52:9 Oct 15 08:55:55.204 INFO kablam! | Oct 15 08:55:55.204 INFO kablam! 52 | for i in 1..1000{ Oct 15 08:55:55.204 INFO kablam! | ^ help: consider using `_i` instead Oct 15 08:55:55.205 INFO kablam! | Oct 15 08:55:55.205 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:55:55.205 INFO kablam! Oct 15 08:55:55.206 INFO kablam! warning: unused variable: `j` Oct 15 08:55:55.206 INFO kablam! --> src/main.rs:53:11 Oct 15 08:55:55.206 INFO kablam! | Oct 15 08:55:55.207 INFO kablam! 53 | for j in 1..15{ Oct 15 08:55:55.207 INFO kablam! | ^ help: consider using `_j` instead Oct 15 08:55:55.207 INFO kablam! Oct 15 08:55:55.207 INFO kablam! warning: unused variable: `z` Oct 15 08:55:55.208 INFO kablam! --> src/main.rs:110:9 Oct 15 08:55:55.208 INFO kablam! | Oct 15 08:55:55.208 INFO kablam! 110 | let z = &x[0]; Oct 15 08:55:55.209 INFO kablam! | ^ help: consider using `_z` instead Oct 15 08:55:55.209 INFO kablam! Oct 15 08:55:55.209 INFO kablam! warning: unused variable: `y` Oct 15 08:55:55.209 INFO kablam! --> src/main.rs:114:7 Oct 15 08:55:55.210 INFO kablam! | Oct 15 08:55:55.210 INFO kablam! 114 | let y = x[0].clone(); // Mit clone wird eine Kopie erzeugt Oct 15 08:55:55.210 INFO kablam! | ^ help: consider using `_y` instead Oct 15 08:55:55.211 INFO kablam! Oct 15 08:55:55.211 INFO kablam! warning: static item is never used: `LOREM_IPSUM` Oct 15 08:55:55.211 INFO kablam! --> src/main.rs:12:1 Oct 15 08:55:55.211 INFO kablam! | Oct 15 08:55:55.212 INFO kablam! 12 | / static LOREM_IPSUM: &'static str = Oct 15 08:55:55.212 INFO kablam! 13 | | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod Oct 15 08:55:55.212 INFO kablam! 14 | | tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, Oct 15 08:55:55.213 INFO kablam! 15 | | quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo Oct 15 08:55:55.213 INFO kablam! ... | Oct 15 08:55:55.213 INFO kablam! 18 | | proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Oct 15 08:55:55.214 INFO kablam! 19 | | "; Oct 15 08:55:55.214 INFO kablam! | |__^ Oct 15 08:55:55.214 INFO kablam! | Oct 15 08:55:55.214 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:55:55.215 INFO kablam! Oct 15 08:55:55.215 INFO kablam! warning: variable `fooText` should have a snake case name such as `foo_text` Oct 15 08:55:55.215 INFO kablam! --> src/main.rs:43:9 Oct 15 08:55:55.216 INFO kablam! | Oct 15 08:55:55.216 INFO kablam! 43 | let mut fooText = String::new(); Oct 15 08:55:55.216 INFO kablam! | ^^^^^^^^^^^ Oct 15 08:55:55.216 INFO kablam! | Oct 15 08:55:55.217 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:55:55.217 INFO kablam! Oct 15 08:55:55.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 15 08:55:55.784 INFO kablam! su: No module specific data is present Oct 15 08:55:56.907 INFO running `"docker" "rm" "-f" "7800f9d700423d116cf08632dc04b3fa1decdc3d3ee4ad6e8ae591750c41a9d1"` Oct 15 08:55:57.188 INFO blam! 7800f9d700423d116cf08632dc04b3fa1decdc3d3ee4ad6e8ae591750c41a9d1 Oct 15 08:55:57.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 08:55:57.735 INFO blam! c61d0793a562684c29348ec812883f7e274aca95697442b453e9f3beb34a7ab8 Oct 15 08:55:57.739 INFO running `"docker" "start" "-a" "c61d0793a562684c29348ec812883f7e274aca95697442b453e9f3beb34a7ab8"` Oct 15 08:55:58.939 INFO kablam! usermod: no changes Oct 15 08:55:59.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 08:55:59.003 INFO kablam! Running /target/debug/deps/hallo_welt-5b489ff5fcff8855 Oct 15 08:55:59.013 INFO kablam! su: No module specific data is present Oct 15 08:55:59.013 INFO blam! Oct 15 08:55:59.013 INFO blam! running 0 tests Oct 15 08:55:59.013 INFO blam! Oct 15 08:55:59.013 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:55:59.013 INFO blam! Oct 15 08:55:59.703 INFO running `"docker" "rm" "-f" "c61d0793a562684c29348ec812883f7e274aca95697442b453e9f3beb34a7ab8"` Oct 15 08:55:59.878 INFO blam! c61d0793a562684c29348ec812883f7e274aca95697442b453e9f3beb34a7ab8