Oct 15 11:28:37.249 INFO testing DillonJettCallis/rustLetLang against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:28:37.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:28:37.547 INFO blam! dc78dee01f65e234cad6b853271fbca24564fd41f1931c8384346f1ae5d4fe70 Oct 15 11:28:37.559 INFO running `"docker" "start" "-a" "dc78dee01f65e234cad6b853271fbca24564fd41f1931c8384346f1ae5d4fe70"` Oct 15 11:28:38.287 INFO kablam! usermod: no changes Oct 15 11:28:38.331 INFO kablam! Compiling rust_let_lang v0.1.0 (/source) Oct 15 11:28:38.947 INFO kablam! warning: unused variable: `raw_shape` Oct 15 11:28:38.947 INFO kablam! --> src/typechecker.rs:69:30 Oct 15 11:28:38.948 INFO kablam! | Oct 15 11:28:38.948 INFO kablam! 69 | Expression::Block{shape: raw_shape, loc, body: raw_body} => { Oct 15 11:28:38.948 INFO kablam! | ^^^^^^^^^ help: consider using `_raw_shape` instead Oct 15 11:28:38.948 INFO kablam! | Oct 15 11:28:38.949 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:28:38.949 INFO kablam! Oct 15 11:28:38.949 INFO kablam! warning: unused variable: `raw_shape` Oct 15 11:28:38.950 INFO kablam! --> src/typechecker.rs:108:33 Oct 15 11:28:38.950 INFO kablam! | Oct 15 11:28:38.950 INFO kablam! 108 | Expression::Variable{shape: raw_shape, loc, id} => { Oct 15 11:28:38.951 INFO kablam! | ^^^^^^^^^ help: consider using `_raw_shape` instead Oct 15 11:28:38.951 INFO kablam! Oct 15 11:28:38.951 INFO kablam! warning: unused variable: `shape` Oct 15 11:28:38.952 INFO kablam! --> src/typechecker.rs:171:43 Oct 15 11:28:38.952 INFO kablam! | Oct 15 11:28:38.952 INFO kablam! 171 | if let Expression::FunctionDeclaration {shape, loc, id, ..} = ex { Oct 15 11:28:38.952 INFO kablam! | ^^^^^ help: try ignoring the field: `shape: _` Oct 15 11:28:38.953 INFO kablam! Oct 15 11:28:39.019 INFO kablam! warning: method is never used: `prev` Oct 15 11:28:39.020 INFO kablam! --> src/parser.rs:232:3 Oct 15 11:28:39.020 INFO kablam! | Oct 15 11:28:39.020 INFO kablam! 232 | fn prev(&mut self) { Oct 15 11:28:39.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:28:39.020 INFO kablam! | Oct 15 11:28:39.020 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:28:39.020 INFO kablam! Oct 15 11:28:39.020 INFO kablam! warning: variant is never constructed: `String` Oct 15 11:28:39.020 INFO kablam! --> src/parser.rs:312:3 Oct 15 11:28:39.020 INFO kablam! | Oct 15 11:28:39.020 INFO kablam! 312 | String, Oct 15 11:28:39.020 INFO kablam! | ^^^^^^ Oct 15 11:28:39.020 INFO kablam! Oct 15 11:28:40.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.15s Oct 15 11:28:40.467 INFO kablam! su: No module specific data is present Oct 15 11:28:41.586 INFO running `"docker" "rm" "-f" "dc78dee01f65e234cad6b853271fbca24564fd41f1931c8384346f1ae5d4fe70"` Oct 15 11:28:41.875 INFO blam! dc78dee01f65e234cad6b853271fbca24564fd41f1931c8384346f1ae5d4fe70 Oct 15 11:28:41.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:28:42.391 INFO blam! 7e38cf6d92a2df0fba331308f7de0af3e5f7e22ee2825470697895f74703565f Oct 15 11:28:42.394 INFO running `"docker" "start" "-a" "7e38cf6d92a2df0fba331308f7de0af3e5f7e22ee2825470697895f74703565f"` Oct 15 11:28:42.814 INFO kablam! usermod: no changes Oct 15 11:28:42.847 INFO kablam! Compiling rust_let_lang v0.1.0 (/source) Oct 15 11:28:43.494 INFO kablam! warning: unused variable: `raw_shape` Oct 15 11:28:43.495 INFO kablam! --> src/typechecker.rs:69:30 Oct 15 11:28:43.495 INFO kablam! | Oct 15 11:28:43.495 INFO kablam! 69 | Expression::Block{shape: raw_shape, loc, body: raw_body} => { Oct 15 11:28:43.495 INFO kablam! | ^^^^^^^^^ help: consider using `_raw_shape` instead Oct 15 11:28:43.496 INFO kablam! | Oct 15 11:28:43.496 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:28:43.496 INFO kablam! Oct 15 11:28:43.496 INFO kablam! warning: unused variable: `raw_shape` Oct 15 11:28:43.497 INFO kablam! --> src/typechecker.rs:108:33 Oct 15 11:28:43.497 INFO kablam! | Oct 15 11:28:43.497 INFO kablam! 108 | Expression::Variable{shape: raw_shape, loc, id} => { Oct 15 11:28:43.498 INFO kablam! | ^^^^^^^^^ help: consider using `_raw_shape` instead Oct 15 11:28:43.498 INFO kablam! Oct 15 11:28:43.498 INFO kablam! warning: unused variable: `shape` Oct 15 11:28:43.498 INFO kablam! --> src/typechecker.rs:171:43 Oct 15 11:28:43.499 INFO kablam! | Oct 15 11:28:43.499 INFO kablam! 171 | if let Expression::FunctionDeclaration {shape, loc, id, ..} = ex { Oct 15 11:28:43.499 INFO kablam! | ^^^^^ help: try ignoring the field: `shape: _` Oct 15 11:28:43.499 INFO kablam! Oct 15 11:28:43.571 INFO kablam! warning: method is never used: `prev` Oct 15 11:28:43.572 INFO kablam! --> src/parser.rs:232:3 Oct 15 11:28:43.572 INFO kablam! | Oct 15 11:28:43.572 INFO kablam! 232 | fn prev(&mut self) { Oct 15 11:28:43.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:28:43.573 INFO kablam! | Oct 15 11:28:43.573 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:28:43.573 INFO kablam! Oct 15 11:28:43.573 INFO kablam! warning: variant is never constructed: `String` Oct 15 11:28:43.574 INFO kablam! --> src/parser.rs:312:3 Oct 15 11:28:43.574 INFO kablam! | Oct 15 11:28:43.574 INFO kablam! 312 | String, Oct 15 11:28:43.575 INFO kablam! | ^^^^^^ Oct 15 11:28:43.575 INFO kablam! Oct 15 11:28:43.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 15 11:28:43.974 INFO kablam! su: No module specific data is present Oct 15 11:28:44.811 INFO running `"docker" "rm" "-f" "7e38cf6d92a2df0fba331308f7de0af3e5f7e22ee2825470697895f74703565f"` Oct 15 11:28:45.161 INFO blam! 7e38cf6d92a2df0fba331308f7de0af3e5f7e22ee2825470697895f74703565f Oct 15 11:28:45.169 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:28:45.535 INFO blam! d028c2483cdee8c7f6954dfe4508874dca61f92c8239b5eaa6016bd9b09a38ac Oct 15 11:28:45.543 INFO running `"docker" "start" "-a" "d028c2483cdee8c7f6954dfe4508874dca61f92c8239b5eaa6016bd9b09a38ac"` Oct 15 11:28:46.185 INFO kablam! usermod: no changes Oct 15 11:28:46.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 11:28:46.220 INFO kablam! Running /target/debug/deps/rust_let_lang-b3b269c773c4b3f8 Oct 15 11:28:46.226 INFO kablam! su: No module specific data is present Oct 15 11:28:46.226 INFO blam! Oct 15 11:28:46.226 INFO blam! running 0 tests Oct 15 11:28:46.226 INFO blam! Oct 15 11:28:46.226 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:28:46.226 INFO blam! Oct 15 11:28:47.083 INFO running `"docker" "rm" "-f" "d028c2483cdee8c7f6954dfe4508874dca61f92c8239b5eaa6016bd9b09a38ac"` Oct 15 11:28:47.407 INFO blam! d028c2483cdee8c7f6954dfe4508874dca61f92c8239b5eaa6016bd9b09a38ac