Oct 12 06:49:01.461 INFO testing YAPL-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 06:49:01.461 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 06:49:01.982 INFO blam! ea21d17baed689f094c8b86cc62ee0db8153220976e9393dfe5fdb9fd36aa7a7 Oct 12 06:49:01.993 INFO running `"docker" "start" "-a" "ea21d17baed689f094c8b86cc62ee0db8153220976e9393dfe5fdb9fd36aa7a7"` Oct 12 06:49:03.104 INFO kablam! usermod: no changes Oct 12 06:49:03.176 INFO kablam! Compiling YAPL v0.1.0 (/source) Oct 12 06:49:04.064 INFO kablam! warning: crate `YAPL` should have a snake case name such as `yapl` Oct 12 06:49:04.064 INFO kablam! | Oct 12 06:49:04.064 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 06:49:04.064 INFO kablam! Oct 12 06:49:04.064 INFO kablam! warning: function `isPrime` should have a snake case name such as `is_prime` Oct 12 06:49:04.064 INFO kablam! --> src/lib.rs:17:1 Oct 12 06:49:04.064 INFO kablam! | Oct 12 06:49:04.064 INFO kablam! 17 | / pub fn isPrime(n: u64) -> bool Oct 12 06:49:04.064 INFO kablam! 18 | | { Oct 12 06:49:04.064 INFO kablam! 19 | | if n <= 1 { return false;} Oct 12 06:49:04.064 INFO kablam! 20 | | else if n <= 3 { return true;} Oct 12 06:49:04.064 INFO kablam! ... | Oct 12 06:49:04.064 INFO kablam! 29 | | return true Oct 12 06:49:04.064 INFO kablam! 30 | | } Oct 12 06:49:04.064 INFO kablam! | |_^ Oct 12 06:49:04.064 INFO kablam! Oct 12 06:49:04.098 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 12 06:49:04.104 INFO kablam! su: No module specific data is present Oct 12 06:49:04.637 INFO running `"docker" "rm" "-f" "ea21d17baed689f094c8b86cc62ee0db8153220976e9393dfe5fdb9fd36aa7a7"` Oct 12 06:49:04.767 INFO blam! ea21d17baed689f094c8b86cc62ee0db8153220976e9393dfe5fdb9fd36aa7a7 Oct 12 06:49:04.771 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 06:49:05.061 INFO blam! 8edebec3999c0819900feb8e609889dd459f3d8ddfc0e98bf1be8712acd3501a Oct 12 06:49:05.065 INFO running `"docker" "start" "-a" "8edebec3999c0819900feb8e609889dd459f3d8ddfc0e98bf1be8712acd3501a"` Oct 12 06:49:05.557 INFO kablam! usermod: no changes Oct 12 06:49:05.595 INFO kablam! Compiling YAPL v0.1.0 (/source) Oct 12 06:49:06.553 INFO kablam! warning: crate `YAPL` should have a snake case name such as `yapl` Oct 12 06:49:06.553 INFO kablam! | Oct 12 06:49:06.553 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 06:49:06.553 INFO kablam! Oct 12 06:49:06.553 INFO kablam! warning: function `isPrime` should have a snake case name such as `is_prime` Oct 12 06:49:06.553 INFO kablam! --> src/lib.rs:17:1 Oct 12 06:49:06.553 INFO kablam! | Oct 12 06:49:06.553 INFO kablam! 17 | / pub fn isPrime(n: u64) -> bool Oct 12 06:49:06.553 INFO kablam! 18 | | { Oct 12 06:49:06.553 INFO kablam! 19 | | if n <= 1 { return false;} Oct 12 06:49:06.553 INFO kablam! 20 | | else if n <= 3 { return true;} Oct 12 06:49:06.553 INFO kablam! ... | Oct 12 06:49:06.553 INFO kablam! 29 | | return true Oct 12 06:49:06.553 INFO kablam! 30 | | } Oct 12 06:49:06.553 INFO kablam! | |_^ Oct 12 06:49:06.553 INFO kablam! Oct 12 06:49:06.930 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 12 06:49:06.933 INFO kablam! su: No module specific data is present Oct 12 06:49:07.179 INFO running `"docker" "rm" "-f" "8edebec3999c0819900feb8e609889dd459f3d8ddfc0e98bf1be8712acd3501a"` Oct 12 06:49:07.358 INFO blam! 8edebec3999c0819900feb8e609889dd459f3d8ddfc0e98bf1be8712acd3501a