Oct 11 06:57:58.493 INFO testing EFulmer/gawain against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:57:58.493 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:57:58.493 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 06:57:58.838 INFO blam! b6edd568773cc9745515cbff152523a2a4e0cd1df1db6aa01b584d46e7cf5924 Oct 11 06:57:58.841 INFO running `"docker" "start" "-a" "b6edd568773cc9745515cbff152523a2a4e0cd1df1db6aa01b584d46e7cf5924"` Oct 11 06:57:59.815 INFO kablam! usermod: no changes Oct 11 06:57:59.877 INFO kablam! Compiling gawain v0.1.0 (/source) Oct 11 06:58:00.718 INFO kablam! warning: unused variable: `program` Oct 11 06:58:00.718 INFO kablam! --> src/main.rs:17:10 Oct 11 06:58:00.718 INFO kablam! | Oct 11 06:58:00.718 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 11 06:58:00.718 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 11 06:58:00.718 INFO kablam! | Oct 11 06:58:00.718 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:58:00.718 INFO kablam! Oct 11 06:58:00.725 INFO kablam! warning: variant is never constructed: `Symbol` Oct 11 06:58:00.725 INFO kablam! --> src/main.rs:3:5 Oct 11 06:58:00.725 INFO kablam! | Oct 11 06:58:00.726 INFO kablam! 3 | Symbol(String), Oct 11 06:58:00.726 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 06:58:00.726 INFO kablam! | Oct 11 06:58:00.726 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:58:00.727 INFO kablam! Oct 11 06:58:00.727 INFO kablam! warning: variant is never constructed: `List` Oct 11 06:58:00.727 INFO kablam! --> src/main.rs:4:5 Oct 11 06:58:00.727 INFO kablam! | Oct 11 06:58:00.728 INFO kablam! 4 | List(Vec), Oct 11 06:58:00.728 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 06:58:00.728 INFO kablam! Oct 11 06:58:00.728 INFO kablam! warning: variant is never constructed: `Int` Oct 11 06:58:00.729 INFO kablam! --> src/main.rs:5:5 Oct 11 06:58:00.729 INFO kablam! | Oct 11 06:58:00.729 INFO kablam! 5 | Int(i32), Oct 11 06:58:00.729 INFO kablam! | ^^^^^^^^ Oct 11 06:58:00.730 INFO kablam! Oct 11 06:58:00.730 INFO kablam! warning: variant is never constructed: `Float` Oct 11 06:58:00.730 INFO kablam! --> src/main.rs:6:5 Oct 11 06:58:00.730 INFO kablam! | Oct 11 06:58:00.731 INFO kablam! 6 | Float(f64), Oct 11 06:58:00.731 INFO kablam! | ^^^^^^^^^^ Oct 11 06:58:00.731 INFO kablam! Oct 11 06:58:00.731 INFO kablam! warning: function is never used: `tokenize` Oct 11 06:58:00.732 INFO kablam! --> src/main.rs:9:1 Oct 11 06:58:00.732 INFO kablam! | Oct 11 06:58:00.732 INFO kablam! 9 | fn tokenize(s: &str) -> String { Oct 11 06:58:00.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:58:00.733 INFO kablam! Oct 11 06:58:00.733 INFO kablam! warning: function is never used: `parse` Oct 11 06:58:00.733 INFO kablam! --> src/main.rs:17:1 Oct 11 06:58:00.733 INFO kablam! | Oct 11 06:58:00.734 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 11 06:58:00.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:58:00.734 INFO kablam! Oct 11 06:58:00.734 INFO kablam! warning: function is never used: `read_from_tokens` Oct 11 06:58:00.735 INFO kablam! --> src/main.rs:22:1 Oct 11 06:58:00.735 INFO kablam! | Oct 11 06:58:00.735 INFO kablam! 22 | fn read_from_tokens(tokens: &mut Vec) -> Val { Oct 11 06:58:00.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:58:00.736 INFO kablam! Oct 11 06:58:00.736 INFO kablam! warning: function is never used: `atom` Oct 11 06:58:00.736 INFO kablam! --> src/main.rs:44:1 Oct 11 06:58:00.736 INFO kablam! | Oct 11 06:58:00.736 INFO kablam! 44 | fn atom(s: &str) -> Val { Oct 11 06:58:00.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:58:00.737 INFO kablam! Oct 11 06:58:01.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 11 06:58:01.108 INFO kablam! su: No module specific data is present Oct 11 06:58:01.704 INFO running `"docker" "rm" "-f" "b6edd568773cc9745515cbff152523a2a4e0cd1df1db6aa01b584d46e7cf5924"` Oct 11 06:58:01.936 INFO blam! b6edd568773cc9745515cbff152523a2a4e0cd1df1db6aa01b584d46e7cf5924 Oct 11 06:58:01.938 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:58:01.939 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 06:58:02.393 INFO blam! 111073f878e45cdb2349ddcd1bc1a0605e6bc9d6668c9d2f8a6859fb9b8a8cf6 Oct 11 06:58:02.395 INFO running `"docker" "start" "-a" "111073f878e45cdb2349ddcd1bc1a0605e6bc9d6668c9d2f8a6859fb9b8a8cf6"` Oct 11 06:58:03.428 INFO kablam! usermod: no changes Oct 11 06:58:03.473 INFO kablam! Compiling gawain v0.1.0 (/source) Oct 11 06:58:04.480 INFO kablam! warning: unused variable: `program` Oct 11 06:58:04.480 INFO kablam! --> src/main.rs:17:10 Oct 11 06:58:04.480 INFO kablam! | Oct 11 06:58:04.480 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 11 06:58:04.480 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 11 06:58:04.480 INFO kablam! | Oct 11 06:58:04.480 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:58:04.481 INFO kablam! Oct 11 06:58:04.481 INFO kablam! warning: variant is never constructed: `List` Oct 11 06:58:04.481 INFO kablam! --> src/main.rs:4:5 Oct 11 06:58:04.481 INFO kablam! | Oct 11 06:58:04.481 INFO kablam! 4 | List(Vec), Oct 11 06:58:04.481 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 06:58:04.481 INFO kablam! | Oct 11 06:58:04.481 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:58:04.481 INFO kablam! Oct 11 06:58:04.481 INFO kablam! warning: function is never used: `tokenize` Oct 11 06:58:04.481 INFO kablam! --> src/main.rs:9:1 Oct 11 06:58:04.481 INFO kablam! | Oct 11 06:58:04.481 INFO kablam! 9 | fn tokenize(s: &str) -> String { Oct 11 06:58:04.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:58:04.481 INFO kablam! Oct 11 06:58:04.481 INFO kablam! warning: function is never used: `parse` Oct 11 06:58:04.481 INFO kablam! --> src/main.rs:17:1 Oct 11 06:58:04.481 INFO kablam! | Oct 11 06:58:04.481 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 11 06:58:04.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:58:04.481 INFO kablam! Oct 11 06:58:04.481 INFO kablam! warning: function is never used: `read_from_tokens` Oct 11 06:58:04.482 INFO kablam! --> src/main.rs:22:1 Oct 11 06:58:04.482 INFO kablam! | Oct 11 06:58:04.482 INFO kablam! 22 | fn read_from_tokens(tokens: &mut Vec) -> Val { Oct 11 06:58:04.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:58:04.482 INFO kablam! Oct 11 06:58:05.310 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.85s Oct 11 06:58:05.311 INFO kablam! su: No module specific data is present Oct 11 06:58:06.108 INFO running `"docker" "rm" "-f" "111073f878e45cdb2349ddcd1bc1a0605e6bc9d6668c9d2f8a6859fb9b8a8cf6"` Oct 11 06:58:06.488 INFO blam! 111073f878e45cdb2349ddcd1bc1a0605e6bc9d6668c9d2f8a6859fb9b8a8cf6 Oct 11 06:58:06.492 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:58:06.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 06:58:07.048 INFO blam! 5b4c5de3d559f8b0fa2d8a67cd996eff99bbef61acc1705007ae381303bcc9f7 Oct 11 06:58:07.050 INFO running `"docker" "start" "-a" "5b4c5de3d559f8b0fa2d8a67cd996eff99bbef61acc1705007ae381303bcc9f7"` Oct 11 06:58:08.086 INFO kablam! usermod: no changes Oct 11 06:58:08.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 06:58:08.140 INFO kablam! Running /target/debug/deps/gawain-d763f3306313c0c3 Oct 11 06:58:08.146 INFO blam! Oct 11 06:58:08.146 INFO blam! running 2 tests Oct 11 06:58:08.148 INFO blam! test tests::parse_float ... ok Oct 11 06:58:08.148 INFO blam! test tests::parse_int ... ok Oct 11 06:58:08.148 INFO blam! Oct 11 06:58:08.148 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:58:08.148 INFO blam! Oct 11 06:58:08.155 INFO kablam! su: No module specific data is present Oct 11 06:58:08.628 INFO running `"docker" "rm" "-f" "5b4c5de3d559f8b0fa2d8a67cd996eff99bbef61acc1705007ae381303bcc9f7"` Oct 11 06:58:08.747 INFO blam! 5b4c5de3d559f8b0fa2d8a67cd996eff99bbef61acc1705007ae381303bcc9f7