Oct 15 09:01:46.010 INFO testing MaXiaoye/CAS706_assignment1_Rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:01:46.010 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 09:01:46.347 INFO blam! 58b6ae184af5b8efe64d1cb6fbb4503df7635383ce52396f1dc618d8a4816814 Oct 15 09:01:46.363 INFO running `"docker" "start" "-a" "58b6ae184af5b8efe64d1cb6fbb4503df7635383ce52396f1dc618d8a4816814"` Oct 15 09:01:47.899 INFO kablam! usermod: no changes Oct 15 09:01:47.963 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 09:01:47.963 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 09:01:47.963 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 09:01:47.963 INFO kablam! files will be included as a binary target: Oct 15 09:01:47.963 INFO kablam! Oct 15 09:01:47.963 INFO kablam! * /source/src/main.rs Oct 15 09:01:47.963 INFO kablam! Oct 15 09:01:47.963 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 09:01:47.963 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 09:01:47.963 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 09:01:47.963 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 09:01:47.963 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 09:01:47.963 INFO kablam! Oct 15 09:01:47.963 INFO kablam! For more information on this warning you can consult Oct 15 09:01:47.963 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 09:01:47.963 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello_world`, Oct 15 09:01:47.963 INFO kablam! please set bin.path in Cargo.toml Oct 15 09:01:47.963 INFO kablam! Compiling quick_sort v0.0.1 (/source) Oct 15 09:01:48.403 INFO kablam! warning: unused variable: `list_size` Oct 15 09:01:48.403 INFO kablam! --> src/main.rs:46:9 Oct 15 09:01:48.403 INFO kablam! | Oct 15 09:01:48.403 INFO kablam! 46 | let list_size = a.len() - 1; Oct 15 09:01:48.403 INFO kablam! | ^^^^^^^^^ help: consider using `_list_size` instead Oct 15 09:01:48.403 INFO kablam! | Oct 15 09:01:48.404 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:01:48.404 INFO kablam! Oct 15 09:01:48.411 INFO kablam! warning: variable does not need to be mutable Oct 15 09:01:48.411 INFO kablam! --> src/main.rs:4:6 Oct 15 09:01:48.411 INFO kablam! | Oct 15 09:01:48.411 INFO kablam! 4 | let mut list = list; Oct 15 09:01:48.411 INFO kablam! | ----^^^^ Oct 15 09:01:48.412 INFO kablam! | | Oct 15 09:01:48.412 INFO kablam! | help: remove this `mut` Oct 15 09:01:48.412 INFO kablam! | Oct 15 09:01:48.412 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:01:48.412 INFO kablam! Oct 15 09:01:48.803 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 15 09:01:48.806 INFO kablam! su: No module specific data is present Oct 15 09:01:49.691 INFO running `"docker" "rm" "-f" "58b6ae184af5b8efe64d1cb6fbb4503df7635383ce52396f1dc618d8a4816814"` Oct 15 09:01:49.907 INFO blam! 58b6ae184af5b8efe64d1cb6fbb4503df7635383ce52396f1dc618d8a4816814 Oct 15 09:01:49.909 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 09:01:50.548 INFO blam! 3fd918666c1d7816c4a782126ae5ca9d1935880c337d2f0b10b18a34982ba46c Oct 15 09:01:50.551 INFO running `"docker" "start" "-a" "3fd918666c1d7816c4a782126ae5ca9d1935880c337d2f0b10b18a34982ba46c"` Oct 15 09:01:51.671 INFO kablam! usermod: no changes Oct 15 09:01:51.747 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 09:01:51.747 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 09:01:51.747 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 09:01:51.747 INFO kablam! files will be included as a binary target: Oct 15 09:01:51.747 INFO kablam! Oct 15 09:01:51.747 INFO kablam! * /source/src/main.rs Oct 15 09:01:51.747 INFO kablam! Oct 15 09:01:51.747 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 09:01:51.747 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 09:01:51.747 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 09:01:51.747 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 09:01:51.747 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 09:01:51.747 INFO kablam! Oct 15 09:01:51.747 INFO kablam! For more information on this warning you can consult Oct 15 09:01:51.747 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 09:01:51.747 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello_world`, Oct 15 09:01:51.747 INFO kablam! please set bin.path in Cargo.toml Oct 15 09:01:51.747 INFO kablam! Compiling quick_sort v0.0.1 (/source) Oct 15 09:01:52.479 INFO kablam! warning: unused variable: `list_size` Oct 15 09:01:52.479 INFO kablam! --> src/main.rs:46:9 Oct 15 09:01:52.479 INFO kablam! | Oct 15 09:01:52.479 INFO kablam! 46 | let list_size = a.len() - 1; Oct 15 09:01:52.479 INFO kablam! | ^^^^^^^^^ help: consider using `_list_size` instead Oct 15 09:01:52.479 INFO kablam! | Oct 15 09:01:52.479 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:01:52.479 INFO kablam! Oct 15 09:01:52.479 INFO kablam! warning: variable does not need to be mutable Oct 15 09:01:52.479 INFO kablam! --> src/main.rs:4:6 Oct 15 09:01:52.479 INFO kablam! | Oct 15 09:01:52.479 INFO kablam! 4 | let mut list = list; Oct 15 09:01:52.479 INFO kablam! | ----^^^^ Oct 15 09:01:52.479 INFO kablam! | | Oct 15 09:01:52.479 INFO kablam! | help: remove this `mut` Oct 15 09:01:52.479 INFO kablam! | Oct 15 09:01:52.479 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:01:52.479 INFO kablam! Oct 15 09:01:53.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 15 09:01:53.010 INFO kablam! su: No module specific data is present Oct 15 09:01:53.663 INFO running `"docker" "rm" "-f" "3fd918666c1d7816c4a782126ae5ca9d1935880c337d2f0b10b18a34982ba46c"` Oct 15 09:01:53.975 INFO blam! 3fd918666c1d7816c4a782126ae5ca9d1935880c337d2f0b10b18a34982ba46c Oct 15 09:01:53.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 09:01:54.519 INFO blam! 661275d8ecafc28c816a3926f0db32ae2540f8bcd7b8aa523d6001198257f44b Oct 15 09:01:54.521 INFO running `"docker" "start" "-a" "661275d8ecafc28c816a3926f0db32ae2540f8bcd7b8aa523d6001198257f44b"` Oct 15 09:01:55.570 INFO kablam! usermod: no changes Oct 15 09:01:55.631 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 09:01:55.631 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 09:01:55.631 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 09:01:55.631 INFO kablam! files will be included as a binary target: Oct 15 09:01:55.631 INFO kablam! Oct 15 09:01:55.631 INFO kablam! * /source/src/main.rs Oct 15 09:01:55.631 INFO kablam! Oct 15 09:01:55.631 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 09:01:55.631 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 09:01:55.631 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 09:01:55.631 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 09:01:55.631 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 09:01:55.631 INFO kablam! Oct 15 09:01:55.631 INFO kablam! For more information on this warning you can consult Oct 15 09:01:55.631 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 09:01:55.631 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello_world`, Oct 15 09:01:55.631 INFO kablam! please set bin.path in Cargo.toml Oct 15 09:01:55.631 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 09:01:55.631 INFO kablam! Running /target/debug/deps/hello_world-1877dac96b32b8dd Oct 15 09:01:55.639 INFO kablam! su: No module specific data is present Oct 15 09:01:55.639 INFO blam! Oct 15 09:01:55.639 INFO blam! running 0 tests Oct 15 09:01:55.639 INFO blam! Oct 15 09:01:55.639 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:01:55.639 INFO blam! Oct 15 09:01:56.151 INFO running `"docker" "rm" "-f" "661275d8ecafc28c816a3926f0db32ae2540f8bcd7b8aa523d6001198257f44b"` Oct 15 09:01:56.265 INFO blam! 661275d8ecafc28c816a3926f0db32ae2540f8bcd7b8aa523d6001198257f44b