Oct 13 04:24:24.686 INFO testing patrickf2000/rbasic against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 04:24:24.687 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 04:24:25.087 INFO blam! b564490f77bc637376d5a6e1e41f85379d78273159c38aeb8ed9276b43496fd5 Oct 13 04:24:25.099 INFO running `"docker" "start" "-a" "b564490f77bc637376d5a6e1e41f85379d78273159c38aeb8ed9276b43496fd5"` Oct 13 04:24:26.396 INFO kablam! usermod: no changes Oct 13 04:24:26.429 INFO kablam! Compiling rbasic v0.1.0 (/source) Oct 13 04:24:26.957 INFO kablam! warning: variable `index` is assigned to, but never used Oct 13 04:24:26.957 INFO kablam! --> src/interpreter.rs:190:13 Oct 13 04:24:26.957 INFO kablam! | Oct 13 04:24:26.957 INFO kablam! 190 | let mut index = 0; Oct 13 04:24:26.957 INFO kablam! | ^^^^^ Oct 13 04:24:26.957 INFO kablam! | Oct 13 04:24:26.957 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:24:26.957 INFO kablam! = note: consider using `_index` instead Oct 13 04:24:26.957 INFO kablam! Oct 13 04:24:26.957 INFO kablam! warning: value assigned to `backup_vars` is never read Oct 13 04:24:26.957 INFO kablam! --> src/interpreter.rs:225:10 Oct 13 04:24:26.957 INFO kablam! | Oct 13 04:24:26.957 INFO kablam! 225 | let mut backup_vars:Vec = Vec::new(); Oct 13 04:24:26.957 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:24:26.957 INFO kablam! | Oct 13 04:24:26.957 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 04:24:26.957 INFO kablam! Oct 13 04:24:26.957 INFO kablam! warning: value assigned to `ret` is never read Oct 13 04:24:26.957 INFO kablam! --> src/vars.rs:146:10 Oct 13 04:24:26.957 INFO kablam! | Oct 13 04:24:26.957 INFO kablam! 146 | let mut ret = String::new(); Oct 13 04:24:26.957 INFO kablam! | ^^^ Oct 13 04:24:26.957 INFO kablam! Oct 13 04:24:26.962 INFO kablam! warning: unused variable: `file` Oct 13 04:24:26.962 INFO kablam! --> src/main.rs:85:6 Oct 13 04:24:26.962 INFO kablam! | Oct 13 04:24:26.962 INFO kablam! 85 | let file = match File::open(f.to_string()) { Oct 13 04:24:26.962 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 04:24:26.962 INFO kablam! Oct 13 04:24:27.015 INFO kablam! warning: function is never used: `trim_loops` Oct 13 04:24:27.015 INFO kablam! --> src/interpreter.rs:248:1 Oct 13 04:24:27.015 INFO kablam! | Oct 13 04:24:27.015 INFO kablam! 248 | fn trim_loops(loops:Vec, depth:i32) -> Vec { Oct 13 04:24:27.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:24:27.015 INFO kablam! | Oct 13 04:24:27.015 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:24:27.015 INFO kablam! Oct 13 04:24:28.380 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 13 04:24:28.387 INFO kablam! su: No module specific data is present Oct 13 04:24:29.325 INFO running `"docker" "rm" "-f" "b564490f77bc637376d5a6e1e41f85379d78273159c38aeb8ed9276b43496fd5"` Oct 13 04:24:29.595 INFO blam! b564490f77bc637376d5a6e1e41f85379d78273159c38aeb8ed9276b43496fd5 Oct 13 04:24:29.599 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 04:24:30.214 INFO blam! c9f323fd6abf9d4cfb4e50c1e7dda82e53452b87026574914cbe7d8b9dd3f749 Oct 13 04:24:30.221 INFO running `"docker" "start" "-a" "c9f323fd6abf9d4cfb4e50c1e7dda82e53452b87026574914cbe7d8b9dd3f749"` Oct 13 04:24:31.459 INFO kablam! usermod: no changes Oct 13 04:24:31.507 INFO kablam! Compiling rbasic v0.1.0 (/source) Oct 13 04:24:31.922 INFO kablam! warning: variable `index` is assigned to, but never used Oct 13 04:24:31.923 INFO kablam! --> src/interpreter.rs:190:13 Oct 13 04:24:31.923 INFO kablam! | Oct 13 04:24:31.923 INFO kablam! 190 | let mut index = 0; Oct 13 04:24:31.923 INFO kablam! | ^^^^^ Oct 13 04:24:31.923 INFO kablam! | Oct 13 04:24:31.923 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:24:31.923 INFO kablam! = note: consider using `_index` instead Oct 13 04:24:31.923 INFO kablam! Oct 13 04:24:31.923 INFO kablam! warning: value assigned to `backup_vars` is never read Oct 13 04:24:31.923 INFO kablam! --> src/interpreter.rs:225:10 Oct 13 04:24:31.923 INFO kablam! | Oct 13 04:24:31.923 INFO kablam! 225 | let mut backup_vars:Vec = Vec::new(); Oct 13 04:24:31.923 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:24:31.923 INFO kablam! | Oct 13 04:24:31.923 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 04:24:31.923 INFO kablam! Oct 13 04:24:31.923 INFO kablam! warning: value assigned to `ret` is never read Oct 13 04:24:31.923 INFO kablam! --> src/vars.rs:146:10 Oct 13 04:24:31.923 INFO kablam! | Oct 13 04:24:31.923 INFO kablam! 146 | let mut ret = String::new(); Oct 13 04:24:31.923 INFO kablam! | ^^^ Oct 13 04:24:31.923 INFO kablam! Oct 13 04:24:31.923 INFO kablam! warning: unused variable: `file` Oct 13 04:24:31.923 INFO kablam! --> src/main.rs:85:6 Oct 13 04:24:31.923 INFO kablam! | Oct 13 04:24:31.923 INFO kablam! 85 | let file = match File::open(f.to_string()) { Oct 13 04:24:31.923 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 13 04:24:31.923 INFO kablam! Oct 13 04:24:31.959 INFO kablam! warning: function is never used: `trim_loops` Oct 13 04:24:31.959 INFO kablam! --> src/interpreter.rs:248:1 Oct 13 04:24:31.959 INFO kablam! | Oct 13 04:24:31.959 INFO kablam! 248 | fn trim_loops(loops:Vec, depth:i32) -> Vec { Oct 13 04:24:31.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:24:31.959 INFO kablam! | Oct 13 04:24:31.959 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:24:31.959 INFO kablam! Oct 13 04:24:32.480 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 13 04:24:32.487 INFO kablam! su: No module specific data is present Oct 13 04:24:33.447 INFO running `"docker" "rm" "-f" "c9f323fd6abf9d4cfb4e50c1e7dda82e53452b87026574914cbe7d8b9dd3f749"` Oct 13 04:24:33.643 INFO blam! c9f323fd6abf9d4cfb4e50c1e7dda82e53452b87026574914cbe7d8b9dd3f749 Oct 13 04:24:33.650 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 04:24:34.091 INFO blam! 0d977b16dc6d8b4b82f3e1afffd90bd72257c3914268a0d389d20733b3e741f0 Oct 13 04:24:34.099 INFO running `"docker" "start" "-a" "0d977b16dc6d8b4b82f3e1afffd90bd72257c3914268a0d389d20733b3e741f0"` Oct 13 04:24:35.570 INFO kablam! usermod: no changes Oct 13 04:24:35.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 04:24:35.639 INFO kablam! Running /target/debug/deps/rbasic-1dca612d1213fa09 Oct 13 04:24:35.639 INFO blam! Oct 13 04:24:35.639 INFO blam! running 0 tests Oct 13 04:24:35.639 INFO blam! Oct 13 04:24:35.639 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:24:35.639 INFO blam! Oct 13 04:24:35.640 INFO kablam! su: No module specific data is present Oct 13 04:24:36.925 INFO running `"docker" "rm" "-f" "0d977b16dc6d8b4b82f3e1afffd90bd72257c3914268a0d389d20733b3e741f0"` Oct 13 04:24:37.202 INFO blam! 0d977b16dc6d8b4b82f3e1afffd90bd72257c3914268a0d389d20733b3e741f0