Oct 13 00:36:24.841 INFO testing shinkwhek/c against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 00:36:24.842 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:25.222 INFO blam! 29c18f4ec54f73e9cbe5e89f350ab9bd6ecca23dd1e0bb39ff8f8410b913ea9e Oct 13 00:36:25.224 INFO running `"docker" "start" "-a" "29c18f4ec54f73e9cbe5e89f350ab9bd6ecca23dd1e0bb39ff8f8410b913ea9e"` Oct 13 00:36:26.627 INFO kablam! usermod: no changes Oct 13 00:36:26.739 INFO kablam! Compiling c v0.1.0 (/source) Oct 13 00:36:27.011 INFO kablam! warning: unused import: `node` Oct 13 00:36:27.011 INFO kablam! --> src/lexer.rs:1:5 Oct 13 00:36:27.011 INFO kablam! | Oct 13 00:36:27.012 INFO kablam! 1 | use node; Oct 13 00:36:27.012 INFO kablam! | ^^^^ Oct 13 00:36:27.012 INFO kablam! | Oct 13 00:36:27.012 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:36:27.012 INFO kablam! Oct 13 00:36:27.013 INFO kablam! warning: unused import: `Lexer` Oct 13 00:36:27.013 INFO kablam! --> src/parser.rs:3:13 Oct 13 00:36:27.013 INFO kablam! | Oct 13 00:36:27.013 INFO kablam! 3 | use lexer::{Lexer, Token}; Oct 13 00:36:27.013 INFO kablam! | ^^^^^ Oct 13 00:36:27.014 INFO kablam! Oct 13 00:36:27.215 INFO kablam! warning: unused variable: `stmtsv` Oct 13 00:36:27.215 INFO kablam! --> src/gen_ir.rs:70:21 Oct 13 00:36:27.215 INFO kablam! | Oct 13 00:36:27.215 INFO kablam! 70 | let stmtsv = self.statement(&**stmts)?; Oct 13 00:36:27.215 INFO kablam! | ^^^^^^ help: consider using `_stmtsv` instead Oct 13 00:36:27.215 INFO kablam! | Oct 13 00:36:27.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:36:27.215 INFO kablam! Oct 13 00:36:27.215 INFO kablam! warning: unused variable: `s` Oct 13 00:36:27.215 INFO kablam! --> src/gen_ir.rs:112:29 Oct 13 00:36:27.215 INFO kablam! | Oct 13 00:36:27.215 INFO kablam! 112 | NodeBase::Ident(s) => { Oct 13 00:36:27.215 INFO kablam! | ^ help: consider using `_s` instead Oct 13 00:36:27.215 INFO kablam! Oct 13 00:36:27.298 INFO kablam! warning: unused attribute Oct 13 00:36:27.298 INFO kablam! --> src/parser.rs:1:1 Oct 13 00:36:27.298 INFO kablam! | Oct 13 00:36:27.298 INFO kablam! 1 | #![feature(slice_patterns)] Oct 13 00:36:27.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:27.298 INFO kablam! | Oct 13 00:36:27.298 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 13 00:36:27.298 INFO kablam! Oct 13 00:36:27.298 INFO kablam! warning: crate-level attribute should be in the root module Oct 13 00:36:27.298 INFO kablam! --> src/parser.rs:1:1 Oct 13 00:36:27.298 INFO kablam! | Oct 13 00:36:27.298 INFO kablam! 1 | #![feature(slice_patterns)] Oct 13 00:36:27.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:27.298 INFO kablam! Oct 13 00:36:27.298 INFO kablam! warning: constant `reg_map_size` should have an upper case name such as `REG_MAP_SIZE` Oct 13 00:36:27.298 INFO kablam! --> src/regalloc.rs:7:1 Oct 13 00:36:27.298 INFO kablam! | Oct 13 00:36:27.298 INFO kablam! 7 | const reg_map_size: usize = 8192; Oct 13 00:36:27.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:27.298 INFO kablam! | Oct 13 00:36:27.298 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 00:36:27.298 INFO kablam! Oct 13 00:36:27.298 INFO kablam! warning: constant `num_regs` should have an upper case name such as `NUM_REGS` Oct 13 00:36:27.298 INFO kablam! --> src/regalloc.rs:8:1 Oct 13 00:36:27.298 INFO kablam! | Oct 13 00:36:27.298 INFO kablam! 8 | const num_regs: isize = 7; Oct 13 00:36:27.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:27.298 INFO kablam! Oct 13 00:36:29.287 INFO kablam! warning: unused import: `std::env` Oct 13 00:36:29.287 INFO kablam! --> src/main.rs:1:5 Oct 13 00:36:29.287 INFO kablam! | Oct 13 00:36:29.287 INFO kablam! 1 | use std::env; Oct 13 00:36:29.287 INFO kablam! | ^^^^^^^^ Oct 13 00:36:29.287 INFO kablam! | Oct 13 00:36:29.287 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:36:29.287 INFO kablam! Oct 13 00:36:29.287 INFO kablam! warning: unused import: `c::node` Oct 13 00:36:29.287 INFO kablam! --> src/main.rs:7:5 Oct 13 00:36:29.287 INFO kablam! | Oct 13 00:36:29.287 INFO kablam! 7 | use c::node; Oct 13 00:36:29.287 INFO kablam! | ^^^^^^^ Oct 13 00:36:29.287 INFO kablam! Oct 13 00:36:30.626 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.97s Oct 13 00:36:30.635 INFO kablam! su: No module specific data is present Oct 13 00:36:31.459 INFO running `"docker" "rm" "-f" "29c18f4ec54f73e9cbe5e89f350ab9bd6ecca23dd1e0bb39ff8f8410b913ea9e"` Oct 13 00:36:31.737 INFO blam! 29c18f4ec54f73e9cbe5e89f350ab9bd6ecca23dd1e0bb39ff8f8410b913ea9e Oct 13 00:36:31.740 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:36:32.267 INFO blam! 85b1bf453c98f87e79bf9499fd1da2687ecd248d33a9435a5cdd352cfe17dddc Oct 13 00:36:32.271 INFO running `"docker" "start" "-a" "85b1bf453c98f87e79bf9499fd1da2687ecd248d33a9435a5cdd352cfe17dddc"` Oct 13 00:36:33.279 INFO kablam! usermod: no changes Oct 13 00:36:33.351 INFO kablam! Compiling c v0.1.0 (/source) Oct 13 00:36:33.751 INFO kablam! warning: unused import: `std::env` Oct 13 00:36:33.751 INFO kablam! --> src/main.rs:1:5 Oct 13 00:36:33.751 INFO kablam! | Oct 13 00:36:33.751 INFO kablam! 1 | use std::env; Oct 13 00:36:33.751 INFO kablam! | ^^^^^^^^ Oct 13 00:36:33.751 INFO kablam! | Oct 13 00:36:33.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:36:33.751 INFO kablam! Oct 13 00:36:33.759 INFO kablam! warning: unused import: `c::node` Oct 13 00:36:33.759 INFO kablam! --> src/main.rs:7:5 Oct 13 00:36:33.759 INFO kablam! | Oct 13 00:36:33.759 INFO kablam! 7 | use c::node; Oct 13 00:36:33.759 INFO kablam! | ^^^^^^^ Oct 13 00:36:33.759 INFO kablam! Oct 13 00:36:34.035 INFO kablam! warning: unused import: `node` Oct 13 00:36:34.035 INFO kablam! --> src/lexer.rs:1:5 Oct 13 00:36:34.035 INFO kablam! | Oct 13 00:36:34.035 INFO kablam! 1 | use node; Oct 13 00:36:34.035 INFO kablam! | ^^^^ Oct 13 00:36:34.035 INFO kablam! | Oct 13 00:36:34.035 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:36:34.035 INFO kablam! Oct 13 00:36:34.035 INFO kablam! warning: unused import: `Lexer` Oct 13 00:36:34.035 INFO kablam! --> src/parser.rs:3:13 Oct 13 00:36:34.035 INFO kablam! | Oct 13 00:36:34.035 INFO kablam! 3 | use lexer::{Lexer, Token}; Oct 13 00:36:34.035 INFO kablam! | ^^^^^ Oct 13 00:36:34.035 INFO kablam! Oct 13 00:36:34.344 INFO kablam! warning: unused variable: `stmtsv` Oct 13 00:36:34.344 INFO kablam! --> src/gen_ir.rs:70:21 Oct 13 00:36:34.344 INFO kablam! | Oct 13 00:36:34.344 INFO kablam! 70 | let stmtsv = self.statement(&**stmts)?; Oct 13 00:36:34.344 INFO kablam! | ^^^^^^ help: consider using `_stmtsv` instead Oct 13 00:36:34.344 INFO kablam! | Oct 13 00:36:34.344 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:36:34.344 INFO kablam! Oct 13 00:36:34.346 INFO kablam! warning: unused variable: `s` Oct 13 00:36:34.346 INFO kablam! --> src/gen_ir.rs:112:29 Oct 13 00:36:34.346 INFO kablam! | Oct 13 00:36:34.346 INFO kablam! 112 | NodeBase::Ident(s) => { Oct 13 00:36:34.346 INFO kablam! | ^ help: consider using `_s` instead Oct 13 00:36:34.346 INFO kablam! Oct 13 00:36:34.472 INFO kablam! warning: unused attribute Oct 13 00:36:34.472 INFO kablam! --> src/parser.rs:1:1 Oct 13 00:36:34.472 INFO kablam! | Oct 13 00:36:34.472 INFO kablam! 1 | #![feature(slice_patterns)] Oct 13 00:36:34.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:34.472 INFO kablam! | Oct 13 00:36:34.472 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 13 00:36:34.472 INFO kablam! Oct 13 00:36:34.472 INFO kablam! warning: crate-level attribute should be in the root module Oct 13 00:36:34.472 INFO kablam! --> src/parser.rs:1:1 Oct 13 00:36:34.472 INFO kablam! | Oct 13 00:36:34.472 INFO kablam! 1 | #![feature(slice_patterns)] Oct 13 00:36:34.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:34.472 INFO kablam! Oct 13 00:36:34.472 INFO kablam! warning: constant `reg_map_size` should have an upper case name such as `REG_MAP_SIZE` Oct 13 00:36:34.472 INFO kablam! --> src/regalloc.rs:7:1 Oct 13 00:36:34.472 INFO kablam! | Oct 13 00:36:34.472 INFO kablam! 7 | const reg_map_size: usize = 8192; Oct 13 00:36:34.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:34.472 INFO kablam! Oct 13 00:36:34.473 INFO kablam! warning: constant `num_regs` should have an upper case name such as `NUM_REGS` Oct 13 00:36:34.473 INFO kablam! --> src/regalloc.rs:8:1 Oct 13 00:36:34.473 INFO kablam! | Oct 13 00:36:34.473 INFO kablam! 8 | const num_regs: isize = 7; Oct 13 00:36:34.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:34.473 INFO kablam! Oct 13 00:36:35.398 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 13 00:36:35.402 INFO kablam! su: No module specific data is present Oct 13 00:36:36.405 INFO running `"docker" "rm" "-f" "85b1bf453c98f87e79bf9499fd1da2687ecd248d33a9435a5cdd352cfe17dddc"` Oct 13 00:36:36.683 INFO blam! 85b1bf453c98f87e79bf9499fd1da2687ecd248d33a9435a5cdd352cfe17dddc Oct 13 00:36:36.687 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:36:37.108 INFO blam! 82216d78ef9d7cc166be3899521341e1f4502837869a3639b64b7f136dc4d290 Oct 13 00:36:37.111 INFO running `"docker" "start" "-a" "82216d78ef9d7cc166be3899521341e1f4502837869a3639b64b7f136dc4d290"` Oct 13 00:36:38.239 INFO kablam! usermod: no changes Oct 13 00:36:38.296 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 00:36:38.316 INFO blam! Oct 13 00:36:38.316 INFO kablam! Running /target/debug/deps/c-4687744badf558be Oct 13 00:36:38.316 INFO blam! running 8 tests Oct 13 00:36:38.319 INFO blam! test lexer::read_symbol_test ... ok Oct 13 00:36:38.319 INFO blam! test lexer::lexer_peek_test ... ok Oct 13 00:36:38.319 INFO blam! test lexer::lexer_step_test ... ok Oct 13 00:36:38.319 INFO blam! test lexer::lexer_new_test ... ok Oct 13 00:36:38.319 INFO blam! test lexer::read_num_test ... ok Oct 13 00:36:38.319 INFO blam! test lexer::cut_token_test ... ok Oct 13 00:36:38.323 INFO blam! test lexer::run_test ... ok Oct 13 00:36:38.323 INFO blam! test lexer::read_token_test ... ok Oct 13 00:36:38.323 INFO blam! Oct 13 00:36:38.323 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:36:38.323 INFO blam! Oct 13 00:36:38.339 INFO blam! Oct 13 00:36:38.339 INFO kablam! Running /target/debug/deps/c-d96437bb158a197b Oct 13 00:36:38.339 INFO blam! running 0 tests Oct 13 00:36:38.339 INFO kablam! Doc-tests c Oct 13 00:36:38.339 INFO blam! Oct 13 00:36:38.339 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:36:38.339 INFO blam! Oct 13 00:36:38.739 INFO blam! Oct 13 00:36:38.739 INFO blam! running 0 tests Oct 13 00:36:38.739 INFO blam! Oct 13 00:36:38.739 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:36:38.739 INFO blam! Oct 13 00:36:38.745 INFO kablam! su: No module specific data is present Oct 13 00:36:39.399 INFO running `"docker" "rm" "-f" "82216d78ef9d7cc166be3899521341e1f4502837869a3639b64b7f136dc4d290"` Oct 13 00:36:39.663 INFO blam! 82216d78ef9d7cc166be3899521341e1f4502837869a3639b64b7f136dc4d290