Oct 13 01:34:41.034 INFO testing samWighton/graph_network against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:34:41.035 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:34:41.468 INFO blam! 261e2780760977a6b3a7ebc48af77e4d5e0878b7679c945903a9f01624a3aabd Oct 13 01:34:41.468 INFO running `"docker" "start" "-a" "261e2780760977a6b3a7ebc48af77e4d5e0878b7679c945903a9f01624a3aabd"` Oct 13 01:34:42.081 INFO kablam! usermod: no changes Oct 13 01:34:42.120 INFO kablam! Compiling rustc-serialize v0.3.23 Oct 13 01:34:46.907 INFO kablam! Compiling permissions v0.1.0 (/source) Oct 13 01:34:47.099 INFO kablam! warning: unused import: `std::time::Instant` Oct 13 01:34:47.099 INFO kablam! --> src/main.rs:21:5 Oct 13 01:34:47.099 INFO kablam! | Oct 13 01:34:47.099 INFO kablam! 21 | use std::time::Instant; Oct 13 01:34:47.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:34:47.099 INFO kablam! | Oct 13 01:34:47.099 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:34:47.099 INFO kablam! Oct 13 01:34:47.099 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 13 01:34:47.099 INFO kablam! --> src/main.rs:27:5 Oct 13 01:34:47.099 INFO kablam! | Oct 13 01:34:47.099 INFO kablam! 27 | use std::borrow::ToOwned; Oct 13 01:34:47.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:47.099 INFO kablam! Oct 13 01:34:47.199 INFO kablam! warning: unreachable expression Oct 13 01:34:47.199 INFO kablam! --> src/main.rs:163:2 Oct 13 01:34:47.199 INFO kablam! | Oct 13 01:34:47.199 INFO kablam! 163 | return Oct 13 01:34:47.199 INFO kablam! | ^^^^^^ Oct 13 01:34:47.199 INFO kablam! | Oct 13 01:34:47.199 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:34:47.199 INFO kablam! Oct 13 01:34:47.215 INFO kablam! warning: unreachable expression Oct 13 01:34:47.215 INFO kablam! --> src/main.rs:247:2 Oct 13 01:34:47.215 INFO kablam! | Oct 13 01:34:47.215 INFO kablam! 247 | None Oct 13 01:34:47.215 INFO kablam! | ^^^^ Oct 13 01:34:47.215 INFO kablam! Oct 13 01:34:47.247 INFO kablam! warning: unused variable: `table_names` Oct 13 01:34:47.247 INFO kablam! --> src/main.rs:213:19 Oct 13 01:34:47.247 INFO kablam! | Oct 13 01:34:47.247 INFO kablam! 213 | fn parse_received(table_names: &mut Vec<&str>, edges: &Vec, buf: [u8;100]) -> Option <(Vec<(Edge)>)> { Oct 13 01:34:47.247 INFO kablam! | ^^^^^^^^^^^ help: consider using `_table_names` instead Oct 13 01:34:47.247 INFO kablam! | Oct 13 01:34:47.247 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:34:47.247 INFO kablam! Oct 13 01:34:47.247 INFO kablam! warning: unused variable: `e` Oct 13 01:34:47.247 INFO kablam! --> src/main.rs:331:6 Oct 13 01:34:47.247 INFO kablam! | Oct 13 01:34:47.247 INFO kablam! 331 | for e in 0 .. num_of_edges { Oct 13 01:34:47.247 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:34:47.247 INFO kablam! Oct 13 01:34:47.247 INFO kablam! warning: unused variable: `t` Oct 13 01:34:47.247 INFO kablam! --> src/main.rs:347:6 Oct 13 01:34:47.247 INFO kablam! | Oct 13 01:34:47.247 INFO kablam! 347 | for t in 0 .. num_of_tables { Oct 13 01:34:47.247 INFO kablam! | ^ help: consider using `_t` instead Oct 13 01:34:47.247 INFO kablam! Oct 13 01:34:47.271 INFO kablam! warning: variable does not need to be mutable Oct 13 01:34:47.271 INFO kablam! --> src/main.rs:216:6 Oct 13 01:34:47.271 INFO kablam! | Oct 13 01:34:47.271 INFO kablam! 216 | let mut split = temp_string.split(" "); Oct 13 01:34:47.271 INFO kablam! | ----^^^^^ Oct 13 01:34:47.271 INFO kablam! | | Oct 13 01:34:47.271 INFO kablam! | help: remove this `mut` Oct 13 01:34:47.271 INFO kablam! | Oct 13 01:34:47.271 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:34:47.271 INFO kablam! Oct 13 01:34:47.279 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:34:47.279 INFO kablam! --> src/main.rs:149:3 Oct 13 01:34:47.279 INFO kablam! | Oct 13 01:34:47.279 INFO kablam! 149 | socket.send_to(&temp_reply_message.as_bytes(), &src_addr); Oct 13 01:34:47.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:47.279 INFO kablam! | Oct 13 01:34:47.279 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:34:47.279 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:34:47.279 INFO kablam! Oct 13 01:34:48.042 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.95s Oct 13 01:34:48.045 INFO kablam! su: No module specific data is present Oct 13 01:34:48.391 INFO running `"docker" "rm" "-f" "261e2780760977a6b3a7ebc48af77e4d5e0878b7679c945903a9f01624a3aabd"` Oct 13 01:34:48.669 INFO blam! 261e2780760977a6b3a7ebc48af77e4d5e0878b7679c945903a9f01624a3aabd Oct 13 01:34:48.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:34:49.091 INFO blam! 978ba7e55486fff590ee709f9a773fa0541d25f8c7738a951cc961eb3b40699f Oct 13 01:34:49.095 INFO running `"docker" "start" "-a" "978ba7e55486fff590ee709f9a773fa0541d25f8c7738a951cc961eb3b40699f"` Oct 13 01:34:50.127 INFO kablam! usermod: no changes Oct 13 01:34:50.217 INFO kablam! Compiling permissions v0.1.0 (/source) Oct 13 01:34:50.527 INFO kablam! warning: unused import: `std::time::Instant` Oct 13 01:34:50.527 INFO kablam! --> src/main.rs:21:5 Oct 13 01:34:50.527 INFO kablam! | Oct 13 01:34:50.527 INFO kablam! 21 | use std::time::Instant; Oct 13 01:34:50.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:34:50.527 INFO kablam! | Oct 13 01:34:50.527 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:34:50.527 INFO kablam! Oct 13 01:34:50.527 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 13 01:34:50.527 INFO kablam! --> src/main.rs:27:5 Oct 13 01:34:50.527 INFO kablam! | Oct 13 01:34:50.527 INFO kablam! 27 | use std::borrow::ToOwned; Oct 13 01:34:50.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:50.527 INFO kablam! Oct 13 01:34:50.607 INFO kablam! warning: unreachable expression Oct 13 01:34:50.607 INFO kablam! --> src/main.rs:163:2 Oct 13 01:34:50.607 INFO kablam! | Oct 13 01:34:50.607 INFO kablam! 163 | return Oct 13 01:34:50.607 INFO kablam! | ^^^^^^ Oct 13 01:34:50.607 INFO kablam! | Oct 13 01:34:50.607 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:34:50.607 INFO kablam! Oct 13 01:34:50.635 INFO kablam! warning: unreachable expression Oct 13 01:34:50.635 INFO kablam! --> src/main.rs:247:2 Oct 13 01:34:50.635 INFO kablam! | Oct 13 01:34:50.635 INFO kablam! 247 | None Oct 13 01:34:50.635 INFO kablam! | ^^^^ Oct 13 01:34:50.635 INFO kablam! Oct 13 01:34:50.659 INFO kablam! warning: unused variable: `table_names` Oct 13 01:34:50.659 INFO kablam! --> src/main.rs:213:19 Oct 13 01:34:50.659 INFO kablam! | Oct 13 01:34:50.659 INFO kablam! 213 | fn parse_received(table_names: &mut Vec<&str>, edges: &Vec, buf: [u8;100]) -> Option <(Vec<(Edge)>)> { Oct 13 01:34:50.659 INFO kablam! | ^^^^^^^^^^^ help: consider using `_table_names` instead Oct 13 01:34:50.659 INFO kablam! | Oct 13 01:34:50.659 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:34:50.659 INFO kablam! Oct 13 01:34:50.659 INFO kablam! warning: unused variable: `e` Oct 13 01:34:50.659 INFO kablam! --> src/main.rs:331:6 Oct 13 01:34:50.659 INFO kablam! | Oct 13 01:34:50.659 INFO kablam! 331 | for e in 0 .. num_of_edges { Oct 13 01:34:50.659 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:34:50.659 INFO kablam! Oct 13 01:34:50.659 INFO kablam! warning: unused variable: `t` Oct 13 01:34:50.659 INFO kablam! --> src/main.rs:347:6 Oct 13 01:34:50.659 INFO kablam! | Oct 13 01:34:50.659 INFO kablam! 347 | for t in 0 .. num_of_tables { Oct 13 01:34:50.659 INFO kablam! | ^ help: consider using `_t` instead Oct 13 01:34:50.659 INFO kablam! Oct 13 01:34:50.687 INFO kablam! warning: variable does not need to be mutable Oct 13 01:34:50.687 INFO kablam! --> src/main.rs:216:6 Oct 13 01:34:50.687 INFO kablam! | Oct 13 01:34:50.687 INFO kablam! 216 | let mut split = temp_string.split(" "); Oct 13 01:34:50.687 INFO kablam! | ----^^^^^ Oct 13 01:34:50.687 INFO kablam! | | Oct 13 01:34:50.687 INFO kablam! | help: remove this `mut` Oct 13 01:34:50.687 INFO kablam! | Oct 13 01:34:50.687 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:34:50.687 INFO kablam! Oct 13 01:34:50.699 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:34:50.699 INFO kablam! --> src/main.rs:149:3 Oct 13 01:34:50.699 INFO kablam! | Oct 13 01:34:50.699 INFO kablam! 149 | socket.send_to(&temp_reply_message.as_bytes(), &src_addr); Oct 13 01:34:50.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:50.699 INFO kablam! | Oct 13 01:34:50.699 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:34:50.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:34:50.699 INFO kablam! Oct 13 01:34:51.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 13 01:34:51.263 INFO kablam! su: No module specific data is present Oct 13 01:34:51.988 INFO running `"docker" "rm" "-f" "978ba7e55486fff590ee709f9a773fa0541d25f8c7738a951cc961eb3b40699f"` Oct 13 01:34:52.267 INFO blam! 978ba7e55486fff590ee709f9a773fa0541d25f8c7738a951cc961eb3b40699f Oct 13 01:34:52.269 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:34:52.696 INFO blam! 107aa5ed1530ffe5e23abe5d510667aa1ab4fe34e2835b378eaccdb99885acb9 Oct 13 01:34:52.699 INFO running `"docker" "start" "-a" "107aa5ed1530ffe5e23abe5d510667aa1ab4fe34e2835b378eaccdb99885acb9"` Oct 13 01:34:54.406 INFO kablam! usermod: no changes Oct 13 01:34:54.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 01:34:54.475 INFO kablam! Running /target/debug/deps/permissions-999c465a0951349e Oct 13 01:34:54.483 INFO blam! Oct 13 01:34:54.483 INFO blam! running 0 tests Oct 13 01:34:54.483 INFO blam! Oct 13 01:34:54.483 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:34:54.483 INFO blam! Oct 13 01:34:54.486 INFO kablam! su: No module specific data is present Oct 13 01:34:55.759 INFO running `"docker" "rm" "-f" "107aa5ed1530ffe5e23abe5d510667aa1ab4fe34e2835b378eaccdb99885acb9"` Oct 13 01:34:56.131 INFO blam! 107aa5ed1530ffe5e23abe5d510667aa1ab4fe34e2835b378eaccdb99885acb9