Oct 13 06:21:13.022 INFO testing mtn/ent against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1
Oct 13 06:21:13.022 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 13 06:21:13.388 INFO blam! 4f9de9e3d73d5e311169c00840fa9db1568ffe80f541d047347de414a862d360
Oct 13 06:21:13.390 INFO running `"docker" "start" "-a" "4f9de9e3d73d5e311169c00840fa9db1568ffe80f541d047347de414a862d360"`
Oct 13 06:21:14.266 INFO kablam! usermod: no changes
Oct 13 06:21:14.288 INFO kablam! Compiling ent v0.1.0 (/source)
Oct 13 06:21:14.607 INFO kablam! warning: variable does not need to be mutable
Oct 13 06:21:14.607 INFO kablam! --> src/main.rs:6:9
Oct 13 06:21:14.607 INFO kablam! |
Oct 13 06:21:14.607 INFO kablam! 6 | let mut in_str = "A ~B ~C DE\nC D ~E";
Oct 13 06:21:14.608 INFO kablam! | ----^^^^^^
Oct 13 06:21:14.608 INFO kablam! | |
Oct 13 06:21:14.608 INFO kablam! | help: remove this `mut`
Oct 13 06:21:14.608 INFO kablam! |
Oct 13 06:21:14.608 INFO kablam! = note: #[warn(unused_mut)] on by default
Oct 13 06:21:14.608 INFO kablam!
Oct 13 06:21:14.635 INFO kablam! warning: function is never used: `update_watchlist`
Oct 13 06:21:14.635 INFO kablam! --> src/watchlist.rs:24:1
Oct 13 06:21:14.636 INFO kablam! |
Oct 13 06:21:14.636 INFO kablam! 24 | / fn update_watchlist<'a> (sat_instance: &'a IR, watchlist: &'a mut Watchlist<'a>,
Oct 13 06:21:14.636 INFO kablam! 25 | | false_literal: Variable, assignments: Vec