Oct 13 04:24:24.402 INFO testing patrickf2000/rbasic against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:24:24.403 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 04:24:24.767 INFO blam! f90e5b8eb8ea17ddc52cc3093f42175542d0c052a019d23dffa846982bb1ff64 Oct 13 04:24:24.776 INFO running `"docker" "start" "-a" "f90e5b8eb8ea17ddc52cc3093f42175542d0c052a019d23dffa846982bb1ff64"` Oct 13 04:24:25.800 INFO kablam! usermod: no changes Oct 13 04:24:25.851 INFO kablam! Compiling rbasic v0.1.0 (/source) Oct 13 04:24:26.319 INFO kablam! warning: variable `index` is assigned to, but never used Oct 13 04:24:26.319 INFO kablam! --> src/interpreter.rs:190:13 Oct 13 04:24:26.319 INFO kablam! | Oct 13 04:24:26.319 INFO kablam! 190 | let mut index = 0; Oct 13 04:24:26.319 INFO kablam! | ^^^^^ Oct 13 04:24:26.319 INFO kablam! | Oct 13 04:24:26.319 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:24:26.319 INFO kablam! = note: consider using `_index` instead Oct 13 04:24:26.319 INFO kablam! Oct 13 04:24:26.319 INFO kablam! warning: value assigned to `backup_vars` is never read Oct 13 04:24:26.319 INFO kablam! --> src/interpreter.rs:225:10 Oct 13 04:24:26.319 INFO kablam! | Oct 13 04:24:26.319 INFO kablam! 225 | let mut backup_vars:Vec = Vec::new(); Oct 13 04:24:26.319 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:24:26.319 INFO kablam! | Oct 13 04:24:26.319 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 04:24:26.319 INFO kablam! Oct 13 04:24:26.323 INFO kablam! warning: value assigned to `ret` is never read Oct 13 04:24:26.323 INFO kablam! --> src/vars.rs:146:10 Oct 13 04:24:26.323 INFO kablam! | Oct 13 04:24:26.323 INFO kablam! 146 | let mut ret = String::new(); Oct 13 04:24:26.323 INFO kablam! | ^^^ Oct 13 04:24:26.323 INFO kablam! Oct 13 04:24:26.323 INFO kablam! warning: unused variable: `file` Oct 13 04:24:26.323 INFO kablam! --> src/main.rs:85:6 Oct 13 04:24:26.323 INFO kablam! | Oct 13 04:24:26.323 INFO kablam! 85 | let file = match File::open(f.to_string()) { Oct 13 04:24:26.323 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 04:24:26.323 INFO kablam! Oct 13 04:24:26.343 INFO kablam! warning: function is never used: `trim_loops` Oct 13 04:24:26.343 INFO kablam! --> src/interpreter.rs:248:1 Oct 13 04:24:26.343 INFO kablam! | Oct 13 04:24:26.343 INFO kablam! 248 | fn trim_loops(loops:Vec, depth:i32) -> Vec { Oct 13 04:24:26.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:24:26.343 INFO kablam! | Oct 13 04:24:26.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:24:26.343 INFO kablam! Oct 13 04:24:27.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 13 04:24:27.505 INFO kablam! su: No module specific data is present Oct 13 04:24:28.159 INFO running `"docker" "rm" "-f" "f90e5b8eb8ea17ddc52cc3093f42175542d0c052a019d23dffa846982bb1ff64"` Oct 13 04:24:28.573 INFO blam! f90e5b8eb8ea17ddc52cc3093f42175542d0c052a019d23dffa846982bb1ff64 Oct 13 04:24:28.579 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 04:24:28.988 INFO blam! a68df4c8af07b59832f6b471242c28db92847e69423439c94c5a17e398544697 Oct 13 04:24:28.992 INFO running `"docker" "start" "-a" "a68df4c8af07b59832f6b471242c28db92847e69423439c94c5a17e398544697"` Oct 13 04:24:30.143 INFO kablam! usermod: no changes Oct 13 04:24:30.213 INFO kablam! Compiling rbasic v0.1.0 (/source) Oct 13 04:24:30.691 INFO kablam! warning: variable `index` is assigned to, but never used Oct 13 04:24:30.691 INFO kablam! --> src/interpreter.rs:190:13 Oct 13 04:24:30.691 INFO kablam! | Oct 13 04:24:30.691 INFO kablam! 190 | let mut index = 0; Oct 13 04:24:30.691 INFO kablam! | ^^^^^ Oct 13 04:24:30.691 INFO kablam! | Oct 13 04:24:30.691 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:24:30.691 INFO kablam! = note: consider using `_index` instead Oct 13 04:24:30.691 INFO kablam! Oct 13 04:24:30.691 INFO kablam! warning: value assigned to `backup_vars` is never read Oct 13 04:24:30.691 INFO kablam! --> src/interpreter.rs:225:10 Oct 13 04:24:30.691 INFO kablam! | Oct 13 04:24:30.691 INFO kablam! 225 | let mut backup_vars:Vec = Vec::new(); Oct 13 04:24:30.691 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:24:30.691 INFO kablam! | Oct 13 04:24:30.691 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 04:24:30.691 INFO kablam! Oct 13 04:24:30.691 INFO kablam! warning: value assigned to `ret` is never read Oct 13 04:24:30.691 INFO kablam! --> src/vars.rs:146:10 Oct 13 04:24:30.691 INFO kablam! | Oct 13 04:24:30.691 INFO kablam! 146 | let mut ret = String::new(); Oct 13 04:24:30.691 INFO kablam! | ^^^ Oct 13 04:24:30.691 INFO kablam! Oct 13 04:24:30.691 INFO kablam! warning: unused variable: `file` Oct 13 04:24:30.691 INFO kablam! --> src/main.rs:85:6 Oct 13 04:24:30.691 INFO kablam! | Oct 13 04:24:30.691 INFO kablam! 85 | let file = match File::open(f.to_string()) { Oct 13 04:24:30.691 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 04:24:30.691 INFO kablam! Oct 13 04:24:30.725 INFO kablam! warning: function is never used: `trim_loops` Oct 13 04:24:30.725 INFO kablam! --> src/interpreter.rs:248:1 Oct 13 04:24:30.725 INFO kablam! | Oct 13 04:24:30.725 INFO kablam! 248 | fn trim_loops(loops:Vec, depth:i32) -> Vec { Oct 13 04:24:30.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:24:30.725 INFO kablam! | Oct 13 04:24:30.725 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:24:30.725 INFO kablam! Oct 13 04:24:31.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 13 04:24:31.227 INFO kablam! su: No module specific data is present Oct 13 04:24:31.823 INFO running `"docker" "rm" "-f" "a68df4c8af07b59832f6b471242c28db92847e69423439c94c5a17e398544697"` Oct 13 04:24:32.059 INFO blam! a68df4c8af07b59832f6b471242c28db92847e69423439c94c5a17e398544697 Oct 13 04:24:32.065 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 04:24:32.582 INFO blam! f7039a0cbd1ef9e9849fe7978b18f9287dad9dfeb446c67e005872db998afef0 Oct 13 04:24:32.582 INFO running `"docker" "start" "-a" "f7039a0cbd1ef9e9849fe7978b18f9287dad9dfeb446c67e005872db998afef0"` Oct 13 04:24:34.339 INFO kablam! usermod: no changes Oct 13 04:24:34.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 04:24:34.388 INFO kablam! Running /target/debug/deps/rbasic-81f82857e5efc1d3 Oct 13 04:24:34.395 INFO kablam! su: No module specific data is present Oct 13 04:24:34.395 INFO blam! Oct 13 04:24:34.396 INFO blam! running 0 tests Oct 13 04:24:34.396 INFO blam! Oct 13 04:24:34.396 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:24:34.397 INFO blam! Oct 13 04:24:34.996 INFO running `"docker" "rm" "-f" "f7039a0cbd1ef9e9849fe7978b18f9287dad9dfeb446c67e005872db998afef0"` Oct 13 04:24:35.255 INFO blam! f7039a0cbd1ef9e9849fe7978b18f9287dad9dfeb446c67e005872db998afef0