Oct 10 18:00:26.178 INFO testing mtn/ent against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling
Oct 10 18:00:26.178 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen
Oct 10 18:00:26.178 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 18:00:26.512 INFO blam! b62e9656f72f79f612bf00ea4fcbf1d35c86eb36b038d20485a6985b49c267b6
Oct 10 18:00:26.518 INFO running `"docker" "start" "-a" "b62e9656f72f79f612bf00ea4fcbf1d35c86eb36b038d20485a6985b49c267b6"`
Oct 10 18:00:27.272 INFO kablam! usermod: no changes
Oct 10 18:00:27.296 INFO kablam! Compiling ent v0.1.0 (/source)
Oct 10 18:00:27.731 INFO kablam! warning: variable does not need to be mutable
Oct 10 18:00:27.731 INFO kablam! --> src/main.rs:6:9
Oct 10 18:00:27.731 INFO kablam! |
Oct 10 18:00:27.731 INFO kablam! 6 | let mut in_str = "A ~B ~C DE\nC D ~E";
Oct 10 18:00:27.731 INFO kablam! | ----^^^^^^
Oct 10 18:00:27.731 INFO kablam! | |
Oct 10 18:00:27.731 INFO kablam! | help: remove this `mut`
Oct 10 18:00:27.731 INFO kablam! |
Oct 10 18:00:27.731 INFO kablam! = note: #[warn(unused_mut)] on by default
Oct 10 18:00:27.731 INFO kablam!
Oct 10 18:00:27.751 INFO kablam! warning: function is never used: `update_watchlist`
Oct 10 18:00:27.751 INFO kablam! --> src/watchlist.rs:24:1
Oct 10 18:00:27.751 INFO kablam! |
Oct 10 18:00:27.751 INFO kablam! 24 | / fn update_watchlist<'a> (sat_instance: &'a IR, watchlist: &'a mut Watchlist<'a>,
Oct 10 18:00:27.751 INFO kablam! 25 | | false_literal: Variable, assignments: Vec