Oct 13 01:34:40.508 INFO testing samWighton/graph_network against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:34:40.508 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 01:34:40.869 INFO blam! 1948f9cc4cc5e62a6253c0708d9771742e5f382c3ca2dd189228b23f540d6697 Oct 13 01:34:40.879 INFO running `"docker" "start" "-a" "1948f9cc4cc5e62a6253c0708d9771742e5f382c3ca2dd189228b23f540d6697"` Oct 13 01:34:41.538 INFO kablam! usermod: no changes Oct 13 01:34:41.569 INFO kablam! Compiling permissions v0.1.0 (/source) Oct 13 01:34:41.831 INFO kablam! warning: unused import: `std::time::Instant` Oct 13 01:34:41.832 INFO kablam! --> src/main.rs:21:5 Oct 13 01:34:41.832 INFO kablam! | Oct 13 01:34:41.832 INFO kablam! 21 | use std::time::Instant; Oct 13 01:34:41.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:34:41.832 INFO kablam! | Oct 13 01:34:41.833 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:34:41.833 INFO kablam! Oct 13 01:34:41.833 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 13 01:34:41.833 INFO kablam! --> src/main.rs:27:5 Oct 13 01:34:41.833 INFO kablam! | Oct 13 01:34:41.833 INFO kablam! 27 | use std::borrow::ToOwned; Oct 13 01:34:41.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:41.833 INFO kablam! Oct 13 01:34:41.897 INFO kablam! warning: unreachable expression Oct 13 01:34:41.897 INFO kablam! --> src/main.rs:163:2 Oct 13 01:34:41.897 INFO kablam! | Oct 13 01:34:41.897 INFO kablam! 163 | return Oct 13 01:34:41.897 INFO kablam! | ^^^^^^ Oct 13 01:34:41.897 INFO kablam! | Oct 13 01:34:41.897 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:34:41.897 INFO kablam! Oct 13 01:34:41.910 INFO kablam! warning: unreachable expression Oct 13 01:34:41.911 INFO kablam! --> src/main.rs:247:2 Oct 13 01:34:41.911 INFO kablam! | Oct 13 01:34:41.911 INFO kablam! 247 | None Oct 13 01:34:41.911 INFO kablam! | ^^^^ Oct 13 01:34:41.911 INFO kablam! Oct 13 01:34:41.932 INFO kablam! warning: unused variable: `table_names` Oct 13 01:34:41.932 INFO kablam! --> src/main.rs:213:19 Oct 13 01:34:41.932 INFO kablam! | Oct 13 01:34:41.932 INFO kablam! 213 | fn parse_received(table_names: &mut Vec<&str>, edges: &Vec, buf: [u8;100]) -> Option <(Vec<(Edge)>)> { Oct 13 01:34:41.932 INFO kablam! | ^^^^^^^^^^^ help: consider using `_table_names` instead Oct 13 01:34:41.933 INFO kablam! | Oct 13 01:34:41.933 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:34:41.933 INFO kablam! Oct 13 01:34:41.933 INFO kablam! warning: unused variable: `e` Oct 13 01:34:41.933 INFO kablam! --> src/main.rs:331:6 Oct 13 01:34:41.933 INFO kablam! | Oct 13 01:34:41.933 INFO kablam! 331 | for e in 0 .. num_of_edges { Oct 13 01:34:41.933 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:34:41.933 INFO kablam! Oct 13 01:34:41.933 INFO kablam! warning: unused variable: `t` Oct 13 01:34:41.933 INFO kablam! --> src/main.rs:347:6 Oct 13 01:34:41.933 INFO kablam! | Oct 13 01:34:41.933 INFO kablam! 347 | for t in 0 .. num_of_tables { Oct 13 01:34:41.933 INFO kablam! | ^ help: consider using `_t` instead Oct 13 01:34:41.933 INFO kablam! Oct 13 01:34:41.948 INFO kablam! warning: variable does not need to be mutable Oct 13 01:34:41.948 INFO kablam! --> src/main.rs:216:6 Oct 13 01:34:41.948 INFO kablam! | Oct 13 01:34:41.948 INFO kablam! 216 | let mut split = temp_string.split(" "); Oct 13 01:34:41.948 INFO kablam! | ----^^^^^ Oct 13 01:34:41.948 INFO kablam! | | Oct 13 01:34:41.948 INFO kablam! | help: remove this `mut` Oct 13 01:34:41.948 INFO kablam! | Oct 13 01:34:41.948 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:34:41.948 INFO kablam! Oct 13 01:34:41.952 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:34:41.952 INFO kablam! --> src/main.rs:149:3 Oct 13 01:34:41.952 INFO kablam! | Oct 13 01:34:41.952 INFO kablam! 149 | socket.send_to(&temp_reply_message.as_bytes(), &src_addr); Oct 13 01:34:41.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:41.952 INFO kablam! | Oct 13 01:34:41.952 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:34:41.952 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:34:41.952 INFO kablam! Oct 13 01:34:42.473 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.92s Oct 13 01:34:42.474 INFO kablam! su: No module specific data is present Oct 13 01:34:42.693 INFO running `"docker" "rm" "-f" "1948f9cc4cc5e62a6253c0708d9771742e5f382c3ca2dd189228b23f540d6697"` Oct 13 01:34:42.761 INFO blam! 1948f9cc4cc5e62a6253c0708d9771742e5f382c3ca2dd189228b23f540d6697 Oct 13 01:34:42.763 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 01:34:43.003 INFO blam! 7d1954cb9e553c4270c63cb377e9e06726449ccbe86b4bec53962eaa1f4206f4 Oct 13 01:34:43.008 INFO running `"docker" "start" "-a" "7d1954cb9e553c4270c63cb377e9e06726449ccbe86b4bec53962eaa1f4206f4"` Oct 13 01:34:43.294 INFO kablam! usermod: no changes Oct 13 01:34:43.324 INFO kablam! Compiling permissions v0.1.0 (/source) Oct 13 01:34:43.493 INFO kablam! warning: unused import: `std::time::Instant` Oct 13 01:34:43.493 INFO kablam! --> src/main.rs:21:5 Oct 13 01:34:43.493 INFO kablam! | Oct 13 01:34:43.493 INFO kablam! 21 | use std::time::Instant; Oct 13 01:34:43.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:34:43.493 INFO kablam! | Oct 13 01:34:43.493 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:34:43.493 INFO kablam! Oct 13 01:34:43.493 INFO kablam! warning: unused import: `std::borrow::ToOwned` Oct 13 01:34:43.493 INFO kablam! --> src/main.rs:27:5 Oct 13 01:34:43.493 INFO kablam! | Oct 13 01:34:43.493 INFO kablam! 27 | use std::borrow::ToOwned; Oct 13 01:34:43.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:43.493 INFO kablam! Oct 13 01:34:43.559 INFO kablam! warning: unreachable expression Oct 13 01:34:43.559 INFO kablam! --> src/main.rs:163:2 Oct 13 01:34:43.559 INFO kablam! | Oct 13 01:34:43.559 INFO kablam! 163 | return Oct 13 01:34:43.559 INFO kablam! | ^^^^^^ Oct 13 01:34:43.559 INFO kablam! | Oct 13 01:34:43.559 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:34:43.559 INFO kablam! Oct 13 01:34:43.572 INFO kablam! warning: unreachable expression Oct 13 01:34:43.572 INFO kablam! --> src/main.rs:247:2 Oct 13 01:34:43.572 INFO kablam! | Oct 13 01:34:43.572 INFO kablam! 247 | None Oct 13 01:34:43.572 INFO kablam! | ^^^^ Oct 13 01:34:43.572 INFO kablam! Oct 13 01:34:43.595 INFO kablam! warning: unused variable: `table_names` Oct 13 01:34:43.595 INFO kablam! --> src/main.rs:213:19 Oct 13 01:34:43.595 INFO kablam! | Oct 13 01:34:43.595 INFO kablam! 213 | fn parse_received(table_names: &mut Vec<&str>, edges: &Vec, buf: [u8;100]) -> Option <(Vec<(Edge)>)> { Oct 13 01:34:43.595 INFO kablam! | ^^^^^^^^^^^ help: consider using `_table_names` instead Oct 13 01:34:43.595 INFO kablam! | Oct 13 01:34:43.595 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:34:43.595 INFO kablam! Oct 13 01:34:43.595 INFO kablam! warning: unused variable: `e` Oct 13 01:34:43.595 INFO kablam! --> src/main.rs:331:6 Oct 13 01:34:43.595 INFO kablam! | Oct 13 01:34:43.595 INFO kablam! 331 | for e in 0 .. num_of_edges { Oct 13 01:34:43.595 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:34:43.595 INFO kablam! Oct 13 01:34:43.595 INFO kablam! warning: unused variable: `t` Oct 13 01:34:43.595 INFO kablam! --> src/main.rs:347:6 Oct 13 01:34:43.595 INFO kablam! | Oct 13 01:34:43.595 INFO kablam! 347 | for t in 0 .. num_of_tables { Oct 13 01:34:43.595 INFO kablam! | ^ help: consider using `_t` instead Oct 13 01:34:43.595 INFO kablam! Oct 13 01:34:43.614 INFO kablam! warning: variable does not need to be mutable Oct 13 01:34:43.614 INFO kablam! --> src/main.rs:216:6 Oct 13 01:34:43.614 INFO kablam! | Oct 13 01:34:43.614 INFO kablam! 216 | let mut split = temp_string.split(" "); Oct 13 01:34:43.614 INFO kablam! | ----^^^^^ Oct 13 01:34:43.614 INFO kablam! | | Oct 13 01:34:43.614 INFO kablam! | help: remove this `mut` Oct 13 01:34:43.614 INFO kablam! | Oct 13 01:34:43.614 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:34:43.614 INFO kablam! Oct 13 01:34:43.618 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:34:43.618 INFO kablam! --> src/main.rs:149:3 Oct 13 01:34:43.618 INFO kablam! | Oct 13 01:34:43.618 INFO kablam! 149 | socket.send_to(&temp_reply_message.as_bytes(), &src_addr); Oct 13 01:34:43.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:43.618 INFO kablam! | Oct 13 01:34:43.618 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:34:43.618 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:34:43.618 INFO kablam! Oct 13 01:34:43.941 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.63s Oct 13 01:34:43.943 INFO kablam! su: No module specific data is present Oct 13 01:34:44.151 INFO running `"docker" "rm" "-f" "7d1954cb9e553c4270c63cb377e9e06726449ccbe86b4bec53962eaa1f4206f4"` Oct 13 01:34:44.267 INFO blam! 7d1954cb9e553c4270c63cb377e9e06726449ccbe86b4bec53962eaa1f4206f4 Oct 13 01:34:44.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 01:34:44.535 INFO blam! c03b6734fa6b2db1d5c78677604396eefc37c4529cc85e9f480c286ca872bc3f Oct 13 01:34:44.540 INFO running `"docker" "start" "-a" "c03b6734fa6b2db1d5c78677604396eefc37c4529cc85e9f480c286ca872bc3f"` Oct 13 01:34:45.140 INFO kablam! usermod: no changes Oct 13 01:34:45.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 01:34:45.187 INFO kablam! Running /target/debug/deps/permissions-27141e481d748a10 Oct 13 01:34:45.187 INFO blam! Oct 13 01:34:45.187 INFO blam! running 0 tests Oct 13 01:34:45.187 INFO blam! Oct 13 01:34:45.187 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:34:45.187 INFO blam! Oct 13 01:34:45.191 INFO kablam! su: No module specific data is present Oct 13 01:34:45.681 INFO running `"docker" "rm" "-f" "c03b6734fa6b2db1d5c78677604396eefc37c4529cc85e9f480c286ca872bc3f"` Oct 13 01:34:45.846 INFO blam! c03b6734fa6b2db1d5c78677604396eefc37c4529cc85e9f480c286ca872bc3f