Oct 12 06:48:57.365 INFO testing YAPL-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 06:48:57.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 06:48:57.733 INFO blam! b255ef94b75da47c3af19c79bc94c7cc41fd5c557ab93a49b9c1d2795b1b7a22 Oct 12 06:48:57.734 INFO running `"docker" "start" "-a" "b255ef94b75da47c3af19c79bc94c7cc41fd5c557ab93a49b9c1d2795b1b7a22"` Oct 12 06:48:58.731 INFO kablam! usermod: no changes Oct 12 06:48:58.760 INFO kablam! Compiling YAPL v0.1.0 (/source) Oct 12 06:48:58.997 INFO kablam! warning: crate `YAPL` should have a snake case name such as `yapl` Oct 12 06:48:58.997 INFO kablam! | Oct 12 06:48:58.997 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 06:48:58.997 INFO kablam! Oct 12 06:48:58.997 INFO kablam! warning: function `isPrime` should have a snake case name such as `is_prime` Oct 12 06:48:58.997 INFO kablam! --> src/lib.rs:17:1 Oct 12 06:48:58.997 INFO kablam! | Oct 12 06:48:58.997 INFO kablam! 17 | / pub fn isPrime(n: u64) -> bool Oct 12 06:48:58.997 INFO kablam! 18 | | { Oct 12 06:48:58.997 INFO kablam! 19 | | if n <= 1 { return false;} Oct 12 06:48:58.997 INFO kablam! 20 | | else if n <= 3 { return true;} Oct 12 06:48:58.997 INFO kablam! ... | Oct 12 06:48:58.997 INFO kablam! 29 | | return true Oct 12 06:48:58.997 INFO kablam! 30 | | } Oct 12 06:48:58.997 INFO kablam! | |_^ Oct 12 06:48:58.997 INFO kablam! Oct 12 06:48:59.061 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.31s Oct 12 06:48:59.064 INFO kablam! su: No module specific data is present Oct 12 06:48:59.586 INFO running `"docker" "rm" "-f" "b255ef94b75da47c3af19c79bc94c7cc41fd5c557ab93a49b9c1d2795b1b7a22"` Oct 12 06:48:59.805 INFO blam! b255ef94b75da47c3af19c79bc94c7cc41fd5c557ab93a49b9c1d2795b1b7a22 Oct 12 06:48:59.814 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/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 12 06:49:00.246 INFO blam! bac1b880575411a526a2b6ceb3fed0617bfc6709142eb1911cd1e6cd01a9d5a2 Oct 12 06:49:00.248 INFO running `"docker" "start" "-a" "bac1b880575411a526a2b6ceb3fed0617bfc6709142eb1911cd1e6cd01a9d5a2"` Oct 12 06:49:01.801 INFO kablam! usermod: no changes Oct 12 06:49:01.867 INFO kablam! Compiling YAPL v0.1.0 (/source) Oct 12 06:49:02.159 INFO kablam! warning: crate `YAPL` should have a snake case name such as `yapl` Oct 12 06:49:02.160 INFO kablam! | Oct 12 06:49:02.160 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 06:49:02.160 INFO kablam! Oct 12 06:49:02.161 INFO kablam! warning: function `isPrime` should have a snake case name such as `is_prime` Oct 12 06:49:02.161 INFO kablam! --> src/lib.rs:17:1 Oct 12 06:49:02.161 INFO kablam! | Oct 12 06:49:02.162 INFO kablam! 17 | / pub fn isPrime(n: u64) -> bool Oct 12 06:49:02.162 INFO kablam! 18 | | { Oct 12 06:49:02.162 INFO kablam! 19 | | if n <= 1 { return false;} Oct 12 06:49:02.162 INFO kablam! 20 | | else if n <= 3 { return true;} Oct 12 06:49:02.163 INFO kablam! ... | Oct 12 06:49:02.163 INFO kablam! 29 | | return true Oct 12 06:49:02.163 INFO kablam! 30 | | } Oct 12 06:49:02.164 INFO kablam! | |_^ Oct 12 06:49:02.164 INFO kablam! Oct 12 06:49:02.645 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 12 06:49:02.648 INFO kablam! su: No module specific data is present Oct 12 06:49:03.221 INFO running `"docker" "rm" "-f" "bac1b880575411a526a2b6ceb3fed0617bfc6709142eb1911cd1e6cd01a9d5a2"` Oct 12 06:49:03.470 INFO blam! bac1b880575411a526a2b6ceb3fed0617bfc6709142eb1911cd1e6cd01a9d5a2