Oct 14 17:09:59.414 INFO testing jbalintbiro/l3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:09:59.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 17:09:59.624 INFO blam! 2542fa9d905d013b17f34ac38d51c623bed8f34e17238c7282142dd9821255a4 Oct 14 17:09:59.641 INFO running `"docker" "start" "-a" "2542fa9d905d013b17f34ac38d51c623bed8f34e17238c7282142dd9821255a4"` Oct 14 17:10:00.220 INFO kablam! usermod: no changes Oct 14 17:10:00.311 INFO kablam! Compiling pest v1.0.0-beta.17 Oct 14 17:10:00.312 INFO kablam! Compiling gc v0.3.2 Oct 14 17:10:00.312 INFO kablam! Compiling syn v0.10.8 Oct 14 17:10:00.323 INFO kablam! Compiling gc_derive v0.3.2 Oct 14 17:10:06.659 INFO kablam! Compiling pest_derive v1.0.0-beta.17 Oct 14 17:10:13.799 INFO kablam! Compiling l3 v0.1.0-dev (/source) Oct 14 17:10:14.823 INFO kablam! warning: unused variable: `ev` Oct 14 17:10:14.823 INFO kablam! --> src/value.rs:92:23 Oct 14 17:10:14.823 INFO kablam! | Oct 14 17:10:14.823 INFO kablam! 92 | Value::Fn(ref fun, ev) => write!(f, "(fn {})", fun), Oct 14 17:10:14.823 INFO kablam! | ^^ help: consider using `_ev` instead Oct 14 17:10:14.823 INFO kablam! | Oct 14 17:10:14.825 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:14.825 INFO kablam! Oct 14 17:10:15.022 INFO kablam! warning: variable does not need to be mutable Oct 14 17:10:15.022 INFO kablam! --> src/bindings.rs:27:8 Oct 14 17:10:15.022 INFO kablam! | Oct 14 17:10:15.022 INFO kablam! 27 | let mut bind_map = &mut self.bindings; Oct 14 17:10:15.022 INFO kablam! | ----^^^^^^^^ Oct 14 17:10:15.022 INFO kablam! | | Oct 14 17:10:15.022 INFO kablam! | help: remove this `mut` Oct 14 17:10:15.022 INFO kablam! | Oct 14 17:10:15.024 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:10:15.024 INFO kablam! Oct 14 17:10:15.024 INFO kablam! warning: variable does not need to be mutable Oct 14 17:10:15.024 INFO kablam! --> src/bindings.rs:39:9 Oct 14 17:10:15.024 INFO kablam! | Oct 14 17:10:15.024 INFO kablam! 39 | let mut bind_map = &mut self.bindings; Oct 14 17:10:15.024 INFO kablam! | ----^^^^^^^^ Oct 14 17:10:15.024 INFO kablam! | | Oct 14 17:10:15.024 INFO kablam! | help: remove this `mut` Oct 14 17:10:15.024 INFO kablam! Oct 14 17:10:15.079 INFO kablam! warning: function is never used: `ident` Oct 14 17:10:15.079 INFO kablam! --> src/internals.rs:16:1 Oct 14 17:10:15.079 INFO kablam! | Oct 14 17:10:15.079 INFO kablam! 16 | / pub fn ident(i: T) -> LCell Oct 14 17:10:15.079 INFO kablam! 17 | | where T: ToString{ Oct 14 17:10:15.079 INFO kablam! 18 | | lcell(Value::Ident(i.to_string())) Oct 14 17:10:15.079 INFO kablam! 19 | | } Oct 14 17:10:15.079 INFO kablam! | |_^ Oct 14 17:10:15.079 INFO kablam! | Oct 14 17:10:15.082 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:15.082 INFO kablam! Oct 14 17:10:15.082 INFO kablam! warning: function is never used: `read_list` Oct 14 17:10:15.082 INFO kablam! --> src/read.rs:17:1 Oct 14 17:10:15.082 INFO kablam! | Oct 14 17:10:15.082 INFO kablam! 17 | pub fn read_list(inp: &str) -> Value { Oct 14 17:10:15.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:15.082 INFO kablam! Oct 14 17:10:15.082 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 17:10:15.082 INFO kablam! --> src/main.rs:2:12 Oct 14 17:10:15.082 INFO kablam! | Oct 14 17:10:15.082 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 14 17:10:15.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:15.082 INFO kablam! | Oct 14 17:10:15.082 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 17:10:15.082 INFO kablam! Oct 14 17:10:19.524 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.27s Oct 14 17:10:19.529 INFO kablam! su: No module specific data is present Oct 14 17:10:20.495 INFO running `"docker" "rm" "-f" "2542fa9d905d013b17f34ac38d51c623bed8f34e17238c7282142dd9821255a4"` Oct 14 17:10:20.955 INFO blam! 2542fa9d905d013b17f34ac38d51c623bed8f34e17238c7282142dd9821255a4 Oct 14 17:10:20.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 17:10:21.549 INFO blam! 1f3837b5d5e427e497aaebebcc05e1ab395b2b58a58f1cbafbe8a45bdfd770a1 Oct 14 17:10:21.555 INFO running `"docker" "start" "-a" "1f3837b5d5e427e497aaebebcc05e1ab395b2b58a58f1cbafbe8a45bdfd770a1"` Oct 14 17:10:23.766 INFO kablam! usermod: no changes Oct 14 17:10:23.870 INFO kablam! Compiling l3 v0.1.0-dev (/source) Oct 14 17:10:24.646 INFO kablam! warning: unused variable: `ev` Oct 14 17:10:24.647 INFO kablam! --> src/value.rs:92:23 Oct 14 17:10:24.647 INFO kablam! | Oct 14 17:10:24.647 INFO kablam! 92 | Value::Fn(ref fun, ev) => write!(f, "(fn {})", fun), Oct 14 17:10:24.647 INFO kablam! | ^^ help: consider using `_ev` instead Oct 14 17:10:24.647 INFO kablam! | Oct 14 17:10:24.647 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:24.647 INFO kablam! Oct 14 17:10:24.851 INFO kablam! warning: variable does not need to be mutable Oct 14 17:10:24.851 INFO kablam! --> src/bindings.rs:27:8 Oct 14 17:10:24.851 INFO kablam! | Oct 14 17:10:24.851 INFO kablam! 27 | let mut bind_map = &mut self.bindings; Oct 14 17:10:24.851 INFO kablam! | ----^^^^^^^^ Oct 14 17:10:24.851 INFO kablam! | | Oct 14 17:10:24.851 INFO kablam! | help: remove this `mut` Oct 14 17:10:24.851 INFO kablam! | Oct 14 17:10:24.851 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:10:24.851 INFO kablam! Oct 14 17:10:24.851 INFO kablam! warning: variable does not need to be mutable Oct 14 17:10:24.851 INFO kablam! --> src/bindings.rs:39:9 Oct 14 17:10:24.851 INFO kablam! | Oct 14 17:10:24.851 INFO kablam! 39 | let mut bind_map = &mut self.bindings; Oct 14 17:10:24.851 INFO kablam! | ----^^^^^^^^ Oct 14 17:10:24.851 INFO kablam! | | Oct 14 17:10:24.851 INFO kablam! | help: remove this `mut` Oct 14 17:10:24.851 INFO kablam! Oct 14 17:10:24.887 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 17:10:24.887 INFO kablam! --> src/main.rs:2:12 Oct 14 17:10:24.887 INFO kablam! | Oct 14 17:10:24.887 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 14 17:10:24.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:24.887 INFO kablam! | Oct 14 17:10:24.887 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 17:10:24.887 INFO kablam! Oct 14 17:10:27.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.28s Oct 14 17:10:27.086 INFO kablam! su: No module specific data is present Oct 14 17:10:27.351 INFO running `"docker" "rm" "-f" "1f3837b5d5e427e497aaebebcc05e1ab395b2b58a58f1cbafbe8a45bdfd770a1"` Oct 14 17:10:27.510 INFO blam! 1f3837b5d5e427e497aaebebcc05e1ab395b2b58a58f1cbafbe8a45bdfd770a1 Oct 14 17:10:27.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 17:10:27.749 INFO blam! f4261a8757f0c7fdf51d1cf1fe4e367a4bf31d84c5609c4d4ba37969ce8016ca Oct 14 17:10:27.753 INFO running `"docker" "start" "-a" "f4261a8757f0c7fdf51d1cf1fe4e367a4bf31d84c5609c4d4ba37969ce8016ca"` Oct 14 17:10:28.561 INFO kablam! usermod: no changes Oct 14 17:10:28.642 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 17:10:28.656 INFO kablam! Running /target/debug/deps/l3-4087de34d2110668 Oct 14 17:10:28.663 INFO blam! Oct 14 17:10:28.663 INFO blam! running 13 tests Oct 14 17:10:28.663 INFO blam! test tests::basic_parse ... ok Oct 14 17:10:28.663 INFO blam! test tests::basic_eval ... ok Oct 14 17:10:28.663 INFO blam! test tests::stack_overflow ... ignored Oct 14 17:10:28.663 INFO blam! test tests::read_bench ... ok Oct 14 17:10:28.663 INFO blam! test tests::iter_write ... ok Oct 14 17:10:28.665 INFO blam! test tests::iter_nondestructive ... ok Oct 14 17:10:28.667 INFO blam! test tests::head_write ... ok Oct 14 17:10:28.676 INFO blam! test tests::head_read ... ok Oct 14 17:10:28.683 INFO blam! test tests::test_ident ... ok Oct 14 17:10:28.683 INFO blam! test tests::tail_read ... ok Oct 14 17:10:28.683 INFO blam! test tests::tail_write ... ok Oct 14 17:10:28.683 INFO blam! test tests::read_print_eq ... ok Oct 14 17:10:28.769 INFO blam! test tests::eval_bench ... ok Oct 14 17:10:28.769 INFO blam! Oct 14 17:10:28.769 INFO blam! test result: ok. 12 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 14 17:10:28.769 INFO blam! Oct 14 17:10:28.775 INFO kablam! su: No module specific data is present Oct 14 17:10:29.185 INFO running `"docker" "rm" "-f" "f4261a8757f0c7fdf51d1cf1fe4e367a4bf31d84c5609c4d4ba37969ce8016ca"` Oct 14 17:10:29.339 INFO blam! f4261a8757f0c7fdf51d1cf1fe4e367a4bf31d84c5609c4d4ba37969ce8016ca