Oct 10 17:18:36.075 INFO testing obshidian/juRSh against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:18:36.075 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:18:36.077 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:18:36.540 INFO blam! 2a8ca8c7554548cbd11b9f24d263f8b4b4de738bc309eb7159f5eb6a8cd9acfd Oct 10 17:18:36.548 INFO running `"docker" "start" "-a" "2a8ca8c7554548cbd11b9f24d263f8b4b4de738bc309eb7159f5eb6a8cd9acfd"` Oct 10 17:18:37.752 INFO kablam! usermod: no changes Oct 10 17:18:37.787 INFO kablam! Compiling joshscript-rs v0.1.0 (/source) Oct 10 17:18:38.296 INFO kablam! warning: unused import: `std::num::Wrapping` Oct 10 17:18:38.296 INFO kablam! --> src/exec.rs:3:5 Oct 10 17:18:38.296 INFO kablam! | Oct 10 17:18:38.296 INFO kablam! 3 | use std::num::Wrapping; Oct 10 17:18:38.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 17:18:38.296 INFO kablam! | Oct 10 17:18:38.296 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:18:38.296 INFO kablam! Oct 10 17:18:38.376 INFO kablam! warning: unused variable: `position` Oct 10 17:18:38.376 INFO kablam! --> src/parse.rs:7:13 Oct 10 17:18:38.376 INFO kablam! | Oct 10 17:18:38.376 INFO kablam! 7 | let position = &mut position; Oct 10 17:18:38.376 INFO kablam! | ^^^^^^^^ help: consider using `_position` instead Oct 10 17:18:38.376 INFO kablam! | Oct 10 17:18:38.376 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:18:38.376 INFO kablam! Oct 10 17:18:38.404 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:18:38.404 INFO kablam! --> src/exec.rs:42:21 Oct 10 17:18:38.404 INFO kablam! | Oct 10 17:18:38.404 INFO kablam! 42 | io::stdout().write(&[bank[t]]); Oct 10 17:18:38.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:18:38.404 INFO kablam! | Oct 10 17:18:38.404 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 17:18:38.404 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:18:38.404 INFO kablam! Oct 10 17:18:38.945 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 10 17:18:38.945 INFO kablam! su: No module specific data is present Oct 10 17:18:39.547 INFO running `"docker" "rm" "-f" "2a8ca8c7554548cbd11b9f24d263f8b4b4de738bc309eb7159f5eb6a8cd9acfd"` Oct 10 17:18:39.841 INFO blam! 2a8ca8c7554548cbd11b9f24d263f8b4b4de738bc309eb7159f5eb6a8cd9acfd Oct 10 17:18:39.842 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:18:39.842 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:18:40.235 INFO blam! 160c105751298d1ea93bedbac8d3ea91e98e2fb08bf5908757a3450f9201ab25 Oct 10 17:18:40.238 INFO running `"docker" "start" "-a" "160c105751298d1ea93bedbac8d3ea91e98e2fb08bf5908757a3450f9201ab25"` Oct 10 17:18:41.484 INFO kablam! usermod: no changes Oct 10 17:18:41.541 INFO kablam! Compiling joshscript-rs v0.1.0 (/source) Oct 10 17:18:42.145 INFO kablam! warning: unused import: `std::num::Wrapping` Oct 10 17:18:42.145 INFO kablam! --> src/exec.rs:3:5 Oct 10 17:18:42.145 INFO kablam! | Oct 10 17:18:42.145 INFO kablam! 3 | use std::num::Wrapping; Oct 10 17:18:42.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 17:18:42.145 INFO kablam! | Oct 10 17:18:42.145 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:18:42.145 INFO kablam! Oct 10 17:18:42.264 INFO kablam! warning: unused variable: `position` Oct 10 17:18:42.265 INFO kablam! --> src/parse.rs:7:13 Oct 10 17:18:42.265 INFO kablam! | Oct 10 17:18:42.265 INFO kablam! 7 | let position = &mut position; Oct 10 17:18:42.266 INFO kablam! | ^^^^^^^^ help: consider using `_position` instead Oct 10 17:18:42.266 INFO kablam! | Oct 10 17:18:42.266 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:18:42.266 INFO kablam! Oct 10 17:18:42.284 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:18:42.284 INFO kablam! --> src/exec.rs:42:21 Oct 10 17:18:42.284 INFO kablam! | Oct 10 17:18:42.284 INFO kablam! 42 | io::stdout().write(&[bank[t]]); Oct 10 17:18:42.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:18:42.284 INFO kablam! | Oct 10 17:18:42.284 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 17:18:42.284 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:18:42.284 INFO kablam! Oct 10 17:18:43.245 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 10 17:18:43.248 INFO kablam! su: No module specific data is present Oct 10 17:18:43.744 INFO running `"docker" "rm" "-f" "160c105751298d1ea93bedbac8d3ea91e98e2fb08bf5908757a3450f9201ab25"` Oct 10 17:18:44.180 INFO blam! 160c105751298d1ea93bedbac8d3ea91e98e2fb08bf5908757a3450f9201ab25 Oct 10 17:18:44.187 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:18:44.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:18:44.616 INFO blam! db02f3384f36b7dba77e0c685dd157c25b092dff8d211f2c5ba0b2d7ed5802c9 Oct 10 17:18:44.620 INFO running `"docker" "start" "-a" "db02f3384f36b7dba77e0c685dd157c25b092dff8d211f2c5ba0b2d7ed5802c9"` Oct 10 17:18:45.696 INFO kablam! usermod: no changes Oct 10 17:18:45.752 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 17:18:45.752 INFO kablam! Running /target/debug/deps/joshscript_rs-ca9a6abb61abd2f4 Oct 10 17:18:45.753 INFO blam! Oct 10 17:18:45.753 INFO blam! running 2 tests Oct 10 17:18:45.753 INFO blam! test tests::test_parser ... ok Oct 10 17:18:45.753 INFO blam! test tests::test_embedding ... ok Oct 10 17:18:45.753 INFO blam! Oct 10 17:18:45.753 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:18:45.753 INFO blam! Oct 10 17:18:45.760 INFO kablam! Doc-tests joshscript-rs Oct 10 17:18:46.620 INFO blam! Oct 10 17:18:46.620 INFO blam! running 0 tests Oct 10 17:18:46.620 INFO blam! Oct 10 17:18:46.620 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:18:46.620 INFO blam! Oct 10 17:18:46.620 INFO kablam! su: No module specific data is present Oct 10 17:18:47.281 INFO running `"docker" "rm" "-f" "db02f3384f36b7dba77e0c685dd157c25b092dff8d211f2c5ba0b2d7ed5802c9"` Oct 10 17:18:47.577 INFO blam! db02f3384f36b7dba77e0c685dd157c25b092dff8d211f2c5ba0b2d7ed5802c9