Oct 13 00:37:02.394 INFO testing shimomura1004/rust_playground against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:37:02.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 00:37:02.879 INFO blam! e5ce46a4491ffd038256f66a06d0654e44df3dffcdf7dfac2e797887961f88d0 Oct 13 00:37:02.883 INFO running `"docker" "start" "-a" "e5ce46a4491ffd038256f66a06d0654e44df3dffcdf7dfac2e797887961f88d0"` Oct 13 00:37:04.470 INFO kablam! usermod: no changes Oct 13 00:37:04.523 INFO kablam! Compiling stackmachine v0.1.0 (/source) Oct 13 00:37:04.799 INFO kablam! warning: unused import: `parser` Oct 13 00:37:04.800 INFO kablam! --> src/interpreter/mod.rs:121:5 Oct 13 00:37:04.800 INFO kablam! | Oct 13 00:37:04.800 INFO kablam! 121 | use parser; Oct 13 00:37:04.801 INFO kablam! | ^^^^^^ Oct 13 00:37:04.801 INFO kablam! | Oct 13 00:37:04.801 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:37:04.801 INFO kablam! Oct 13 00:37:05.111 INFO kablam! warning: unreachable pattern Oct 13 00:37:05.111 INFO kablam! --> src/interpreter/mod.rs:86:13 Oct 13 00:37:05.111 INFO kablam! | Oct 13 00:37:05.111 INFO kablam! 86 | _ => { Oct 13 00:37:05.111 INFO kablam! | ^ Oct 13 00:37:05.111 INFO kablam! | Oct 13 00:37:05.111 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 13 00:37:05.111 INFO kablam! Oct 13 00:37:05.115 INFO kablam! warning: unused variable: `t1` Oct 13 00:37:05.115 INFO kablam! --> src/compiler/mod.rs:28:21 Oct 13 00:37:05.115 INFO kablam! | Oct 13 00:37:05.115 INFO kablam! 28 | ExpAst::App(t1, t2) => { Oct 13 00:37:05.115 INFO kablam! | ^^ help: consider using `_t1` instead Oct 13 00:37:05.115 INFO kablam! | Oct 13 00:37:05.115 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:37:05.115 INFO kablam! Oct 13 00:37:05.115 INFO kablam! warning: unused variable: `t2` Oct 13 00:37:05.115 INFO kablam! --> src/compiler/mod.rs:28:25 Oct 13 00:37:05.115 INFO kablam! | Oct 13 00:37:05.115 INFO kablam! 28 | ExpAst::App(t1, t2) => { Oct 13 00:37:05.115 INFO kablam! | ^^ help: consider using `_t2` instead Oct 13 00:37:05.115 INFO kablam! Oct 13 00:37:05.115 INFO kablam! warning: unused variable: `name` Oct 13 00:37:05.115 INFO kablam! --> src/compiler/mod.rs:31:21 Oct 13 00:37:05.115 INFO kablam! | Oct 13 00:37:05.115 INFO kablam! 31 | ExpAst::Var(name) => { Oct 13 00:37:05.115 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 00:37:05.115 INFO kablam! Oct 13 00:37:05.115 INFO kablam! warning: unused variable: `name` Oct 13 00:37:05.115 INFO kablam! --> src/compiler/mod.rs:63:30 Oct 13 00:37:05.115 INFO kablam! | Oct 13 00:37:05.115 INFO kablam! 63 | StatementAst::Assign(name, exp_ast) => (), Oct 13 00:37:05.115 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 00:37:05.115 INFO kablam! Oct 13 00:37:05.115 INFO kablam! warning: unused variable: `exp_ast` Oct 13 00:37:05.115 INFO kablam! --> src/compiler/mod.rs:63:36 Oct 13 00:37:05.116 INFO kablam! | Oct 13 00:37:05.116 INFO kablam! 63 | StatementAst::Assign(name, exp_ast) => (), Oct 13 00:37:05.116 INFO kablam! | ^^^^^^^ help: consider using `_exp_ast` instead Oct 13 00:37:05.116 INFO kablam! Oct 13 00:37:05.116 INFO kablam! warning: unused variable: `ast` Oct 13 00:37:05.116 INFO kablam! --> src/compiler/mod.rs:67:22 Oct 13 00:37:05.116 INFO kablam! | Oct 13 00:37:05.116 INFO kablam! 67 | pub fn compile_block(ast : &BlockAst, code : &mut Vec) { Oct 13 00:37:05.116 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 13 00:37:05.116 INFO kablam! Oct 13 00:37:05.116 INFO kablam! warning: unused variable: `code` Oct 13 00:37:05.116 INFO kablam! --> src/compiler/mod.rs:67:39 Oct 13 00:37:05.116 INFO kablam! | Oct 13 00:37:05.116 INFO kablam! 67 | pub fn compile_block(ast : &BlockAst, code : &mut Vec) { Oct 13 00:37:05.116 INFO kablam! | ^^^^ help: consider using `_code` instead Oct 13 00:37:05.116 INFO kablam! Oct 13 00:37:05.116 INFO kablam! warning: unused variable: `input` Oct 13 00:37:05.116 INFO kablam! --> src/parser/mod.rs:162:21 Oct 13 00:37:05.116 INFO kablam! | Oct 13 00:37:05.116 INFO kablam! 162 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:37:05.116 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:37:05.116 INFO kablam! Oct 13 00:37:05.116 INFO kablam! warning: unused variable: `input` Oct 13 00:37:05.116 INFO kablam! --> src/parser/mod.rs:241:21 Oct 13 00:37:05.116 INFO kablam! | Oct 13 00:37:05.116 INFO kablam! 241 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:37:05.116 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:37:05.116 INFO kablam! Oct 13 00:37:05.116 INFO kablam! warning: unused variable: `input` Oct 13 00:37:05.116 INFO kablam! --> src/parser/mod.rs:317:21 Oct 13 00:37:05.116 INFO kablam! | Oct 13 00:37:05.116 INFO kablam! 317 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:37:05.116 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:37:05.116 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `PushInt32` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:3:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 3 | PushInt32(i32), Oct 13 00:37:05.239 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `Pop` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:4:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 4 | Pop, Oct 13 00:37:05.239 INFO kablam! | ^^^ Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `Add` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:6:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 6 | Add, Oct 13 00:37:05.239 INFO kablam! | ^^^ Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `Sub` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:7:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 7 | Sub, Oct 13 00:37:05.239 INFO kablam! | ^^^ Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `Mul` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:8:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 8 | Mul, Oct 13 00:37:05.239 INFO kablam! | ^^^ Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `Div` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:9:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 9 | Div, Oct 13 00:37:05.239 INFO kablam! | ^^^ Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `Not` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:11:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 11 | Not, Oct 13 00:37:05.239 INFO kablam! | ^^^ Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `Equal` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:13:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 13 | Equal, // read 2 value from stack, compare them and push 1/0 if values are the same/different Oct 13 00:37:05.239 INFO kablam! | ^^^^^ Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `Load` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:15:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 15 | Load(usize), // read the n-th item in the stack and push it on top Oct 13 00:37:05.239 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `Store` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:16:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 16 | Store(usize), // write value on top of the stack to the n-th item in the stack Oct 13 00:37:05.239 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `Print` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:18:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 18 | Print, // print the value on top of the stack Oct 13 00:37:05.239 INFO kablam! | ^^^^^ Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `JumpIf` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:20:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.239 INFO kablam! 20 | JumpIf(isize), // proceed the PC if top of the stack is not 0 Oct 13 00:37:05.239 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 00:37:05.239 INFO kablam! Oct 13 00:37:05.239 INFO kablam! warning: variant is never constructed: `JumpUnless` Oct 13 00:37:05.239 INFO kablam! --> src/vm/mod.rs:21:5 Oct 13 00:37:05.239 INFO kablam! | Oct 13 00:37:05.240 INFO kablam! 21 | JumpUnless(isize), // proced the PC if top of the stack is 0 Oct 13 00:37:05.240 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 00:37:05.240 INFO kablam! Oct 13 00:37:05.240 INFO kablam! warning: variant is never constructed: `Jump` Oct 13 00:37:05.240 INFO kablam! --> src/vm/mod.rs:22:5 Oct 13 00:37:05.240 INFO kablam! | Oct 13 00:37:05.240 INFO kablam! 22 | Jump(isize), // proceed the PC for the size Oct 13 00:37:05.240 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:37:05.240 INFO kablam! Oct 13 00:37:05.240 INFO kablam! warning: variant is never constructed: `Dump` Oct 13 00:37:05.240 INFO kablam! --> src/vm/mod.rs:24:5 Oct 13 00:37:05.240 INFO kablam! | Oct 13 00:37:05.240 INFO kablam! 24 | Dump, Oct 13 00:37:05.240 INFO kablam! | ^^^^ Oct 13 00:37:05.240 INFO kablam! Oct 13 00:37:05.240 INFO kablam! warning: variant is never constructed: `Num` Oct 13 00:37:05.240 INFO kablam! --> src/vm/mod.rs:29:5 Oct 13 00:37:05.240 INFO kablam! | Oct 13 00:37:05.240 INFO kablam! 29 | Num(i32), Oct 13 00:37:05.240 INFO kablam! | ^^^^^^^^ Oct 13 00:37:05.240 INFO kablam! Oct 13 00:37:05.240 INFO kablam! warning: function is never used: `process` Oct 13 00:37:05.240 INFO kablam! --> src/vm/mod.rs:32:1 Oct 13 00:37:05.240 INFO kablam! | Oct 13 00:37:05.240 INFO kablam! 32 | pub fn process(program : &Vec) { Oct 13 00:37:05.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:37:05.240 INFO kablam! Oct 13 00:37:05.240 INFO kablam! warning: function is never used: `compile` Oct 13 00:37:05.240 INFO kablam! --> src/compiler/mod.rs:6:1 Oct 13 00:37:05.240 INFO kablam! | Oct 13 00:37:05.240 INFO kablam! 6 | pub fn compile(ast : &ExpAst, code : &mut Vec) { Oct 13 00:37:05.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:37:05.240 INFO kablam! Oct 13 00:37:05.240 INFO kablam! warning: function is never used: `compile_statement` Oct 13 00:37:05.240 INFO kablam! --> src/compiler/mod.rs:60:1 Oct 13 00:37:05.240 INFO kablam! | Oct 13 00:37:05.240 INFO kablam! 60 | pub fn compile_statement(ast : &StatementAst, code : &mut Vec) { Oct 13 00:37:05.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:37:05.240 INFO kablam! Oct 13 00:37:07.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.60s Oct 13 00:37:07.095 INFO kablam! su: No module specific data is present Oct 13 00:37:07.715 INFO running `"docker" "rm" "-f" "e5ce46a4491ffd038256f66a06d0654e44df3dffcdf7dfac2e797887961f88d0"` Oct 13 00:37:07.954 INFO blam! e5ce46a4491ffd038256f66a06d0654e44df3dffcdf7dfac2e797887961f88d0 Oct 13 00:37:07.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 00:37:08.350 INFO blam! 3d5663f4276265cfdb71621f50acfbd2b2311a78705fc2e2057486422c5fe5ae Oct 13 00:37:08.359 INFO running `"docker" "start" "-a" "3d5663f4276265cfdb71621f50acfbd2b2311a78705fc2e2057486422c5fe5ae"` Oct 13 00:37:09.318 INFO kablam! usermod: no changes Oct 13 00:37:09.367 INFO kablam! Compiling stackmachine v0.1.0 (/source) Oct 13 00:37:10.247 INFO kablam! warning: unreachable pattern Oct 13 00:37:10.247 INFO kablam! --> src/interpreter/mod.rs:86:13 Oct 13 00:37:10.247 INFO kablam! | Oct 13 00:37:10.247 INFO kablam! 86 | _ => { Oct 13 00:37:10.247 INFO kablam! | ^ Oct 13 00:37:10.247 INFO kablam! | Oct 13 00:37:10.247 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 13 00:37:10.247 INFO kablam! Oct 13 00:37:10.250 INFO kablam! warning: unused variable: `t1` Oct 13 00:37:10.251 INFO kablam! --> src/compiler/mod.rs:28:21 Oct 13 00:37:10.251 INFO kablam! | Oct 13 00:37:10.251 INFO kablam! 28 | ExpAst::App(t1, t2) => { Oct 13 00:37:10.251 INFO kablam! | ^^ help: consider using `_t1` instead Oct 13 00:37:10.251 INFO kablam! | Oct 13 00:37:10.251 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:37:10.251 INFO kablam! Oct 13 00:37:10.251 INFO kablam! warning: unused variable: `t2` Oct 13 00:37:10.251 INFO kablam! --> src/compiler/mod.rs:28:25 Oct 13 00:37:10.251 INFO kablam! | Oct 13 00:37:10.251 INFO kablam! 28 | ExpAst::App(t1, t2) => { Oct 13 00:37:10.251 INFO kablam! | ^^ help: consider using `_t2` instead Oct 13 00:37:10.251 INFO kablam! Oct 13 00:37:10.251 INFO kablam! warning: unused variable: `name` Oct 13 00:37:10.251 INFO kablam! --> src/compiler/mod.rs:31:21 Oct 13 00:37:10.251 INFO kablam! | Oct 13 00:37:10.251 INFO kablam! 31 | ExpAst::Var(name) => { Oct 13 00:37:10.251 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 00:37:10.251 INFO kablam! Oct 13 00:37:10.251 INFO kablam! warning: unused variable: `name` Oct 13 00:37:10.251 INFO kablam! --> src/compiler/mod.rs:63:30 Oct 13 00:37:10.251 INFO kablam! | Oct 13 00:37:10.251 INFO kablam! 63 | StatementAst::Assign(name, exp_ast) => (), Oct 13 00:37:10.251 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 00:37:10.251 INFO kablam! Oct 13 00:37:10.251 INFO kablam! warning: unused variable: `exp_ast` Oct 13 00:37:10.251 INFO kablam! --> src/compiler/mod.rs:63:36 Oct 13 00:37:10.251 INFO kablam! | Oct 13 00:37:10.251 INFO kablam! 63 | StatementAst::Assign(name, exp_ast) => (), Oct 13 00:37:10.251 INFO kablam! | ^^^^^^^ help: consider using `_exp_ast` instead Oct 13 00:37:10.251 INFO kablam! Oct 13 00:37:10.251 INFO kablam! warning: unused variable: `ast` Oct 13 00:37:10.251 INFO kablam! --> src/compiler/mod.rs:67:22 Oct 13 00:37:10.251 INFO kablam! | Oct 13 00:37:10.251 INFO kablam! 67 | pub fn compile_block(ast : &BlockAst, code : &mut Vec) { Oct 13 00:37:10.251 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 13 00:37:10.251 INFO kablam! Oct 13 00:37:10.251 INFO kablam! warning: unused variable: `code` Oct 13 00:37:10.251 INFO kablam! --> src/compiler/mod.rs:67:39 Oct 13 00:37:10.251 INFO kablam! | Oct 13 00:37:10.251 INFO kablam! 67 | pub fn compile_block(ast : &BlockAst, code : &mut Vec) { Oct 13 00:37:10.251 INFO kablam! | ^^^^ help: consider using `_code` instead Oct 13 00:37:10.251 INFO kablam! Oct 13 00:37:10.251 INFO kablam! warning: unused variable: `input` Oct 13 00:37:10.251 INFO kablam! --> src/parser/mod.rs:162:21 Oct 13 00:37:10.251 INFO kablam! | Oct 13 00:37:10.251 INFO kablam! 162 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:37:10.251 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:37:10.251 INFO kablam! Oct 13 00:37:10.251 INFO kablam! warning: unused variable: `input` Oct 13 00:37:10.251 INFO kablam! --> src/parser/mod.rs:241:21 Oct 13 00:37:10.251 INFO kablam! | Oct 13 00:37:10.251 INFO kablam! 241 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:37:10.251 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:37:10.251 INFO kablam! Oct 13 00:37:10.251 INFO kablam! warning: unused variable: `input` Oct 13 00:37:10.251 INFO kablam! --> src/parser/mod.rs:317:21 Oct 13 00:37:10.251 INFO kablam! | Oct 13 00:37:10.251 INFO kablam! 317 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:37:10.251 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:37:10.251 INFO kablam! Oct 13 00:37:10.399 INFO kablam! warning: variant is never constructed: `Sub` Oct 13 00:37:10.399 INFO kablam! --> src/vm/mod.rs:7:5 Oct 13 00:37:10.399 INFO kablam! | Oct 13 00:37:10.399 INFO kablam! 7 | Sub, Oct 13 00:37:10.399 INFO kablam! | ^^^ Oct 13 00:37:10.399 INFO kablam! | Oct 13 00:37:10.399 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:37:10.399 INFO kablam! Oct 13 00:37:10.399 INFO kablam! warning: variant is never constructed: `Mul` Oct 13 00:37:10.399 INFO kablam! --> src/vm/mod.rs:8:5 Oct 13 00:37:10.399 INFO kablam! | Oct 13 00:37:10.399 INFO kablam! 8 | Mul, Oct 13 00:37:10.399 INFO kablam! | ^^^ Oct 13 00:37:10.399 INFO kablam! Oct 13 00:37:10.399 INFO kablam! warning: variant is never constructed: `Div` Oct 13 00:37:10.399 INFO kablam! --> src/vm/mod.rs:9:5 Oct 13 00:37:10.399 INFO kablam! | Oct 13 00:37:10.399 INFO kablam! 9 | Div, Oct 13 00:37:10.399 INFO kablam! | ^^^ Oct 13 00:37:10.399 INFO kablam! Oct 13 00:37:10.399 INFO kablam! warning: variant is never constructed: `JumpUnless` Oct 13 00:37:10.399 INFO kablam! --> src/vm/mod.rs:21:5 Oct 13 00:37:10.399 INFO kablam! | Oct 13 00:37:10.399 INFO kablam! 21 | JumpUnless(isize), // proced the PC if top of the stack is 0 Oct 13 00:37:10.399 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 00:37:10.399 INFO kablam! Oct 13 00:37:10.399 INFO kablam! warning: variant is never constructed: `Jump` Oct 13 00:37:10.399 INFO kablam! --> src/vm/mod.rs:22:5 Oct 13 00:37:10.399 INFO kablam! | Oct 13 00:37:10.399 INFO kablam! 22 | Jump(isize), // proceed the PC for the size Oct 13 00:37:10.399 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:37:10.399 INFO kablam! Oct 13 00:37:10.399 INFO kablam! warning: function is never used: `compile` Oct 13 00:37:10.399 INFO kablam! --> src/compiler/mod.rs:6:1 Oct 13 00:37:10.399 INFO kablam! | Oct 13 00:37:10.399 INFO kablam! 6 | pub fn compile(ast : &ExpAst, code : &mut Vec) { Oct 13 00:37:10.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:37:10.399 INFO kablam! Oct 13 00:37:10.399 INFO kablam! warning: function is never used: `compile_statement` Oct 13 00:37:10.399 INFO kablam! --> src/compiler/mod.rs:60:1 Oct 13 00:37:10.399 INFO kablam! | Oct 13 00:37:10.399 INFO kablam! 60 | pub fn compile_statement(ast : &StatementAst, code : &mut Vec) { Oct 13 00:37:10.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:37:10.399 INFO kablam! Oct 13 00:37:10.407 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:37:10.407 INFO kablam! --> src/parser/combinator.rs:404:5 Oct 13 00:37:10.407 INFO kablam! | Oct 13 00:37:10.407 INFO kablam! 404 | whitespaces.parse(&mut input); Oct 13 00:37:10.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:37:10.407 INFO kablam! | Oct 13 00:37:10.407 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 00:37:10.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:37:10.407 INFO kablam! Oct 13 00:37:10.407 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:37:10.407 INFO kablam! --> src/parser/combinator.rs:411:5 Oct 13 00:37:10.407 INFO kablam! | Oct 13 00:37:10.407 INFO kablam! 411 | whitespaces.parse(&mut input); Oct 13 00:37:10.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:37:10.407 INFO kablam! | Oct 13 00:37:10.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:37:10.407 INFO kablam! Oct 13 00:37:12.453 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.10s Oct 13 00:37:12.453 INFO kablam! su: No module specific data is present Oct 13 00:37:12.989 INFO running `"docker" "rm" "-f" "3d5663f4276265cfdb71621f50acfbd2b2311a78705fc2e2057486422c5fe5ae"` Oct 13 00:37:13.171 INFO blam! 3d5663f4276265cfdb71621f50acfbd2b2311a78705fc2e2057486422c5fe5ae Oct 13 00:37:13.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 00:37:13.604 INFO blam! 74c8bb28a37ba8a4cbde24b657ed840cc05f1f8975ec886d4fa8624779b7e4f8 Oct 13 00:37:13.605 INFO running `"docker" "start" "-a" "74c8bb28a37ba8a4cbde24b657ed840cc05f1f8975ec886d4fa8624779b7e4f8"` Oct 13 00:37:14.122 INFO kablam! usermod: no changes Oct 13 00:37:14.141 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 13 00:37:14.141 INFO kablam! Running /target/debug/deps/stackmachine-70f2995bda0b5f76 Oct 13 00:37:14.142 INFO blam! Oct 13 00:37:14.142 INFO blam! running 11 tests Oct 13 00:37:14.143 INFO blam! test parser::combinator::char_parser ... ok Oct 13 00:37:14.143 INFO blam! test parser::combinator::combination_parser ... ok Oct 13 00:37:14.143 INFO blam! test parser::combinator::digit_parser ... ok Oct 13 00:37:14.143 INFO blam! test parser::combinator::oneof_parser ... ok Oct 13 00:37:14.143 INFO blam! test parser::combinator::str_parser ... ok Oct 13 00:37:14.145 INFO blam! test parser::combinator::try_parser ... ok Oct 13 00:37:14.145 INFO blam! test parser::combinator::many1_parser ... ok Oct 13 00:37:14.145 INFO blam! test vm::vm_test ... ok Oct 13 00:37:14.145 INFO blam! test interpreter::test_closure ... ok Oct 13 00:37:14.151 INFO blam! test interpreter::test_function_definition_sum ... ok Oct 13 00:37:14.151 INFO blam! test interpreter::test_function_definition_fib ... ok Oct 13 00:37:14.151 INFO blam! Oct 13 00:37:14.151 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:37:14.151 INFO blam! Oct 13 00:37:14.152 INFO kablam! su: No module specific data is present Oct 13 00:37:14.440 INFO running `"docker" "rm" "-f" "74c8bb28a37ba8a4cbde24b657ed840cc05f1f8975ec886d4fa8624779b7e4f8"` Oct 13 00:37:14.505 INFO blam! 74c8bb28a37ba8a4cbde24b657ed840cc05f1f8975ec886d4fa8624779b7e4f8