Oct 10 14:55:36.071 INFO testing sierisimo/algorith-mx-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:55:36.071 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:55:36.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:55:36.396 INFO blam! 85c9c0d203e631a8258936fa7545b490d7ff0f097b854d9fc10bfede6a6bd9e2 Oct 10 14:55:36.400 INFO running `"docker" "start" "-a" "85c9c0d203e631a8258936fa7545b490d7ff0f097b854d9fc10bfede6a6bd9e2"` Oct 10 14:55:37.465 INFO kablam! usermod: no changes Oct 10 14:55:37.524 INFO kablam! Compiling algorith-mx v0.1.0 (/source) Oct 10 14:55:37.947 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 10 14:55:37.947 INFO kablam! --> src/main.rs:13:10 Oct 10 14:55:37.947 INFO kablam! | Oct 10 14:55:37.947 INFO kablam! 13 | while(idx_start != idx_end){ Oct 10 14:55:37.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:55:37.947 INFO kablam! | Oct 10 14:55:37.947 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:55:37.947 INFO kablam! Oct 10 14:55:37.979 INFO kablam! warning: unused variable: `numberToSearch` Oct 10 14:55:37.979 INFO kablam! --> src/main.rs:9:32 Oct 10 14:55:37.980 INFO kablam! | Oct 10 14:55:37.980 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 10 14:55:37.980 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_numberToSearch` instead Oct 10 14:55:37.980 INFO kablam! | Oct 10 14:55:37.980 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:55:37.980 INFO kablam! Oct 10 14:55:37.981 INFO kablam! warning: variable does not need to be mutable Oct 10 14:55:37.981 INFO kablam! --> src/main.rs:10:9 Oct 10 14:55:37.981 INFO kablam! | Oct 10 14:55:37.981 INFO kablam! 10 | let mut idx_start = 0; Oct 10 14:55:37.981 INFO kablam! | ----^^^^^^^^^ Oct 10 14:55:37.981 INFO kablam! | | Oct 10 14:55:37.981 INFO kablam! | help: remove this `mut` Oct 10 14:55:37.981 INFO kablam! | Oct 10 14:55:37.981 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:55:37.981 INFO kablam! Oct 10 14:55:37.981 INFO kablam! warning: variable does not need to be mutable Oct 10 14:55:37.981 INFO kablam! --> src/main.rs:11:9 Oct 10 14:55:37.981 INFO kablam! | Oct 10 14:55:37.981 INFO kablam! 11 | let mut idx_end = arrayOfInts.len(); Oct 10 14:55:37.981 INFO kablam! | ----^^^^^^^ Oct 10 14:55:37.981 INFO kablam! | | Oct 10 14:55:37.981 INFO kablam! | help: remove this `mut` Oct 10 14:55:37.981 INFO kablam! Oct 10 14:55:37.981 INFO kablam! warning: function `bigO` should have a snake case name such as `big_o` Oct 10 14:55:37.981 INFO kablam! --> src/main.rs:9:1 Oct 10 14:55:37.981 INFO kablam! | Oct 10 14:55:37.981 INFO kablam! 9 | / fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 10 14:55:37.981 INFO kablam! 10 | | let mut idx_start = 0; Oct 10 14:55:37.981 INFO kablam! 11 | | let mut idx_end = arrayOfInts.len(); Oct 10 14:55:37.981 INFO kablam! 12 | | Oct 10 14:55:37.981 INFO kablam! ... | Oct 10 14:55:37.981 INFO kablam! 15 | | } Oct 10 14:55:37.981 INFO kablam! 16 | | } Oct 10 14:55:37.981 INFO kablam! | |_^ Oct 10 14:55:37.981 INFO kablam! | Oct 10 14:55:37.981 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 14:55:37.981 INFO kablam! Oct 10 14:55:37.992 INFO kablam! warning: variable `arrayOfInts` should have a snake case name such as `array_of_ints` Oct 10 14:55:37.992 INFO kablam! --> src/main.rs:9:9 Oct 10 14:55:37.992 INFO kablam! | Oct 10 14:55:37.992 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 10 14:55:37.992 INFO kablam! | ^^^^^^^^^^^ Oct 10 14:55:37.992 INFO kablam! Oct 10 14:55:37.992 INFO kablam! warning: variable `numberToSearch` should have a snake case name such as `number_to_search` Oct 10 14:55:37.992 INFO kablam! --> src/main.rs:9:32 Oct 10 14:55:37.992 INFO kablam! | Oct 10 14:55:37.992 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 10 14:55:37.992 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 14:55:37.992 INFO kablam! Oct 10 14:55:38.308 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 10 14:55:38.308 INFO kablam! su: No module specific data is present Oct 10 14:55:38.692 INFO running `"docker" "rm" "-f" "85c9c0d203e631a8258936fa7545b490d7ff0f097b854d9fc10bfede6a6bd9e2"` Oct 10 14:55:38.784 INFO blam! 85c9c0d203e631a8258936fa7545b490d7ff0f097b854d9fc10bfede6a6bd9e2 Oct 10 14:55:38.792 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:55:38.792 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:55:39.156 INFO blam! 53c19ea6f2d9af6595e41950663b39f8b3fd42cc1b984eafd617c528241f83a8 Oct 10 14:55:39.159 INFO running `"docker" "start" "-a" "53c19ea6f2d9af6595e41950663b39f8b3fd42cc1b984eafd617c528241f83a8"` Oct 10 14:55:39.997 INFO kablam! usermod: no changes Oct 10 14:55:40.023 INFO kablam! Compiling algorith-mx v0.1.0 (/source) Oct 10 14:55:40.516 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 10 14:55:40.516 INFO kablam! --> src/main.rs:13:10 Oct 10 14:55:40.516 INFO kablam! | Oct 10 14:55:40.516 INFO kablam! 13 | while(idx_start != idx_end){ Oct 10 14:55:40.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:55:40.516 INFO kablam! | Oct 10 14:55:40.516 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:55:40.516 INFO kablam! Oct 10 14:55:40.559 INFO kablam! warning: unused variable: `numberToSearch` Oct 10 14:55:40.559 INFO kablam! --> src/main.rs:9:32 Oct 10 14:55:40.559 INFO kablam! | Oct 10 14:55:40.559 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 10 14:55:40.559 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_numberToSearch` instead Oct 10 14:55:40.559 INFO kablam! | Oct 10 14:55:40.559 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:55:40.559 INFO kablam! Oct 10 14:55:40.561 INFO kablam! warning: variable does not need to be mutable Oct 10 14:55:40.561 INFO kablam! --> src/main.rs:10:9 Oct 10 14:55:40.561 INFO kablam! | Oct 10 14:55:40.561 INFO kablam! 10 | let mut idx_start = 0; Oct 10 14:55:40.561 INFO kablam! | ----^^^^^^^^^ Oct 10 14:55:40.561 INFO kablam! | | Oct 10 14:55:40.561 INFO kablam! | help: remove this `mut` Oct 10 14:55:40.561 INFO kablam! | Oct 10 14:55:40.561 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:55:40.561 INFO kablam! Oct 10 14:55:40.561 INFO kablam! warning: variable does not need to be mutable Oct 10 14:55:40.561 INFO kablam! --> src/main.rs:11:9 Oct 10 14:55:40.561 INFO kablam! | Oct 10 14:55:40.562 INFO kablam! 11 | let mut idx_end = arrayOfInts.len(); Oct 10 14:55:40.562 INFO kablam! | ----^^^^^^^ Oct 10 14:55:40.562 INFO kablam! | | Oct 10 14:55:40.562 INFO kablam! | help: remove this `mut` Oct 10 14:55:40.562 INFO kablam! Oct 10 14:55:40.562 INFO kablam! warning: function `bigO` should have a snake case name such as `big_o` Oct 10 14:55:40.562 INFO kablam! --> src/main.rs:9:1 Oct 10 14:55:40.562 INFO kablam! | Oct 10 14:55:40.562 INFO kablam! 9 | / fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 10 14:55:40.562 INFO kablam! 10 | | let mut idx_start = 0; Oct 10 14:55:40.562 INFO kablam! 11 | | let mut idx_end = arrayOfInts.len(); Oct 10 14:55:40.562 INFO kablam! 12 | | Oct 10 14:55:40.562 INFO kablam! ... | Oct 10 14:55:40.562 INFO kablam! 15 | | } Oct 10 14:55:40.562 INFO kablam! 16 | | } Oct 10 14:55:40.562 INFO kablam! | |_^ Oct 10 14:55:40.562 INFO kablam! | Oct 10 14:55:40.562 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 14:55:40.562 INFO kablam! Oct 10 14:55:40.562 INFO kablam! warning: variable `arrayOfInts` should have a snake case name such as `array_of_ints` Oct 10 14:55:40.562 INFO kablam! --> src/main.rs:9:9 Oct 10 14:55:40.562 INFO kablam! | Oct 10 14:55:40.562 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 10 14:55:40.562 INFO kablam! | ^^^^^^^^^^^ Oct 10 14:55:40.562 INFO kablam! Oct 10 14:55:40.562 INFO kablam! warning: variable `numberToSearch` should have a snake case name such as `number_to_search` Oct 10 14:55:40.562 INFO kablam! --> src/main.rs:9:32 Oct 10 14:55:40.562 INFO kablam! | Oct 10 14:55:40.563 INFO kablam! 9 | fn bigO(arrayOfInts: Vec, numberToSearch: u32) { Oct 10 14:55:40.563 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 14:55:40.563 INFO kablam! Oct 10 14:55:40.858 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.84s Oct 10 14:55:40.859 INFO kablam! su: No module specific data is present Oct 10 14:55:41.082 INFO running `"docker" "rm" "-f" "53c19ea6f2d9af6595e41950663b39f8b3fd42cc1b984eafd617c528241f83a8"` Oct 10 14:55:41.221 INFO blam! 53c19ea6f2d9af6595e41950663b39f8b3fd42cc1b984eafd617c528241f83a8 Oct 10 14:55:41.222 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:55:41.222 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:55:41.433 INFO blam! 863ca056a368bc07d16c937f0abe69e4dc0cf1a7a7da51727ee0124e32e550ab Oct 10 14:55:41.435 INFO running `"docker" "start" "-a" "863ca056a368bc07d16c937f0abe69e4dc0cf1a7a7da51727ee0124e32e550ab"` Oct 10 14:55:41.957 INFO kablam! usermod: no changes Oct 10 14:55:41.976 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 10 14:55:41.976 INFO kablam! Running /target/debug/deps/algorith_mx-aa1642a432053272 Oct 10 14:55:41.978 INFO blam! Oct 10 14:55:41.978 INFO blam! running 0 tests Oct 10 14:55:41.978 INFO blam! Oct 10 14:55:41.978 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:55:41.978 INFO blam! Oct 10 14:55:41.979 INFO kablam! su: No module specific data is present Oct 10 14:55:42.248 INFO running `"docker" "rm" "-f" "863ca056a368bc07d16c937f0abe69e4dc0cf1a7a7da51727ee0124e32e550ab"` Oct 10 14:55:42.355 INFO blam! 863ca056a368bc07d16c937f0abe69e4dc0cf1a7a7da51727ee0124e32e550ab