Oct 11 05:42:24.087 INFO testing MaXiaoye/CAS706_assignment1_Rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:42:24.087 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:42:24.087 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 11 05:42:24.334 INFO blam! 95a78cc2d3b168e2affbace4e64c4a917b0b8dfef6d5e235855d5d20383989d8 Oct 11 05:42:24.337 INFO running `"docker" "start" "-a" "95a78cc2d3b168e2affbace4e64c4a917b0b8dfef6d5e235855d5d20383989d8"` Oct 11 05:42:25.038 INFO kablam! usermod: no changes Oct 11 05:42:25.072 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 05:42:25.072 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 05:42:25.072 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 05:42:25.072 INFO kablam! files will be included as a binary target: Oct 11 05:42:25.072 INFO kablam! Oct 11 05:42:25.072 INFO kablam! * /source/src/main.rs Oct 11 05:42:25.072 INFO kablam! Oct 11 05:42:25.072 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 05:42:25.072 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 05:42:25.072 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 05:42:25.072 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 05:42:25.072 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 05:42:25.072 INFO kablam! Oct 11 05:42:25.072 INFO kablam! For more information on this warning you can consult Oct 11 05:42:25.072 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 05:42:25.072 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello_world`, Oct 11 05:42:25.072 INFO kablam! please set bin.path in Cargo.toml Oct 11 05:42:25.074 INFO kablam! Compiling quick_sort v0.0.1 (/source) Oct 11 05:42:25.711 INFO kablam! warning: unused variable: `list_size` Oct 11 05:42:25.711 INFO kablam! --> src/main.rs:46:9 Oct 11 05:42:25.711 INFO kablam! | Oct 11 05:42:25.711 INFO kablam! 46 | let list_size = a.len() - 1; Oct 11 05:42:25.711 INFO kablam! | ^^^^^^^^^ help: consider using `_list_size` instead Oct 11 05:42:25.711 INFO kablam! | Oct 11 05:42:25.711 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:42:25.711 INFO kablam! Oct 11 05:42:25.716 INFO kablam! warning: variable does not need to be mutable Oct 11 05:42:25.716 INFO kablam! --> src/main.rs:4:6 Oct 11 05:42:25.716 INFO kablam! | Oct 11 05:42:25.716 INFO kablam! 4 | let mut list = list; Oct 11 05:42:25.716 INFO kablam! | ----^^^^ Oct 11 05:42:25.716 INFO kablam! | | Oct 11 05:42:25.716 INFO kablam! | help: remove this `mut` Oct 11 05:42:25.716 INFO kablam! | Oct 11 05:42:25.716 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:42:25.716 INFO kablam! Oct 11 05:42:26.084 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 11 05:42:26.088 INFO kablam! su: No module specific data is present Oct 11 05:42:26.562 INFO running `"docker" "rm" "-f" "95a78cc2d3b168e2affbace4e64c4a917b0b8dfef6d5e235855d5d20383989d8"` Oct 11 05:42:26.671 INFO blam! 95a78cc2d3b168e2affbace4e64c4a917b0b8dfef6d5e235855d5d20383989d8 Oct 11 05:42:26.672 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:42:26.672 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 11 05:42:26.961 INFO blam! 3db65322ca97f14cb383d60cb4cf783a3d9cda6d2f2037350bb33663d67d11c4 Oct 11 05:42:26.962 INFO running `"docker" "start" "-a" "3db65322ca97f14cb383d60cb4cf783a3d9cda6d2f2037350bb33663d67d11c4"` Oct 11 05:42:27.503 INFO kablam! usermod: no changes Oct 11 05:42:27.537 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 05:42:27.537 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 05:42:27.537 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 05:42:27.537 INFO kablam! files will be included as a binary target: Oct 11 05:42:27.537 INFO kablam! Oct 11 05:42:27.537 INFO kablam! * /source/src/main.rs Oct 11 05:42:27.537 INFO kablam! Oct 11 05:42:27.537 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 05:42:27.537 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 05:42:27.537 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 05:42:27.537 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 05:42:27.537 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 05:42:27.537 INFO kablam! Oct 11 05:42:27.537 INFO kablam! For more information on this warning you can consult Oct 11 05:42:27.537 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 05:42:27.537 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello_world`, Oct 11 05:42:27.537 INFO kablam! please set bin.path in Cargo.toml Oct 11 05:42:27.537 INFO kablam! Compiling quick_sort v0.0.1 (/source) Oct 11 05:42:28.344 INFO kablam! warning: unused variable: `list_size` Oct 11 05:42:28.344 INFO kablam! --> src/main.rs:46:9 Oct 11 05:42:28.344 INFO kablam! | Oct 11 05:42:28.344 INFO kablam! 46 | let list_size = a.len() - 1; Oct 11 05:42:28.344 INFO kablam! | ^^^^^^^^^ help: consider using `_list_size` instead Oct 11 05:42:28.344 INFO kablam! | Oct 11 05:42:28.344 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:42:28.344 INFO kablam! Oct 11 05:42:28.344 INFO kablam! warning: variable does not need to be mutable Oct 11 05:42:28.344 INFO kablam! --> src/main.rs:4:6 Oct 11 05:42:28.344 INFO kablam! | Oct 11 05:42:28.344 INFO kablam! 4 | let mut list = list; Oct 11 05:42:28.344 INFO kablam! | ----^^^^ Oct 11 05:42:28.344 INFO kablam! | | Oct 11 05:42:28.344 INFO kablam! | help: remove this `mut` Oct 11 05:42:28.344 INFO kablam! | Oct 11 05:42:28.344 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:42:28.344 INFO kablam! Oct 11 05:42:28.838 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 11 05:42:28.840 INFO kablam! su: No module specific data is present Oct 11 05:42:29.366 INFO running `"docker" "rm" "-f" "3db65322ca97f14cb383d60cb4cf783a3d9cda6d2f2037350bb33663d67d11c4"` Oct 11 05:42:29.668 INFO blam! 3db65322ca97f14cb383d60cb4cf783a3d9cda6d2f2037350bb33663d67d11c4 Oct 11 05:42:29.676 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:42:29.676 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 11 05:42:30.068 INFO blam! 963500c2e640c77a7b669850f2f9d481379b784a67dd7ae15bff354aa99e2c06 Oct 11 05:42:30.076 INFO running `"docker" "start" "-a" "963500c2e640c77a7b669850f2f9d481379b784a67dd7ae15bff354aa99e2c06"` Oct 11 05:42:31.084 INFO kablam! usermod: no changes Oct 11 05:42:31.129 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 05:42:31.129 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 05:42:31.129 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 05:42:31.129 INFO kablam! files will be included as a binary target: Oct 11 05:42:31.129 INFO kablam! Oct 11 05:42:31.129 INFO kablam! * /source/src/main.rs Oct 11 05:42:31.129 INFO kablam! Oct 11 05:42:31.129 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 05:42:31.129 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 05:42:31.129 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 05:42:31.129 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 05:42:31.129 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 05:42:31.129 INFO kablam! Oct 11 05:42:31.129 INFO kablam! For more information on this warning you can consult Oct 11 05:42:31.129 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 05:42:31.129 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello_world`, Oct 11 05:42:31.129 INFO kablam! please set bin.path in Cargo.toml Oct 11 05:42:31.132 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 05:42:31.136 INFO kablam! Running /target/debug/deps/hello_world-20fd49795575b364 Oct 11 05:42:31.140 INFO blam! Oct 11 05:42:31.140 INFO blam! running 0 tests Oct 11 05:42:31.140 INFO blam! Oct 11 05:42:31.140 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:42:31.140 INFO blam! Oct 11 05:42:31.160 INFO kablam! su: No module specific data is present Oct 11 05:42:31.797 INFO running `"docker" "rm" "-f" "963500c2e640c77a7b669850f2f9d481379b784a67dd7ae15bff354aa99e2c06"` Oct 11 05:42:31.996 INFO blam! 963500c2e640c77a7b669850f2f9d481379b784a67dd7ae15bff354aa99e2c06