Oct 15 09:02:09.709 INFO testing MDCox/Overpass against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:02:09.711 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 09:02:10.203 INFO blam! 10027b3b66e4603e2eb42e7c25b393a3ace5b5639eaa0e3a55fc8ce3356c20fd Oct 15 09:02:10.206 INFO running `"docker" "start" "-a" "10027b3b66e4603e2eb42e7c25b393a3ace5b5639eaa0e3a55fc8ce3356c20fd"` Oct 15 09:02:12.532 INFO kablam! usermod: no changes Oct 15 09:02:12.611 INFO kablam! Compiling overpass v0.0.1 (/source) Oct 15 09:02:13.207 INFO kablam! warning: unused variable: `db` Oct 15 09:02:13.207 INFO kablam! --> src/db/cypher/mod.rs:3:26 Oct 15 09:02:13.207 INFO kablam! | Oct 15 09:02:13.207 INFO kablam! 3 | pub fn eval(inp: String, db: &mut super::Graph) { Oct 15 09:02:13.207 INFO kablam! | ^^ help: consider using `_db` instead Oct 15 09:02:13.207 INFO kablam! | Oct 15 09:02:13.207 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:02:13.207 INFO kablam! Oct 15 09:02:13.207 INFO kablam! warning: unused variable: `c` Oct 15 09:02:13.207 INFO kablam! --> src/db/cypher/mod.rs:67:9 Oct 15 09:02:13.207 INFO kablam! | Oct 15 09:02:13.207 INFO kablam! 67 | for c in inp.chars() { Oct 15 09:02:13.207 INFO kablam! | ^ help: consider using `_c` instead Oct 15 09:02:13.207 INFO kablam! Oct 15 09:02:13.207 INFO kablam! warning: unused variable: `inp` Oct 15 09:02:13.207 INFO kablam! --> src/db/cypher/mod.rs:76:13 Oct 15 09:02:13.207 INFO kablam! | Oct 15 09:02:13.207 INFO kablam! 76 | fn edge_tok(inp: String) -> TOKEN { Oct 15 09:02:13.207 INFO kablam! | ^^^ help: consider using `_inp` instead Oct 15 09:02:13.207 INFO kablam! Oct 15 09:02:13.221 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:13.221 INFO kablam! --> src/db/cypher/mod.rs:63:9 Oct 15 09:02:13.221 INFO kablam! | Oct 15 09:02:13.221 INFO kablam! 63 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:13.221 INFO kablam! | ----^^^^^ Oct 15 09:02:13.221 INFO kablam! | | Oct 15 09:02:13.221 INFO kablam! | help: remove this `mut` Oct 15 09:02:13.221 INFO kablam! | Oct 15 09:02:13.222 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:02:13.222 INFO kablam! Oct 15 09:02:13.222 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:13.222 INFO kablam! --> src/db/cypher/mod.rs:77:9 Oct 15 09:02:13.222 INFO kablam! | Oct 15 09:02:13.222 INFO kablam! 77 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:13.222 INFO kablam! | ----^^^^^ Oct 15 09:02:13.222 INFO kablam! | | Oct 15 09:02:13.222 INFO kablam! | help: remove this `mut` Oct 15 09:02:13.222 INFO kablam! Oct 15 09:02:13.235 INFO kablam! warning: variant is never constructed: `NAME` Oct 15 09:02:13.235 INFO kablam! --> src/db/cypher/mod.rs:13:5 Oct 15 09:02:13.235 INFO kablam! | Oct 15 09:02:13.235 INFO kablam! 13 | NAME(String) Oct 15 09:02:13.235 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:02:13.235 INFO kablam! | Oct 15 09:02:13.235 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:02:13.235 INFO kablam! Oct 15 09:02:13.235 INFO kablam! warning: function is never used: `keyw_tok` Oct 15 09:02:13.235 INFO kablam! --> src/db/cypher/mod.rs:58:1 Oct 15 09:02:13.235 INFO kablam! | Oct 15 09:02:13.235 INFO kablam! 58 | fn keyw_tok(inp: String) -> TOKEN { Oct 15 09:02:13.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:02:13.235 INFO kablam! Oct 15 09:02:14.463 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Oct 15 09:02:14.463 INFO kablam! --> src/main.rs:2:10 Oct 15 09:02:14.463 INFO kablam! | Oct 15 09:02:14.463 INFO kablam! 2 | #![allow(raw_pointer_derive)] Oct 15 09:02:14.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 09:02:14.463 INFO kablam! | Oct 15 09:02:14.463 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 15 09:02:14.463 INFO kablam! Oct 15 09:02:14.747 INFO kablam! warning: unused import: `db::node::*` Oct 15 09:02:14.747 INFO kablam! --> src/main.rs:8:5 Oct 15 09:02:14.747 INFO kablam! | Oct 15 09:02:14.747 INFO kablam! 8 | use db::node::*; Oct 15 09:02:14.747 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:02:14.747 INFO kablam! | Oct 15 09:02:14.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:02:14.747 INFO kablam! Oct 15 09:02:14.747 INFO kablam! warning: unused import: `db::edge::*` Oct 15 09:02:14.747 INFO kablam! --> src/main.rs:9:5 Oct 15 09:02:14.747 INFO kablam! | Oct 15 09:02:14.747 INFO kablam! 9 | use db::edge::*; Oct 15 09:02:14.747 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:02:14.747 INFO kablam! Oct 15 09:02:14.817 INFO kablam! warning: unused variable: `db` Oct 15 09:02:14.817 INFO kablam! --> src/db/cypher/mod.rs:3:26 Oct 15 09:02:14.817 INFO kablam! | Oct 15 09:02:14.817 INFO kablam! 3 | pub fn eval(inp: String, db: &mut super::Graph) { Oct 15 09:02:14.817 INFO kablam! | ^^ help: consider using `_db` instead Oct 15 09:02:14.817 INFO kablam! | Oct 15 09:02:14.817 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:02:14.817 INFO kablam! Oct 15 09:02:14.817 INFO kablam! warning: unused variable: `c` Oct 15 09:02:14.817 INFO kablam! --> src/db/cypher/mod.rs:67:9 Oct 15 09:02:14.817 INFO kablam! | Oct 15 09:02:14.817 INFO kablam! 67 | for c in inp.chars() { Oct 15 09:02:14.817 INFO kablam! | ^ help: consider using `_c` instead Oct 15 09:02:14.817 INFO kablam! Oct 15 09:02:14.817 INFO kablam! warning: unused variable: `inp` Oct 15 09:02:14.817 INFO kablam! --> src/db/cypher/mod.rs:76:13 Oct 15 09:02:14.817 INFO kablam! | Oct 15 09:02:14.817 INFO kablam! 76 | fn edge_tok(inp: String) -> TOKEN { Oct 15 09:02:14.817 INFO kablam! | ^^^ help: consider using `_inp` instead Oct 15 09:02:14.817 INFO kablam! Oct 15 09:02:14.827 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:14.827 INFO kablam! --> src/main.rs:16:9 Oct 15 09:02:14.827 INFO kablam! | Oct 15 09:02:14.827 INFO kablam! 16 | let mut stdin = io::stdin(); Oct 15 09:02:14.827 INFO kablam! | ----^^^^^ Oct 15 09:02:14.827 INFO kablam! | | Oct 15 09:02:14.827 INFO kablam! | help: remove this `mut` Oct 15 09:02:14.827 INFO kablam! | Oct 15 09:02:14.827 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:02:14.827 INFO kablam! Oct 15 09:02:14.839 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:14.839 INFO kablam! --> src/db/cypher/mod.rs:63:9 Oct 15 09:02:14.839 INFO kablam! | Oct 15 09:02:14.839 INFO kablam! 63 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:14.839 INFO kablam! | ----^^^^^ Oct 15 09:02:14.839 INFO kablam! | | Oct 15 09:02:14.839 INFO kablam! | help: remove this `mut` Oct 15 09:02:14.839 INFO kablam! Oct 15 09:02:14.839 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:14.839 INFO kablam! --> src/db/cypher/mod.rs:77:9 Oct 15 09:02:14.839 INFO kablam! | Oct 15 09:02:14.839 INFO kablam! 77 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:14.839 INFO kablam! | ----^^^^^ Oct 15 09:02:14.839 INFO kablam! | | Oct 15 09:02:14.839 INFO kablam! | help: remove this `mut` Oct 15 09:02:14.839 INFO kablam! Oct 15 09:02:14.851 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:02:14.851 INFO kablam! --> src/main.rs:21:9 Oct 15 09:02:14.851 INFO kablam! | Oct 15 09:02:14.851 INFO kablam! 21 | stdin.read_line(input); Oct 15 09:02:14.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:02:14.851 INFO kablam! | Oct 15 09:02:14.851 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:02:14.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:02:14.851 INFO kablam! Oct 15 09:02:15.721 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.15s Oct 15 09:02:15.727 INFO kablam! su: No module specific data is present Oct 15 09:02:17.327 INFO running `"docker" "rm" "-f" "10027b3b66e4603e2eb42e7c25b393a3ace5b5639eaa0e3a55fc8ce3356c20fd"` Oct 15 09:02:17.723 INFO blam! 10027b3b66e4603e2eb42e7c25b393a3ace5b5639eaa0e3a55fc8ce3356c20fd Oct 15 09:02:17.726 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 09:02:18.292 INFO blam! eec29b1bed776e0852512daf0c45b365150a7bafa744eaec479f8a0274000533 Oct 15 09:02:18.294 INFO running `"docker" "start" "-a" "eec29b1bed776e0852512daf0c45b365150a7bafa744eaec479f8a0274000533"` Oct 15 09:02:19.295 INFO kablam! usermod: no changes Oct 15 09:02:19.359 INFO kablam! Compiling overpass v0.0.1 (/source) Oct 15 09:02:19.527 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Oct 15 09:02:19.527 INFO kablam! --> src/main.rs:2:10 Oct 15 09:02:19.527 INFO kablam! | Oct 15 09:02:19.527 INFO kablam! 2 | #![allow(raw_pointer_derive)] Oct 15 09:02:19.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 09:02:19.527 INFO kablam! | Oct 15 09:02:19.527 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 15 09:02:19.527 INFO kablam! Oct 15 09:02:20.123 INFO kablam! warning: unused import: `db::node::*` Oct 15 09:02:20.124 INFO kablam! --> src/main.rs:8:5 Oct 15 09:02:20.124 INFO kablam! | Oct 15 09:02:20.124 INFO kablam! 8 | use db::node::*; Oct 15 09:02:20.124 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:02:20.125 INFO kablam! | Oct 15 09:02:20.125 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:02:20.125 INFO kablam! Oct 15 09:02:20.125 INFO kablam! warning: unused import: `db::edge::*` Oct 15 09:02:20.126 INFO kablam! --> src/main.rs:9:5 Oct 15 09:02:20.126 INFO kablam! | Oct 15 09:02:20.126 INFO kablam! 9 | use db::edge::*; Oct 15 09:02:20.126 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:02:20.127 INFO kablam! Oct 15 09:02:20.193 INFO kablam! warning: unused variable: `db` Oct 15 09:02:20.193 INFO kablam! --> src/db/cypher/mod.rs:3:26 Oct 15 09:02:20.193 INFO kablam! | Oct 15 09:02:20.193 INFO kablam! 3 | pub fn eval(inp: String, db: &mut super::Graph) { Oct 15 09:02:20.193 INFO kablam! | ^^ help: consider using `_db` instead Oct 15 09:02:20.193 INFO kablam! | Oct 15 09:02:20.193 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:02:20.193 INFO kablam! Oct 15 09:02:20.193 INFO kablam! warning: unused variable: `c` Oct 15 09:02:20.193 INFO kablam! --> src/db/cypher/mod.rs:67:9 Oct 15 09:02:20.193 INFO kablam! | Oct 15 09:02:20.193 INFO kablam! 67 | for c in inp.chars() { Oct 15 09:02:20.193 INFO kablam! | ^ help: consider using `_c` instead Oct 15 09:02:20.193 INFO kablam! Oct 15 09:02:20.199 INFO kablam! warning: unused variable: `inp` Oct 15 09:02:20.199 INFO kablam! --> src/db/cypher/mod.rs:76:13 Oct 15 09:02:20.199 INFO kablam! | Oct 15 09:02:20.199 INFO kablam! 76 | fn edge_tok(inp: String) -> TOKEN { Oct 15 09:02:20.199 INFO kablam! | ^^^ help: consider using `_inp` instead Oct 15 09:02:20.199 INFO kablam! Oct 15 09:02:20.199 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:20.199 INFO kablam! --> src/main.rs:16:9 Oct 15 09:02:20.199 INFO kablam! | Oct 15 09:02:20.199 INFO kablam! 16 | let mut stdin = io::stdin(); Oct 15 09:02:20.199 INFO kablam! | ----^^^^^ Oct 15 09:02:20.199 INFO kablam! | | Oct 15 09:02:20.199 INFO kablam! | help: remove this `mut` Oct 15 09:02:20.199 INFO kablam! | Oct 15 09:02:20.199 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:02:20.199 INFO kablam! Oct 15 09:02:20.215 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:20.215 INFO kablam! --> src/db/cypher/mod.rs:63:9 Oct 15 09:02:20.215 INFO kablam! | Oct 15 09:02:20.215 INFO kablam! 63 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:20.215 INFO kablam! | ----^^^^^ Oct 15 09:02:20.215 INFO kablam! | | Oct 15 09:02:20.215 INFO kablam! | help: remove this `mut` Oct 15 09:02:20.215 INFO kablam! Oct 15 09:02:20.215 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:20.215 INFO kablam! --> src/db/cypher/mod.rs:77:9 Oct 15 09:02:20.215 INFO kablam! | Oct 15 09:02:20.215 INFO kablam! 77 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:20.215 INFO kablam! | ----^^^^^ Oct 15 09:02:20.215 INFO kablam! | | Oct 15 09:02:20.215 INFO kablam! | help: remove this `mut` Oct 15 09:02:20.215 INFO kablam! Oct 15 09:02:20.215 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:02:20.215 INFO kablam! --> src/main.rs:21:9 Oct 15 09:02:20.215 INFO kablam! | Oct 15 09:02:20.215 INFO kablam! 21 | stdin.read_line(input); Oct 15 09:02:20.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:02:20.215 INFO kablam! | Oct 15 09:02:20.215 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:02:20.215 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:02:20.215 INFO kablam! Oct 15 09:02:20.218 INFO kablam! warning: unused variable: `db` Oct 15 09:02:20.218 INFO kablam! --> src/db/cypher/mod.rs:3:26 Oct 15 09:02:20.218 INFO kablam! | Oct 15 09:02:20.218 INFO kablam! 3 | pub fn eval(inp: String, db: &mut super::Graph) { Oct 15 09:02:20.218 INFO kablam! | ^^ help: consider using `_db` instead Oct 15 09:02:20.218 INFO kablam! | Oct 15 09:02:20.219 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:02:20.219 INFO kablam! Oct 15 09:02:20.219 INFO kablam! warning: unused variable: `c` Oct 15 09:02:20.219 INFO kablam! --> src/db/cypher/mod.rs:67:9 Oct 15 09:02:20.219 INFO kablam! | Oct 15 09:02:20.219 INFO kablam! 67 | for c in inp.chars() { Oct 15 09:02:20.219 INFO kablam! | ^ help: consider using `_c` instead Oct 15 09:02:20.219 INFO kablam! Oct 15 09:02:20.222 INFO kablam! warning: unused variable: `inp` Oct 15 09:02:20.222 INFO kablam! --> src/db/cypher/mod.rs:76:13 Oct 15 09:02:20.222 INFO kablam! | Oct 15 09:02:20.222 INFO kablam! 76 | fn edge_tok(inp: String) -> TOKEN { Oct 15 09:02:20.222 INFO kablam! | ^^^ help: consider using `_inp` instead Oct 15 09:02:20.222 INFO kablam! Oct 15 09:02:20.234 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:20.234 INFO kablam! --> src/db/cypher/mod.rs:63:9 Oct 15 09:02:20.234 INFO kablam! | Oct 15 09:02:20.234 INFO kablam! 63 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:20.234 INFO kablam! | ----^^^^^ Oct 15 09:02:20.234 INFO kablam! | | Oct 15 09:02:20.234 INFO kablam! | help: remove this `mut` Oct 15 09:02:20.234 INFO kablam! | Oct 15 09:02:20.234 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:02:20.234 INFO kablam! Oct 15 09:02:20.239 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:20.239 INFO kablam! --> src/db/cypher/mod.rs:77:9 Oct 15 09:02:20.239 INFO kablam! | Oct 15 09:02:20.239 INFO kablam! 77 | let mut props: HashMap<&'static str, &'static str> = HashMap::new(); Oct 15 09:02:20.239 INFO kablam! | ----^^^^^ Oct 15 09:02:20.239 INFO kablam! | | Oct 15 09:02:20.239 INFO kablam! | help: remove this `mut` Oct 15 09:02:20.239 INFO kablam! Oct 15 09:02:20.243 INFO kablam! warning: variant is never constructed: `NAME` Oct 15 09:02:20.243 INFO kablam! --> src/db/cypher/mod.rs:13:5 Oct 15 09:02:20.243 INFO kablam! | Oct 15 09:02:20.243 INFO kablam! 13 | NAME(String) Oct 15 09:02:20.243 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:02:20.243 INFO kablam! | Oct 15 09:02:20.243 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:02:20.243 INFO kablam! Oct 15 09:02:20.243 INFO kablam! warning: function is never used: `keyw_tok` Oct 15 09:02:20.243 INFO kablam! --> src/db/cypher/mod.rs:58:1 Oct 15 09:02:20.243 INFO kablam! | Oct 15 09:02:20.243 INFO kablam! 58 | fn keyw_tok(inp: String) -> TOKEN { Oct 15 09:02:20.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:02:20.243 INFO kablam! Oct 15 09:02:21.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 15 09:02:21.017 INFO kablam! su: No module specific data is present Oct 15 09:02:22.003 INFO running `"docker" "rm" "-f" "eec29b1bed776e0852512daf0c45b365150a7bafa744eaec479f8a0274000533"` Oct 15 09:02:22.339 INFO blam! eec29b1bed776e0852512daf0c45b365150a7bafa744eaec479f8a0274000533 Oct 15 09:02:22.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 09:02:22.718 INFO blam! 89b1e6856cc3b9204362eecd4f9cc7d8bdfa5a4eb250298c415555a4d3db9cad Oct 15 09:02:22.721 INFO running `"docker" "start" "-a" "89b1e6856cc3b9204362eecd4f9cc7d8bdfa5a4eb250298c415555a4d3db9cad"` Oct 15 09:02:23.504 INFO kablam! usermod: no changes Oct 15 09:02:23.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 09:02:23.575 INFO kablam! Running /target/debug/deps/overpass-24b1ec1a913dda59 Oct 15 09:02:23.585 INFO kablam! Running /target/debug/deps/overpass-315d904b39e07070 Oct 15 09:02:23.585 INFO blam! Oct 15 09:02:23.585 INFO blam! running 0 tests Oct 15 09:02:23.585 INFO blam! Oct 15 09:02:23.585 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:02:23.585 INFO blam! Oct 15 09:02:23.585 INFO blam! Oct 15 09:02:23.585 INFO blam! running 0 tests Oct 15 09:02:23.585 INFO blam! Oct 15 09:02:23.585 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:02:23.585 INFO blam! Oct 15 09:02:23.585 INFO kablam! Doc-tests overpass Oct 15 09:02:24.187 INFO blam! Oct 15 09:02:24.187 INFO blam! running 0 tests Oct 15 09:02:24.187 INFO blam! Oct 15 09:02:24.187 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:02:24.187 INFO blam! Oct 15 09:02:24.190 INFO kablam! su: No module specific data is present Oct 15 09:02:24.547 INFO running `"docker" "rm" "-f" "89b1e6856cc3b9204362eecd4f9cc7d8bdfa5a4eb250298c415555a4d3db9cad"` Oct 15 09:02:24.771 INFO blam! 89b1e6856cc3b9204362eecd4f9cc7d8bdfa5a4eb250298c415555a4d3db9cad