Oct 14 16:07:20.210 INFO testing jstnlef/rlox against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 16:07:20.210 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 14 16:07:20.636 INFO blam! 761de71994d53a8c0e3fad748aab928efde4410ffae811f43e9dd7fff7effa40 Oct 14 16:07:20.643 INFO running `"docker" "start" "-a" "761de71994d53a8c0e3fad748aab928efde4410ffae811f43e9dd7fff7effa40"` Oct 14 16:07:21.627 INFO kablam! usermod: no changes Oct 14 16:07:21.659 INFO kablam! Compiling lazy_static v0.2.10 Oct 14 16:07:21.895 INFO kablam! Compiling rlox v0.1.0 (/source) Oct 14 16:07:22.327 INFO kablam! warning: unused import: `Callable` Oct 14 16:07:22.327 INFO kablam! --> src/interpreter.rs:5:29 Oct 14 16:07:22.327 INFO kablam! | Oct 14 16:07:22.327 INFO kablam! 5 | use lox_object::{LoxObject, Callable}; Oct 14 16:07:22.327 INFO kablam! | ^^^^^^^^ Oct 14 16:07:22.327 INFO kablam! | Oct 14 16:07:22.327 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:07:22.327 INFO kablam! Oct 14 16:07:22.353 INFO kablam! warning: unused variable: `interpreter` Oct 14 16:07:22.353 INFO kablam! --> src/native_functions.rs:13:20 Oct 14 16:07:22.353 INFO kablam! | Oct 14 16:07:22.353 INFO kablam! 13 | fn call(&self, interpreter: &mut Interpreter, arguments: &[LoxObject]) -> RuntimeResult { Oct 14 16:07:22.353 INFO kablam! | ^^^^^^^^^^^ help: consider using `_interpreter` instead Oct 14 16:07:22.353 INFO kablam! | Oct 14 16:07:22.353 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:07:22.353 INFO kablam! Oct 14 16:07:22.353 INFO kablam! warning: unused variable: `arguments` Oct 14 16:07:22.353 INFO kablam! --> src/native_functions.rs:13:51 Oct 14 16:07:22.353 INFO kablam! | Oct 14 16:07:22.353 INFO kablam! 13 | fn call(&self, interpreter: &mut Interpreter, arguments: &[LoxObject]) -> RuntimeResult { Oct 14 16:07:22.353 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 16:07:22.353 INFO kablam! Oct 14 16:07:22.443 INFO kablam! warning: method is never used: `line_error` Oct 14 16:07:22.443 INFO kablam! --> src/lox.rs:78:5 Oct 14 16:07:22.443 INFO kablam! | Oct 14 16:07:22.443 INFO kablam! 78 | fn line_error(&mut self, line: i32, message: &str) { Oct 14 16:07:22.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:07:22.443 INFO kablam! | Oct 14 16:07:22.443 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:07:22.443 INFO kablam! Oct 14 16:07:22.443 INFO kablam! warning: field is never used: `line` Oct 14 16:07:22.443 INFO kablam! --> src/scanner.rs:325:5 Oct 14 16:07:22.443 INFO kablam! | Oct 14 16:07:22.443 INFO kablam! 325 | line: i32, Oct 14 16:07:22.443 INFO kablam! | ^^^^^^^^^ Oct 14 16:07:22.443 INFO kablam! Oct 14 16:07:22.443 INFO kablam! warning: field is never used: `message` Oct 14 16:07:22.443 INFO kablam! --> src/scanner.rs:326:5 Oct 14 16:07:22.443 INFO kablam! | Oct 14 16:07:22.443 INFO kablam! 326 | message: String, Oct 14 16:07:22.443 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:07:22.443 INFO kablam! Oct 14 16:07:22.443 INFO kablam! warning: field is never used: `globals` Oct 14 16:07:22.443 INFO kablam! --> src/interpreter.rs:10:5 Oct 14 16:07:22.443 INFO kablam! | Oct 14 16:07:22.443 INFO kablam! 10 | globals: Rc, Oct 14 16:07:22.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:07:22.443 INFO kablam! Oct 14 16:07:24.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.73s Oct 14 16:07:24.396 INFO kablam! su: No module specific data is present Oct 14 16:07:25.253 INFO running `"docker" "rm" "-f" "761de71994d53a8c0e3fad748aab928efde4410ffae811f43e9dd7fff7effa40"` Oct 14 16:07:25.512 INFO blam! 761de71994d53a8c0e3fad748aab928efde4410ffae811f43e9dd7fff7effa40 Oct 14 16:07:25.519 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 14 16:07:26.049 INFO blam! ea2927b50768a760240c9e0ab1ee5bf69ca14e58c26fcafb5b4219b539336e06 Oct 14 16:07:26.050 INFO running `"docker" "start" "-a" "ea2927b50768a760240c9e0ab1ee5bf69ca14e58c26fcafb5b4219b539336e06"` Oct 14 16:07:27.295 INFO kablam! usermod: no changes Oct 14 16:07:27.339 INFO kablam! Compiling rlox v0.1.0 (/source) Oct 14 16:07:27.795 INFO kablam! warning: unused import: `Callable` Oct 14 16:07:27.795 INFO kablam! --> src/interpreter.rs:5:29 Oct 14 16:07:27.795 INFO kablam! | Oct 14 16:07:27.795 INFO kablam! 5 | use lox_object::{LoxObject, Callable}; Oct 14 16:07:27.795 INFO kablam! | ^^^^^^^^ Oct 14 16:07:27.795 INFO kablam! | Oct 14 16:07:27.795 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:07:27.795 INFO kablam! Oct 14 16:07:27.823 INFO kablam! warning: unused variable: `interpreter` Oct 14 16:07:27.823 INFO kablam! --> src/native_functions.rs:13:20 Oct 14 16:07:27.823 INFO kablam! | Oct 14 16:07:27.823 INFO kablam! 13 | fn call(&self, interpreter: &mut Interpreter, arguments: &[LoxObject]) -> RuntimeResult { Oct 14 16:07:27.823 INFO kablam! | ^^^^^^^^^^^ help: consider using `_interpreter` instead Oct 14 16:07:27.823 INFO kablam! | Oct 14 16:07:27.823 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:07:27.823 INFO kablam! Oct 14 16:07:27.823 INFO kablam! warning: unused variable: `arguments` Oct 14 16:07:27.823 INFO kablam! --> src/native_functions.rs:13:51 Oct 14 16:07:27.823 INFO kablam! | Oct 14 16:07:27.823 INFO kablam! 13 | fn call(&self, interpreter: &mut Interpreter, arguments: &[LoxObject]) -> RuntimeResult { Oct 14 16:07:27.823 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 16:07:27.823 INFO kablam! Oct 14 16:07:27.927 INFO kablam! warning: method is never used: `line_error` Oct 14 16:07:27.928 INFO kablam! --> src/lox.rs:78:5 Oct 14 16:07:27.928 INFO kablam! | Oct 14 16:07:27.928 INFO kablam! 78 | fn line_error(&mut self, line: i32, message: &str) { Oct 14 16:07:27.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:07:27.928 INFO kablam! | Oct 14 16:07:27.928 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:07:27.928 INFO kablam! Oct 14 16:07:27.928 INFO kablam! warning: field is never used: `line` Oct 14 16:07:27.928 INFO kablam! --> src/scanner.rs:325:5 Oct 14 16:07:27.928 INFO kablam! | Oct 14 16:07:27.928 INFO kablam! 325 | line: i32, Oct 14 16:07:27.928 INFO kablam! | ^^^^^^^^^ Oct 14 16:07:27.928 INFO kablam! Oct 14 16:07:27.928 INFO kablam! warning: field is never used: `message` Oct 14 16:07:27.928 INFO kablam! --> src/scanner.rs:326:5 Oct 14 16:07:27.928 INFO kablam! | Oct 14 16:07:27.928 INFO kablam! 326 | message: String, Oct 14 16:07:27.928 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:07:27.928 INFO kablam! Oct 14 16:07:27.928 INFO kablam! warning: field is never used: `globals` Oct 14 16:07:27.928 INFO kablam! --> src/interpreter.rs:10:5 Oct 14 16:07:27.928 INFO kablam! | Oct 14 16:07:27.928 INFO kablam! 10 | globals: Rc, Oct 14 16:07:27.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:07:27.928 INFO kablam! Oct 14 16:07:28.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 14 16:07:28.415 INFO kablam! su: No module specific data is present Oct 14 16:07:28.877 INFO running `"docker" "rm" "-f" "ea2927b50768a760240c9e0ab1ee5bf69ca14e58c26fcafb5b4219b539336e06"` Oct 14 16:07:28.946 INFO blam! ea2927b50768a760240c9e0ab1ee5bf69ca14e58c26fcafb5b4219b539336e06 Oct 14 16:07:28.952 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 14 16:07:29.110 INFO blam! 09b1d52bf5a40167442f8f69a07fb8b32a949cdac89bde53251a161af82472c7 Oct 14 16:07:29.112 INFO running `"docker" "start" "-a" "09b1d52bf5a40167442f8f69a07fb8b32a949cdac89bde53251a161af82472c7"` Oct 14 16:07:29.487 INFO kablam! usermod: no changes Oct 14 16:07:29.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 16:07:29.508 INFO kablam! Running /target/debug/deps/rlox-cc1f5cb0439b187c Oct 14 16:07:29.510 INFO blam! Oct 14 16:07:29.510 INFO blam! running 0 tests Oct 14 16:07:29.510 INFO blam! Oct 14 16:07:29.510 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:07:29.510 INFO blam! Oct 14 16:07:29.511 INFO kablam! su: No module specific data is present Oct 14 16:07:29.779 INFO running `"docker" "rm" "-f" "09b1d52bf5a40167442f8f69a07fb8b32a949cdac89bde53251a161af82472c7"` Oct 14 16:07:29.841 INFO blam! 09b1d52bf5a40167442f8f69a07fb8b32a949cdac89bde53251a161af82472c7