Oct 14 23:57:36.433 INFO testing cwbriones/rlox against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:57:36.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 23:57:37.027 INFO blam! 7e0f3f79d3dd9e0a81457368cacd57c3005abb976d89b4d23b1c0015f977c843 Oct 14 23:57:37.029 INFO running `"docker" "start" "-a" "7e0f3f79d3dd9e0a81457368cacd57c3005abb976d89b4d23b1c0015f977c843"` Oct 14 23:57:37.847 INFO kablam! usermod: no changes Oct 14 23:57:38.007 INFO kablam! Compiling cc v1.0.7 Oct 14 23:57:38.007 INFO kablam! Compiling env_logger v0.5.5 Oct 14 23:57:41.721 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 23:57:52.539 INFO kablam! Compiling backtrace v0.3.5 Oct 14 23:57:53.731 INFO kablam! Compiling failure v0.1.1 Oct 14 23:57:54.799 INFO kablam! Compiling parser v0.1.0 (/source/parser) Oct 14 23:57:57.620 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 14 23:57:57.620 INFO kablam! Compiling rlox v0.1.0 (/source/interpreter) Oct 14 23:57:59.371 INFO kablam! warning: unused variable: `indent` Oct 14 23:57:59.372 INFO kablam! --> interpreter/src/pretty_printer.rs:194:21 Oct 14 23:57:59.372 INFO kablam! | Oct 14 23:57:59.372 INFO kablam! 194 | let indent = 0; Oct 14 23:57:59.372 INFO kablam! | ^^^^^^ help: consider using `_indent` instead Oct 14 23:57:59.373 INFO kablam! | Oct 14 23:57:59.373 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:57:59.373 INFO kablam! Oct 14 23:57:59.438 INFO kablam! warning: method is never used: `chunk` Oct 14 23:57:59.439 INFO kablam! --> vm/src/compile.rs:486:5 Oct 14 23:57:59.439 INFO kablam! | Oct 14 23:57:59.439 INFO kablam! 486 | fn chunk(&mut self) -> &Chunk { Oct 14 23:57:59.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:57:59.440 INFO kablam! | Oct 14 23:57:59.440 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:57:59.440 INFO kablam! Oct 14 23:57:59.441 INFO kablam! warning: method is never used: `total_capacity` Oct 14 23:57:59.441 INFO kablam! --> vm/src/gc/arena.rs:128:5 Oct 14 23:57:59.441 INFO kablam! | Oct 14 23:57:59.441 INFO kablam! 128 | pub fn total_capacity(&self) -> usize { Oct 14 23:57:59.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:57:59.442 INFO kablam! Oct 14 23:58:03.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.86s Oct 14 23:58:03.755 INFO kablam! su: No module specific data is present Oct 14 23:58:05.055 INFO running `"docker" "rm" "-f" "7e0f3f79d3dd9e0a81457368cacd57c3005abb976d89b4d23b1c0015f977c843"` Oct 14 23:58:05.341 INFO blam! 7e0f3f79d3dd9e0a81457368cacd57c3005abb976d89b4d23b1c0015f977c843 Oct 14 23:58:05.345 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 23:58:05.782 INFO blam! a12ea14b279c900bb80082635d8666d748875c58adc8723b8dad4ecf5e9829f6 Oct 14 23:58:05.786 INFO running `"docker" "start" "-a" "a12ea14b279c900bb80082635d8666d748875c58adc8723b8dad4ecf5e9829f6"` Oct 14 23:58:07.609 INFO kablam! usermod: no changes Oct 14 23:58:07.755 INFO kablam! Compiling parser v0.1.0 (/source/parser) Oct 14 23:58:07.771 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 14 23:58:07.771 INFO kablam! Compiling rlox v0.1.0 (/source/interpreter) Oct 14 23:58:09.263 INFO kablam! warning: unused import: `std::path::PathBuf` Oct 14 23:58:09.264 INFO kablam! --> interpreter/tests/integration.rs:5:5 Oct 14 23:58:09.264 INFO kablam! | Oct 14 23:58:09.264 INFO kablam! 5 | use std::path::PathBuf; Oct 14 23:58:09.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:58:09.265 INFO kablam! | Oct 14 23:58:09.265 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:58:09.266 INFO kablam! Oct 14 23:58:11.352 INFO kablam! warning: unused variable: `indent` Oct 14 23:58:11.352 INFO kablam! --> interpreter/src/pretty_printer.rs:194:21 Oct 14 23:58:11.352 INFO kablam! | Oct 14 23:58:11.352 INFO kablam! 194 | let indent = 0; Oct 14 23:58:11.352 INFO kablam! | ^^^^^^ help: consider using `_indent` instead Oct 14 23:58:11.352 INFO kablam! | Oct 14 23:58:11.352 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:58:11.352 INFO kablam! Oct 14 23:58:11.607 INFO kablam! warning: method is never used: `chunk` Oct 14 23:58:11.607 INFO kablam! --> vm/src/compile.rs:486:5 Oct 14 23:58:11.607 INFO kablam! | Oct 14 23:58:11.607 INFO kablam! 486 | fn chunk(&mut self) -> &Chunk { Oct 14 23:58:11.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:58:11.607 INFO kablam! | Oct 14 23:58:11.607 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:58:11.607 INFO kablam! Oct 14 23:58:11.607 INFO kablam! warning: method is never used: `total_capacity` Oct 14 23:58:11.607 INFO kablam! --> vm/src/gc/arena.rs:128:5 Oct 14 23:58:11.607 INFO kablam! | Oct 14 23:58:11.607 INFO kablam! 128 | pub fn total_capacity(&self) -> usize { Oct 14 23:58:11.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:58:11.607 INFO kablam! Oct 14 23:58:17.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.72s Oct 14 23:58:17.362 INFO kablam! su: No module specific data is present Oct 14 23:58:19.159 INFO running `"docker" "rm" "-f" "a12ea14b279c900bb80082635d8666d748875c58adc8723b8dad4ecf5e9829f6"` Oct 14 23:58:19.459 INFO blam! a12ea14b279c900bb80082635d8666d748875c58adc8723b8dad4ecf5e9829f6