Sep 04 23:47:43.284 INFO checking aterm-0.20.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893
Sep 04 23:47:43.284 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets
Sep 04 23:47:43.284 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"`
Sep 04 23:47:43.490 INFO blam! 22d8e957f34b23f24f7316f62a36f050188810b14a012cd986d6a4fa23285c75
Sep 04 23:47:43.492 INFO running `"docker" "start" "-a" "22d8e957f34b23f24f7316f62a36f050188810b14a012cd986d6a4fa23285c75"`
Sep 04 23:47:44.221 INFO kablam! Checking aterm v0.20.0 (file:///source)
Sep 04 23:47:46.244 INFO kablam! warning: variable does not need to be mutable
Sep 04 23:47:46.244 INFO kablam! --> src/rc/mod.rs:221:13
Sep 04 23:47:46.244 INFO kablam! |
Sep 04 23:47:46.244 INFO kablam! 221 | let mut string_cache = unsafe { extend_lifetime_mut(&mut self.string_cache.borrow_mut()) };
Sep 04 23:47:46.245 INFO kablam! | ----^^^^^^^^^^^^
Sep 04 23:47:46.245 INFO kablam! | |
Sep 04 23:47:46.245 INFO kablam! | help: remove this `mut`
Sep 04 23:47:46.245 INFO kablam! |
Sep 04 23:47:46.245 INFO kablam! = note: #[warn(unused_mut)] on by default
Sep 04 23:47:46.245 INFO kablam!
Sep 04 23:47:46.277 INFO kablam! warning: variable does not need to be mutable
Sep 04 23:47:46.277 INFO kablam! --> src/rc/shared.rs:78:13
Sep 04 23:47:46.277 INFO kablam! |
Sep 04 23:47:46.277 INFO kablam! 78 | let mut string_cache = unsafe { extend_lifetime_mut(&mut self.string_cache.borrow_mut()) };
Sep 04 23:47:46.277 INFO kablam! | ----^^^^^^^^^^^^
Sep 04 23:47:46.277 INFO kablam! | |
Sep 04 23:47:46.277 INFO kablam! | help: remove this `mut`
Sep 04 23:47:46.278 INFO kablam!
Sep 04 23:47:46.496 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases
Sep 04 23:47:46.497 INFO kablam! --> src/rc/mod.rs:71:19
Sep 04 23:47:46.497 INFO kablam! |
Sep 04 23:47:46.497 INFO kablam! 71 | pub type T<'s, A: ATermT<'s>> = Term<'s, >::Blob>;
Sep 04 23:47:46.497 INFO kablam! | ^^^^^^^^^^
Sep 04 23:47:46.497 INFO kablam! |
Sep 04 23:47:46.497 INFO kablam! = note: #[warn(type_alias_bounds)] on by default
Sep 04 23:47:46.497 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed
Sep 04 23:47:46.497 INFO kablam!
Sep 04 23:47:47.117 INFO kablam! warning: variable does not need to be mutable
Sep 04 23:47:47.117 INFO kablam! --> src/rc/mod.rs:221:13
Sep 04 23:47:47.117 INFO kablam! |
Sep 04 23:47:47.117 INFO kablam! 221 | let mut string_cache = unsafe { extend_lifetime_mut(&mut self.string_cache.borrow_mut()) };
Sep 04 23:47:47.117 INFO kablam! | ----^^^^^^^^^^^^
Sep 04 23:47:47.117 INFO kablam! | |
Sep 04 23:47:47.117 INFO kablam! | help: remove this `mut`
Sep 04 23:47:47.117 INFO kablam! |
Sep 04 23:47:47.117 INFO kablam! = note: #[warn(unused_mut)] on by default
Sep 04 23:47:47.117 INFO kablam!
Sep 04 23:47:47.145 INFO kablam! warning: variable does not need to be mutable
Sep 04 23:47:47.145 INFO kablam! --> src/rc/shared.rs:78:13
Sep 04 23:47:47.146 INFO kablam! |
Sep 04 23:47:47.146 INFO kablam! 78 | let mut string_cache = unsafe { extend_lifetime_mut(&mut self.string_cache.borrow_mut()) };
Sep 04 23:47:47.146 INFO kablam! | ----^^^^^^^^^^^^
Sep 04 23:47:47.146 INFO kablam! | |
Sep 04 23:47:47.146 INFO kablam! | help: remove this `mut`
Sep 04 23:47:47.146 INFO kablam!
Sep 04 23:47:47.424 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases
Sep 04 23:47:47.424 INFO kablam! --> src/rc/mod.rs:71:19
Sep 04 23:47:47.424 INFO kablam! |
Sep 04 23:47:47.424 INFO kablam! 71 | pub type T<'s, A: ATermT<'s>> = Term<'s, >::Blob>;
Sep 04 23:47:47.424 INFO kablam! | ^^^^^^^^^^
Sep 04 23:47:47.425 INFO kablam! |
Sep 04 23:47:47.425 INFO kablam! = note: #[warn(type_alias_bounds)] on by default
Sep 04 23:47:47.425 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed
Sep 04 23:47:47.425 INFO kablam!
Sep 04 23:47:48.362 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.19s
Sep 04 23:47:48.367 INFO kablam! su: No module specific data is present
Sep 04 23:47:48.915 INFO running `"docker" "rm" "-f" "22d8e957f34b23f24f7316f62a36f050188810b14a012cd986d6a4fa23285c75"`
Sep 04 23:47:49.036 INFO blam! 22d8e957f34b23f24f7316f62a36f050188810b14a012cd986d6a4fa23285c75