Oct 15 11:21:22.984 INFO testing EFulmer/gawain against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:21:22.984 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 15 11:21:23.531 INFO blam! 43a38d06669cbcd110d8123f7bc474d8828e46ff3ceb0993302b934f6bb598e7 Oct 15 11:21:23.533 INFO running `"docker" "start" "-a" "43a38d06669cbcd110d8123f7bc474d8828e46ff3ceb0993302b934f6bb598e7"` Oct 15 11:21:25.111 INFO kablam! usermod: no changes Oct 15 11:21:25.167 INFO kablam! Compiling gawain v0.1.0 (/source) Oct 15 11:21:25.703 INFO kablam! warning: unused variable: `program` Oct 15 11:21:25.703 INFO kablam! --> src/main.rs:17:10 Oct 15 11:21:25.703 INFO kablam! | Oct 15 11:21:25.703 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 15 11:21:25.703 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 15 11:21:25.703 INFO kablam! | Oct 15 11:21:25.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:21:25.703 INFO kablam! Oct 15 11:21:25.707 INFO kablam! warning: variant is never constructed: `Symbol` Oct 15 11:21:25.707 INFO kablam! --> src/main.rs:3:5 Oct 15 11:21:25.707 INFO kablam! | Oct 15 11:21:25.707 INFO kablam! 3 | Symbol(String), Oct 15 11:21:25.707 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:21:25.707 INFO kablam! | Oct 15 11:21:25.707 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:21:25.707 INFO kablam! Oct 15 11:21:25.707 INFO kablam! warning: variant is never constructed: `List` Oct 15 11:21:25.707 INFO kablam! --> src/main.rs:4:5 Oct 15 11:21:25.707 INFO kablam! | Oct 15 11:21:25.707 INFO kablam! 4 | List(Vec), Oct 15 11:21:25.707 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:21:25.707 INFO kablam! Oct 15 11:21:25.707 INFO kablam! warning: variant is never constructed: `Int` Oct 15 11:21:25.707 INFO kablam! --> src/main.rs:5:5 Oct 15 11:21:25.707 INFO kablam! | Oct 15 11:21:25.707 INFO kablam! 5 | Int(i32), Oct 15 11:21:25.707 INFO kablam! | ^^^^^^^^ Oct 15 11:21:25.707 INFO kablam! Oct 15 11:21:25.707 INFO kablam! warning: variant is never constructed: `Float` Oct 15 11:21:25.707 INFO kablam! --> src/main.rs:6:5 Oct 15 11:21:25.707 INFO kablam! | Oct 15 11:21:25.707 INFO kablam! 6 | Float(f64), Oct 15 11:21:25.707 INFO kablam! | ^^^^^^^^^^ Oct 15 11:21:25.707 INFO kablam! Oct 15 11:21:25.707 INFO kablam! warning: function is never used: `tokenize` Oct 15 11:21:25.707 INFO kablam! --> src/main.rs:9:1 Oct 15 11:21:25.707 INFO kablam! | Oct 15 11:21:25.707 INFO kablam! 9 | fn tokenize(s: &str) -> String { Oct 15 11:21:25.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:25.707 INFO kablam! Oct 15 11:21:25.707 INFO kablam! warning: function is never used: `parse` Oct 15 11:21:25.707 INFO kablam! --> src/main.rs:17:1 Oct 15 11:21:25.707 INFO kablam! | Oct 15 11:21:25.707 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 15 11:21:25.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:25.707 INFO kablam! Oct 15 11:21:25.707 INFO kablam! warning: function is never used: `read_from_tokens` Oct 15 11:21:25.707 INFO kablam! --> src/main.rs:22:1 Oct 15 11:21:25.707 INFO kablam! | Oct 15 11:21:25.707 INFO kablam! 22 | fn read_from_tokens(tokens: &mut Vec) -> Val { Oct 15 11:21:25.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:25.707 INFO kablam! Oct 15 11:21:25.707 INFO kablam! warning: function is never used: `atom` Oct 15 11:21:25.707 INFO kablam! --> src/main.rs:44:1 Oct 15 11:21:25.707 INFO kablam! | Oct 15 11:21:25.707 INFO kablam! 44 | fn atom(s: &str) -> Val { Oct 15 11:21:25.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:25.707 INFO kablam! Oct 15 11:21:26.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 15 11:21:26.089 INFO kablam! su: No module specific data is present Oct 15 11:21:26.975 INFO running `"docker" "rm" "-f" "43a38d06669cbcd110d8123f7bc474d8828e46ff3ceb0993302b934f6bb598e7"` Oct 15 11:21:27.255 INFO blam! 43a38d06669cbcd110d8123f7bc474d8828e46ff3ceb0993302b934f6bb598e7 Oct 15 11:21:27.259 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 15 11:21:27.651 INFO blam! 97f24e7d0ef3dbaf8b6bbedc3d478ab205dcf467690984b56b9344ccfa091a4e Oct 15 11:21:27.653 INFO running `"docker" "start" "-a" "97f24e7d0ef3dbaf8b6bbedc3d478ab205dcf467690984b56b9344ccfa091a4e"` Oct 15 11:21:29.190 INFO kablam! usermod: no changes Oct 15 11:21:29.264 INFO kablam! Compiling gawain v0.1.0 (/source) Oct 15 11:21:29.795 INFO kablam! warning: unused variable: `program` Oct 15 11:21:29.796 INFO kablam! --> src/main.rs:17:10 Oct 15 11:21:29.796 INFO kablam! | Oct 15 11:21:29.796 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 15 11:21:29.796 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 15 11:21:29.797 INFO kablam! | Oct 15 11:21:29.803 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:21:29.803 INFO kablam! Oct 15 11:21:29.811 INFO kablam! warning: variant is never constructed: `List` Oct 15 11:21:29.811 INFO kablam! --> src/main.rs:4:5 Oct 15 11:21:29.812 INFO kablam! | Oct 15 11:21:29.812 INFO kablam! 4 | List(Vec), Oct 15 11:21:29.812 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:21:29.813 INFO kablam! | Oct 15 11:21:29.813 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:21:29.813 INFO kablam! Oct 15 11:21:29.813 INFO kablam! warning: function is never used: `tokenize` Oct 15 11:21:29.814 INFO kablam! --> src/main.rs:9:1 Oct 15 11:21:29.814 INFO kablam! | Oct 15 11:21:29.814 INFO kablam! 9 | fn tokenize(s: &str) -> String { Oct 15 11:21:29.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:29.815 INFO kablam! Oct 15 11:21:29.816 INFO kablam! warning: function is never used: `parse` Oct 15 11:21:29.816 INFO kablam! --> src/main.rs:17:1 Oct 15 11:21:29.817 INFO kablam! | Oct 15 11:21:29.817 INFO kablam! 17 | fn parse(program: &str) -> Val { Oct 15 11:21:29.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:29.817 INFO kablam! Oct 15 11:21:29.819 INFO kablam! warning: function is never used: `read_from_tokens` Oct 15 11:21:29.819 INFO kablam! --> src/main.rs:22:1 Oct 15 11:21:29.819 INFO kablam! | Oct 15 11:21:29.820 INFO kablam! 22 | fn read_from_tokens(tokens: &mut Vec) -> Val { Oct 15 11:21:29.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:29.820 INFO kablam! Oct 15 11:21:30.544 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 15 11:21:30.545 INFO kablam! su: No module specific data is present Oct 15 11:21:31.169 INFO running `"docker" "rm" "-f" "97f24e7d0ef3dbaf8b6bbedc3d478ab205dcf467690984b56b9344ccfa091a4e"` Oct 15 11:21:31.431 INFO blam! 97f24e7d0ef3dbaf8b6bbedc3d478ab205dcf467690984b56b9344ccfa091a4e Oct 15 11:21:31.447 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 15 11:21:31.799 INFO blam! 779009c2ea23a9d4774de4d9e80967bbaa21044c020d31f9e2b8a433544cbad3 Oct 15 11:21:31.801 INFO running `"docker" "start" "-a" "779009c2ea23a9d4774de4d9e80967bbaa21044c020d31f9e2b8a433544cbad3"` Oct 15 11:21:33.071 INFO kablam! usermod: no changes Oct 15 11:21:33.167 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 11:21:33.167 INFO kablam! Running /target/debug/deps/gawain-d763f3306313c0c3 Oct 15 11:21:33.181 INFO blam! Oct 15 11:21:33.181 INFO blam! running 2 tests Oct 15 11:21:33.187 INFO blam! test tests::parse_int ... ok Oct 15 11:21:33.196 INFO blam! test tests::parse_float ... ok Oct 15 11:21:33.196 INFO kablam! su: No module specific data is present Oct 15 11:21:33.197 INFO blam! Oct 15 11:21:33.197 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:21:33.197 INFO blam! Oct 15 11:21:33.673 INFO running `"docker" "rm" "-f" "779009c2ea23a9d4774de4d9e80967bbaa21044c020d31f9e2b8a433544cbad3"` Oct 15 11:21:33.847 INFO blam! 779009c2ea23a9d4774de4d9e80967bbaa21044c020d31f9e2b8a433544cbad3