Oct 13 00:36:25.317 INFO testing shinkwhek/c against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:36:25.319 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 00:36:25.739 INFO blam! 69c158b77d80d152765bd518a58a919fa8f55d08da80058371f8974ebf533d2c Oct 13 00:36:25.744 INFO running `"docker" "start" "-a" "69c158b77d80d152765bd518a58a919fa8f55d08da80058371f8974ebf533d2c"` Oct 13 00:36:26.931 INFO kablam! usermod: no changes Oct 13 00:36:27.047 INFO kablam! Compiling c v0.1.0 (/source) Oct 13 00:36:27.395 INFO kablam! warning: unused import: `node` Oct 13 00:36:27.395 INFO kablam! --> src/lexer.rs:1:5 Oct 13 00:36:27.395 INFO kablam! | Oct 13 00:36:27.395 INFO kablam! 1 | use node; Oct 13 00:36:27.395 INFO kablam! | ^^^^ Oct 13 00:36:27.395 INFO kablam! | Oct 13 00:36:27.395 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:36:27.395 INFO kablam! Oct 13 00:36:27.395 INFO kablam! warning: unused import: `Lexer` Oct 13 00:36:27.395 INFO kablam! --> src/parser.rs:3:13 Oct 13 00:36:27.395 INFO kablam! | Oct 13 00:36:27.395 INFO kablam! 3 | use lexer::{Lexer, Token}; Oct 13 00:36:27.395 INFO kablam! | ^^^^^ Oct 13 00:36:27.395 INFO kablam! Oct 13 00:36:27.635 INFO kablam! warning: unused variable: `stmtsv` Oct 13 00:36:27.635 INFO kablam! --> src/gen_ir.rs:70:21 Oct 13 00:36:27.635 INFO kablam! | Oct 13 00:36:27.635 INFO kablam! 70 | let stmtsv = self.statement(&**stmts)?; Oct 13 00:36:27.635 INFO kablam! | ^^^^^^ help: consider using `_stmtsv` instead Oct 13 00:36:27.635 INFO kablam! | Oct 13 00:36:27.635 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:36:27.635 INFO kablam! Oct 13 00:36:27.635 INFO kablam! warning: unused variable: `s` Oct 13 00:36:27.635 INFO kablam! --> src/gen_ir.rs:112:29 Oct 13 00:36:27.635 INFO kablam! | Oct 13 00:36:27.635 INFO kablam! 112 | NodeBase::Ident(s) => { Oct 13 00:36:27.635 INFO kablam! | ^ help: consider using `_s` instead Oct 13 00:36:27.635 INFO kablam! Oct 13 00:36:27.759 INFO kablam! warning: unused attribute Oct 13 00:36:27.759 INFO kablam! --> src/parser.rs:1:1 Oct 13 00:36:27.759 INFO kablam! | Oct 13 00:36:27.759 INFO kablam! 1 | #![feature(slice_patterns)] Oct 13 00:36:27.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:27.759 INFO kablam! | Oct 13 00:36:27.759 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 13 00:36:27.759 INFO kablam! Oct 13 00:36:27.759 INFO kablam! warning: crate-level attribute should be in the root module Oct 13 00:36:27.759 INFO kablam! --> src/parser.rs:1:1 Oct 13 00:36:27.759 INFO kablam! | Oct 13 00:36:27.759 INFO kablam! 1 | #![feature(slice_patterns)] Oct 13 00:36:27.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:27.759 INFO kablam! Oct 13 00:36:27.769 INFO kablam! warning: constant `reg_map_size` should have an upper case name such as `REG_MAP_SIZE` Oct 13 00:36:27.769 INFO kablam! --> src/regalloc.rs:7:1 Oct 13 00:36:27.769 INFO kablam! | Oct 13 00:36:27.769 INFO kablam! 7 | const reg_map_size: usize = 8192; Oct 13 00:36:27.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:27.769 INFO kablam! | Oct 13 00:36:27.769 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 00:36:27.769 INFO kablam! Oct 13 00:36:27.769 INFO kablam! warning: constant `num_regs` should have an upper case name such as `NUM_REGS` Oct 13 00:36:27.769 INFO kablam! --> src/regalloc.rs:8:1 Oct 13 00:36:27.769 INFO kablam! | Oct 13 00:36:27.769 INFO kablam! 8 | const num_regs: isize = 7; Oct 13 00:36:27.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:27.769 INFO kablam! Oct 13 00:36:29.683 INFO kablam! warning: unused import: `std::env` Oct 13 00:36:29.683 INFO kablam! --> src/main.rs:1:5 Oct 13 00:36:29.683 INFO kablam! | Oct 13 00:36:29.683 INFO kablam! 1 | use std::env; Oct 13 00:36:29.683 INFO kablam! | ^^^^^^^^ Oct 13 00:36:29.683 INFO kablam! | Oct 13 00:36:29.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:36:29.683 INFO kablam! Oct 13 00:36:29.683 INFO kablam! warning: unused import: `c::node` Oct 13 00:36:29.683 INFO kablam! --> src/main.rs:7:5 Oct 13 00:36:29.683 INFO kablam! | Oct 13 00:36:29.683 INFO kablam! 7 | use c::node; Oct 13 00:36:29.683 INFO kablam! | ^^^^^^^ Oct 13 00:36:29.683 INFO kablam! Oct 13 00:36:31.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.16s Oct 13 00:36:31.124 INFO kablam! su: No module specific data is present Oct 13 00:36:31.801 INFO running `"docker" "rm" "-f" "69c158b77d80d152765bd518a58a919fa8f55d08da80058371f8974ebf533d2c"` Oct 13 00:36:32.159 INFO blam! 69c158b77d80d152765bd518a58a919fa8f55d08da80058371f8974ebf533d2c Oct 13 00:36:32.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 00:36:32.668 INFO blam! 5b64eb8487ef6d8fbb4b80198ac6a9ca8998e2868522fc1497b9a8e41bbfbf85 Oct 13 00:36:32.670 INFO running `"docker" "start" "-a" "5b64eb8487ef6d8fbb4b80198ac6a9ca8998e2868522fc1497b9a8e41bbfbf85"` Oct 13 00:36:33.970 INFO kablam! usermod: no changes Oct 13 00:36:34.079 INFO kablam! Compiling c v0.1.0 (/source) Oct 13 00:36:34.786 INFO kablam! warning: unused import: `node` Oct 13 00:36:34.786 INFO kablam! --> src/lexer.rs:1:5 Oct 13 00:36:34.786 INFO kablam! | Oct 13 00:36:34.786 INFO kablam! 1 | use node; Oct 13 00:36:34.786 INFO kablam! | ^^^^ Oct 13 00:36:34.786 INFO kablam! | Oct 13 00:36:34.786 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:36:34.786 INFO kablam! Oct 13 00:36:34.803 INFO kablam! warning: unused import: `Lexer` Oct 13 00:36:34.803 INFO kablam! --> src/parser.rs:3:13 Oct 13 00:36:34.803 INFO kablam! | Oct 13 00:36:34.803 INFO kablam! 3 | use lexer::{Lexer, Token}; Oct 13 00:36:34.803 INFO kablam! | ^^^^^ Oct 13 00:36:34.803 INFO kablam! Oct 13 00:36:34.891 INFO kablam! warning: unused import: `std::env` Oct 13 00:36:34.891 INFO kablam! --> src/main.rs:1:5 Oct 13 00:36:34.891 INFO kablam! | Oct 13 00:36:34.891 INFO kablam! 1 | use std::env; Oct 13 00:36:34.891 INFO kablam! | ^^^^^^^^ Oct 13 00:36:34.891 INFO kablam! | Oct 13 00:36:34.891 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:36:34.891 INFO kablam! Oct 13 00:36:34.891 INFO kablam! warning: unused import: `c::node` Oct 13 00:36:34.891 INFO kablam! --> src/main.rs:7:5 Oct 13 00:36:34.892 INFO kablam! | Oct 13 00:36:34.892 INFO kablam! 7 | use c::node; Oct 13 00:36:34.892 INFO kablam! | ^^^^^^^ Oct 13 00:36:34.892 INFO kablam! Oct 13 00:36:35.399 INFO kablam! warning: unused variable: `stmtsv` Oct 13 00:36:35.399 INFO kablam! --> src/gen_ir.rs:70:21 Oct 13 00:36:35.399 INFO kablam! | Oct 13 00:36:35.399 INFO kablam! 70 | let stmtsv = self.statement(&**stmts)?; Oct 13 00:36:35.399 INFO kablam! | ^^^^^^ help: consider using `_stmtsv` instead Oct 13 00:36:35.399 INFO kablam! | Oct 13 00:36:35.399 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:36:35.399 INFO kablam! Oct 13 00:36:35.399 INFO kablam! warning: unused variable: `s` Oct 13 00:36:35.399 INFO kablam! --> src/gen_ir.rs:112:29 Oct 13 00:36:35.399 INFO kablam! | Oct 13 00:36:35.399 INFO kablam! 112 | NodeBase::Ident(s) => { Oct 13 00:36:35.399 INFO kablam! | ^ help: consider using `_s` instead Oct 13 00:36:35.399 INFO kablam! Oct 13 00:36:35.563 INFO kablam! warning: unused attribute Oct 13 00:36:35.563 INFO kablam! --> src/parser.rs:1:1 Oct 13 00:36:35.563 INFO kablam! | Oct 13 00:36:35.563 INFO kablam! 1 | #![feature(slice_patterns)] Oct 13 00:36:35.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:35.563 INFO kablam! | Oct 13 00:36:35.563 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 13 00:36:35.563 INFO kablam! Oct 13 00:36:35.563 INFO kablam! warning: crate-level attribute should be in the root module Oct 13 00:36:35.563 INFO kablam! --> src/parser.rs:1:1 Oct 13 00:36:35.563 INFO kablam! | Oct 13 00:36:35.563 INFO kablam! 1 | #![feature(slice_patterns)] Oct 13 00:36:35.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:35.563 INFO kablam! Oct 13 00:36:35.563 INFO kablam! warning: constant `reg_map_size` should have an upper case name such as `REG_MAP_SIZE` Oct 13 00:36:35.563 INFO kablam! --> src/regalloc.rs:7:1 Oct 13 00:36:35.563 INFO kablam! | Oct 13 00:36:35.563 INFO kablam! 7 | const reg_map_size: usize = 8192; Oct 13 00:36:35.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:35.563 INFO kablam! Oct 13 00:36:35.563 INFO kablam! warning: constant `num_regs` should have an upper case name such as `NUM_REGS` Oct 13 00:36:35.563 INFO kablam! --> src/regalloc.rs:8:1 Oct 13 00:36:35.563 INFO kablam! | Oct 13 00:36:35.563 INFO kablam! 8 | const num_regs: isize = 7; Oct 13 00:36:35.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:36:35.563 INFO kablam! Oct 13 00:36:36.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.73s Oct 13 00:36:36.743 INFO kablam! su: No module specific data is present Oct 13 00:36:37.256 INFO running `"docker" "rm" "-f" "5b64eb8487ef6d8fbb4b80198ac6a9ca8998e2868522fc1497b9a8e41bbfbf85"` Oct 13 00:36:37.687 INFO blam! 5b64eb8487ef6d8fbb4b80198ac6a9ca8998e2868522fc1497b9a8e41bbfbf85 Oct 13 00:36:37.691 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 00:36:38.111 INFO blam! ef8bad9e48b4e23cf4d5f5aa6bd7affa8f17176cb9f970d42c8d5f963aabe1c1 Oct 13 00:36:38.112 INFO running `"docker" "start" "-a" "ef8bad9e48b4e23cf4d5f5aa6bd7affa8f17176cb9f970d42c8d5f963aabe1c1"` Oct 13 00:36:39.379 INFO kablam! usermod: no changes Oct 13 00:36:39.484 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 13 00:36:39.491 INFO kablam! Running /target/debug/deps/c-dcf47280ea2c132b Oct 13 00:36:39.491 INFO blam! Oct 13 00:36:39.491 INFO blam! running 8 tests Oct 13 00:36:39.527 INFO blam! test lexer::lexer_peek_test ... ok Oct 13 00:36:39.527 INFO blam! test lexer::read_num_test ... ok Oct 13 00:36:39.527 INFO blam! test lexer::cut_token_test ... ok Oct 13 00:36:39.527 INFO blam! test lexer::lexer_step_test ... ok Oct 13 00:36:39.527 INFO blam! test lexer::read_symbol_test ... ok Oct 13 00:36:39.527 INFO blam! test lexer::lexer_new_test ... ok Oct 13 00:36:39.527 INFO blam! test lexer::read_token_test ... ok Oct 13 00:36:39.527 INFO blam! test lexer::run_test ... ok Oct 13 00:36:39.527 INFO blam! Oct 13 00:36:39.527 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:36:39.527 INFO blam! Oct 13 00:36:39.529 INFO blam! Oct 13 00:36:39.530 INFO kablam! Running /target/debug/deps/c-fd6bdc38b6d83d02 Oct 13 00:36:39.530 INFO blam! running 0 tests Oct 13 00:36:39.530 INFO kablam! Doc-tests c Oct 13 00:36:39.530 INFO blam! Oct 13 00:36:39.530 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:36:39.530 INFO blam! Oct 13 00:36:39.908 INFO blam! Oct 13 00:36:39.908 INFO blam! running 0 tests Oct 13 00:36:39.908 INFO blam! Oct 13 00:36:39.908 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:36:39.908 INFO blam! Oct 13 00:36:39.915 INFO kablam! su: No module specific data is present Oct 13 00:36:40.571 INFO running `"docker" "rm" "-f" "ef8bad9e48b4e23cf4d5f5aa6bd7affa8f17176cb9f970d42c8d5f963aabe1c1"` Oct 13 00:36:40.975 INFO blam! ef8bad9e48b4e23cf4d5f5aa6bd7affa8f17176cb9f970d42c8d5f963aabe1c1