Oct 15 09:02:11.888 INFO testing MDCox/Overpass against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:02:11.889 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 15 09:02:12.347 INFO blam! 5d231502e5364c3f5b14f89230b2c583b606380d9e9a21a04d6f4286dc9d6a5d Oct 15 09:02:12.349 INFO running `"docker" "start" "-a" "5d231502e5364c3f5b14f89230b2c583b606380d9e9a21a04d6f4286dc9d6a5d"` Oct 15 09:02:15.218 INFO kablam! usermod: no changes Oct 15 09:02:15.263 INFO kablam! Compiling overpass v0.0.1 (/source) Oct 15 09:02:15.704 INFO kablam! warning: unused variable: `db` Oct 15 09:02:15.705 INFO kablam! --> src/db/cypher/mod.rs:3:26 Oct 15 09:02:15.711 INFO kablam! | Oct 15 09:02:15.711 INFO kablam! 3 | pub fn eval(inp: String, db: &mut super::Graph) { Oct 15 09:02:15.712 INFO kablam! | ^^ help: consider using `_db` instead Oct 15 09:02:15.713 INFO kablam! | Oct 15 09:02:15.713 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:02:15.714 INFO kablam! Oct 15 09:02:15.715 INFO kablam! warning: unused variable: `c` Oct 15 09:02:15.715 INFO kablam! --> src/db/cypher/mod.rs:67:9 Oct 15 09:02:15.716 INFO kablam! | Oct 15 09:02:15.716 INFO kablam! 67 | for c in inp.chars() { Oct 15 09:02:15.717 INFO kablam! | ^ help: consider using `_c` instead Oct 15 09:02:15.717 INFO kablam! Oct 15 09:02:15.718 INFO kablam! warning: unused variable: `inp` Oct 15 09:02:15.718 INFO kablam! --> src/db/cypher/mod.rs:76:13 Oct 15 09:02:15.718 INFO kablam! | Oct 15 09:02:15.718 INFO kablam! 76 | fn edge_tok(inp: String) -> TOKEN { Oct 15 09:02:15.718 INFO kablam! | ^^^ help: consider using `_inp` instead Oct 15 09:02:15.718 INFO kablam! Oct 15 09:02:15.718 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:15.718 INFO kablam! --> src/db/cypher/mod.rs:63:9 Oct 15 09:02:15.718 INFO kablam! | Oct 15 09:02:15.718 INFO kablam! 63 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:15.718 INFO kablam! | ----^^^^^ Oct 15 09:02:15.718 INFO kablam! | | Oct 15 09:02:15.718 INFO kablam! | help: remove this `mut` Oct 15 09:02:15.718 INFO kablam! | Oct 15 09:02:15.718 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:02:15.718 INFO kablam! Oct 15 09:02:15.718 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:15.718 INFO kablam! --> src/db/cypher/mod.rs:77:9 Oct 15 09:02:15.718 INFO kablam! | Oct 15 09:02:15.718 INFO kablam! 77 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:15.718 INFO kablam! | ----^^^^^ Oct 15 09:02:15.718 INFO kablam! | | Oct 15 09:02:15.718 INFO kablam! | help: remove this `mut` Oct 15 09:02:15.718 INFO kablam! Oct 15 09:02:15.722 INFO kablam! warning: variant is never constructed: `NAME` Oct 15 09:02:15.722 INFO kablam! --> src/db/cypher/mod.rs:13:5 Oct 15 09:02:15.722 INFO kablam! | Oct 15 09:02:15.722 INFO kablam! 13 | NAME(String) Oct 15 09:02:15.722 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:02:15.727 INFO kablam! | Oct 15 09:02:15.727 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:02:15.727 INFO kablam! Oct 15 09:02:15.727 INFO kablam! warning: function is never used: `keyw_tok` Oct 15 09:02:15.727 INFO kablam! --> src/db/cypher/mod.rs:58:1 Oct 15 09:02:15.727 INFO kablam! | Oct 15 09:02:15.727 INFO kablam! 58 | fn keyw_tok(inp: String) -> TOKEN { Oct 15 09:02:15.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:02:15.727 INFO kablam! Oct 15 09:02:16.627 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Oct 15 09:02:16.627 INFO kablam! --> src/main.rs:2:10 Oct 15 09:02:16.627 INFO kablam! | Oct 15 09:02:16.627 INFO kablam! 2 | #![allow(raw_pointer_derive)] Oct 15 09:02:16.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 09:02:16.627 INFO kablam! | Oct 15 09:02:16.627 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 15 09:02:16.627 INFO kablam! Oct 15 09:02:16.987 INFO kablam! warning: unused import: `db::node::*` Oct 15 09:02:16.987 INFO kablam! --> src/main.rs:8:5 Oct 15 09:02:16.987 INFO kablam! | Oct 15 09:02:16.988 INFO kablam! 8 | use db::node::*; Oct 15 09:02:16.988 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:02:16.988 INFO kablam! | Oct 15 09:02:16.988 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:02:16.988 INFO kablam! Oct 15 09:02:16.988 INFO kablam! warning: unused import: `db::edge::*` Oct 15 09:02:16.988 INFO kablam! --> src/main.rs:9:5 Oct 15 09:02:16.988 INFO kablam! | Oct 15 09:02:16.988 INFO kablam! 9 | use db::edge::*; Oct 15 09:02:16.988 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:02:16.988 INFO kablam! Oct 15 09:02:17.079 INFO kablam! warning: unused variable: `db` Oct 15 09:02:17.079 INFO kablam! --> src/db/cypher/mod.rs:3:26 Oct 15 09:02:17.079 INFO kablam! | Oct 15 09:02:17.079 INFO kablam! 3 | pub fn eval(inp: String, db: &mut super::Graph) { Oct 15 09:02:17.080 INFO kablam! | ^^ help: consider using `_db` instead Oct 15 09:02:17.080 INFO kablam! | Oct 15 09:02:17.080 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:02:17.080 INFO kablam! Oct 15 09:02:17.081 INFO kablam! warning: unused variable: `c` Oct 15 09:02:17.081 INFO kablam! --> src/db/cypher/mod.rs:67:9 Oct 15 09:02:17.081 INFO kablam! | Oct 15 09:02:17.081 INFO kablam! 67 | for c in inp.chars() { Oct 15 09:02:17.081 INFO kablam! | ^ help: consider using `_c` instead Oct 15 09:02:17.082 INFO kablam! Oct 15 09:02:17.082 INFO kablam! warning: unused variable: `inp` Oct 15 09:02:17.082 INFO kablam! --> src/db/cypher/mod.rs:76:13 Oct 15 09:02:17.082 INFO kablam! | Oct 15 09:02:17.083 INFO kablam! 76 | fn edge_tok(inp: String) -> TOKEN { Oct 15 09:02:17.083 INFO kablam! | ^^^ help: consider using `_inp` instead Oct 15 09:02:17.083 INFO kablam! Oct 15 09:02:17.083 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:17.084 INFO kablam! --> src/main.rs:16:9 Oct 15 09:02:17.084 INFO kablam! | Oct 15 09:02:17.084 INFO kablam! 16 | let mut stdin = io::stdin(); Oct 15 09:02:17.084 INFO kablam! | ----^^^^^ Oct 15 09:02:17.084 INFO kablam! | | Oct 15 09:02:17.084 INFO kablam! | help: remove this `mut` Oct 15 09:02:17.084 INFO kablam! | Oct 15 09:02:17.084 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:02:17.084 INFO kablam! Oct 15 09:02:17.092 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:17.093 INFO kablam! --> src/db/cypher/mod.rs:63:9 Oct 15 09:02:17.093 INFO kablam! | Oct 15 09:02:17.093 INFO kablam! 63 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:17.094 INFO kablam! | ----^^^^^ Oct 15 09:02:17.094 INFO kablam! | | Oct 15 09:02:17.094 INFO kablam! | help: remove this `mut` Oct 15 09:02:17.094 INFO kablam! Oct 15 09:02:17.095 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:17.095 INFO kablam! --> src/db/cypher/mod.rs:77:9 Oct 15 09:02:17.095 INFO kablam! | Oct 15 09:02:17.096 INFO kablam! 77 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:17.096 INFO kablam! | ----^^^^^ Oct 15 09:02:17.096 INFO kablam! | | Oct 15 09:02:17.099 INFO kablam! | help: remove this `mut` Oct 15 09:02:17.099 INFO kablam! Oct 15 09:02:17.099 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:02:17.099 INFO kablam! --> src/main.rs:21:9 Oct 15 09:02:17.100 INFO kablam! | Oct 15 09:02:17.100 INFO kablam! 21 | stdin.read_line(input); Oct 15 09:02:17.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:02:17.100 INFO kablam! | Oct 15 09:02:17.101 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:02:17.101 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:02:17.101 INFO kablam! Oct 15 09:02:17.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.67s Oct 15 09:02:17.916 INFO kablam! su: No module specific data is present Oct 15 09:02:18.796 INFO running `"docker" "rm" "-f" "5d231502e5364c3f5b14f89230b2c583b606380d9e9a21a04d6f4286dc9d6a5d"` Oct 15 09:02:19.079 INFO blam! 5d231502e5364c3f5b14f89230b2c583b606380d9e9a21a04d6f4286dc9d6a5d Oct 15 09:02:19.085 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 15 09:02:19.443 INFO blam! c2031e3dbc7640ea119351d231a66b2d9d85e44487dc64773079d92667b7a2cc Oct 15 09:02:19.446 INFO running `"docker" "start" "-a" "c2031e3dbc7640ea119351d231a66b2d9d85e44487dc64773079d92667b7a2cc"` Oct 15 09:02:20.881 INFO kablam! usermod: no changes Oct 15 09:02:20.939 INFO kablam! Compiling overpass v0.0.1 (/source) Oct 15 09:02:21.023 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Oct 15 09:02:21.023 INFO kablam! --> src/main.rs:2:10 Oct 15 09:02:21.023 INFO kablam! | Oct 15 09:02:21.023 INFO kablam! 2 | #![allow(raw_pointer_derive)] Oct 15 09:02:21.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 09:02:21.023 INFO kablam! | Oct 15 09:02:21.023 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 15 09:02:21.023 INFO kablam! Oct 15 09:02:21.433 INFO kablam! warning: unused import: `db::node::*` Oct 15 09:02:21.434 INFO kablam! --> src/main.rs:8:5 Oct 15 09:02:21.434 INFO kablam! | Oct 15 09:02:21.434 INFO kablam! 8 | use db::node::*; Oct 15 09:02:21.434 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:02:21.435 INFO kablam! | Oct 15 09:02:21.435 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:02:21.436 INFO kablam! Oct 15 09:02:21.436 INFO kablam! warning: unused import: `db::edge::*` Oct 15 09:02:21.437 INFO kablam! --> src/main.rs:9:5 Oct 15 09:02:21.437 INFO kablam! | Oct 15 09:02:21.437 INFO kablam! 9 | use db::edge::*; Oct 15 09:02:21.437 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:02:21.438 INFO kablam! Oct 15 09:02:21.624 INFO kablam! warning: unused variable: `db` Oct 15 09:02:21.625 INFO kablam! --> src/db/cypher/mod.rs:3:26 Oct 15 09:02:21.625 INFO kablam! | Oct 15 09:02:21.625 INFO kablam! 3 | pub fn eval(inp: String, db: &mut super::Graph) { Oct 15 09:02:21.626 INFO kablam! | ^^ help: consider using `_db` instead Oct 15 09:02:21.626 INFO kablam! | Oct 15 09:02:21.626 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:02:21.627 INFO kablam! Oct 15 09:02:21.627 INFO kablam! warning: unused variable: `c` Oct 15 09:02:21.628 INFO kablam! --> src/db/cypher/mod.rs:67:9 Oct 15 09:02:21.628 INFO kablam! | Oct 15 09:02:21.628 INFO kablam! 67 | for c in inp.chars() { Oct 15 09:02:21.629 INFO kablam! | ^ help: consider using `_c` instead Oct 15 09:02:21.629 INFO kablam! Oct 15 09:02:21.629 INFO kablam! warning: unused variable: `inp` Oct 15 09:02:21.630 INFO kablam! --> src/db/cypher/mod.rs:76:13 Oct 15 09:02:21.630 INFO kablam! | Oct 15 09:02:21.630 INFO kablam! 76 | fn edge_tok(inp: String) -> TOKEN { Oct 15 09:02:21.637 INFO kablam! | ^^^ help: consider using `_inp` instead Oct 15 09:02:21.638 INFO kablam! Oct 15 09:02:21.638 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:21.638 INFO kablam! --> src/main.rs:16:9 Oct 15 09:02:21.638 INFO kablam! | Oct 15 09:02:21.639 INFO kablam! 16 | let mut stdin = io::stdin(); Oct 15 09:02:21.639 INFO kablam! | ----^^^^^ Oct 15 09:02:21.640 INFO kablam! | | Oct 15 09:02:21.640 INFO kablam! | help: remove this `mut` Oct 15 09:02:21.640 INFO kablam! | Oct 15 09:02:21.640 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:02:21.641 INFO kablam! Oct 15 09:02:21.647 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:21.647 INFO kablam! --> src/db/cypher/mod.rs:63:9 Oct 15 09:02:21.647 INFO kablam! | Oct 15 09:02:21.647 INFO kablam! 63 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:21.647 INFO kablam! | ----^^^^^ Oct 15 09:02:21.647 INFO kablam! | | Oct 15 09:02:21.647 INFO kablam! | help: remove this `mut` Oct 15 09:02:21.654 INFO kablam! Oct 15 09:02:21.654 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:21.654 INFO kablam! --> src/db/cypher/mod.rs:77:9 Oct 15 09:02:21.654 INFO kablam! | Oct 15 09:02:21.654 INFO kablam! 77 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:21.654 INFO kablam! | ----^^^^^ Oct 15 09:02:21.654 INFO kablam! | | Oct 15 09:02:21.654 INFO kablam! | help: remove this `mut` Oct 15 09:02:21.654 INFO kablam! Oct 15 09:02:21.659 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:02:21.659 INFO kablam! --> src/main.rs:21:9 Oct 15 09:02:21.659 INFO kablam! | Oct 15 09:02:21.659 INFO kablam! 21 | stdin.read_line(input); Oct 15 09:02:21.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:02:21.667 INFO kablam! | Oct 15 09:02:21.667 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:02:21.667 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:02:21.667 INFO kablam! Oct 15 09:02:21.899 INFO kablam! warning: unused variable: `db` Oct 15 09:02:21.899 INFO kablam! --> src/db/cypher/mod.rs:3:26 Oct 15 09:02:21.899 INFO kablam! | Oct 15 09:02:21.899 INFO kablam! 3 | pub fn eval(inp: String, db: &mut super::Graph) { Oct 15 09:02:21.899 INFO kablam! | ^^ help: consider using `_db` instead Oct 15 09:02:21.899 INFO kablam! | Oct 15 09:02:21.899 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:02:21.899 INFO kablam! Oct 15 09:02:21.899 INFO kablam! warning: unused variable: `c` Oct 15 09:02:21.899 INFO kablam! --> src/db/cypher/mod.rs:67:9 Oct 15 09:02:21.899 INFO kablam! | Oct 15 09:02:21.899 INFO kablam! 67 | for c in inp.chars() { Oct 15 09:02:21.899 INFO kablam! | ^ help: consider using `_c` instead Oct 15 09:02:21.899 INFO kablam! Oct 15 09:02:21.899 INFO kablam! warning: unused variable: `inp` Oct 15 09:02:21.899 INFO kablam! --> src/db/cypher/mod.rs:76:13 Oct 15 09:02:21.899 INFO kablam! | Oct 15 09:02:21.899 INFO kablam! 76 | fn edge_tok(inp: String) -> TOKEN { Oct 15 09:02:21.899 INFO kablam! | ^^^ help: consider using `_inp` instead Oct 15 09:02:21.899 INFO kablam! Oct 15 09:02:21.908 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:21.911 INFO kablam! --> src/db/cypher/mod.rs:63:9 Oct 15 09:02:21.911 INFO kablam! | Oct 15 09:02:21.911 INFO kablam! 63 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:21.911 INFO kablam! | ----^^^^^ Oct 15 09:02:21.911 INFO kablam! | | Oct 15 09:02:21.911 INFO kablam! | help: remove this `mut` Oct 15 09:02:21.911 INFO kablam! | Oct 15 09:02:21.911 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:02:21.911 INFO kablam! Oct 15 09:02:21.911 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:21.911 INFO kablam! --> src/db/cypher/mod.rs:77:9 Oct 15 09:02:21.911 INFO kablam! | Oct 15 09:02:21.911 INFO kablam! 77 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:21.911 INFO kablam! | ----^^^^^ Oct 15 09:02:21.911 INFO kablam! | | Oct 15 09:02:21.911 INFO kablam! | help: remove this `mut` Oct 15 09:02:21.911 INFO kablam! Oct 15 09:02:21.919 INFO kablam! warning: variant is never constructed: `NAME` Oct 15 09:02:21.919 INFO kablam! --> src/db/cypher/mod.rs:13:5 Oct 15 09:02:21.919 INFO kablam! | Oct 15 09:02:21.919 INFO kablam! 13 | NAME(String) Oct 15 09:02:21.919 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:02:21.919 INFO kablam! | Oct 15 09:02:21.919 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:02:21.919 INFO kablam! Oct 15 09:02:21.919 INFO kablam! warning: function is never used: `keyw_tok` Oct 15 09:02:21.919 INFO kablam! --> src/db/cypher/mod.rs:58:1 Oct 15 09:02:21.919 INFO kablam! | Oct 15 09:02:21.919 INFO kablam! 58 | fn keyw_tok(inp: String) -> TOKEN { Oct 15 09:02:21.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:02:21.919 INFO kablam! Oct 15 09:02:22.534 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 15 09:02:22.534 INFO kablam! su: No module specific data is present Oct 15 09:02:23.070 INFO running `"docker" "rm" "-f" "c2031e3dbc7640ea119351d231a66b2d9d85e44487dc64773079d92667b7a2cc"` Oct 15 09:02:23.183 INFO blam! c2031e3dbc7640ea119351d231a66b2d9d85e44487dc64773079d92667b7a2cc Oct 15 09:02:23.187 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 15 09:02:23.511 INFO blam! 13f79a6a1051e854547bffb43fc937c7045d327244806f6852c24fb848235128 Oct 15 09:02:23.513 INFO running `"docker" "start" "-a" "13f79a6a1051e854547bffb43fc937c7045d327244806f6852c24fb848235128"` Oct 15 09:02:24.523 INFO kablam! usermod: no changes Oct 15 09:02:24.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 09:02:24.572 INFO kablam! Running /target/debug/deps/overpass-ddf2e77a68fca5ed Oct 15 09:02:24.578 INFO kablam! Running /target/debug/deps/overpass-39f4a4696296216b Oct 15 09:02:24.579 INFO blam! Oct 15 09:02:24.579 INFO blam! running 0 tests Oct 15 09:02:24.579 INFO blam! Oct 15 09:02:24.579 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:02:24.579 INFO blam! Oct 15 09:02:24.587 INFO blam! Oct 15 09:02:24.587 INFO blam! running 0 tests Oct 15 09:02:24.587 INFO blam! Oct 15 09:02:24.587 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:02:24.587 INFO blam! Oct 15 09:02:24.587 INFO kablam! Doc-tests overpass Oct 15 09:02:25.135 INFO blam! Oct 15 09:02:25.135 INFO blam! running 0 tests Oct 15 09:02:25.135 INFO blam! Oct 15 09:02:25.135 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:02:25.135 INFO blam! Oct 15 09:02:25.142 INFO kablam! su: No module specific data is present Oct 15 09:02:25.554 INFO running `"docker" "rm" "-f" "13f79a6a1051e854547bffb43fc937c7045d327244806f6852c24fb848235128"` Oct 15 09:02:25.819 INFO blam! 13f79a6a1051e854547bffb43fc937c7045d327244806f6852c24fb848235128