Oct 10 21:10:31.216 INFO testing jbalintbiro/l3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:10:31.216 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:10:31.216 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 21:10:31.492 INFO blam! c2245361f10bd445ba612af3d888609894b903cd6197b581c52b4e7450bc54fa Oct 10 21:10:31.493 INFO running `"docker" "start" "-a" "c2245361f10bd445ba612af3d888609894b903cd6197b581c52b4e7450bc54fa"` Oct 10 21:10:32.326 INFO kablam! usermod: no changes Oct 10 21:10:32.424 INFO kablam! Compiling pest v1.0.0-beta.17 Oct 10 21:10:32.424 INFO kablam! Compiling gc_derive v0.3.2 Oct 10 21:10:33.980 INFO kablam! Compiling pest_derive v1.0.0-beta.17 Oct 10 21:10:42.984 INFO kablam! Compiling l3 v0.1.0-dev (/source) Oct 10 21:10:44.736 INFO kablam! warning: unused variable: `ev` Oct 10 21:10:44.736 INFO kablam! --> src/value.rs:92:23 Oct 10 21:10:44.736 INFO kablam! | Oct 10 21:10:44.736 INFO kablam! 92 | Value::Fn(ref fun, ev) => write!(f, "(fn {})", fun), Oct 10 21:10:44.736 INFO kablam! | ^^ help: consider using `_ev` instead Oct 10 21:10:44.736 INFO kablam! | Oct 10 21:10:44.736 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:10:44.736 INFO kablam! Oct 10 21:10:44.968 INFO kablam! warning: variable does not need to be mutable Oct 10 21:10:44.968 INFO kablam! --> src/bindings.rs:27:8 Oct 10 21:10:44.968 INFO kablam! | Oct 10 21:10:44.968 INFO kablam! 27 | let mut bind_map = &mut self.bindings; Oct 10 21:10:44.968 INFO kablam! | ----^^^^^^^^ Oct 10 21:10:44.968 INFO kablam! | | Oct 10 21:10:44.968 INFO kablam! | help: remove this `mut` Oct 10 21:10:44.968 INFO kablam! | Oct 10 21:10:44.968 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:10:44.968 INFO kablam! Oct 10 21:10:44.971 INFO kablam! warning: variable does not need to be mutable Oct 10 21:10:44.971 INFO kablam! --> src/bindings.rs:39:9 Oct 10 21:10:44.971 INFO kablam! | Oct 10 21:10:44.971 INFO kablam! 39 | let mut bind_map = &mut self.bindings; Oct 10 21:10:44.971 INFO kablam! | ----^^^^^^^^ Oct 10 21:10:44.971 INFO kablam! | | Oct 10 21:10:44.971 INFO kablam! | help: remove this `mut` Oct 10 21:10:44.971 INFO kablam! Oct 10 21:10:45.020 INFO kablam! warning: function is never used: `ident` Oct 10 21:10:45.020 INFO kablam! --> src/internals.rs:16:1 Oct 10 21:10:45.020 INFO kablam! | Oct 10 21:10:45.020 INFO kablam! 16 | / pub fn ident(i: T) -> LCell Oct 10 21:10:45.020 INFO kablam! 17 | | where T: ToString{ Oct 10 21:10:45.020 INFO kablam! 18 | | lcell(Value::Ident(i.to_string())) Oct 10 21:10:45.020 INFO kablam! 19 | | } Oct 10 21:10:45.020 INFO kablam! | |_^ Oct 10 21:10:45.020 INFO kablam! | Oct 10 21:10:45.020 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:10:45.020 INFO kablam! Oct 10 21:10:45.020 INFO kablam! warning: function is never used: `read_list` Oct 10 21:10:45.020 INFO kablam! --> src/read.rs:17:1 Oct 10 21:10:45.020 INFO kablam! | Oct 10 21:10:45.020 INFO kablam! 17 | pub fn read_list(inp: &str) -> Value { Oct 10 21:10:45.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:10:45.024 INFO kablam! Oct 10 21:10:45.024 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 21:10:45.024 INFO kablam! --> src/main.rs:2:12 Oct 10 21:10:45.024 INFO kablam! | Oct 10 21:10:45.024 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 10 21:10:45.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:10:45.024 INFO kablam! | Oct 10 21:10:45.024 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 21:10:45.024 INFO kablam! Oct 10 21:10:49.425 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.07s Oct 10 21:10:49.432 INFO kablam! su: No module specific data is present Oct 10 21:10:50.518 INFO running `"docker" "rm" "-f" "c2245361f10bd445ba612af3d888609894b903cd6197b581c52b4e7450bc54fa"` Oct 10 21:10:50.817 INFO blam! c2245361f10bd445ba612af3d888609894b903cd6197b581c52b4e7450bc54fa Oct 10 21:10:50.825 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:10:50.827 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 21:10:51.342 INFO blam! e8ab75e51f31feef83a21a0316746b995ac29646e3dff0e0424180e76d021333 Oct 10 21:10:51.345 INFO running `"docker" "start" "-a" "e8ab75e51f31feef83a21a0316746b995ac29646e3dff0e0424180e76d021333"` Oct 10 21:10:52.964 INFO kablam! usermod: no changes Oct 10 21:10:53.066 INFO kablam! Compiling l3 v0.1.0-dev (/source) Oct 10 21:10:54.712 INFO kablam! warning: unused variable: `ev` Oct 10 21:10:54.712 INFO kablam! --> src/value.rs:92:23 Oct 10 21:10:54.712 INFO kablam! | Oct 10 21:10:54.712 INFO kablam! 92 | Value::Fn(ref fun, ev) => write!(f, "(fn {})", fun), Oct 10 21:10:54.713 INFO kablam! | ^^ help: consider using `_ev` instead Oct 10 21:10:54.713 INFO kablam! | Oct 10 21:10:54.722 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:10:54.722 INFO kablam! Oct 10 21:10:54.944 INFO kablam! warning: variable does not need to be mutable Oct 10 21:10:54.944 INFO kablam! --> src/bindings.rs:27:8 Oct 10 21:10:54.944 INFO kablam! | Oct 10 21:10:54.944 INFO kablam! 27 | let mut bind_map = &mut self.bindings; Oct 10 21:10:54.944 INFO kablam! | ----^^^^^^^^ Oct 10 21:10:54.944 INFO kablam! | | Oct 10 21:10:54.944 INFO kablam! | help: remove this `mut` Oct 10 21:10:54.944 INFO kablam! | Oct 10 21:10:54.944 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:10:54.944 INFO kablam! Oct 10 21:10:54.944 INFO kablam! warning: variable does not need to be mutable Oct 10 21:10:54.944 INFO kablam! --> src/bindings.rs:39:9 Oct 10 21:10:54.944 INFO kablam! | Oct 10 21:10:54.944 INFO kablam! 39 | let mut bind_map = &mut self.bindings; Oct 10 21:10:54.944 INFO kablam! | ----^^^^^^^^ Oct 10 21:10:54.944 INFO kablam! | | Oct 10 21:10:54.944 INFO kablam! | help: remove this `mut` Oct 10 21:10:54.944 INFO kablam! Oct 10 21:10:54.996 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 21:10:54.996 INFO kablam! --> src/main.rs:2:12 Oct 10 21:10:54.996 INFO kablam! | Oct 10 21:10:54.996 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 10 21:10:54.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:10:54.996 INFO kablam! | Oct 10 21:10:54.996 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 21:10:54.996 INFO kablam! Oct 10 21:10:57.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.88s Oct 10 21:10:57.866 INFO kablam! su: No module specific data is present Oct 10 21:10:58.402 INFO running `"docker" "rm" "-f" "e8ab75e51f31feef83a21a0316746b995ac29646e3dff0e0424180e76d021333"` Oct 10 21:10:58.662 INFO blam! e8ab75e51f31feef83a21a0316746b995ac29646e3dff0e0424180e76d021333 Oct 10 21:10:58.663 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:10:58.664 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 21:10:59.044 INFO blam! 426a4aedd05f8b13c45d9da95391d711293e450befba5333c4ffe3be0e728771 Oct 10 21:10:59.048 INFO running `"docker" "start" "-a" "426a4aedd05f8b13c45d9da95391d711293e450befba5333c4ffe3be0e728771"` Oct 10 21:11:00.136 INFO kablam! usermod: no changes Oct 10 21:11:00.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 10 21:11:00.264 INFO kablam! Running /target/debug/deps/l3-fd3d41051952dab2 Oct 10 21:11:00.276 INFO blam! Oct 10 21:11:00.276 INFO blam! running 13 tests Oct 10 21:11:00.276 INFO blam! test tests::head_read ... ok Oct 10 21:11:00.276 INFO blam! test tests::iter_nondestructive ... ok Oct 10 21:11:00.276 INFO blam! test tests::stack_overflow ... ignored Oct 10 21:11:00.288 INFO blam! test tests::head_write ... ok Oct 10 21:11:00.288 INFO blam! test tests::read_bench ... ok Oct 10 21:11:00.288 INFO blam! test tests::basic_eval ... ok Oct 10 21:11:00.288 INFO blam! test tests::iter_write ... ok Oct 10 21:11:00.288 INFO blam! test tests::read_print_eq ... ok Oct 10 21:11:00.288 INFO blam! test tests::basic_parse ... ok Oct 10 21:11:00.288 INFO blam! test tests::tail_write ... ok Oct 10 21:11:00.288 INFO blam! test tests::test_ident ... ok Oct 10 21:11:00.296 INFO blam! test tests::tail_read ... ok Oct 10 21:11:00.352 INFO blam! test tests::eval_bench ... ok Oct 10 21:11:00.352 INFO blam! Oct 10 21:11:00.352 INFO blam! test result: ok. 12 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 10 21:11:00.352 INFO blam! Oct 10 21:11:00.356 INFO kablam! su: No module specific data is present Oct 10 21:11:00.927 INFO running `"docker" "rm" "-f" "426a4aedd05f8b13c45d9da95391d711293e450befba5333c4ffe3be0e728771"` Oct 10 21:11:01.196 INFO blam! 426a4aedd05f8b13c45d9da95391d711293e450befba5333c4ffe3be0e728771