Oct 11 05:13:25.319 INFO testing Nyrox/celtic against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:13:25.319 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:13:25.321 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 05:13:25.795 INFO blam! 30bf63ad009b2eaba4b1a22b68571e8f744b78608cd1b78de5fcd02051634ddc Oct 11 05:13:25.797 INFO running `"docker" "start" "-a" "30bf63ad009b2eaba4b1a22b68571e8f744b78608cd1b78de5fcd02051634ddc"` Oct 11 05:13:27.476 INFO kablam! usermod: no changes Oct 11 05:13:27.588 INFO kablam! Compiling derive-error-chain v0.11.0 Oct 11 05:13:27.588 INFO kablam! Compiling regex v0.2.7 Oct 11 05:13:27.597 INFO kablam! Compiling error-chain v0.11.0 Oct 11 05:13:45.821 INFO kablam! Compiling dotenv v0.11.0 Oct 11 05:13:48.361 INFO kablam! Compiling nomorebullshit-compiler v0.1.0 (/source) Oct 11 05:13:50.932 INFO kablam! warning: unused variable: `input` Oct 11 05:13:50.932 INFO kablam! --> src/main.rs:148:15 Oct 11 05:13:50.932 INFO kablam! | Oct 11 05:13:50.932 INFO kablam! 148 | if let Some(input) = options.input { Oct 11 05:13:50.932 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 11 05:13:50.932 INFO kablam! | Oct 11 05:13:50.932 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:13:50.932 INFO kablam! Oct 11 05:13:50.944 INFO kablam! warning: variable does not need to be mutable Oct 11 05:13:50.944 INFO kablam! --> src/main.rs:167:6 Oct 11 05:13:50.944 INFO kablam! | Oct 11 05:13:50.944 INFO kablam! 167 | let mut output = ExecutionContext::new(&buffer).execute(); Oct 11 05:13:50.944 INFO kablam! | ----^^^^^^ Oct 11 05:13:50.944 INFO kablam! | | Oct 11 05:13:50.944 INFO kablam! | help: remove this `mut` Oct 11 05:13:50.944 INFO kablam! | Oct 11 05:13:50.944 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:13:50.944 INFO kablam! Oct 11 05:13:50.956 INFO kablam! warning: function is never used: `env` Oct 11 05:13:50.956 INFO kablam! --> src/main.rs:186:1 Oct 11 05:13:50.956 INFO kablam! | Oct 11 05:13:50.956 INFO kablam! 186 | fn env(arguments: Vec) -> String { Oct 11 05:13:50.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:13:50.956 INFO kablam! | Oct 11 05:13:50.956 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:13:50.956 INFO kablam! Oct 11 05:13:50.956 INFO kablam! warning: function is never used: `parse_word_if` Oct 11 05:13:50.956 INFO kablam! --> src/main.rs:268:1 Oct 11 05:13:50.956 INFO kablam! | Oct 11 05:13:50.956 INFO kablam! 268 | fn parse_word_if, Cond: Fn(char) -> bool>(chars: &mut It, cond: Cond) -> String { Oct 11 05:13:50.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:13:50.957 INFO kablam! Oct 11 05:13:50.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 05:13:50.957 INFO kablam! --> src/main.rs:164:2 Oct 11 05:13:50.957 INFO kablam! | Oct 11 05:13:50.957 INFO kablam! 164 | input_file.read_to_string(&mut buffer); Oct 11 05:13:50.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:13:50.957 INFO kablam! | Oct 11 05:13:50.957 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 05:13:50.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 05:13:50.957 INFO kablam! Oct 11 05:13:50.957 INFO kablam! warning: variable `outFile` should have a snake case name such as `out_file` Oct 11 05:13:50.957 INFO kablam! --> src/main.rs:171:6 Oct 11 05:13:50.957 INFO kablam! | Oct 11 05:13:50.957 INFO kablam! 171 | let mut outFile = File::create(options.out.unwrap()).unwrap(); Oct 11 05:13:50.957 INFO kablam! | ^^^^^^^^^^^ Oct 11 05:13:50.957 INFO kablam! | Oct 11 05:13:50.957 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 05:13:50.957 INFO kablam! Oct 11 05:13:50.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 05:13:50.957 INFO kablam! --> src/main.rs:172:2 Oct 11 05:13:50.957 INFO kablam! | Oct 11 05:13:50.957 INFO kablam! 172 | outFile.write_all(output.as_bytes()); Oct 11 05:13:50.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:13:50.957 INFO kablam! | Oct 11 05:13:50.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 05:13:50.957 INFO kablam! Oct 11 05:13:52.618 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.11s Oct 11 05:13:52.622 INFO kablam! su: No module specific data is present Oct 11 05:13:53.367 INFO running `"docker" "rm" "-f" "30bf63ad009b2eaba4b1a22b68571e8f744b78608cd1b78de5fcd02051634ddc"` Oct 11 05:13:53.697 INFO blam! 30bf63ad009b2eaba4b1a22b68571e8f744b78608cd1b78de5fcd02051634ddc Oct 11 05:13:53.708 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:13:53.710 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 05:13:54.180 INFO blam! 7c59f2c4ba6a3e86798588f01742e8c47b4a59723a254e4a84c200aab0068c8e Oct 11 05:13:54.185 INFO running `"docker" "start" "-a" "7c59f2c4ba6a3e86798588f01742e8c47b4a59723a254e4a84c200aab0068c8e"` Oct 11 05:13:55.703 INFO kablam! usermod: no changes Oct 11 05:13:55.868 INFO kablam! Compiling nomorebullshit-compiler v0.1.0 (/source) Oct 11 05:13:58.584 INFO kablam! warning: unused variable: `input` Oct 11 05:13:58.585 INFO kablam! --> src/main.rs:148:15 Oct 11 05:13:58.585 INFO kablam! | Oct 11 05:13:58.585 INFO kablam! 148 | if let Some(input) = options.input { Oct 11 05:13:58.585 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 11 05:13:58.585 INFO kablam! | Oct 11 05:13:58.585 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:13:58.585 INFO kablam! Oct 11 05:13:58.599 INFO kablam! warning: variable does not need to be mutable Oct 11 05:13:58.600 INFO kablam! --> src/main.rs:167:6 Oct 11 05:13:58.600 INFO kablam! | Oct 11 05:13:58.600 INFO kablam! 167 | let mut output = ExecutionContext::new(&buffer).execute(); Oct 11 05:13:58.600 INFO kablam! | ----^^^^^^ Oct 11 05:13:58.600 INFO kablam! | | Oct 11 05:13:58.600 INFO kablam! | help: remove this `mut` Oct 11 05:13:58.600 INFO kablam! | Oct 11 05:13:58.602 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:13:58.602 INFO kablam! Oct 11 05:13:58.609 INFO kablam! warning: function is never used: `env` Oct 11 05:13:58.609 INFO kablam! --> src/main.rs:186:1 Oct 11 05:13:58.610 INFO kablam! | Oct 11 05:13:58.610 INFO kablam! 186 | fn env(arguments: Vec) -> String { Oct 11 05:13:58.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:13:58.610 INFO kablam! | Oct 11 05:13:58.610 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:13:58.610 INFO kablam! Oct 11 05:13:58.610 INFO kablam! warning: function is never used: `parse_word_if` Oct 11 05:13:58.610 INFO kablam! --> src/main.rs:268:1 Oct 11 05:13:58.610 INFO kablam! | Oct 11 05:13:58.610 INFO kablam! 268 | fn parse_word_if, Cond: Fn(char) -> bool>(chars: &mut It, cond: Cond) -> String { Oct 11 05:13:58.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:13:58.610 INFO kablam! Oct 11 05:13:58.613 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 05:13:58.613 INFO kablam! --> src/main.rs:164:2 Oct 11 05:13:58.613 INFO kablam! | Oct 11 05:13:58.613 INFO kablam! 164 | input_file.read_to_string(&mut buffer); Oct 11 05:13:58.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:13:58.613 INFO kablam! | Oct 11 05:13:58.613 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 05:13:58.613 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 05:13:58.613 INFO kablam! Oct 11 05:13:58.613 INFO kablam! warning: variable `outFile` should have a snake case name such as `out_file` Oct 11 05:13:58.613 INFO kablam! --> src/main.rs:171:6 Oct 11 05:13:58.613 INFO kablam! | Oct 11 05:13:58.615 INFO kablam! 171 | let mut outFile = File::create(options.out.unwrap()).unwrap(); Oct 11 05:13:58.615 INFO kablam! | ^^^^^^^^^^^ Oct 11 05:13:58.615 INFO kablam! | Oct 11 05:13:58.615 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 05:13:58.615 INFO kablam! Oct 11 05:13:58.615 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 05:13:58.615 INFO kablam! --> src/main.rs:172:2 Oct 11 05:13:58.615 INFO kablam! | Oct 11 05:13:58.615 INFO kablam! 172 | outFile.write_all(output.as_bytes()); Oct 11 05:13:58.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:13:58.615 INFO kablam! | Oct 11 05:13:58.615 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 05:13:58.615 INFO kablam! Oct 11 05:13:59.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.56s Oct 11 05:13:59.280 INFO kablam! su: No module specific data is present Oct 11 05:14:00.156 INFO running `"docker" "rm" "-f" "7c59f2c4ba6a3e86798588f01742e8c47b4a59723a254e4a84c200aab0068c8e"` Oct 11 05:14:00.376 INFO blam! 7c59f2c4ba6a3e86798588f01742e8c47b4a59723a254e4a84c200aab0068c8e Oct 11 05:14:00.388 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:14:00.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 05:14:00.861 INFO blam! 87b0003c4f4945598cc33e1a4b5a00db24e909c8ac228e69405524b88ecbb656 Oct 11 05:14:00.862 INFO running `"docker" "start" "-a" "87b0003c4f4945598cc33e1a4b5a00db24e909c8ac228e69405524b88ecbb656"` Oct 11 05:14:02.868 INFO kablam! usermod: no changes Oct 11 05:14:02.968 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 05:14:02.968 INFO kablam! Running /target/debug/deps/nomorebullshit_compiler-d179ba359b6ea7b9 Oct 11 05:14:02.971 INFO blam! Oct 11 05:14:02.971 INFO blam! running 0 tests Oct 11 05:14:02.971 INFO blam! Oct 11 05:14:02.971 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:14:02.971 INFO blam! Oct 11 05:14:02.973 INFO kablam! su: No module specific data is present Oct 11 05:14:04.368 INFO running `"docker" "rm" "-f" "87b0003c4f4945598cc33e1a4b5a00db24e909c8ac228e69405524b88ecbb656"` Oct 11 05:14:04.648 INFO blam! 87b0003c4f4945598cc33e1a4b5a00db24e909c8ac228e69405524b88ecbb656