Oct 15 09:09:32.856 INFO testing LibreLabUCM/codigo-rojo-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:09:32.858 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 09:09:33.332 INFO blam! f9acfbc36b8076c98157b59818ce6a740f47caea18ea01f9a363279a4053d749 Oct 15 09:09:33.335 INFO running `"docker" "start" "-a" "f9acfbc36b8076c98157b59818ce6a740f47caea18ea01f9a363279a4053d749"` Oct 15 09:09:34.911 INFO kablam! usermod: no changes Oct 15 09:09:34.940 INFO kablam! Compiling codigo-rojo v0.1.0 (/source) Oct 15 09:09:35.515 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:35.515 INFO kablam! --> src/mars/mov.rs:7:10 Oct 15 09:09:35.515 INFO kablam! | Oct 15 09:09:35.515 INFO kablam! 7 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:35.517 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:09:35.517 INFO kablam! Oct 15 09:09:35.517 INFO kablam! warning: unused variable: `b_ir` Oct 15 09:09:35.517 INFO kablam! --> src/mars/mov.rs:8:17 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 8 | let (b_ptr, b_ir) = ir.b.eval(pc, &core); Oct 15 09:09:35.517 INFO kablam! | ^^^^ help: consider using `_b_ir` instead Oct 15 09:09:35.517 INFO kablam! Oct 15 09:09:35.517 INFO kablam! warning: unused variable: `s` Oct 15 09:09:35.517 INFO kablam! --> src/parse.rs:10:14 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 15 09:09:35.517 INFO kablam! | ^ help: consider using `_s` instead Oct 15 09:09:35.517 INFO kablam! Oct 15 09:09:35.517 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:35.517 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:35.517 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! ::: src/mars/mod.rs:9:1 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 9 | fn_arith!(add, |x, y, _| x + y); Oct 15 09:09:35.517 INFO kablam! | -------------------------------- in this macro invocation Oct 15 09:09:35.517 INFO kablam! Oct 15 09:09:35.517 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:35.517 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:35.517 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! ::: src/mars/mod.rs:10:1 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 10 | fn_arith!(sub, |x, y, m| x + m - y); Oct 15 09:09:35.517 INFO kablam! | ------------------------------------ in this macro invocation Oct 15 09:09:35.517 INFO kablam! Oct 15 09:09:35.517 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:35.517 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:35.517 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! ::: src/mars/mod.rs:11:1 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 11 | fn_arith!(mul, |x, y, _| x * y); Oct 15 09:09:35.517 INFO kablam! | -------------------------------- in this macro invocation Oct 15 09:09:35.517 INFO kablam! Oct 15 09:09:35.517 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:35.517 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:35.517 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! ::: src/mars/mod.rs:15:1 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 15 | fn_arith_div!(div, |x, y| x / y); Oct 15 09:09:35.517 INFO kablam! | --------------------------------- in this macro invocation Oct 15 09:09:35.517 INFO kablam! Oct 15 09:09:35.517 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:35.517 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:35.517 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! ::: src/mars/mod.rs:16:1 Oct 15 09:09:35.517 INFO kablam! | Oct 15 09:09:35.517 INFO kablam! 16 | fn_arith_div!(mod_, |x, y| x % y); Oct 15 09:09:35.517 INFO kablam! | ---------------------------------- in this macro invocation Oct 15 09:09:35.517 INFO kablam! Oct 15 09:09:35.569 INFO kablam! warning: function is never used: `parse` Oct 15 09:09:35.569 INFO kablam! --> src/parse.rs:10:1 Oct 15 09:09:35.569 INFO kablam! | Oct 15 09:09:35.569 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 15 09:09:35.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:09:35.569 INFO kablam! | Oct 15 09:09:35.569 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:09:35.569 INFO kablam! Oct 15 09:09:36.606 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 15 09:09:36.611 INFO kablam! su: No module specific data is present Oct 15 09:09:37.337 INFO running `"docker" "rm" "-f" "f9acfbc36b8076c98157b59818ce6a740f47caea18ea01f9a363279a4053d749"` Oct 15 09:09:37.579 INFO blam! f9acfbc36b8076c98157b59818ce6a740f47caea18ea01f9a363279a4053d749 Oct 15 09:09:37.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 09:09:38.039 INFO blam! aab28924eef4ed19e09fea38e5ffc0f81656af984753b920063fd55ef790abd5 Oct 15 09:09:38.043 INFO running `"docker" "start" "-a" "aab28924eef4ed19e09fea38e5ffc0f81656af984753b920063fd55ef790abd5"` Oct 15 09:09:39.579 INFO kablam! usermod: no changes Oct 15 09:09:39.691 INFO kablam! Compiling codigo-rojo v0.1.0 (/source) Oct 15 09:09:40.411 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:40.411 INFO kablam! --> src/mars/mov.rs:7:10 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 7 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:40.411 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:09:40.411 INFO kablam! Oct 15 09:09:40.411 INFO kablam! warning: unused variable: `b_ir` Oct 15 09:09:40.411 INFO kablam! --> src/mars/mov.rs:8:17 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 8 | let (b_ptr, b_ir) = ir.b.eval(pc, &core); Oct 15 09:09:40.411 INFO kablam! | ^^^^ help: consider using `_b_ir` instead Oct 15 09:09:40.411 INFO kablam! Oct 15 09:09:40.411 INFO kablam! warning: unused variable: `s` Oct 15 09:09:40.411 INFO kablam! --> src/parse.rs:10:14 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 15 09:09:40.411 INFO kablam! | ^ help: consider using `_s` instead Oct 15 09:09:40.411 INFO kablam! Oct 15 09:09:40.411 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:40.411 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:40.411 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! ::: src/mars/mod.rs:9:1 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 9 | fn_arith!(add, |x, y, _| x + y); Oct 15 09:09:40.411 INFO kablam! | -------------------------------- in this macro invocation Oct 15 09:09:40.411 INFO kablam! Oct 15 09:09:40.411 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:40.411 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:40.411 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! ::: src/mars/mod.rs:10:1 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 10 | fn_arith!(sub, |x, y, m| x + m - y); Oct 15 09:09:40.411 INFO kablam! | ------------------------------------ in this macro invocation Oct 15 09:09:40.411 INFO kablam! Oct 15 09:09:40.411 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:40.411 INFO kablam! --> src/mars/arith.rs:5:18 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 5 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:40.411 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! ::: src/mars/mod.rs:11:1 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 11 | fn_arith!(mul, |x, y, _| x * y); Oct 15 09:09:40.411 INFO kablam! | -------------------------------- in this macro invocation Oct 15 09:09:40.411 INFO kablam! Oct 15 09:09:40.411 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:40.411 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:40.411 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! ::: src/mars/mod.rs:15:1 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 15 | fn_arith_div!(div, |x, y| x / y); Oct 15 09:09:40.411 INFO kablam! | --------------------------------- in this macro invocation Oct 15 09:09:40.411 INFO kablam! Oct 15 09:09:40.411 INFO kablam! warning: unused variable: `a_ptr` Oct 15 09:09:40.411 INFO kablam! --> src/mars/arith_div.rs:6:18 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 6 | let (a_ptr, a_ir) = ir.a.eval(pc, &core); Oct 15 09:09:40.411 INFO kablam! | ^^^^^ help: consider using `_a_ptr` instead Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! ::: src/mars/mod.rs:16:1 Oct 15 09:09:40.411 INFO kablam! | Oct 15 09:09:40.411 INFO kablam! 16 | fn_arith_div!(mod_, |x, y| x % y); Oct 15 09:09:40.411 INFO kablam! | ---------------------------------- in this macro invocation Oct 15 09:09:40.411 INFO kablam! Oct 15 09:09:40.479 INFO kablam! warning: function is never used: `parse` Oct 15 09:09:40.491 INFO kablam! --> src/parse.rs:10:1 Oct 15 09:09:40.491 INFO kablam! | Oct 15 09:09:40.492 INFO kablam! 10 | pub fn parse(s: &str) -> Option> { Oct 15 09:09:40.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:09:40.492 INFO kablam! | Oct 15 09:09:40.492 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:09:40.492 INFO kablam! Oct 15 09:09:40.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 15 09:09:40.993 INFO kablam! su: No module specific data is present Oct 15 09:09:41.908 INFO running `"docker" "rm" "-f" "aab28924eef4ed19e09fea38e5ffc0f81656af984753b920063fd55ef790abd5"` Oct 15 09:09:42.195 INFO blam! aab28924eef4ed19e09fea38e5ffc0f81656af984753b920063fd55ef790abd5 Oct 15 09:09:42.199 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 09:09:42.557 INFO blam! 51f0b2964cd36a00f252baef2aced45112829bc47f28123d26137c6adca133e3 Oct 15 09:09:42.560 INFO running `"docker" "start" "-a" "51f0b2964cd36a00f252baef2aced45112829bc47f28123d26137c6adca133e3"` Oct 15 09:09:43.888 INFO kablam! usermod: no changes Oct 15 09:09:43.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 09:09:43.971 INFO kablam! Running /target/debug/deps/codigo_rojo-9bebe3762d19811f Oct 15 09:09:43.976 INFO blam! Oct 15 09:09:43.977 INFO blam! running 0 tests Oct 15 09:09:43.977 INFO blam! Oct 15 09:09:43.977 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:09:43.977 INFO blam! Oct 15 09:09:43.987 INFO kablam! su: No module specific data is present Oct 15 09:09:44.807 INFO running `"docker" "rm" "-f" "51f0b2964cd36a00f252baef2aced45112829bc47f28123d26137c6adca133e3"` Oct 15 09:09:45.082 INFO blam! 51f0b2964cd36a00f252baef2aced45112829bc47f28123d26137c6adca133e3