Oct 14 17:09:59.854 INFO testing jbalintbiro/l3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:09:59.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:10:00.120 INFO blam! 1a98ef696689cfec6a4c1964e92f6fec784efe6fc27a5c3ab99ed41762c44298 Oct 14 17:10:00.127 INFO running `"docker" "start" "-a" "1a98ef696689cfec6a4c1964e92f6fec784efe6fc27a5c3ab99ed41762c44298"` Oct 14 17:10:01.295 INFO kablam! usermod: no changes Oct 14 17:10:01.423 INFO kablam! Compiling pest v1.0.0-beta.17 Oct 14 17:10:01.423 INFO kablam! Compiling gc v0.3.2 Oct 14 17:10:01.423 INFO kablam! Compiling gc_derive v0.3.2 Oct 14 17:10:03.467 INFO kablam! Compiling pest_derive v1.0.0-beta.17 Oct 14 17:10:12.067 INFO kablam! Compiling l3 v0.1.0-dev (/source) Oct 14 17:10:13.015 INFO kablam! warning: unused variable: `ev` Oct 14 17:10:13.016 INFO kablam! --> src/value.rs:92:23 Oct 14 17:10:13.017 INFO kablam! | Oct 14 17:10:13.018 INFO kablam! 92 | Value::Fn(ref fun, ev) => write!(f, "(fn {})", fun), Oct 14 17:10:13.018 INFO kablam! | ^^ help: consider using `_ev` instead Oct 14 17:10:13.019 INFO kablam! | Oct 14 17:10:13.019 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:13.020 INFO kablam! Oct 14 17:10:13.218 INFO kablam! warning: variable does not need to be mutable Oct 14 17:10:13.218 INFO kablam! --> src/bindings.rs:27:8 Oct 14 17:10:13.218 INFO kablam! | Oct 14 17:10:13.218 INFO kablam! 27 | let mut bind_map = &mut self.bindings; Oct 14 17:10:13.220 INFO kablam! | ----^^^^^^^^ Oct 14 17:10:13.220 INFO kablam! | | Oct 14 17:10:13.220 INFO kablam! | help: remove this `mut` Oct 14 17:10:13.221 INFO kablam! | Oct 14 17:10:13.221 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:10:13.221 INFO kablam! Oct 14 17:10:13.223 INFO kablam! warning: variable does not need to be mutable Oct 14 17:10:13.223 INFO kablam! --> src/bindings.rs:39:9 Oct 14 17:10:13.223 INFO kablam! | Oct 14 17:10:13.223 INFO kablam! 39 | let mut bind_map = &mut self.bindings; Oct 14 17:10:13.223 INFO kablam! | ----^^^^^^^^ Oct 14 17:10:13.223 INFO kablam! | | Oct 14 17:10:13.223 INFO kablam! | help: remove this `mut` Oct 14 17:10:13.223 INFO kablam! Oct 14 17:10:13.271 INFO kablam! warning: function is never used: `ident` Oct 14 17:10:13.272 INFO kablam! --> src/internals.rs:16:1 Oct 14 17:10:13.272 INFO kablam! | Oct 14 17:10:13.272 INFO kablam! 16 | / pub fn ident(i: T) -> LCell Oct 14 17:10:13.272 INFO kablam! 17 | | where T: ToString{ Oct 14 17:10:13.272 INFO kablam! 18 | | lcell(Value::Ident(i.to_string())) Oct 14 17:10:13.272 INFO kablam! 19 | | } Oct 14 17:10:13.272 INFO kablam! | |_^ Oct 14 17:10:13.272 INFO kablam! | Oct 14 17:10:13.272 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:13.272 INFO kablam! Oct 14 17:10:13.274 INFO kablam! warning: function is never used: `read_list` Oct 14 17:10:13.274 INFO kablam! --> src/read.rs:17:1 Oct 14 17:10:13.274 INFO kablam! | Oct 14 17:10:13.274 INFO kablam! 17 | pub fn read_list(inp: &str) -> Value { Oct 14 17:10:13.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:13.274 INFO kablam! Oct 14 17:10:13.276 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:13.276 INFO kablam! --> src/main.rs:2:12 Oct 14 17:10:13.276 INFO kablam! | Oct 14 17:10:13.276 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 14 17:10:13.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:13.277 INFO kablam! | Oct 14 17:10:13.277 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 17:10:13.277 INFO kablam! Oct 14 17:10:17.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.66s Oct 14 17:10:17.983 INFO kablam! su: No module specific data is present Oct 14 17:10:19.683 INFO running `"docker" "rm" "-f" "1a98ef696689cfec6a4c1964e92f6fec784efe6fc27a5c3ab99ed41762c44298"` Oct 14 17:10:19.979 INFO blam! 1a98ef696689cfec6a4c1964e92f6fec784efe6fc27a5c3ab99ed41762c44298 Oct 14 17:10:19.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:10:20.472 INFO blam! 719bf611d6a6285597db9f842a0d9816d9969db2d743e454c2a53679035bb5c5 Oct 14 17:10:20.475 INFO running `"docker" "start" "-a" "719bf611d6a6285597db9f842a0d9816d9969db2d743e454c2a53679035bb5c5"` Oct 14 17:10:21.570 INFO kablam! usermod: no changes Oct 14 17:10:21.707 INFO kablam! Compiling l3 v0.1.0-dev (/source) Oct 14 17:10:22.615 INFO kablam! warning: unused variable: `ev` Oct 14 17:10:22.615 INFO kablam! --> src/value.rs:92:23 Oct 14 17:10:22.615 INFO kablam! | Oct 14 17:10:22.615 INFO kablam! 92 | Value::Fn(ref fun, ev) => write!(f, "(fn {})", fun), Oct 14 17:10:22.615 INFO kablam! | ^^ help: consider using `_ev` instead Oct 14 17:10:22.615 INFO kablam! | Oct 14 17:10:22.615 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:22.615 INFO kablam! Oct 14 17:10:22.891 INFO kablam! warning: variable does not need to be mutable Oct 14 17:10:22.891 INFO kablam! --> src/bindings.rs:27:8 Oct 14 17:10:22.891 INFO kablam! | Oct 14 17:10:22.891 INFO kablam! 27 | let mut bind_map = &mut self.bindings; Oct 14 17:10:22.891 INFO kablam! | ----^^^^^^^^ Oct 14 17:10:22.891 INFO kablam! | | Oct 14 17:10:22.891 INFO kablam! | help: remove this `mut` Oct 14 17:10:22.891 INFO kablam! | Oct 14 17:10:22.891 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:10:22.891 INFO kablam! Oct 14 17:10:22.891 INFO kablam! warning: variable does not need to be mutable Oct 14 17:10:22.891 INFO kablam! --> src/bindings.rs:39:9 Oct 14 17:10:22.891 INFO kablam! | Oct 14 17:10:22.891 INFO kablam! 39 | let mut bind_map = &mut self.bindings; Oct 14 17:10:22.891 INFO kablam! | ----^^^^^^^^ Oct 14 17:10:22.891 INFO kablam! | | Oct 14 17:10:22.891 INFO kablam! | help: remove this `mut` Oct 14 17:10:22.891 INFO kablam! Oct 14 17:10:22.951 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:22.951 INFO kablam! --> src/main.rs:2:12 Oct 14 17:10:22.951 INFO kablam! | Oct 14 17:10:22.951 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 14 17:10:22.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:22.951 INFO kablam! | Oct 14 17:10:22.951 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 17:10:22.951 INFO kablam! Oct 14 17:10:25.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.49s Oct 14 17:10:25.101 INFO kablam! su: No module specific data is present Oct 14 17:10:25.720 INFO running `"docker" "rm" "-f" "719bf611d6a6285597db9f842a0d9816d9969db2d743e454c2a53679035bb5c5"` Oct 14 17:10:25.975 INFO blam! 719bf611d6a6285597db9f842a0d9816d9969db2d743e454c2a53679035bb5c5 Oct 14 17:10:25.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:10:26.381 INFO blam! de2bd780dd7a4a18b4b8675dd1e5909085a4baaba3d734f9c9222203cb404353 Oct 14 17:10:26.382 INFO running `"docker" "start" "-a" "de2bd780dd7a4a18b4b8675dd1e5909085a4baaba3d734f9c9222203cb404353"` Oct 14 17:10:27.258 INFO kablam! usermod: no changes Oct 14 17:10:27.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 17:10:27.339 INFO kablam! Running /target/debug/deps/l3-fd3d41051952dab2 Oct 14 17:10:27.351 INFO blam! Oct 14 17:10:27.352 INFO blam! running 13 tests Oct 14 17:10:27.365 INFO blam! test tests::basic_parse ... ok Oct 14 17:10:27.365 INFO blam! test tests::head_write ... ok Oct 14 17:10:27.365 INFO blam! test tests::iter_nondestructive ... ok Oct 14 17:10:27.365 INFO blam! test tests::read_bench ... ok Oct 14 17:10:27.365 INFO blam! test tests::basic_eval ... ok Oct 14 17:10:27.365 INFO blam! test tests::head_read ... ok Oct 14 17:10:27.365 INFO blam! test tests::iter_write ... ok Oct 14 17:10:27.365 INFO blam! test tests::stack_overflow ... ignored Oct 14 17:10:27.365 INFO blam! test tests::tail_write ... ok Oct 14 17:10:27.365 INFO blam! test tests::tail_read ... ok Oct 14 17:10:27.365 INFO blam! test tests::read_print_eq ... ok Oct 14 17:10:27.365 INFO blam! test tests::test_ident ... ok Oct 14 17:10:27.416 INFO blam! test tests::eval_bench ... ok Oct 14 17:10:27.416 INFO blam! Oct 14 17:10:27.416 INFO blam! test result: ok. 12 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 14 17:10:27.416 INFO blam! Oct 14 17:10:27.419 INFO kablam! su: No module specific data is present Oct 14 17:10:27.740 INFO running `"docker" "rm" "-f" "de2bd780dd7a4a18b4b8675dd1e5909085a4baaba3d734f9c9222203cb404353"` Oct 14 17:10:27.871 INFO blam! de2bd780dd7a4a18b4b8675dd1e5909085a4baaba3d734f9c9222203cb404353