Oct 13 00:36:53.596 INFO testing shimomura1004/rust_playground against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 00:36:53.596 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 00:36:54.246 INFO blam! 90f987a99a0dfbae8dc40ce3ce174199cee540b8b3e9ab04aca6ff01a1f7569b Oct 13 00:36:54.247 INFO running `"docker" "start" "-a" "90f987a99a0dfbae8dc40ce3ce174199cee540b8b3e9ab04aca6ff01a1f7569b"` Oct 13 00:36:55.379 INFO kablam! usermod: no changes Oct 13 00:36:55.471 INFO kablam! Compiling stackmachine v0.1.0 (/source) Oct 13 00:36:55.851 INFO kablam! warning: unused import: `parser` Oct 13 00:36:55.851 INFO kablam! --> src/interpreter/mod.rs:121:5 Oct 13 00:36:55.851 INFO kablam! | Oct 13 00:36:55.851 INFO kablam! 121 | use parser; Oct 13 00:36:55.851 INFO kablam! | ^^^^^^ Oct 13 00:36:55.851 INFO kablam! | Oct 13 00:36:55.851 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:36:55.851 INFO kablam! Oct 13 00:36:56.153 INFO kablam! warning: unreachable pattern Oct 13 00:36:56.153 INFO kablam! --> src/interpreter/mod.rs:86:13 Oct 13 00:36:56.153 INFO kablam! | Oct 13 00:36:56.154 INFO kablam! 86 | _ => { Oct 13 00:36:56.154 INFO kablam! | ^ Oct 13 00:36:56.154 INFO kablam! | Oct 13 00:36:56.157 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 13 00:36:56.158 INFO kablam! Oct 13 00:36:56.158 INFO kablam! warning: unused variable: `t1` Oct 13 00:36:56.158 INFO kablam! --> src/compiler/mod.rs:28:21 Oct 13 00:36:56.159 INFO kablam! | Oct 13 00:36:56.159 INFO kablam! 28 | ExpAst::App(t1, t2) => { Oct 13 00:36:56.159 INFO kablam! | ^^ help: consider using `_t1` instead Oct 13 00:36:56.160 INFO kablam! | Oct 13 00:36:56.160 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:36:56.160 INFO kablam! Oct 13 00:36:56.160 INFO kablam! warning: unused variable: `t2` Oct 13 00:36:56.161 INFO kablam! --> src/compiler/mod.rs:28:25 Oct 13 00:36:56.161 INFO kablam! | Oct 13 00:36:56.161 INFO kablam! 28 | ExpAst::App(t1, t2) => { Oct 13 00:36:56.162 INFO kablam! | ^^ help: consider using `_t2` instead Oct 13 00:36:56.162 INFO kablam! Oct 13 00:36:56.162 INFO kablam! warning: unused variable: `name` Oct 13 00:36:56.163 INFO kablam! --> src/compiler/mod.rs:31:21 Oct 13 00:36:56.163 INFO kablam! | Oct 13 00:36:56.163 INFO kablam! 31 | ExpAst::Var(name) => { Oct 13 00:36:56.163 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 00:36:56.164 INFO kablam! Oct 13 00:36:56.164 INFO kablam! warning: unused variable: `name` Oct 13 00:36:56.164 INFO kablam! --> src/compiler/mod.rs:63:30 Oct 13 00:36:56.165 INFO kablam! | Oct 13 00:36:56.165 INFO kablam! 63 | StatementAst::Assign(name, exp_ast) => (), Oct 13 00:36:56.165 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 00:36:56.166 INFO kablam! Oct 13 00:36:56.166 INFO kablam! warning: unused variable: `exp_ast` Oct 13 00:36:56.166 INFO kablam! --> src/compiler/mod.rs:63:36 Oct 13 00:36:56.166 INFO kablam! | Oct 13 00:36:56.167 INFO kablam! 63 | StatementAst::Assign(name, exp_ast) => (), Oct 13 00:36:56.167 INFO kablam! | ^^^^^^^ help: consider using `_exp_ast` instead Oct 13 00:36:56.167 INFO kablam! Oct 13 00:36:56.168 INFO kablam! warning: unused variable: `ast` Oct 13 00:36:56.168 INFO kablam! --> src/compiler/mod.rs:67:22 Oct 13 00:36:56.168 INFO kablam! | Oct 13 00:36:56.169 INFO kablam! 67 | pub fn compile_block(ast : &BlockAst, code : &mut Vec) { Oct 13 00:36:56.169 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 13 00:36:56.169 INFO kablam! Oct 13 00:36:56.169 INFO kablam! warning: unused variable: `code` Oct 13 00:36:56.170 INFO kablam! --> src/compiler/mod.rs:67:39 Oct 13 00:36:56.170 INFO kablam! | Oct 13 00:36:56.170 INFO kablam! 67 | pub fn compile_block(ast : &BlockAst, code : &mut Vec) { Oct 13 00:36:56.171 INFO kablam! | ^^^^ help: consider using `_code` instead Oct 13 00:36:56.171 INFO kablam! Oct 13 00:36:56.171 INFO kablam! warning: unused variable: `input` Oct 13 00:36:56.172 INFO kablam! --> src/parser/mod.rs:162:21 Oct 13 00:36:56.172 INFO kablam! | Oct 13 00:36:56.172 INFO kablam! 162 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:36:56.172 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:36:56.173 INFO kablam! Oct 13 00:36:56.173 INFO kablam! warning: unused variable: `input` Oct 13 00:36:56.173 INFO kablam! --> src/parser/mod.rs:241:21 Oct 13 00:36:56.174 INFO kablam! | Oct 13 00:36:56.174 INFO kablam! 241 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:36:56.174 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:36:56.178 INFO kablam! Oct 13 00:36:56.179 INFO kablam! warning: unused variable: `input` Oct 13 00:36:56.179 INFO kablam! --> src/parser/mod.rs:317:21 Oct 13 00:36:56.179 INFO kablam! | Oct 13 00:36:56.180 INFO kablam! 317 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:36:56.180 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:36:56.180 INFO kablam! Oct 13 00:36:56.263 INFO kablam! warning: variant is never constructed: `PushInt32` Oct 13 00:36:56.264 INFO kablam! --> src/vm/mod.rs:3:5 Oct 13 00:36:56.264 INFO kablam! | Oct 13 00:36:56.264 INFO kablam! 3 | PushInt32(i32), Oct 13 00:36:56.264 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:36:56.265 INFO kablam! | Oct 13 00:36:56.265 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:36:56.265 INFO kablam! Oct 13 00:36:56.265 INFO kablam! warning: variant is never constructed: `Pop` Oct 13 00:36:56.266 INFO kablam! --> src/vm/mod.rs:4:5 Oct 13 00:36:56.266 INFO kablam! | Oct 13 00:36:56.266 INFO kablam! 4 | Pop, Oct 13 00:36:56.267 INFO kablam! | ^^^ Oct 13 00:36:56.267 INFO kablam! Oct 13 00:36:56.268 INFO kablam! warning: variant is never constructed: `Add` Oct 13 00:36:56.268 INFO kablam! --> src/vm/mod.rs:6:5 Oct 13 00:36:56.268 INFO kablam! | Oct 13 00:36:56.269 INFO kablam! 6 | Add, Oct 13 00:36:56.269 INFO kablam! | ^^^ Oct 13 00:36:56.269 INFO kablam! Oct 13 00:36:56.270 INFO kablam! warning: variant is never constructed: `Sub` Oct 13 00:36:56.270 INFO kablam! --> src/vm/mod.rs:7:5 Oct 13 00:36:56.270 INFO kablam! | Oct 13 00:36:56.270 INFO kablam! 7 | Sub, Oct 13 00:36:56.271 INFO kablam! | ^^^ Oct 13 00:36:56.271 INFO kablam! Oct 13 00:36:56.271 INFO kablam! warning: variant is never constructed: `Mul` Oct 13 00:36:56.272 INFO kablam! --> src/vm/mod.rs:8:5 Oct 13 00:36:56.272 INFO kablam! | Oct 13 00:36:56.272 INFO kablam! 8 | Mul, Oct 13 00:36:56.272 INFO kablam! | ^^^ Oct 13 00:36:56.273 INFO kablam! Oct 13 00:36:56.273 INFO kablam! warning: variant is never constructed: `Div` Oct 13 00:36:56.273 INFO kablam! --> src/vm/mod.rs:9:5 Oct 13 00:36:56.273 INFO kablam! | Oct 13 00:36:56.274 INFO kablam! 9 | Div, Oct 13 00:36:56.274 INFO kablam! | ^^^ Oct 13 00:36:56.274 INFO kablam! Oct 13 00:36:56.279 INFO kablam! warning: variant is never constructed: `Not` Oct 13 00:36:56.279 INFO kablam! --> src/vm/mod.rs:11:5 Oct 13 00:36:56.279 INFO kablam! | Oct 13 00:36:56.280 INFO kablam! 11 | Not, Oct 13 00:36:56.280 INFO kablam! | ^^^ Oct 13 00:36:56.280 INFO kablam! Oct 13 00:36:56.281 INFO kablam! warning: variant is never constructed: `Equal` Oct 13 00:36:56.281 INFO kablam! --> src/vm/mod.rs:13:5 Oct 13 00:36:56.281 INFO kablam! | Oct 13 00:36:56.281 INFO kablam! 13 | Equal, // read 2 value from stack, compare them and push 1/0 if values are the same/different Oct 13 00:36:56.282 INFO kablam! | ^^^^^ Oct 13 00:36:56.282 INFO kablam! Oct 13 00:36:56.282 INFO kablam! warning: variant is never constructed: `Load` Oct 13 00:36:56.283 INFO kablam! --> src/vm/mod.rs:15:5 Oct 13 00:36:56.283 INFO kablam! | Oct 13 00:36:56.283 INFO kablam! 15 | Load(usize), // read the n-th item in the stack and push it on top Oct 13 00:36:56.284 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:36:56.284 INFO kablam! Oct 13 00:36:56.284 INFO kablam! warning: variant is never constructed: `Store` Oct 13 00:36:56.284 INFO kablam! --> src/vm/mod.rs:16:5 Oct 13 00:36:56.285 INFO kablam! | Oct 13 00:36:56.285 INFO kablam! 16 | Store(usize), // write value on top of the stack to the n-th item in the stack Oct 13 00:36:56.285 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:36:56.286 INFO kablam! Oct 13 00:36:56.286 INFO kablam! warning: variant is never constructed: `Print` Oct 13 00:36:56.286 INFO kablam! --> src/vm/mod.rs:18:5 Oct 13 00:36:56.287 INFO kablam! | Oct 13 00:36:56.287 INFO kablam! 18 | Print, // print the value on top of the stack Oct 13 00:36:56.287 INFO kablam! | ^^^^^ Oct 13 00:36:56.287 INFO kablam! Oct 13 00:36:56.288 INFO kablam! warning: variant is never constructed: `JumpIf` Oct 13 00:36:56.288 INFO kablam! --> src/vm/mod.rs:20:5 Oct 13 00:36:56.288 INFO kablam! | Oct 13 00:36:56.289 INFO kablam! 20 | JumpIf(isize), // proceed the PC if top of the stack is not 0 Oct 13 00:36:56.289 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 00:36:56.289 INFO kablam! Oct 13 00:36:56.289 INFO kablam! warning: variant is never constructed: `JumpUnless` Oct 13 00:36:56.290 INFO kablam! --> src/vm/mod.rs:21:5 Oct 13 00:36:56.290 INFO kablam! | Oct 13 00:36:56.290 INFO kablam! 21 | JumpUnless(isize), // proced the PC if top of the stack is 0 Oct 13 00:36:56.291 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 00:36:56.291 INFO kablam! Oct 13 00:36:56.291 INFO kablam! warning: variant is never constructed: `Jump` Oct 13 00:36:56.292 INFO kablam! --> src/vm/mod.rs:22:5 Oct 13 00:36:56.292 INFO kablam! | Oct 13 00:36:56.292 INFO kablam! 22 | Jump(isize), // proceed the PC for the size Oct 13 00:36:56.292 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:36:56.293 INFO kablam! Oct 13 00:36:56.293 INFO kablam! warning: variant is never constructed: `Dump` Oct 13 00:36:56.293 INFO kablam! --> src/vm/mod.rs:24:5 Oct 13 00:36:56.294 INFO kablam! | Oct 13 00:36:56.294 INFO kablam! 24 | Dump, Oct 13 00:36:56.294 INFO kablam! | ^^^^ Oct 13 00:36:56.295 INFO kablam! Oct 13 00:36:56.295 INFO kablam! warning: variant is never constructed: `Num` Oct 13 00:36:56.295 INFO kablam! --> src/vm/mod.rs:29:5 Oct 13 00:36:56.295 INFO kablam! | Oct 13 00:36:56.296 INFO kablam! 29 | Num(i32), Oct 13 00:36:56.296 INFO kablam! | ^^^^^^^^ Oct 13 00:36:56.296 INFO kablam! Oct 13 00:36:56.297 INFO kablam! warning: function is never used: `process` Oct 13 00:36:56.297 INFO kablam! --> src/vm/mod.rs:32:1 Oct 13 00:36:56.297 INFO kablam! | Oct 13 00:36:56.298 INFO kablam! 32 | pub fn process(program : &Vec) { Oct 13 00:36:56.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:56.298 INFO kablam! Oct 13 00:36:56.298 INFO kablam! warning: function is never used: `compile` Oct 13 00:36:56.299 INFO kablam! --> src/compiler/mod.rs:6:1 Oct 13 00:36:56.299 INFO kablam! | Oct 13 00:36:56.299 INFO kablam! 6 | pub fn compile(ast : &ExpAst, code : &mut Vec) { Oct 13 00:36:56.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:56.300 INFO kablam! Oct 13 00:36:56.300 INFO kablam! warning: function is never used: `compile_statement` Oct 13 00:36:56.301 INFO kablam! --> src/compiler/mod.rs:60:1 Oct 13 00:36:56.301 INFO kablam! | Oct 13 00:36:56.301 INFO kablam! 60 | pub fn compile_statement(ast : &StatementAst, code : &mut Vec) { Oct 13 00:36:56.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:56.302 INFO kablam! Oct 13 00:36:58.562 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.13s Oct 13 00:36:58.565 INFO kablam! su: No module specific data is present Oct 13 00:36:59.475 INFO running `"docker" "rm" "-f" "90f987a99a0dfbae8dc40ce3ce174199cee540b8b3e9ab04aca6ff01a1f7569b"` Oct 13 00:36:59.744 INFO blam! 90f987a99a0dfbae8dc40ce3ce174199cee540b8b3e9ab04aca6ff01a1f7569b Oct 13 00:36:59.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 00:37:00.064 INFO blam! 1d087bf43ac101cbed198faa5c01da5b84560368db9777d6e7125f9a2de6ab93 Oct 13 00:37:00.075 INFO running `"docker" "start" "-a" "1d087bf43ac101cbed198faa5c01da5b84560368db9777d6e7125f9a2de6ab93"` Oct 13 00:37:01.139 INFO kablam! usermod: no changes Oct 13 00:37:01.192 INFO kablam! Compiling stackmachine v0.1.0 (/source) Oct 13 00:37:01.892 INFO kablam! warning: unreachable pattern Oct 13 00:37:01.892 INFO kablam! --> src/interpreter/mod.rs:86:13 Oct 13 00:37:01.892 INFO kablam! | Oct 13 00:37:01.892 INFO kablam! 86 | _ => { Oct 13 00:37:01.892 INFO kablam! | ^ Oct 13 00:37:01.892 INFO kablam! | Oct 13 00:37:01.892 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 13 00:37:01.892 INFO kablam! Oct 13 00:37:01.899 INFO kablam! warning: unused variable: `t1` Oct 13 00:37:01.899 INFO kablam! --> src/compiler/mod.rs:28:21 Oct 13 00:37:01.899 INFO kablam! | Oct 13 00:37:01.899 INFO kablam! 28 | ExpAst::App(t1, t2) => { Oct 13 00:37:01.899 INFO kablam! | ^^ help: consider using `_t1` instead Oct 13 00:37:01.899 INFO kablam! | Oct 13 00:37:01.899 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:37:01.899 INFO kablam! Oct 13 00:37:01.899 INFO kablam! warning: unused variable: `t2` Oct 13 00:37:01.899 INFO kablam! --> src/compiler/mod.rs:28:25 Oct 13 00:37:01.899 INFO kablam! | Oct 13 00:37:01.899 INFO kablam! 28 | ExpAst::App(t1, t2) => { Oct 13 00:37:01.899 INFO kablam! | ^^ help: consider using `_t2` instead Oct 13 00:37:01.899 INFO kablam! Oct 13 00:37:01.899 INFO kablam! warning: unused variable: `name` Oct 13 00:37:01.899 INFO kablam! --> src/compiler/mod.rs:31:21 Oct 13 00:37:01.899 INFO kablam! | Oct 13 00:37:01.899 INFO kablam! 31 | ExpAst::Var(name) => { Oct 13 00:37:01.899 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 00:37:01.899 INFO kablam! Oct 13 00:37:01.899 INFO kablam! warning: unused variable: `name` Oct 13 00:37:01.899 INFO kablam! --> src/compiler/mod.rs:63:30 Oct 13 00:37:01.899 INFO kablam! | Oct 13 00:37:01.899 INFO kablam! 63 | StatementAst::Assign(name, exp_ast) => (), Oct 13 00:37:01.899 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 00:37:01.899 INFO kablam! Oct 13 00:37:01.899 INFO kablam! warning: unused variable: `exp_ast` Oct 13 00:37:01.899 INFO kablam! --> src/compiler/mod.rs:63:36 Oct 13 00:37:01.899 INFO kablam! | Oct 13 00:37:01.899 INFO kablam! 63 | StatementAst::Assign(name, exp_ast) => (), Oct 13 00:37:01.899 INFO kablam! | ^^^^^^^ help: consider using `_exp_ast` instead Oct 13 00:37:01.899 INFO kablam! Oct 13 00:37:01.899 INFO kablam! warning: unused variable: `ast` Oct 13 00:37:01.899 INFO kablam! --> src/compiler/mod.rs:67:22 Oct 13 00:37:01.899 INFO kablam! | Oct 13 00:37:01.899 INFO kablam! 67 | pub fn compile_block(ast : &BlockAst, code : &mut Vec) { Oct 13 00:37:01.899 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 13 00:37:01.899 INFO kablam! Oct 13 00:37:01.899 INFO kablam! warning: unused variable: `code` Oct 13 00:37:01.899 INFO kablam! --> src/compiler/mod.rs:67:39 Oct 13 00:37:01.899 INFO kablam! | Oct 13 00:37:01.899 INFO kablam! 67 | pub fn compile_block(ast : &BlockAst, code : &mut Vec) { Oct 13 00:37:01.899 INFO kablam! | ^^^^ help: consider using `_code` instead Oct 13 00:37:01.899 INFO kablam! Oct 13 00:37:01.899 INFO kablam! warning: unused variable: `input` Oct 13 00:37:01.899 INFO kablam! --> src/parser/mod.rs:162:21 Oct 13 00:37:01.899 INFO kablam! | Oct 13 00:37:01.899 INFO kablam! 162 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:37:01.900 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:37:01.900 INFO kablam! Oct 13 00:37:01.900 INFO kablam! warning: unused variable: `input` Oct 13 00:37:01.900 INFO kablam! --> src/parser/mod.rs:241:21 Oct 13 00:37:01.900 INFO kablam! | Oct 13 00:37:01.900 INFO kablam! 241 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:37:01.900 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:37:01.900 INFO kablam! Oct 13 00:37:01.900 INFO kablam! warning: unused variable: `input` Oct 13 00:37:01.900 INFO kablam! --> src/parser/mod.rs:317:21 Oct 13 00:37:01.900 INFO kablam! | Oct 13 00:37:01.900 INFO kablam! 317 | fn parse(&self, input : &mut String) -> Result { Oct 13 00:37:01.900 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:37:01.900 INFO kablam! Oct 13 00:37:02.023 INFO kablam! warning: variant is never constructed: `Sub` Oct 13 00:37:02.023 INFO kablam! --> src/vm/mod.rs:7:5 Oct 13 00:37:02.023 INFO kablam! | Oct 13 00:37:02.023 INFO kablam! 7 | Sub, Oct 13 00:37:02.023 INFO kablam! | ^^^ Oct 13 00:37:02.023 INFO kablam! | Oct 13 00:37:02.023 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:37:02.023 INFO kablam! Oct 13 00:37:02.023 INFO kablam! warning: variant is never constructed: `Mul` Oct 13 00:37:02.023 INFO kablam! --> src/vm/mod.rs:8:5 Oct 13 00:37:02.023 INFO kablam! | Oct 13 00:37:02.023 INFO kablam! 8 | Mul, Oct 13 00:37:02.023 INFO kablam! | ^^^ Oct 13 00:37:02.023 INFO kablam! Oct 13 00:37:02.023 INFO kablam! warning: variant is never constructed: `Div` Oct 13 00:37:02.023 INFO kablam! --> src/vm/mod.rs:9:5 Oct 13 00:37:02.023 INFO kablam! | Oct 13 00:37:02.023 INFO kablam! 9 | Div, Oct 13 00:37:02.023 INFO kablam! | ^^^ Oct 13 00:37:02.023 INFO kablam! Oct 13 00:37:02.023 INFO kablam! warning: variant is never constructed: `JumpUnless` Oct 13 00:37:02.023 INFO kablam! --> src/vm/mod.rs:21:5 Oct 13 00:37:02.023 INFO kablam! | Oct 13 00:37:02.023 INFO kablam! 21 | JumpUnless(isize), // proced the PC if top of the stack is 0 Oct 13 00:37:02.023 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 00:37:02.023 INFO kablam! Oct 13 00:37:02.023 INFO kablam! warning: variant is never constructed: `Jump` Oct 13 00:37:02.023 INFO kablam! --> src/vm/mod.rs:22:5 Oct 13 00:37:02.023 INFO kablam! | Oct 13 00:37:02.023 INFO kablam! 22 | Jump(isize), // proceed the PC for the size Oct 13 00:37:02.023 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:37:02.023 INFO kablam! Oct 13 00:37:02.023 INFO kablam! warning: function is never used: `compile` Oct 13 00:37:02.023 INFO kablam! --> src/compiler/mod.rs:6:1 Oct 13 00:37:02.023 INFO kablam! | Oct 13 00:37:02.023 INFO kablam! 6 | pub fn compile(ast : &ExpAst, code : &mut Vec) { Oct 13 00:37:02.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:37:02.023 INFO kablam! Oct 13 00:37:02.023 INFO kablam! warning: function is never used: `compile_statement` Oct 13 00:37:02.023 INFO kablam! --> src/compiler/mod.rs:60:1 Oct 13 00:37:02.023 INFO kablam! | Oct 13 00:37:02.023 INFO kablam! 60 | pub fn compile_statement(ast : &StatementAst, code : &mut Vec) { Oct 13 00:37:02.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:37:02.024 INFO kablam! Oct 13 00:37:02.028 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:37:02.028 INFO kablam! --> src/parser/combinator.rs:404:5 Oct 13 00:37:02.028 INFO kablam! | Oct 13 00:37:02.028 INFO kablam! 404 | whitespaces.parse(&mut input); Oct 13 00:37:02.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:37:02.028 INFO kablam! | Oct 13 00:37:02.028 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 00:37:02.028 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:37:02.028 INFO kablam! Oct 13 00:37:02.028 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:37:02.028 INFO kablam! --> src/parser/combinator.rs:411:5 Oct 13 00:37:02.028 INFO kablam! | Oct 13 00:37:02.028 INFO kablam! 411 | whitespaces.parse(&mut input); Oct 13 00:37:02.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:37:02.029 INFO kablam! | Oct 13 00:37:02.029 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:37:02.029 INFO kablam! Oct 13 00:37:04.208 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.05s Oct 13 00:37:04.210 INFO kablam! su: No module specific data is present Oct 13 00:37:04.960 INFO running `"docker" "rm" "-f" "1d087bf43ac101cbed198faa5c01da5b84560368db9777d6e7125f9a2de6ab93"` Oct 13 00:37:05.275 INFO blam! 1d087bf43ac101cbed198faa5c01da5b84560368db9777d6e7125f9a2de6ab93 Oct 13 00:37:05.280 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 00:37:05.716 INFO blam! fff2e2ce852509e03be34f037a9bcc2b2d779792b4f7a823f581c8998b2ab5ad Oct 13 00:37:05.718 INFO running `"docker" "start" "-a" "fff2e2ce852509e03be34f037a9bcc2b2d779792b4f7a823f581c8998b2ab5ad"` Oct 13 00:37:06.995 INFO kablam! usermod: no changes Oct 13 00:37:07.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 00:37:07.039 INFO blam! Oct 13 00:37:07.039 INFO kablam! Running /target/debug/deps/stackmachine-36cc63c667de25a9 Oct 13 00:37:07.039 INFO blam! running 11 tests Oct 13 00:37:07.051 INFO blam! test parser::combinator::combination_parser ... ok Oct 13 00:37:07.051 INFO blam! test parser::combinator::many1_parser ... ok Oct 13 00:37:07.051 INFO blam! test parser::combinator::char_parser ... ok Oct 13 00:37:07.055 INFO blam! test parser::combinator::try_parser ... ok Oct 13 00:37:07.055 INFO blam! test vm::vm_test ... ok Oct 13 00:37:07.055 INFO blam! test parser::combinator::str_parser ... ok Oct 13 00:37:07.059 INFO blam! test parser::combinator::digit_parser ... ok Oct 13 00:37:07.063 INFO blam! test interpreter::test_closure ... ok Oct 13 00:37:07.063 INFO blam! test parser::combinator::oneof_parser ... ok Oct 13 00:37:07.063 INFO blam! test interpreter::test_function_definition_sum ... ok Oct 13 00:37:07.065 INFO blam! test interpreter::test_function_definition_fib ... ok Oct 13 00:37:07.065 INFO blam! Oct 13 00:37:07.065 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:37:07.065 INFO blam! Oct 13 00:37:07.072 INFO kablam! su: No module specific data is present Oct 13 00:37:07.655 INFO running `"docker" "rm" "-f" "fff2e2ce852509e03be34f037a9bcc2b2d779792b4f7a823f581c8998b2ab5ad"` Oct 13 00:37:07.956 INFO blam! fff2e2ce852509e03be34f037a9bcc2b2d779792b4f7a823f581c8998b2ab5ad