Oct 15 11:21:21.939 INFO testing EFulmer/gawain against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:21:21.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:21:22.429 INFO blam! 6a74152dd13554281f50028b5d16a69ba788c54714b9967dbb38859d54372ae2 Oct 15 11:21:22.432 INFO running `"docker" "start" "-a" "6a74152dd13554281f50028b5d16a69ba788c54714b9967dbb38859d54372ae2"` Oct 15 11:21:23.553 INFO kablam! usermod: no changes Oct 15 11:21:23.607 INFO kablam! Compiling gawain v0.1.0 (/source) Oct 15 11:21:24.161 INFO kablam! warning: unused variable: `program` Oct 15 11:21:24.161 INFO kablam! --> src/main.rs:17:10 Oct 15 11:21:24.161 INFO kablam! | Oct 15 11:21:24.161 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 15 11:21:24.161 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 15 11:21:24.161 INFO kablam! | Oct 15 11:21:24.162 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:21:24.162 INFO kablam! Oct 15 11:21:24.162 INFO kablam! warning: variant is never constructed: `Symbol` Oct 15 11:21:24.162 INFO kablam! --> src/main.rs:3:5 Oct 15 11:21:24.162 INFO kablam! | Oct 15 11:21:24.162 INFO kablam! 3 | Symbol(String), Oct 15 11:21:24.162 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:21:24.162 INFO kablam! | Oct 15 11:21:24.162 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:21:24.162 INFO kablam! Oct 15 11:21:24.162 INFO kablam! warning: variant is never constructed: `List` Oct 15 11:21:24.162 INFO kablam! --> src/main.rs:4:5 Oct 15 11:21:24.162 INFO kablam! | Oct 15 11:21:24.162 INFO kablam! 4 | List(Vec), Oct 15 11:21:24.162 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:21:24.162 INFO kablam! Oct 15 11:21:24.162 INFO kablam! warning: variant is never constructed: `Int` Oct 15 11:21:24.162 INFO kablam! --> src/main.rs:5:5 Oct 15 11:21:24.162 INFO kablam! | Oct 15 11:21:24.162 INFO kablam! 5 | Int(i32), Oct 15 11:21:24.162 INFO kablam! | ^^^^^^^^ Oct 15 11:21:24.162 INFO kablam! Oct 15 11:21:24.162 INFO kablam! warning: variant is never constructed: `Float` Oct 15 11:21:24.163 INFO kablam! --> src/main.rs:6:5 Oct 15 11:21:24.163 INFO kablam! | Oct 15 11:21:24.163 INFO kablam! 6 | Float(f64), Oct 15 11:21:24.163 INFO kablam! | ^^^^^^^^^^ Oct 15 11:21:24.163 INFO kablam! Oct 15 11:21:24.163 INFO kablam! warning: function is never used: `tokenize` Oct 15 11:21:24.163 INFO kablam! --> src/main.rs:9:1 Oct 15 11:21:24.163 INFO kablam! | Oct 15 11:21:24.163 INFO kablam! 9 | fn tokenize(s: &str) -> String { Oct 15 11:21:24.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:24.163 INFO kablam! Oct 15 11:21:24.163 INFO kablam! warning: function is never used: `parse` Oct 15 11:21:24.163 INFO kablam! --> src/main.rs:17:1 Oct 15 11:21:24.163 INFO kablam! | Oct 15 11:21:24.163 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 15 11:21:24.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:24.165 INFO kablam! Oct 15 11:21:24.165 INFO kablam! warning: function is never used: `read_from_tokens` Oct 15 11:21:24.165 INFO kablam! --> src/main.rs:22:1 Oct 15 11:21:24.165 INFO kablam! | Oct 15 11:21:24.165 INFO kablam! 22 | fn read_from_tokens(tokens: &mut Vec) -> Val { Oct 15 11:21:24.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:24.165 INFO kablam! Oct 15 11:21:24.165 INFO kablam! warning: function is never used: `atom` Oct 15 11:21:24.165 INFO kablam! --> src/main.rs:44:1 Oct 15 11:21:24.165 INFO kablam! | Oct 15 11:21:24.165 INFO kablam! 44 | fn atom(s: &str) -> Val { Oct 15 11:21:24.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:24.165 INFO kablam! Oct 15 11:21:24.661 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 15 11:21:24.677 INFO kablam! su: No module specific data is present Oct 15 11:21:25.413 INFO running `"docker" "rm" "-f" "6a74152dd13554281f50028b5d16a69ba788c54714b9967dbb38859d54372ae2"` Oct 15 11:21:25.702 INFO blam! 6a74152dd13554281f50028b5d16a69ba788c54714b9967dbb38859d54372ae2 Oct 15 11:21:25.705 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:21:26.211 INFO blam! ba6f287490acec2200af1786a7faeacc53c11b6528e87768e0ed9093eccc20c8 Oct 15 11:21:26.219 INFO running `"docker" "start" "-a" "ba6f287490acec2200af1786a7faeacc53c11b6528e87768e0ed9093eccc20c8"` Oct 15 11:21:27.243 INFO kablam! usermod: no changes Oct 15 11:21:27.295 INFO kablam! Compiling gawain v0.1.0 (/source) Oct 15 11:21:27.883 INFO kablam! warning: unused variable: `program` Oct 15 11:21:27.883 INFO kablam! --> src/main.rs:17:10 Oct 15 11:21:27.883 INFO kablam! | Oct 15 11:21:27.883 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 15 11:21:27.883 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 15 11:21:27.883 INFO kablam! | Oct 15 11:21:27.883 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:21:27.883 INFO kablam! Oct 15 11:21:27.895 INFO kablam! warning: variant is never constructed: `List` Oct 15 11:21:27.895 INFO kablam! --> src/main.rs:4:5 Oct 15 11:21:27.895 INFO kablam! | Oct 15 11:21:27.895 INFO kablam! 4 | List(Vec), Oct 15 11:21:27.895 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:21:27.895 INFO kablam! | Oct 15 11:21:27.895 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:21:27.895 INFO kablam! Oct 15 11:21:27.895 INFO kablam! warning: function is never used: `tokenize` Oct 15 11:21:27.895 INFO kablam! --> src/main.rs:9:1 Oct 15 11:21:27.895 INFO kablam! | Oct 15 11:21:27.895 INFO kablam! 9 | fn tokenize(s: &str) -> String { Oct 15 11:21:27.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:27.895 INFO kablam! Oct 15 11:21:27.895 INFO kablam! warning: function is never used: `parse` Oct 15 11:21:27.895 INFO kablam! --> src/main.rs:17:1 Oct 15 11:21:27.895 INFO kablam! | Oct 15 11:21:27.895 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 15 11:21:27.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:27.895 INFO kablam! Oct 15 11:21:27.896 INFO kablam! warning: function is never used: `read_from_tokens` Oct 15 11:21:27.896 INFO kablam! --> src/main.rs:22:1 Oct 15 11:21:27.896 INFO kablam! | Oct 15 11:21:27.896 INFO kablam! 22 | fn read_from_tokens(tokens: &mut Vec) -> Val { Oct 15 11:21:27.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:27.896 INFO kablam! Oct 15 11:21:28.768 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 15 11:21:28.769 INFO kablam! su: No module specific data is present Oct 15 11:21:29.679 INFO running `"docker" "rm" "-f" "ba6f287490acec2200af1786a7faeacc53c11b6528e87768e0ed9093eccc20c8"` Oct 15 11:21:30.039 INFO blam! ba6f287490acec2200af1786a7faeacc53c11b6528e87768e0ed9093eccc20c8 Oct 15 11:21:30.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:21:30.603 INFO blam! 4a73318568bff85bde6b5c1b15676678282bbd8987eca1c14222323912627798 Oct 15 11:21:30.615 INFO running `"docker" "start" "-a" "4a73318568bff85bde6b5c1b15676678282bbd8987eca1c14222323912627798"` Oct 15 11:21:31.563 INFO kablam! usermod: no changes Oct 15 11:21:31.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 11:21:31.637 INFO kablam! Running /target/debug/deps/gawain-26231650563b3761 Oct 15 11:21:31.646 INFO kablam! su: No module specific data is present Oct 15 11:21:31.647 INFO blam! Oct 15 11:21:31.647 INFO blam! running 2 tests Oct 15 11:21:31.647 INFO blam! test tests::parse_int ... ok Oct 15 11:21:31.648 INFO blam! test tests::parse_float ... ok Oct 15 11:21:31.648 INFO blam! Oct 15 11:21:31.648 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:21:31.649 INFO blam! Oct 15 11:21:32.095 INFO running `"docker" "rm" "-f" "4a73318568bff85bde6b5c1b15676678282bbd8987eca1c14222323912627798"` Oct 15 11:21:32.426 INFO blam! 4a73318568bff85bde6b5c1b15676678282bbd8987eca1c14222323912627798