Oct 15 09:09:40.274 INFO testing LibreLabUCM/codigo-rojo-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:09:40.276 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 09:09:40.803 INFO blam! 5056c6958d760c3d4bd1d43a4b84f7d719bfd06b6eb9152cbca14059f00f70e0 Oct 15 09:09:40.806 INFO running `"docker" "start" "-a" "5056c6958d760c3d4bd1d43a4b84f7d719bfd06b6eb9152cbca14059f00f70e0"` Oct 15 09:09:42.212 INFO kablam! usermod: no changes Oct 15 09:09:42.247 INFO kablam! Compiling codigo-rojo v0.1.0 (/source) Oct 15 09:09:42.859 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:42.860 INFO kablam! --> src/mars/mov.rs:7:10 Oct 15 09:09:42.860 INFO kablam! | Oct 15 09:09:42.860 INFO kablam! 7 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:42.861 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:42.861 INFO kablam! | Oct 15 09:09:42.861 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:09:42.862 INFO kablam! Oct 15 09:09:42.862 INFO kablam! warning: unused variable: `b_ir` Oct 15 09:09:42.862 INFO kablam! --> src/mars/mov.rs:8:17 Oct 15 09:09:42.863 INFO kablam! | Oct 15 09:09:42.863 INFO kablam! 8 | let (b_ptr, b_ir) = ir.b.eval(pc, &core); Oct 15 09:09:42.863 INFO kablam! | ^^^^ help: consider using `_b_ir` instead Oct 15 09:09:42.864 INFO kablam! Oct 15 09:09:42.864 INFO kablam! warning: unused variable: `s` Oct 15 09:09:42.864 INFO kablam! --> src/parse.rs:10:14 Oct 15 09:09:42.864 INFO kablam! | Oct 15 09:09:42.865 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 15 09:09:42.865 INFO kablam! | ^ help: consider using `_s` instead Oct 15 09:09:42.865 INFO kablam! Oct 15 09:09:42.866 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:42.866 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:42.866 INFO kablam! | Oct 15 09:09:42.867 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:42.867 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:42.867 INFO kablam! | Oct 15 09:09:42.867 INFO kablam! ::: src/mars/mod.rs:9:1 Oct 15 09:09:42.868 INFO kablam! | Oct 15 09:09:42.868 INFO kablam! 9 | fn_arith!(add, |x, y, _| x + y); Oct 15 09:09:42.868 INFO kablam! | -------------------------------- in this macro invocation Oct 15 09:09:42.869 INFO kablam! Oct 15 09:09:42.869 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:42.869 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:42.870 INFO kablam! | Oct 15 09:09:42.870 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:42.870 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:42.870 INFO kablam! | Oct 15 09:09:42.871 INFO kablam! ::: src/mars/mod.rs:10:1 Oct 15 09:09:42.871 INFO kablam! | Oct 15 09:09:42.871 INFO kablam! 10 | fn_arith!(sub, |x, y, m| x + m - y); Oct 15 09:09:42.872 INFO kablam! | ------------------------------------ in this macro invocation Oct 15 09:09:42.872 INFO kablam! Oct 15 09:09:42.872 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:42.873 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:42.873 INFO kablam! | Oct 15 09:09:42.873 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:42.873 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:42.874 INFO kablam! | Oct 15 09:09:42.874 INFO kablam! ::: src/mars/mod.rs:11:1 Oct 15 09:09:42.874 INFO kablam! | Oct 15 09:09:42.875 INFO kablam! 11 | fn_arith!(mul, |x, y, _| x * y); Oct 15 09:09:42.875 INFO kablam! | -------------------------------- in this macro invocation Oct 15 09:09:42.875 INFO kablam! Oct 15 09:09:42.876 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:42.876 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 15 09:09:42.876 INFO kablam! | Oct 15 09:09:42.876 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:42.877 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:42.877 INFO kablam! | Oct 15 09:09:42.877 INFO kablam! ::: src/mars/mod.rs:15:1 Oct 15 09:09:42.878 INFO kablam! | Oct 15 09:09:42.878 INFO kablam! 15 | fn_arith_div!(div, |x, y| x / y); Oct 15 09:09:42.878 INFO kablam! | --------------------------------- in this macro invocation Oct 15 09:09:42.879 INFO kablam! Oct 15 09:09:42.879 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:42.879 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 15 09:09:42.879 INFO kablam! | Oct 15 09:09:42.880 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:42.880 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:42.880 INFO kablam! | Oct 15 09:09:42.880 INFO kablam! ::: src/mars/mod.rs:16:1 Oct 15 09:09:42.881 INFO kablam! | Oct 15 09:09:42.883 INFO kablam! 16 | fn_arith_div!(mod_, |x, y| x % y); Oct 15 09:09:42.883 INFO kablam! | ---------------------------------- in this macro invocation Oct 15 09:09:42.883 INFO kablam! Oct 15 09:09:42.927 INFO kablam! warning: function is never used: `parse` Oct 15 09:09:42.927 INFO kablam! --> src/parse.rs:10:1 Oct 15 09:09:42.928 INFO kablam! | Oct 15 09:09:42.928 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 15 09:09:42.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:09:42.929 INFO kablam! | Oct 15 09:09:42.929 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:09:42.929 INFO kablam! Oct 15 09:09:43.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 15 09:09:43.817 INFO kablam! su: No module specific data is present Oct 15 09:09:44.727 INFO running `"docker" "rm" "-f" "5056c6958d760c3d4bd1d43a4b84f7d719bfd06b6eb9152cbca14059f00f70e0"` Oct 15 09:09:45.023 INFO blam! 5056c6958d760c3d4bd1d43a4b84f7d719bfd06b6eb9152cbca14059f00f70e0 Oct 15 09:09:45.026 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 09:09:45.527 INFO blam! 2d81bf877c230ebafc83eec7e6b374d0945d32014bceb1ae420d7b6e8079304e Oct 15 09:09:45.528 INFO running `"docker" "start" "-a" "2d81bf877c230ebafc83eec7e6b374d0945d32014bceb1ae420d7b6e8079304e"` Oct 15 09:09:46.803 INFO kablam! usermod: no changes Oct 15 09:09:46.859 INFO kablam! Compiling codigo-rojo v0.1.0 (/source) Oct 15 09:09:47.579 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:47.579 INFO kablam! --> src/mars/mov.rs:7:10 Oct 15 09:09:47.579 INFO kablam! | Oct 15 09:09:47.579 INFO kablam! 7 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:47.579 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:47.579 INFO kablam! | Oct 15 09:09:47.579 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:09:47.579 INFO kablam! Oct 15 09:09:47.579 INFO kablam! warning: unused variable: `b_ir` Oct 15 09:09:47.579 INFO kablam! --> src/mars/mov.rs:8:17 Oct 15 09:09:47.579 INFO kablam! | Oct 15 09:09:47.579 INFO kablam! 8 | let (b_ptr, b_ir) = ir.b.eval(pc, &core); Oct 15 09:09:47.579 INFO kablam! | ^^^^ help: consider using `_b_ir` instead Oct 15 09:09:47.579 INFO kablam! Oct 15 09:09:47.579 INFO kablam! warning: unused variable: `s` Oct 15 09:09:47.579 INFO kablam! --> src/parse.rs:10:14 Oct 15 09:09:47.579 INFO kablam! | Oct 15 09:09:47.579 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 15 09:09:47.579 INFO kablam! | ^ help: consider using `_s` instead Oct 15 09:09:47.579 INFO kablam! Oct 15 09:09:47.579 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:47.579 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:47.579 INFO kablam! | Oct 15 09:09:47.579 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:47.579 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:47.579 INFO kablam! | Oct 15 09:09:47.579 INFO kablam! ::: src/mars/mod.rs:9:1 Oct 15 09:09:47.579 INFO kablam! | Oct 15 09:09:47.579 INFO kablam! 9 | fn_arith!(add, |x, y, _| x + y); Oct 15 09:09:47.579 INFO kablam! | -------------------------------- in this macro invocation Oct 15 09:09:47.579 INFO kablam! Oct 15 09:09:47.579 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:47.579 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:47.579 INFO kablam! | Oct 15 09:09:47.579 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:47.579 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:47.579 INFO kablam! | Oct 15 09:09:47.579 INFO kablam! ::: src/mars/mod.rs:10:1 Oct 15 09:09:47.579 INFO kablam! | Oct 15 09:09:47.579 INFO kablam! 10 | fn_arith!(sub, |x, y, m| x + m - y); Oct 15 09:09:47.579 INFO kablam! | ------------------------------------ in this macro invocation Oct 15 09:09:47.579 INFO kablam! Oct 15 09:09:47.579 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:47.579 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:47.580 INFO kablam! | Oct 15 09:09:47.580 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:47.580 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:47.580 INFO kablam! | Oct 15 09:09:47.580 INFO kablam! ::: src/mars/mod.rs:11:1 Oct 15 09:09:47.580 INFO kablam! | Oct 15 09:09:47.580 INFO kablam! 11 | fn_arith!(mul, |x, y, _| x * y); Oct 15 09:09:47.580 INFO kablam! | -------------------------------- in this macro invocation Oct 15 09:09:47.580 INFO kablam! Oct 15 09:09:47.580 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:47.580 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 15 09:09:47.580 INFO kablam! | Oct 15 09:09:47.580 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:47.580 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:47.580 INFO kablam! | Oct 15 09:09:47.580 INFO kablam! ::: src/mars/mod.rs:15:1 Oct 15 09:09:47.580 INFO kablam! | Oct 15 09:09:47.580 INFO kablam! 15 | fn_arith_div!(div, |x, y| x / y); Oct 15 09:09:47.580 INFO kablam! | --------------------------------- in this macro invocation Oct 15 09:09:47.580 INFO kablam! Oct 15 09:09:47.580 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:47.580 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 15 09:09:47.580 INFO kablam! | Oct 15 09:09:47.580 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:47.580 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:47.580 INFO kablam! | Oct 15 09:09:47.580 INFO kablam! ::: src/mars/mod.rs:16:1 Oct 15 09:09:47.580 INFO kablam! | Oct 15 09:09:47.580 INFO kablam! 16 | fn_arith_div!(mod_, |x, y| x % y); Oct 15 09:09:47.580 INFO kablam! | ---------------------------------- in this macro invocation Oct 15 09:09:47.580 INFO kablam! Oct 15 09:09:47.635 INFO kablam! warning: function is never used: `parse` Oct 15 09:09:47.635 INFO kablam! --> src/parse.rs:10:1 Oct 15 09:09:47.635 INFO kablam! | Oct 15 09:09:47.635 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 15 09:09:47.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:09:47.635 INFO kablam! | Oct 15 09:09:47.635 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:09:47.635 INFO kablam! Oct 15 09:09:48.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 15 09:09:48.195 INFO kablam! su: No module specific data is present Oct 15 09:09:49.153 INFO running `"docker" "rm" "-f" "2d81bf877c230ebafc83eec7e6b374d0945d32014bceb1ae420d7b6e8079304e"` Oct 15 09:09:49.368 INFO blam! 2d81bf877c230ebafc83eec7e6b374d0945d32014bceb1ae420d7b6e8079304e Oct 15 09:09:49.381 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 09:09:49.800 INFO blam! 73d43b1f78e2a34af914593b52ec4742a57dadfd02a3250eb54ce6adc8b62c89 Oct 15 09:09:49.802 INFO running `"docker" "start" "-a" "73d43b1f78e2a34af914593b52ec4742a57dadfd02a3250eb54ce6adc8b62c89"` Oct 15 09:09:52.006 INFO kablam! usermod: no changes Oct 15 09:09:52.072 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 09:09:52.075 INFO kablam! Running /target/debug/deps/codigo_rojo-02b5fe4b4515ab3f Oct 15 09:09:52.079 INFO blam! Oct 15 09:09:52.079 INFO blam! running 0 tests Oct 15 09:09:52.079 INFO blam! Oct 15 09:09:52.079 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:09:52.079 INFO blam! Oct 15 09:09:52.082 INFO kablam! su: No module specific data is present Oct 15 09:09:53.558 INFO running `"docker" "rm" "-f" "73d43b1f78e2a34af914593b52ec4742a57dadfd02a3250eb54ce6adc8b62c89"` Oct 15 09:09:53.827 INFO blam! 73d43b1f78e2a34af914593b52ec4742a57dadfd02a3250eb54ce6adc8b62c89