Oct 10 15:01:02.913 INFO testing shinkwhek/c against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:01:02.913 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:01:02.915 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10 15:01:03.370 INFO blam! 66712482961e9ca3bdb501588b620907d2b9e7c4601233fc8f01198c9ac5f7ba Oct 10 15:01:03.371 INFO running `"docker" "start" "-a" "66712482961e9ca3bdb501588b620907d2b9e7c4601233fc8f01198c9ac5f7ba"` Oct 10 15:01:04.497 INFO kablam! usermod: no changes Oct 10 15:01:04.600 INFO kablam! Compiling c v0.1.0 (/source) Oct 10 15:01:05.113 INFO kablam! warning: unused import: `node` Oct 10 15:01:05.114 INFO kablam! --> src/lexer.rs:1:5 Oct 10 15:01:05.114 INFO kablam! | Oct 10 15:01:05.114 INFO kablam! 1 | use node; Oct 10 15:01:05.115 INFO kablam! | ^^^^ Oct 10 15:01:05.115 INFO kablam! | Oct 10 15:01:05.115 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:01:05.115 INFO kablam! Oct 10 15:01:05.116 INFO kablam! warning: unused import: `Lexer` Oct 10 15:01:05.116 INFO kablam! --> src/parser.rs:3:13 Oct 10 15:01:05.116 INFO kablam! | Oct 10 15:01:05.117 INFO kablam! 3 | use lexer::{Lexer, Token}; Oct 10 15:01:05.117 INFO kablam! | ^^^^^ Oct 10 15:01:05.117 INFO kablam! Oct 10 15:01:05.337 INFO kablam! warning: unused variable: `stmtsv` Oct 10 15:01:05.337 INFO kablam! --> src/gen_ir.rs:70:21 Oct 10 15:01:05.337 INFO kablam! | Oct 10 15:01:05.337 INFO kablam! 70 | let stmtsv = self.statement(&**stmts)?; Oct 10 15:01:05.337 INFO kablam! | ^^^^^^ help: consider using `_stmtsv` instead Oct 10 15:01:05.337 INFO kablam! | Oct 10 15:01:05.337 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:01:05.337 INFO kablam! Oct 10 15:01:05.337 INFO kablam! warning: unused variable: `s` Oct 10 15:01:05.337 INFO kablam! --> src/gen_ir.rs:112:29 Oct 10 15:01:05.337 INFO kablam! | Oct 10 15:01:05.337 INFO kablam! 112 | NodeBase::Ident(s) => { Oct 10 15:01:05.337 INFO kablam! | ^ help: consider using `_s` instead Oct 10 15:01:05.337 INFO kablam! Oct 10 15:01:05.429 INFO kablam! warning: unused attribute Oct 10 15:01:05.433 INFO kablam! --> src/parser.rs:1:1 Oct 10 15:01:05.434 INFO kablam! | Oct 10 15:01:05.434 INFO kablam! 1 | #![feature(slice_patterns)] Oct 10 15:01:05.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:01:05.434 INFO kablam! | Oct 10 15:01:05.435 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 10 15:01:05.435 INFO kablam! Oct 10 15:01:05.436 INFO kablam! warning: crate-level attribute should be in the root module Oct 10 15:01:05.436 INFO kablam! --> src/parser.rs:1:1 Oct 10 15:01:05.436 INFO kablam! | Oct 10 15:01:05.436 INFO kablam! 1 | #![feature(slice_patterns)] Oct 10 15:01:05.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:01:05.437 INFO kablam! Oct 10 15:01:05.437 INFO kablam! warning: constant `reg_map_size` should have an upper case name such as `REG_MAP_SIZE` Oct 10 15:01:05.438 INFO kablam! --> src/regalloc.rs:7:1 Oct 10 15:01:05.438 INFO kablam! | Oct 10 15:01:05.438 INFO kablam! 7 | const reg_map_size: usize = 8192; Oct 10 15:01:05.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:01:05.440 INFO kablam! | Oct 10 15:01:05.440 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 15:01:05.440 INFO kablam! Oct 10 15:01:05.441 INFO kablam! warning: constant `num_regs` should have an upper case name such as `NUM_REGS` Oct 10 15:01:05.441 INFO kablam! --> src/regalloc.rs:8:1 Oct 10 15:01:05.441 INFO kablam! | Oct 10 15:01:05.442 INFO kablam! 8 | const num_regs: isize = 7; Oct 10 15:01:05.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:01:05.442 INFO kablam! Oct 10 15:01:07.293 INFO kablam! warning: unused import: `std::env` Oct 10 15:01:07.293 INFO kablam! --> src/main.rs:1:5 Oct 10 15:01:07.293 INFO kablam! | Oct 10 15:01:07.294 INFO kablam! 1 | use std::env; Oct 10 15:01:07.294 INFO kablam! | ^^^^^^^^ Oct 10 15:01:07.294 INFO kablam! | Oct 10 15:01:07.294 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:01:07.295 INFO kablam! Oct 10 15:01:07.295 INFO kablam! warning: unused import: `c::node` Oct 10 15:01:07.295 INFO kablam! --> src/main.rs:7:5 Oct 10 15:01:07.295 INFO kablam! | Oct 10 15:01:07.296 INFO kablam! 7 | use c::node; Oct 10 15:01:07.296 INFO kablam! | ^^^^^^^ Oct 10 15:01:07.296 INFO kablam! Oct 10 15:01:08.454 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.91s Oct 10 15:01:08.455 INFO kablam! su: No module specific data is present Oct 10 15:01:09.149 INFO running `"docker" "rm" "-f" "66712482961e9ca3bdb501588b620907d2b9e7c4601233fc8f01198c9ac5f7ba"` Oct 10 15:01:09.524 INFO blam! 66712482961e9ca3bdb501588b620907d2b9e7c4601233fc8f01198c9ac5f7ba Oct 10 15:01:09.525 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:01:09.526 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10 15:01:10.146 INFO blam! 7dcc6368abf00f6960fd58e89be9dc30deb763de516754803af635a1c647158e Oct 10 15:01:10.160 INFO running `"docker" "start" "-a" "7dcc6368abf00f6960fd58e89be9dc30deb763de516754803af635a1c647158e"` Oct 10 15:01:11.304 INFO kablam! usermod: no changes Oct 10 15:01:11.404 INFO kablam! Compiling c v0.1.0 (/source) Oct 10 15:01:11.944 INFO kablam! warning: unused import: `node` Oct 10 15:01:11.944 INFO kablam! --> src/lexer.rs:1:5 Oct 10 15:01:11.944 INFO kablam! | Oct 10 15:01:11.944 INFO kablam! 1 | use node; Oct 10 15:01:11.944 INFO kablam! | ^^^^ Oct 10 15:01:11.944 INFO kablam! | Oct 10 15:01:11.944 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:01:11.944 INFO kablam! Oct 10 15:01:11.944 INFO kablam! warning: unused import: `Lexer` Oct 10 15:01:11.944 INFO kablam! --> src/parser.rs:3:13 Oct 10 15:01:11.944 INFO kablam! | Oct 10 15:01:11.944 INFO kablam! 3 | use lexer::{Lexer, Token}; Oct 10 15:01:11.944 INFO kablam! | ^^^^^ Oct 10 15:01:11.944 INFO kablam! Oct 10 15:01:12.256 INFO kablam! warning: unused variable: `stmtsv` Oct 10 15:01:12.256 INFO kablam! --> src/gen_ir.rs:70:21 Oct 10 15:01:12.256 INFO kablam! | Oct 10 15:01:12.256 INFO kablam! 70 | let stmtsv = self.statement(&**stmts)?; Oct 10 15:01:12.256 INFO kablam! | ^^^^^^ help: consider using `_stmtsv` instead Oct 10 15:01:12.256 INFO kablam! | Oct 10 15:01:12.256 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:01:12.256 INFO kablam! Oct 10 15:01:12.256 INFO kablam! warning: unused variable: `s` Oct 10 15:01:12.256 INFO kablam! --> src/gen_ir.rs:112:29 Oct 10 15:01:12.256 INFO kablam! | Oct 10 15:01:12.256 INFO kablam! 112 | NodeBase::Ident(s) => { Oct 10 15:01:12.256 INFO kablam! | ^ help: consider using `_s` instead Oct 10 15:01:12.256 INFO kablam! Oct 10 15:01:12.388 INFO kablam! warning: unused attribute Oct 10 15:01:12.388 INFO kablam! --> src/parser.rs:1:1 Oct 10 15:01:12.388 INFO kablam! | Oct 10 15:01:12.388 INFO kablam! 1 | #![feature(slice_patterns)] Oct 10 15:01:12.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:01:12.388 INFO kablam! | Oct 10 15:01:12.388 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 10 15:01:12.389 INFO kablam! Oct 10 15:01:12.389 INFO kablam! warning: crate-level attribute should be in the root module Oct 10 15:01:12.389 INFO kablam! --> src/parser.rs:1:1 Oct 10 15:01:12.389 INFO kablam! | Oct 10 15:01:12.389 INFO kablam! 1 | #![feature(slice_patterns)] Oct 10 15:01:12.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:01:12.389 INFO kablam! Oct 10 15:01:12.389 INFO kablam! warning: constant `reg_map_size` should have an upper case name such as `REG_MAP_SIZE` Oct 10 15:01:12.389 INFO kablam! --> src/regalloc.rs:7:1 Oct 10 15:01:12.389 INFO kablam! | Oct 10 15:01:12.389 INFO kablam! 7 | const reg_map_size: usize = 8192; Oct 10 15:01:12.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:01:12.389 INFO kablam! Oct 10 15:01:12.389 INFO kablam! warning: constant `num_regs` should have an upper case name such as `NUM_REGS` Oct 10 15:01:12.389 INFO kablam! --> src/regalloc.rs:8:1 Oct 10 15:01:12.389 INFO kablam! | Oct 10 15:01:12.389 INFO kablam! 8 | const num_regs: isize = 7; Oct 10 15:01:12.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:01:12.389 INFO kablam! Oct 10 15:01:12.995 INFO kablam! warning: unused import: `std::env` Oct 10 15:01:12.996 INFO kablam! --> src/main.rs:1:5 Oct 10 15:01:12.996 INFO kablam! | Oct 10 15:01:12.996 INFO kablam! 1 | use std::env; Oct 10 15:01:12.996 INFO kablam! | ^^^^^^^^ Oct 10 15:01:12.996 INFO kablam! | Oct 10 15:01:12.996 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:01:12.996 INFO kablam! Oct 10 15:01:12.996 INFO kablam! warning: unused import: `c::node` Oct 10 15:01:12.996 INFO kablam! --> src/main.rs:7:5 Oct 10 15:01:12.996 INFO kablam! | Oct 10 15:01:12.996 INFO kablam! 7 | use c::node; Oct 10 15:01:12.996 INFO kablam! | ^^^^^^^ Oct 10 15:01:12.996 INFO kablam! Oct 10 15:01:13.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.38s Oct 10 15:01:13.728 INFO kablam! su: No module specific data is present Oct 10 15:01:14.360 INFO running `"docker" "rm" "-f" "7dcc6368abf00f6960fd58e89be9dc30deb763de516754803af635a1c647158e"` Oct 10 15:01:14.752 INFO blam! 7dcc6368abf00f6960fd58e89be9dc30deb763de516754803af635a1c647158e Oct 10 15:01:14.765 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:01:14.766 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10 15:01:15.274 INFO blam! bf9d0d5ce34e1b7a6f666472fcde7e292858882995b04670f47b6621c1b6903c Oct 10 15:01:15.276 INFO running `"docker" "start" "-a" "bf9d0d5ce34e1b7a6f666472fcde7e292858882995b04670f47b6621c1b6903c"` Oct 10 15:01:16.464 INFO kablam! usermod: no changes Oct 10 15:01:16.545 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 15:01:16.560 INFO kablam! Running /target/debug/deps/c-dcf47280ea2c132b Oct 10 15:01:16.562 INFO blam! Oct 10 15:01:16.562 INFO blam! running 8 tests Oct 10 15:01:16.562 INFO blam! test lexer::read_token_test ... ok Oct 10 15:01:16.562 INFO blam! test lexer::run_test ... ok Oct 10 15:01:16.563 INFO blam! test lexer::read_symbol_test ... ok Oct 10 15:01:16.563 INFO blam! test lexer::read_num_test ... ok Oct 10 15:01:16.563 INFO blam! test lexer::lexer_step_test ... ok Oct 10 15:01:16.563 INFO blam! test lexer::lexer_peek_test ... ok Oct 10 15:01:16.566 INFO kablam! Running /target/debug/deps/c-fd6bdc38b6d83d02 Oct 10 15:01:16.566 INFO blam! test lexer::cut_token_test ... ok Oct 10 15:01:16.566 INFO blam! test lexer::lexer_new_test ... ok Oct 10 15:01:16.566 INFO blam! Oct 10 15:01:16.566 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:01:16.566 INFO blam! Oct 10 15:01:16.576 INFO kablam! Doc-tests c Oct 10 15:01:16.576 INFO blam! Oct 10 15:01:16.576 INFO blam! running 0 tests Oct 10 15:01:16.576 INFO blam! Oct 10 15:01:16.576 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:01:16.576 INFO blam! Oct 10 15:01:17.532 INFO blam! Oct 10 15:01:17.532 INFO blam! running 0 tests Oct 10 15:01:17.533 INFO blam! Oct 10 15:01:17.533 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:01:17.533 INFO blam! Oct 10 15:01:17.534 INFO kablam! su: No module specific data is present Oct 10 15:01:18.246 INFO running `"docker" "rm" "-f" "bf9d0d5ce34e1b7a6f666472fcde7e292858882995b04670f47b6621c1b6903c"` Oct 10 15:01:18.623 INFO blam! bf9d0d5ce34e1b7a6f666472fcde7e292858882995b04670f47b6621c1b6903c