Oct 11 05:46:46.427 INFO testing LibreLabUCM/codigo-rojo-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:46:46.427 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:46:46.429 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:46:46.834 INFO blam! 2b0f19a84fb37272c91220e317f70d5f461b0822ee6a7da793e17ce9fa031ed5 Oct 11 05:46:46.838 INFO running `"docker" "start" "-a" "2b0f19a84fb37272c91220e317f70d5f461b0822ee6a7da793e17ce9fa031ed5"` Oct 11 05:46:48.195 INFO kablam! usermod: no changes Oct 11 05:46:48.240 INFO kablam! Compiling codigo-rojo v0.1.0 (/source) Oct 11 05:46:49.232 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:49.232 INFO kablam! --> src/mars/mov.rs:7:10 Oct 11 05:46:49.232 INFO kablam! | Oct 11 05:46:49.232 INFO kablam! 7 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:49.234 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:46:49.234 INFO kablam! Oct 11 05:46:49.234 INFO kablam! warning: unused variable: `b_ir` Oct 11 05:46:49.234 INFO kablam! --> src/mars/mov.rs:8:17 Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! 8 | let (b_ptr, b_ir) = ir.b.eval(pc, &core); Oct 11 05:46:49.234 INFO kablam! | ^^^^ help: consider using `_b_ir` instead Oct 11 05:46:49.234 INFO kablam! Oct 11 05:46:49.234 INFO kablam! warning: unused variable: `s` Oct 11 05:46:49.234 INFO kablam! --> src/parse.rs:10:14 Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 11 05:46:49.234 INFO kablam! | ^ help: consider using `_s` instead Oct 11 05:46:49.234 INFO kablam! Oct 11 05:46:49.234 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:49.234 INFO kablam! --> src/mars/arith.rs:5:18 Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:49.234 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! ::: src/mars/mod.rs:9:1 Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! 9 | fn_arith!(add, |x, y, _| x + y); Oct 11 05:46:49.234 INFO kablam! | -------------------------------- in this macro invocation Oct 11 05:46:49.234 INFO kablam! Oct 11 05:46:49.234 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:49.234 INFO kablam! --> src/mars/arith.rs:5:18 Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:49.234 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! ::: src/mars/mod.rs:10:1 Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! 10 | fn_arith!(sub, |x, y, m| x + m - y); Oct 11 05:46:49.234 INFO kablam! | ------------------------------------ in this macro invocation Oct 11 05:46:49.234 INFO kablam! Oct 11 05:46:49.234 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:49.234 INFO kablam! --> src/mars/arith.rs:5:18 Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:49.234 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! ::: src/mars/mod.rs:11:1 Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! 11 | fn_arith!(mul, |x, y, _| x * y); Oct 11 05:46:49.234 INFO kablam! | -------------------------------- in this macro invocation Oct 11 05:46:49.234 INFO kablam! Oct 11 05:46:49.234 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:49.234 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:49.234 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! ::: src/mars/mod.rs:15:1 Oct 11 05:46:49.234 INFO kablam! | Oct 11 05:46:49.234 INFO kablam! 15 | fn_arith_div!(div, |x, y| x / y); Oct 11 05:46:49.234 INFO kablam! | --------------------------------- in this macro invocation Oct 11 05:46:49.234 INFO kablam! Oct 11 05:46:49.234 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:49.242 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 11 05:46:49.242 INFO kablam! | Oct 11 05:46:49.242 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:49.242 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:49.242 INFO kablam! | Oct 11 05:46:49.242 INFO kablam! ::: src/mars/mod.rs:16:1 Oct 11 05:46:49.242 INFO kablam! | Oct 11 05:46:49.242 INFO kablam! 16 | fn_arith_div!(mod_, |x, y| x % y); Oct 11 05:46:49.242 INFO kablam! | ---------------------------------- in this macro invocation Oct 11 05:46:49.242 INFO kablam! Oct 11 05:46:49.307 INFO kablam! warning: function is never used: `parse` Oct 11 05:46:49.307 INFO kablam! --> src/parse.rs:10:1 Oct 11 05:46:49.307 INFO kablam! | Oct 11 05:46:49.307 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 11 05:46:49.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:46:49.307 INFO kablam! | Oct 11 05:46:49.307 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:46:49.309 INFO kablam! Oct 11 05:46:50.245 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 11 05:46:50.248 INFO kablam! su: No module specific data is present Oct 11 05:46:51.002 INFO running `"docker" "rm" "-f" "2b0f19a84fb37272c91220e317f70d5f461b0822ee6a7da793e17ce9fa031ed5"` Oct 11 05:46:51.275 INFO blam! 2b0f19a84fb37272c91220e317f70d5f461b0822ee6a7da793e17ce9fa031ed5 Oct 11 05:46:51.296 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:46:51.296 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:46:51.794 INFO blam! 4ec7210cf4bfca7c0144e981b4a184474917fa571868385ce684eea9c46a1d06 Oct 11 05:46:51.798 INFO running `"docker" "start" "-a" "4ec7210cf4bfca7c0144e981b4a184474917fa571868385ce684eea9c46a1d06"` Oct 11 05:46:53.681 INFO kablam! usermod: no changes Oct 11 05:46:53.728 INFO kablam! Compiling codigo-rojo v0.1.0 (/source) Oct 11 05:46:54.824 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:54.824 INFO kablam! --> src/mars/mov.rs:7:10 Oct 11 05:46:54.824 INFO kablam! | Oct 11 05:46:54.824 INFO kablam! 7 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:54.824 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:54.824 INFO kablam! | Oct 11 05:46:54.824 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:46:54.824 INFO kablam! Oct 11 05:46:54.824 INFO kablam! warning: unused variable: `b_ir` Oct 11 05:46:54.824 INFO kablam! --> src/mars/mov.rs:8:17 Oct 11 05:46:54.824 INFO kablam! | Oct 11 05:46:54.824 INFO kablam! 8 | let (b_ptr, b_ir) = ir.b.eval(pc, &core); Oct 11 05:46:54.824 INFO kablam! | ^^^^ help: consider using `_b_ir` instead Oct 11 05:46:54.824 INFO kablam! Oct 11 05:46:54.832 INFO kablam! warning: unused variable: `s` Oct 11 05:46:54.832 INFO kablam! --> src/parse.rs:10:14 Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 11 05:46:54.832 INFO kablam! | ^ help: consider using `_s` instead Oct 11 05:46:54.832 INFO kablam! Oct 11 05:46:54.832 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:54.832 INFO kablam! --> src/mars/arith.rs:5:18 Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:54.832 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! ::: src/mars/mod.rs:9:1 Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! 9 | fn_arith!(add, |x, y, _| x + y); Oct 11 05:46:54.832 INFO kablam! | -------------------------------- in this macro invocation Oct 11 05:46:54.832 INFO kablam! Oct 11 05:46:54.832 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:54.832 INFO kablam! --> src/mars/arith.rs:5:18 Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:54.832 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! ::: src/mars/mod.rs:10:1 Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! 10 | fn_arith!(sub, |x, y, m| x + m - y); Oct 11 05:46:54.832 INFO kablam! | ------------------------------------ in this macro invocation Oct 11 05:46:54.832 INFO kablam! Oct 11 05:46:54.832 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:54.832 INFO kablam! --> src/mars/arith.rs:5:18 Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:54.832 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! ::: src/mars/mod.rs:11:1 Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! 11 | fn_arith!(mul, |x, y, _| x * y); Oct 11 05:46:54.832 INFO kablam! | -------------------------------- in this macro invocation Oct 11 05:46:54.832 INFO kablam! Oct 11 05:46:54.832 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:54.832 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:54.832 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.832 INFO kablam! ::: src/mars/mod.rs:15:1 Oct 11 05:46:54.832 INFO kablam! | Oct 11 05:46:54.833 INFO kablam! 15 | fn_arith_div!(div, |x, y| x / y); Oct 11 05:46:54.833 INFO kablam! | --------------------------------- in this macro invocation Oct 11 05:46:54.833 INFO kablam! Oct 11 05:46:54.833 INFO kablam! warning: unused variable: `a_ptr` Oct 11 05:46:54.833 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 11 05:46:54.833 INFO kablam! | Oct 11 05:46:54.833 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 11 05:46:54.833 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 11 05:46:54.833 INFO kablam! | Oct 11 05:46:54.833 INFO kablam! ::: src/mars/mod.rs:16:1 Oct 11 05:46:54.833 INFO kablam! | Oct 11 05:46:54.833 INFO kablam! 16 | fn_arith_div!(mod_, |x, y| x % y); Oct 11 05:46:54.833 INFO kablam! | ---------------------------------- in this macro invocation Oct 11 05:46:54.833 INFO kablam! Oct 11 05:46:54.900 INFO kablam! warning: function is never used: `parse` Oct 11 05:46:54.900 INFO kablam! --> src/parse.rs:10:1 Oct 11 05:46:54.900 INFO kablam! | Oct 11 05:46:54.900 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 11 05:46:54.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:46:54.900 INFO kablam! | Oct 11 05:46:54.900 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:46:54.900 INFO kablam! Oct 11 05:46:55.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.77s Oct 11 05:46:55.496 INFO kablam! su: No module specific data is present Oct 11 05:46:56.712 INFO running `"docker" "rm" "-f" "4ec7210cf4bfca7c0144e981b4a184474917fa571868385ce684eea9c46a1d06"` Oct 11 05:46:57.004 INFO blam! 4ec7210cf4bfca7c0144e981b4a184474917fa571868385ce684eea9c46a1d06 Oct 11 05:46:57.017 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:46:57.018 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:46:57.545 INFO blam! 2bb4dccd958187e555ca0e21047fba73fb2a57ad3b321722c36c881eaff1012a Oct 11 05:46:57.547 INFO running `"docker" "start" "-a" "2bb4dccd958187e555ca0e21047fba73fb2a57ad3b321722c36c881eaff1012a"` Oct 11 05:46:59.013 INFO kablam! usermod: no changes Oct 11 05:46:59.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 05:46:59.056 INFO kablam! Running /target/debug/deps/codigo_rojo-02b5fe4b4515ab3f Oct 11 05:46:59.064 INFO blam! Oct 11 05:46:59.064 INFO blam! running 0 tests Oct 11 05:46:59.064 INFO blam! Oct 11 05:46:59.064 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:46:59.064 INFO blam! Oct 11 05:46:59.066 INFO kablam! su: No module specific data is present Oct 11 05:46:59.852 INFO running `"docker" "rm" "-f" "2bb4dccd958187e555ca0e21047fba73fb2a57ad3b321722c36c881eaff1012a"` Oct 11 05:47:00.137 INFO blam! 2bb4dccd958187e555ca0e21047fba73fb2a57ad3b321722c36c881eaff1012a