Oct 14 16:07:21.213 INFO testing jstnlef/rlox against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:07:21.215 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16:07:21.585 INFO blam! ea8959559a9872c706f5f5e21c17a427c9c13caa9a66d9d21f8e6a1f397b21c0 Oct 14 16:07:21.591 INFO running `"docker" "start" "-a" "ea8959559a9872c706f5f5e21c17a427c9c13caa9a66d9d21f8e6a1f397b21c0"` Oct 14 16:07:22.773 INFO kablam! usermod: no changes Oct 14 16:07:22.835 INFO kablam! Compiling rlox v0.1.0 (/source) Oct 14 16:07:23.331 INFO kablam! warning: unused import: `Callable` Oct 14 16:07:23.331 INFO kablam! --> src/interpreter.rs:5:29 Oct 14 16:07:23.331 INFO kablam! | Oct 14 16:07:23.331 INFO kablam! 5 | use lox_object::{LoxObject, Callable}; Oct 14 16:07:23.331 INFO kablam! | ^^^^^^^^ Oct 14 16:07:23.331 INFO kablam! | Oct 14 16:07:23.331 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:07:23.331 INFO kablam! Oct 14 16:07:23.359 INFO kablam! warning: unused variable: `interpreter` Oct 14 16:07:23.359 INFO kablam! --> src/native_functions.rs:13:20 Oct 14 16:07:23.359 INFO kablam! | Oct 14 16:07:23.359 INFO kablam! 13 | fn call(&self, interpreter: &mut Interpreter, arguments: &[LoxObject]) -> RuntimeResult { Oct 14 16:07:23.359 INFO kablam! | ^^^^^^^^^^^ help: consider using `_interpreter` instead Oct 14 16:07:23.359 INFO kablam! | Oct 14 16:07:23.359 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:07:23.359 INFO kablam! Oct 14 16:07:23.359 INFO kablam! warning: unused variable: `arguments` Oct 14 16:07:23.359 INFO kablam! --> src/native_functions.rs:13:51 Oct 14 16:07:23.359 INFO kablam! | Oct 14 16:07:23.359 INFO kablam! 13 | fn call(&self, interpreter: &mut Interpreter, arguments: &[LoxObject]) -> RuntimeResult { Oct 14 16:07:23.359 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 16:07:23.359 INFO kablam! Oct 14 16:07:23.463 INFO kablam! warning: method is never used: `line_error` Oct 14 16:07:23.463 INFO kablam! --> src/lox.rs:78:5 Oct 14 16:07:23.463 INFO kablam! | Oct 14 16:07:23.463 INFO kablam! 78 | fn line_error(&mut self, line: i32, message: &str) { Oct 14 16:07:23.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:07:23.463 INFO kablam! | Oct 14 16:07:23.463 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:07:23.463 INFO kablam! Oct 14 16:07:23.463 INFO kablam! warning: field is never used: `line` Oct 14 16:07:23.463 INFO kablam! --> src/scanner.rs:325:5 Oct 14 16:07:23.463 INFO kablam! | Oct 14 16:07:23.463 INFO kablam! 325 | line: i32, Oct 14 16:07:23.463 INFO kablam! | ^^^^^^^^^ Oct 14 16:07:23.463 INFO kablam! Oct 14 16:07:23.463 INFO kablam! warning: field is never used: `message` Oct 14 16:07:23.463 INFO kablam! --> src/scanner.rs:326:5 Oct 14 16:07:23.463 INFO kablam! | Oct 14 16:07:23.463 INFO kablam! 326 | message: String, Oct 14 16:07:23.463 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:07:23.463 INFO kablam! Oct 14 16:07:23.463 INFO kablam! warning: field is never used: `globals` Oct 14 16:07:23.463 INFO kablam! --> src/interpreter.rs:10:5 Oct 14 16:07:23.463 INFO kablam! | Oct 14 16:07:23.463 INFO kablam! 10 | globals: Rc, Oct 14 16:07:23.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:07:23.467 INFO kablam! Oct 14 16:07:25.242 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.44s Oct 14 16:07:25.245 INFO kablam! su: No module specific data is present Oct 14 16:07:25.888 INFO running `"docker" "rm" "-f" "ea8959559a9872c706f5f5e21c17a427c9c13caa9a66d9d21f8e6a1f397b21c0"` Oct 14 16:07:26.066 INFO blam! ea8959559a9872c706f5f5e21c17a427c9c13caa9a66d9d21f8e6a1f397b21c0 Oct 14 16:07:26.068 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16:07:26.563 INFO blam! 530938a7f6e8dfa312304d4472d4ffd1a1c6c5cc8d255c430efdcf098dc52f5e Oct 14 16:07:26.579 INFO running `"docker" "start" "-a" "530938a7f6e8dfa312304d4472d4ffd1a1c6c5cc8d255c430efdcf098dc52f5e"` Oct 14 16:07:27.667 INFO kablam! usermod: no changes Oct 14 16:07:27.711 INFO kablam! Compiling rlox v0.1.0 (/source) Oct 14 16:07:28.179 INFO kablam! warning: unused import: `Callable` Oct 14 16:07:28.179 INFO kablam! --> src/interpreter.rs:5:29 Oct 14 16:07:28.187 INFO kablam! | Oct 14 16:07:28.187 INFO kablam! 5 | use lox_object::{LoxObject, Callable}; Oct 14 16:07:28.187 INFO kablam! | ^^^^^^^^ Oct 14 16:07:28.187 INFO kablam! | Oct 14 16:07:28.187 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:07:28.187 INFO kablam! Oct 14 16:07:28.204 INFO kablam! warning: unused variable: `interpreter` Oct 14 16:07:28.204 INFO kablam! --> src/native_functions.rs:13:20 Oct 14 16:07:28.204 INFO kablam! | Oct 14 16:07:28.204 INFO kablam! 13 | fn call(&self, interpreter: &mut Interpreter, arguments: &[LoxObject]) -> RuntimeResult { Oct 14 16:07:28.204 INFO kablam! | ^^^^^^^^^^^ help: consider using `_interpreter` instead Oct 14 16:07:28.204 INFO kablam! | Oct 14 16:07:28.204 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:07:28.204 INFO kablam! Oct 14 16:07:28.204 INFO kablam! warning: unused variable: `arguments` Oct 14 16:07:28.204 INFO kablam! --> src/native_functions.rs:13:51 Oct 14 16:07:28.204 INFO kablam! | Oct 14 16:07:28.204 INFO kablam! 13 | fn call(&self, interpreter: &mut Interpreter, arguments: &[LoxObject]) -> RuntimeResult { Oct 14 16:07:28.204 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 16:07:28.204 INFO kablam! Oct 14 16:07:28.299 INFO kablam! warning: method is never used: `line_error` Oct 14 16:07:28.300 INFO kablam! --> src/lox.rs:78:5 Oct 14 16:07:28.300 INFO kablam! | Oct 14 16:07:28.300 INFO kablam! 78 | fn line_error(&mut self, line: i32, message: &str) { Oct 14 16:07:28.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:07:28.301 INFO kablam! | Oct 14 16:07:28.301 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:07:28.302 INFO kablam! Oct 14 16:07:28.302 INFO kablam! warning: field is never used: `line` Oct 14 16:07:28.302 INFO kablam! --> src/scanner.rs:325:5 Oct 14 16:07:28.303 INFO kablam! | Oct 14 16:07:28.303 INFO kablam! 325 | line: i32, Oct 14 16:07:28.303 INFO kablam! | ^^^^^^^^^ Oct 14 16:07:28.304 INFO kablam! Oct 14 16:07:28.304 INFO kablam! warning: field is never used: `message` Oct 14 16:07:28.304 INFO kablam! --> src/scanner.rs:326:5 Oct 14 16:07:28.304 INFO kablam! | Oct 14 16:07:28.305 INFO kablam! 326 | message: String, Oct 14 16:07:28.305 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:07:28.305 INFO kablam! Oct 14 16:07:28.306 INFO kablam! warning: field is never used: `globals` Oct 14 16:07:28.306 INFO kablam! --> src/interpreter.rs:10:5 Oct 14 16:07:28.306 INFO kablam! | Oct 14 16:07:28.307 INFO kablam! 10 | globals: Rc, Oct 14 16:07:28.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:07:28.307 INFO kablam! Oct 14 16:07:28.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 14 16:07:28.702 INFO kablam! su: No module specific data is present Oct 14 16:07:28.977 INFO running `"docker" "rm" "-f" "530938a7f6e8dfa312304d4472d4ffd1a1c6c5cc8d255c430efdcf098dc52f5e"` Oct 14 16:07:29.079 INFO blam! 530938a7f6e8dfa312304d4472d4ffd1a1c6c5cc8d255c430efdcf098dc52f5e Oct 14 16:07:29.079 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 16:07:29.271 INFO blam! a6522795023d6e2b47414215537964942c8832dd0e1f5d79ceab1d5ed9cd0a7e Oct 14 16:07:29.271 INFO running `"docker" "start" "-a" "a6522795023d6e2b47414215537964942c8832dd0e1f5d79ceab1d5ed9cd0a7e"` Oct 14 16:07:29.629 INFO kablam! usermod: no changes Oct 14 16:07:29.656 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 16:07:29.656 INFO kablam! Running /target/debug/deps/rlox-a900befba67b9419 Oct 14 16:07:29.656 INFO blam! Oct 14 16:07:29.656 INFO blam! running 0 tests Oct 14 16:07:29.656 INFO blam! Oct 14 16:07:29.656 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:07:29.656 INFO blam! Oct 14 16:07:29.657 INFO kablam! su: No module specific data is present Oct 14 16:07:29.897 INFO running `"docker" "rm" "-f" "a6522795023d6e2b47414215537964942c8832dd0e1f5d79ceab1d5ed9cd0a7e"` Oct 14 16:07:29.999 INFO blam! a6522795023d6e2b47414215537964942c8832dd0e1f5d79ceab1d5ed9cd0a7e