Oct 13 04:39:32.189 INFO testing oussama/leek-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 04:39:32.190 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 13 04:39:32.848 INFO blam! 56b35357b723872a14caaac3b776faba0f6a7ba08f615177db53d65a516e5f28 Oct 13 04:39:32.849 INFO running `"docker" "start" "-a" "56b35357b723872a14caaac3b776faba0f6a7ba08f615177db53d65a516e5f28"` Oct 13 04:39:35.118 INFO kablam! usermod: no changes Oct 13 04:39:35.239 INFO kablam! Compiling serde v1.0.28 Oct 13 04:39:35.239 INFO kablam! Compiling syn v0.12.13 Oct 13 04:39:46.076 INFO kablam! Compiling serde_derive_internals v0.20.0 Oct 13 04:39:50.807 INFO kablam! Compiling serde_derive v1.0.28 Oct 13 04:39:56.555 INFO kablam! Compiling bincode v1.0.0 Oct 13 04:40:01.131 INFO kablam! Compiling leek v0.1.0 (/source) Oct 13 04:40:01.523 INFO kablam! warning: unused import: `bincode::deserialize_from` Oct 13 04:40:01.523 INFO kablam! --> src/lib.rs:8:5 Oct 13 04:40:01.523 INFO kablam! | Oct 13 04:40:01.523 INFO kablam! 8 | use bincode::deserialize_from; Oct 13 04:40:01.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:40:01.523 INFO kablam! | Oct 13 04:40:01.523 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:40:01.523 INFO kablam! Oct 13 04:40:01.523 INFO kablam! warning: unused import: `serde::de::*` Oct 13 04:40:01.523 INFO kablam! --> src/lib.rs:13:5 Oct 13 04:40:01.523 INFO kablam! | Oct 13 04:40:01.523 INFO kablam! 13 | use serde::de::*; Oct 13 04:40:01.523 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:40:01.523 INFO kablam! Oct 13 04:40:01.523 INFO kablam! warning: unused import: `BufReader` Oct 13 04:40:01.523 INFO kablam! --> src/lib.rs:19:15 Oct 13 04:40:01.523 INFO kablam! | Oct 13 04:40:01.523 INFO kablam! 19 | use std::io::{BufReader, BufWriter, Seek, SeekFrom}; Oct 13 04:40:01.523 INFO kablam! | ^^^^^^^^^ Oct 13 04:40:01.523 INFO kablam! Oct 13 04:40:01.523 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 13 04:40:01.523 INFO kablam! --> src/lib.rs:81:18 Oct 13 04:40:01.523 INFO kablam! | Oct 13 04:40:01.523 INFO kablam! 81 | while(read) { Oct 13 04:40:01.523 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 13 04:40:01.523 INFO kablam! Oct 13 04:40:01.707 INFO kablam! warning: unused variable: `file` Oct 13 04:40:01.707 INFO kablam! --> src/lib.rs:75:17 Oct 13 04:40:01.707 INFO kablam! | Oct 13 04:40:01.708 INFO kablam! 75 | let mut file = if let Ok(mut file) = File::open(&file_path) { Oct 13 04:40:01.708 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 04:40:01.708 INFO kablam! | Oct 13 04:40:01.708 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:40:01.709 INFO kablam! Oct 13 04:40:01.775 INFO kablam! warning: variable does not need to be mutable Oct 13 04:40:01.775 INFO kablam! --> src/lib.rs:75:13 Oct 13 04:40:01.776 INFO kablam! | Oct 13 04:40:01.776 INFO kablam! 75 | let mut file = if let Ok(mut file) = File::open(&file_path) { Oct 13 04:40:01.776 INFO kablam! | ----^^^^ Oct 13 04:40:01.776 INFO kablam! | | Oct 13 04:40:01.777 INFO kablam! | help: remove this `mut` Oct 13 04:40:01.777 INFO kablam! | Oct 13 04:40:01.777 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:40:01.778 INFO kablam! Oct 13 04:40:01.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.68s Oct 13 04:40:01.834 INFO kablam! su: No module specific data is present Oct 13 04:40:02.299 INFO running `"docker" "rm" "-f" "56b35357b723872a14caaac3b776faba0f6a7ba08f615177db53d65a516e5f28"` Oct 13 04:40:02.527 INFO blam! 56b35357b723872a14caaac3b776faba0f6a7ba08f615177db53d65a516e5f28 Oct 13 04:40:02.533 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 13 04:40:02.874 INFO blam! 35ec5ddae5ec84a2029b34bfe7c932fd0b361294c9e614fe5a15b4f834d96b6d Oct 13 04:40:02.876 INFO running `"docker" "start" "-a" "35ec5ddae5ec84a2029b34bfe7c932fd0b361294c9e614fe5a15b4f834d96b6d"` Oct 13 04:40:03.907 INFO kablam! usermod: no changes Oct 13 04:40:03.971 INFO kablam! Compiling leek v0.1.0 (/source) Oct 13 04:40:04.377 INFO kablam! warning: unused import: `bincode::deserialize_from` Oct 13 04:40:04.377 INFO kablam! --> src/lib.rs:8:5 Oct 13 04:40:04.377 INFO kablam! | Oct 13 04:40:04.377 INFO kablam! 8 | use bincode::deserialize_from; Oct 13 04:40:04.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:40:04.378 INFO kablam! | Oct 13 04:40:04.378 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:40:04.378 INFO kablam! Oct 13 04:40:04.378 INFO kablam! warning: unused import: `serde::de::*` Oct 13 04:40:04.378 INFO kablam! --> src/lib.rs:13:5 Oct 13 04:40:04.378 INFO kablam! | Oct 13 04:40:04.378 INFO kablam! 13 | use serde::de::*; Oct 13 04:40:04.378 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:40:04.378 INFO kablam! Oct 13 04:40:04.378 INFO kablam! warning: unused import: `BufReader` Oct 13 04:40:04.378 INFO kablam! --> src/lib.rs:19:15 Oct 13 04:40:04.378 INFO kablam! | Oct 13 04:40:04.378 INFO kablam! 19 | use std::io::{BufReader, BufWriter, Seek, SeekFrom}; Oct 13 04:40:04.378 INFO kablam! | ^^^^^^^^^ Oct 13 04:40:04.378 INFO kablam! Oct 13 04:40:04.379 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 13 04:40:04.379 INFO kablam! --> src/lib.rs:81:18 Oct 13 04:40:04.379 INFO kablam! | Oct 13 04:40:04.379 INFO kablam! 81 | while(read) { Oct 13 04:40:04.379 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 13 04:40:04.379 INFO kablam! Oct 13 04:40:04.379 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 13 04:40:04.379 INFO kablam! --> src/lib.rs:180:15 Oct 13 04:40:04.379 INFO kablam! | Oct 13 04:40:04.379 INFO kablam! 180 | while (i < 10000) { Oct 13 04:40:04.379 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 13 04:40:04.379 INFO kablam! Oct 13 04:40:04.394 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 04:40:04.394 INFO kablam! --> src/lib.rs:193:5 Oct 13 04:40:04.394 INFO kablam! | Oct 13 04:40:04.394 INFO kablam! 193 | thread::sleep_ms(100000); Oct 13 04:40:04.394 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 04:40:04.394 INFO kablam! | Oct 13 04:40:04.394 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 04:40:04.394 INFO kablam! Oct 13 04:40:04.631 INFO kablam! warning: unused variable: `file` Oct 13 04:40:04.632 INFO kablam! --> src/lib.rs:75:17 Oct 13 04:40:04.632 INFO kablam! | Oct 13 04:40:04.632 INFO kablam! 75 | let mut file = if let Ok(mut file) = File::open(&file_path) { Oct 13 04:40:04.632 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 04:40:04.633 INFO kablam! | Oct 13 04:40:04.633 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:40:04.633 INFO kablam! Oct 13 04:40:04.699 INFO kablam! warning: variable does not need to be mutable Oct 13 04:40:04.699 INFO kablam! --> src/lib.rs:75:13 Oct 13 04:40:04.699 INFO kablam! | Oct 13 04:40:04.699 INFO kablam! 75 | let mut file = if let Ok(mut file) = File::open(&file_path) { Oct 13 04:40:04.699 INFO kablam! | ----^^^^ Oct 13 04:40:04.699 INFO kablam! | | Oct 13 04:40:04.699 INFO kablam! | help: remove this `mut` Oct 13 04:40:04.699 INFO kablam! | Oct 13 04:40:04.699 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:40:04.699 INFO kablam! Oct 13 04:40:06.285 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.35s Oct 13 04:40:06.294 INFO kablam! su: No module specific data is present Oct 13 04:40:06.716 INFO running `"docker" "rm" "-f" "35ec5ddae5ec84a2029b34bfe7c932fd0b361294c9e614fe5a15b4f834d96b6d"` Oct 13 04:40:06.853 INFO blam! 35ec5ddae5ec84a2029b34bfe7c932fd0b361294c9e614fe5a15b4f834d96b6d Oct 13 04:40:06.854 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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" "-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 13 04:40:07.007 INFO blam! f57901fd9e84a1fe0159269f2ac58af174128f49ce174ec29e404f3c06c2883a Oct 13 04:40:07.007 INFO running `"docker" "start" "-a" "f57901fd9e84a1fe0159269f2ac58af174128f49ce174ec29e404f3c06c2883a"` Oct 13 04:40:07.422 INFO kablam! usermod: no changes Oct 13 04:40:07.461 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 04:40:07.462 INFO kablam! Running /target/debug/deps/leek-861e69388c42ecd0 Oct 13 04:40:07.464 INFO blam! Oct 13 04:40:07.464 INFO blam! running 1 test Oct 13 04:40:07.471 INFO blam! StorageMap::new Oct 13 04:40:07.471 INFO kablam! thread '' panicked at 'failed to create file: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', libcore/result.rs:1009:5 Oct 13 04:40:07.471 INFO blam! create new file Oct 13 04:40:07.471 INFO kablam! stack backtrace: Oct 13 04:40:07.475 INFO kablam! 0: 0x5591f1b8539e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 13 04:40:07.476 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:40:07.476 INFO kablam! 1: 0x5591f1b8e246 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 13 04:40:07.476 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:40:07.476 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:40:07.476 INFO kablam! 2: 0x5591f1b88f9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 13 04:40:07.477 INFO kablam! at libstd/panicking.rs:211 Oct 13 04:40:07.477 INFO kablam! 3: 0x5591f1b88d10 - std::panicking::default_hook::h1ef46fa7cd894809 Oct 13 04:40:07.477 INFO kablam! at libstd/panicking.rs:227 Oct 13 04:40:07.477 INFO kablam! 4: 0x5591f1b8964c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 13 04:40:07.477 INFO kablam! at libstd/panicking.rs:476 Oct 13 04:40:07.477 INFO kablam! 5: 0x5591f1b89209 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 13 04:40:07.477 INFO kablam! at libstd/panicking.rs:390 Oct 13 04:40:07.477 INFO kablam! 6: 0x5591f1b89105 - rust_begin_unwind Oct 13 04:40:07.477 INFO kablam! at libstd/panicking.rs:325 Oct 13 04:40:07.477 INFO kablam! 7: 0x5591f1bcc5cb - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 13 04:40:07.483 INFO kablam! at libcore/panicking.rs:77 Oct 13 04:40:07.483 INFO kablam! 8: 0x5591f1b33983 - core::result::unwrap_failed::hb3c328a4a68387ea Oct 13 04:40:07.483 INFO kablam! at libcore/macros.rs:26 Oct 13 04:40:07.483 INFO kablam! 9: 0x5591f1b30a93 - >::expect::h22302c789bdc33fb Oct 13 04:40:07.483 INFO kablam! at libcore/result.rs:835 Oct 13 04:40:07.483 INFO kablam! 10: 0x5591f1adfb24 - >::new::h95416e6b71415aee Oct 13 04:40:07.483 INFO kablam! at src/lib.rs:129 Oct 13 04:40:07.483 INFO kablam! 11: 0x5591f1af337a - leek::it_works::{{closure}}::he804cd53659f8f54 Oct 13 04:40:07.483 INFO kablam! at src/lib.rs:174 Oct 13 04:40:07.483 INFO kablam! 12: 0x5591f1b25e38 - std::sys_common::backtrace::__rust_begin_short_backtrace::h1227687320413a35 Oct 13 04:40:07.483 INFO kablam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:40:07.483 INFO kablam! 13: 0x5591f1b0c8a5 - std::thread::Builder::spawn::{{closure}}::{{closure}}::haaadde836ad60435 Oct 13 04:40:07.483 INFO kablam! at libstd/thread/mod.rs:409 Oct 13 04:40:07.483 INFO kablam! 14: 0x5591f1affc28 - as core::ops::function::FnOnce<()>>::call_once::ha5702c3f8ccf06df Oct 13 04:40:07.483 INFO kablam! at libstd/panic.rs:313 Oct 13 04:40:07.483 INFO kablam! 15: 0x5591f1b008ea - std::panicking::try::do_call::hcb76a8c8d495cd31 Oct 13 04:40:07.483 INFO kablam! at libstd/panicking.rs:310 Oct 13 04:40:07.483 INFO kablam! 16: 0x5591f1b99419 - __rust_maybe_catch_panic Oct 13 04:40:07.483 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 13 04:40:07.483 INFO kablam! 17: 0x5591f1b00683 - std::panicking::try::h112d193eef027c1a Oct 13 04:40:07.483 INFO kablam! at libstd/panicking.rs:289 Oct 13 04:40:07.483 INFO kablam! 18: 0x5591f1b00638 - std::panic::catch_unwind::hdb68d8a393241b36 Oct 13 04:40:07.483 INFO kablam! at libstd/panic.rs:392 Oct 13 04:40:07.483 INFO kablam! 19: 0x5591f1b0c6ea - std::thread::Builder::spawn::{{closure}}::he9e0e3afbad2d757 Oct 13 04:40:07.483 INFO kablam! at libstd/thread/mod.rs:408 Oct 13 04:40:07.483 INFO kablam! 20: 0x5591f1b0cb8c - >::call_box::h6243d5c30be8cde3 Oct 13 04:40:07.483 INFO kablam! at liballoc/boxed.rs:672 Oct 13 04:40:07.483 INFO kablam! 21: 0x5591f1b873da - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 13 04:40:07.483 INFO kablam! at liballoc/boxed.rs:682 Oct 13 04:40:07.483 INFO kablam! at libstd/sys_common/thread.rs:24 Oct 13 04:40:07.483 INFO kablam! 22: 0x5591f1b7c8f5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 13 04:40:07.484 INFO kablam! at libstd/sys/unix/thread.rs:90 Oct 13 04:40:07.484 INFO kablam! 23: 0x7f43014026b9 - start_thread Oct 13 04:40:07.484 INFO kablam! 24: 0x7f4300f2241c - clone Oct 13 04:40:07.484 INFO kablam! 25: 0x0 - Oct 13 04:41:07.471 INFO blam! test it_works ... test it_works has been running for over 60 seconds Oct 13 04:41:47.471 INFO blam! test it_works ... ok Oct 13 04:41:47.471 INFO kablam! Doc-tests leek Oct 13 04:41:47.471 INFO blam! Oct 13 04:41:47.471 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:41:47.471 INFO blam! Oct 13 04:41:48.102 INFO blam! Oct 13 04:41:48.102 INFO blam! running 0 tests Oct 13 04:41:48.102 INFO blam! Oct 13 04:41:48.103 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:41:48.103 INFO blam! Oct 13 04:41:48.108 INFO kablam! su: No module specific data is present Oct 13 04:41:48.949 INFO running `"docker" "rm" "-f" "f57901fd9e84a1fe0159269f2ac58af174128f49ce174ec29e404f3c06c2883a"` Oct 13 04:41:49.239 INFO blam! f57901fd9e84a1fe0159269f2ac58af174128f49ce174ec29e404f3c06c2883a