Oct 13 00:25:08.662 INFO testing sierisimo/algorith-mx-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:25:08.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 00:25:08.879 INFO blam! 19910358a2991e694209f1618a1376b00c57f414d30b5e79736e48c0c2a3a8f1 Oct 13 00:25:08.879 INFO running `"docker" "start" "-a" "19910358a2991e694209f1618a1376b00c57f414d30b5e79736e48c0c2a3a8f1"` Oct 13 00:25:09.923 INFO kablam! usermod: no changes Oct 13 00:25:09.995 INFO kablam! Compiling algorith-mx v0.1.0 (/source) Oct 13 00:25:10.249 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 13 00:25:10.249 INFO kablam! --> src/main.rs:13:10 Oct 13 00:25:10.249 INFO kablam! | Oct 13 00:25:10.249 INFO kablam! 13 | while(idx_start != idx_end){ Oct 13 00:25:10.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 00:25:10.249 INFO kablam! | Oct 13 00:25:10.249 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 00:25:10.249 INFO kablam! Oct 13 00:25:10.300 INFO kablam! warning: unused variable: `numberToSearch` Oct 13 00:25:10.300 INFO kablam! --> src/main.rs:9:32 Oct 13 00:25:10.300 INFO kablam! | Oct 13 00:25:10.301 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 13 00:25:10.301 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_numberToSearch` instead Oct 13 00:25:10.301 INFO kablam! | Oct 13 00:25:10.301 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:25:10.301 INFO kablam! Oct 13 00:25:10.301 INFO kablam! warning: variable does not need to be mutable Oct 13 00:25:10.301 INFO kablam! --> src/main.rs:10:9 Oct 13 00:25:10.301 INFO kablam! | Oct 13 00:25:10.301 INFO kablam! 10 | let mut idx_start = 0; Oct 13 00:25:10.301 INFO kablam! | ----^^^^^^^^^ Oct 13 00:25:10.301 INFO kablam! | | Oct 13 00:25:10.301 INFO kablam! | help: remove this `mut` Oct 13 00:25:10.301 INFO kablam! | Oct 13 00:25:10.301 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:25:10.301 INFO kablam! Oct 13 00:25:10.301 INFO kablam! warning: variable does not need to be mutable Oct 13 00:25:10.301 INFO kablam! --> src/main.rs:11:9 Oct 13 00:25:10.301 INFO kablam! | Oct 13 00:25:10.301 INFO kablam! 11 | let mut idx_end = arrayOfInts.len(); Oct 13 00:25:10.301 INFO kablam! | ----^^^^^^^ Oct 13 00:25:10.301 INFO kablam! | | Oct 13 00:25:10.301 INFO kablam! | help: remove this `mut` Oct 13 00:25:10.301 INFO kablam! Oct 13 00:25:10.301 INFO kablam! warning: function `bigO` should have a snake case name such as `big_o` Oct 13 00:25:10.301 INFO kablam! --> src/main.rs:9:1 Oct 13 00:25:10.301 INFO kablam! | Oct 13 00:25:10.301 INFO kablam! 9 | / fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 13 00:25:10.301 INFO kablam! 10 | | let mut idx_start = 0; Oct 13 00:25:10.301 INFO kablam! 11 | | let mut idx_end = arrayOfInts.len(); Oct 13 00:25:10.301 INFO kablam! 12 | | Oct 13 00:25:10.301 INFO kablam! ... | Oct 13 00:25:10.301 INFO kablam! 15 | | } Oct 13 00:25:10.301 INFO kablam! 16 | | } Oct 13 00:25:10.301 INFO kablam! | |_^ Oct 13 00:25:10.301 INFO kablam! | Oct 13 00:25:10.301 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 00:25:10.301 INFO kablam! Oct 13 00:25:10.301 INFO kablam! warning: variable `arrayOfInts` should have a snake case name such as `array_of_ints` Oct 13 00:25:10.301 INFO kablam! --> src/main.rs:9:9 Oct 13 00:25:10.301 INFO kablam! | Oct 13 00:25:10.301 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 13 00:25:10.301 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:25:10.301 INFO kablam! Oct 13 00:25:10.301 INFO kablam! warning: variable `numberToSearch` should have a snake case name such as `number_to_search` Oct 13 00:25:10.301 INFO kablam! --> src/main.rs:9:32 Oct 13 00:25:10.301 INFO kablam! | Oct 13 00:25:10.301 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 13 00:25:10.301 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:25:10.301 INFO kablam! Oct 13 00:25:10.795 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.84s Oct 13 00:25:10.795 INFO kablam! su: No module specific data is present Oct 13 00:25:11.297 INFO running `"docker" "rm" "-f" "19910358a2991e694209f1618a1376b00c57f414d30b5e79736e48c0c2a3a8f1"` Oct 13 00:25:11.661 INFO blam! 19910358a2991e694209f1618a1376b00c57f414d30b5e79736e48c0c2a3a8f1 Oct 13 00:25:11.664 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 00:25:12.051 INFO blam! 375ec34a36698c7e1c7476cfb0e5b1fe84d477438697eb6e09ccec58a481c996 Oct 13 00:25:12.059 INFO running `"docker" "start" "-a" "375ec34a36698c7e1c7476cfb0e5b1fe84d477438697eb6e09ccec58a481c996"` Oct 13 00:25:13.170 INFO kablam! usermod: no changes Oct 13 00:25:13.207 INFO kablam! Compiling algorith-mx v0.1.0 (/source) Oct 13 00:25:13.404 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 13 00:25:13.404 INFO kablam! --> src/main.rs:13:10 Oct 13 00:25:13.404 INFO kablam! | Oct 13 00:25:13.404 INFO kablam! 13 | while(idx_start != idx_end){ Oct 13 00:25:13.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 00:25:13.404 INFO kablam! | Oct 13 00:25:13.404 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 00:25:13.404 INFO kablam! Oct 13 00:25:13.452 INFO kablam! warning: unused variable: `numberToSearch` Oct 13 00:25:13.452 INFO kablam! --> src/main.rs:9:32 Oct 13 00:25:13.452 INFO kablam! | Oct 13 00:25:13.452 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 13 00:25:13.452 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_numberToSearch` instead Oct 13 00:25:13.452 INFO kablam! | Oct 13 00:25:13.453 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:25:13.453 INFO kablam! Oct 13 00:25:13.454 INFO kablam! warning: variable does not need to be mutable Oct 13 00:25:13.454 INFO kablam! --> src/main.rs:10:9 Oct 13 00:25:13.454 INFO kablam! | Oct 13 00:25:13.454 INFO kablam! 10 | let mut idx_start = 0; Oct 13 00:25:13.454 INFO kablam! | ----^^^^^^^^^ Oct 13 00:25:13.454 INFO kablam! | | Oct 13 00:25:13.454 INFO kablam! | help: remove this `mut` Oct 13 00:25:13.454 INFO kablam! | Oct 13 00:25:13.455 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:25:13.455 INFO kablam! Oct 13 00:25:13.455 INFO kablam! warning: variable does not need to be mutable Oct 13 00:25:13.455 INFO kablam! --> src/main.rs:11:9 Oct 13 00:25:13.455 INFO kablam! | Oct 13 00:25:13.455 INFO kablam! 11 | let mut idx_end = arrayOfInts.len(); Oct 13 00:25:13.455 INFO kablam! | ----^^^^^^^ Oct 13 00:25:13.455 INFO kablam! | | Oct 13 00:25:13.455 INFO kablam! | help: remove this `mut` Oct 13 00:25:13.455 INFO kablam! Oct 13 00:25:13.455 INFO kablam! warning: function `bigO` should have a snake case name such as `big_o` Oct 13 00:25:13.455 INFO kablam! --> src/main.rs:9:1 Oct 13 00:25:13.455 INFO kablam! | Oct 13 00:25:13.455 INFO kablam! 9 | / fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 13 00:25:13.455 INFO kablam! 10 | | let mut idx_start = 0; Oct 13 00:25:13.455 INFO kablam! 11 | | let mut idx_end = arrayOfInts.len(); Oct 13 00:25:13.455 INFO kablam! 12 | | Oct 13 00:25:13.455 INFO kablam! ... | Oct 13 00:25:13.455 INFO kablam! 15 | | } Oct 13 00:25:13.455 INFO kablam! 16 | | } Oct 13 00:25:13.455 INFO kablam! | |_^ Oct 13 00:25:13.455 INFO kablam! | Oct 13 00:25:13.455 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 00:25:13.455 INFO kablam! Oct 13 00:25:13.455 INFO kablam! warning: variable `arrayOfInts` should have a snake case name such as `array_of_ints` Oct 13 00:25:13.455 INFO kablam! --> src/main.rs:9:9 Oct 13 00:25:13.455 INFO kablam! | Oct 13 00:25:13.455 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 13 00:25:13.455 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:25:13.455 INFO kablam! Oct 13 00:25:13.455 INFO kablam! warning: variable `numberToSearch` should have a snake case name such as `number_to_search` Oct 13 00:25:13.455 INFO kablam! --> src/main.rs:9:32 Oct 13 00:25:13.455 INFO kablam! | Oct 13 00:25:13.455 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 13 00:25:13.455 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:25:13.455 INFO kablam! Oct 13 00:25:14.118 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 13 00:25:14.120 INFO kablam! su: No module specific data is present Oct 13 00:25:14.581 INFO running `"docker" "rm" "-f" "375ec34a36698c7e1c7476cfb0e5b1fe84d477438697eb6e09ccec58a481c996"` Oct 13 00:25:14.843 INFO blam! 375ec34a36698c7e1c7476cfb0e5b1fe84d477438697eb6e09ccec58a481c996 Oct 13 00:25:14.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 00:25:15.012 INFO blam! c1e123b57c1c70f039ed3094cf44a16394464f375d047c896d8ff85926ad6957 Oct 13 00:25:15.013 INFO running `"docker" "start" "-a" "c1e123b57c1c70f039ed3094cf44a16394464f375d047c896d8ff85926ad6957"` Oct 13 00:25:15.376 INFO kablam! usermod: no changes Oct 13 00:25:15.397 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 00:25:15.397 INFO kablam! Running /target/debug/deps/algorith_mx-aa1642a432053272 Oct 13 00:25:15.399 INFO blam! Oct 13 00:25:15.399 INFO blam! running 0 tests Oct 13 00:25:15.399 INFO blam! Oct 13 00:25:15.399 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:25:15.399 INFO blam! Oct 13 00:25:15.403 INFO kablam! su: No module specific data is present Oct 13 00:25:15.671 INFO running `"docker" "rm" "-f" "c1e123b57c1c70f039ed3094cf44a16394464f375d047c896d8ff85926ad6957"` Oct 13 00:25:15.758 INFO blam! c1e123b57c1c70f039ed3094cf44a16394464f375d047c896d8ff85926ad6957