Oct 15 00:01:52.233 INFO testing cstorey/gll-experiments against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:01:52.235 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 15 00:01:52.699 INFO blam! 443e5c66ef13672c4757ebaf7c989a92368de3b798b6018d6756474e1f9b9505 Oct 15 00:01:52.700 INFO running `"docker" "start" "-a" "443e5c66ef13672c4757ebaf7c989a92368de3b798b6018d6756474e1f9b9505"` Oct 15 00:01:53.952 INFO kablam! usermod: no changes Oct 15 00:01:54.027 INFO kablam! Compiling gll-examples v0.1.0 (/source) Oct 15 00:01:54.667 INFO kablam! warning: variable does not need to be mutable Oct 15 00:01:54.668 INFO kablam! --> src/main.rs:102:17 Oct 15 00:01:54.668 INFO kablam! | Oct 15 00:01:54.668 INFO kablam! 102 | let mut fromv = self.gss.entry(v).or_insert_with(BTreeSet::new); Oct 15 00:01:54.669 INFO kablam! | ----^^^^^ Oct 15 00:01:54.669 INFO kablam! | | Oct 15 00:01:54.669 INFO kablam! | help: remove this `mut` Oct 15 00:01:54.669 INFO kablam! | Oct 15 00:01:54.670 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:01:54.670 INFO kablam! Oct 15 00:01:54.675 INFO kablam! warning: type alias is never used: `Stack` Oct 15 00:01:54.675 INFO kablam! --> src/main.rs:42:1 Oct 15 00:01:54.675 INFO kablam! | Oct 15 00:01:54.676 INFO kablam! 42 | type Stack = VecDeque; Oct 15 00:01:54.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:01:54.676 INFO kablam! | Oct 15 00:01:54.677 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:01:54.677 INFO kablam! Oct 15 00:01:57.366 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.37s Oct 15 00:01:57.366 INFO kablam! su: No module specific data is present Oct 15 00:01:58.031 INFO running `"docker" "rm" "-f" "443e5c66ef13672c4757ebaf7c989a92368de3b798b6018d6756474e1f9b9505"` Oct 15 00:01:58.330 INFO blam! 443e5c66ef13672c4757ebaf7c989a92368de3b798b6018d6756474e1f9b9505 Oct 15 00:01:58.338 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 15 00:01:58.833 INFO blam! 131e5725315854826e3eb936333fe8750b9d5f53b7fa97a1a71b12d26b594ae0 Oct 15 00:01:58.847 INFO running `"docker" "start" "-a" "131e5725315854826e3eb936333fe8750b9d5f53b7fa97a1a71b12d26b594ae0"` Oct 15 00:01:59.775 INFO kablam! usermod: no changes Oct 15 00:01:59.816 INFO kablam! Compiling gll-examples v0.1.0 (/source) Oct 15 00:02:00.423 INFO kablam! warning: variable does not need to be mutable Oct 15 00:02:00.423 INFO kablam! --> src/main.rs:102:17 Oct 15 00:02:00.423 INFO kablam! | Oct 15 00:02:00.423 INFO kablam! 102 | let mut fromv = self.gss.entry(v).or_insert_with(BTreeSet::new); Oct 15 00:02:00.423 INFO kablam! | ----^^^^^ Oct 15 00:02:00.423 INFO kablam! | | Oct 15 00:02:00.423 INFO kablam! | help: remove this `mut` Oct 15 00:02:00.423 INFO kablam! | Oct 15 00:02:00.431 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:02:00.431 INFO kablam! Oct 15 00:02:00.431 INFO kablam! warning: type alias is never used: `Stack` Oct 15 00:02:00.431 INFO kablam! --> src/main.rs:42:1 Oct 15 00:02:00.432 INFO kablam! | Oct 15 00:02:00.432 INFO kablam! 42 | type Stack = VecDeque; Oct 15 00:02:00.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:02:00.432 INFO kablam! | Oct 15 00:02:00.432 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:02:00.433 INFO kablam! Oct 15 00:02:02.810 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Oct 15 00:02:02.810 INFO kablam! su: No module specific data is present Oct 15 00:02:03.713 INFO running `"docker" "rm" "-f" "131e5725315854826e3eb936333fe8750b9d5f53b7fa97a1a71b12d26b594ae0"` Oct 15 00:02:03.996 INFO blam! 131e5725315854826e3eb936333fe8750b9d5f53b7fa97a1a71b12d26b594ae0 Oct 15 00:02:03.999 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 15 00:02:04.421 INFO blam! b256d0f8806ab0620736f6346a63fd1dd171e3b97dfc1bed252d6a890193ace0 Oct 15 00:02:04.423 INFO running `"docker" "start" "-a" "b256d0f8806ab0620736f6346a63fd1dd171e3b97dfc1bed252d6a890193ace0"` Oct 15 00:02:06.859 INFO kablam! usermod: no changes Oct 15 00:02:06.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 00:02:06.923 INFO kablam! Running /target/debug/deps/gll_examples-c0ab18f8534c08ac Oct 15 00:02:06.927 INFO blam! Oct 15 00:02:06.927 INFO blam! running 5 tests Oct 15 00:02:06.935 INFO blam! test recognises_b ... ok Oct 15 00:02:06.935 INFO blam! test recognises_empty_string ... ok Oct 15 00:02:06.947 INFO blam! test rejects_z ... ok Oct 15 00:02:07.035 INFO blam! test recognises_aad ... ok Oct 15 00:02:07.035 INFO blam! test rejects_aadz ... ok Oct 15 00:02:07.035 INFO blam! Oct 15 00:02:07.035 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:02:07.035 INFO blam! Oct 15 00:02:07.051 INFO kablam! su: No module specific data is present Oct 15 00:02:08.646 INFO running `"docker" "rm" "-f" "b256d0f8806ab0620736f6346a63fd1dd171e3b97dfc1bed252d6a890193ace0"` Oct 15 00:02:09.003 INFO blam! b256d0f8806ab0620736f6346a63fd1dd171e3b97dfc1bed252d6a890193ace0