Sep 03 14:40:38.882 INFO checking zapo/chelle against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 14:40:38.882 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 14:40:38.883 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/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 03 14:40:39.114 INFO blam! 2a659d033a22946050e9d6d42a4fa45f61397149000fbeda6f477befbc34b186 Sep 03 14:40:39.116 INFO running `"docker" "start" "-a" "2a659d033a22946050e9d6d42a4fa45f61397149000fbeda6f477befbc34b186"` Sep 03 14:40:40.071 INFO kablam! Compiling semver v0.1.20 Sep 03 14:40:40.071 INFO kablam! Checking libc v0.2.20 Sep 03 14:40:40.082 INFO kablam! Checking cfg-if v0.1.0 Sep 03 14:40:40.098 INFO kablam! Checking void v1.0.2 Sep 03 14:40:40.114 INFO kablam! Checking bitflags v0.4.0 Sep 03 14:40:42.856 INFO kablam! Compiling rustc_version v0.1.7 Sep 03 14:40:42.993 INFO kablam! Checking time v0.1.36 Sep 03 14:40:44.389 INFO kablam! Compiling nix v0.7.0 Sep 03 14:40:53.038 INFO kablam! Checking chelle v0.1.0 (file:///source) Sep 03 14:40:53.291 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 03 14:40:53.291 INFO kablam! --> src/builtins.rs:3:5 Sep 03 14:40:53.291 INFO kablam! | Sep 03 14:40:53.291 INFO kablam! 3 | use std::env::home_dir; Sep 03 14:40:53.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 14:40:53.291 INFO kablam! | Sep 03 14:40:53.291 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 14:40:53.291 INFO kablam! Sep 03 14:40:53.291 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 03 14:40:53.291 INFO kablam! --> src/builtins.rs:11:17 Sep 03 14:40:53.291 INFO kablam! | Sep 03 14:40:53.291 INFO kablam! 11 | None => home_dir().unwrap() Sep 03 14:40:53.291 INFO kablam! | ^^^^^^^^ Sep 03 14:40:53.292 INFO kablam! Sep 03 14:40:53.306 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 03 14:40:53.306 INFO kablam! --> src/builtins.rs:3:5 Sep 03 14:40:53.306 INFO kablam! | Sep 03 14:40:53.306 INFO kablam! 3 | use std::env::home_dir; Sep 03 14:40:53.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 14:40:53.307 INFO kablam! | Sep 03 14:40:53.307 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 14:40:53.307 INFO kablam! Sep 03 14:40:53.315 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 03 14:40:53.315 INFO kablam! --> src/builtins.rs:11:17 Sep 03 14:40:53.315 INFO kablam! | Sep 03 14:40:53.315 INFO kablam! 11 | None => home_dir().unwrap() Sep 03 14:40:53.315 INFO kablam! | ^^^^^^^^ Sep 03 14:40:53.315 INFO kablam! Sep 03 14:40:53.608 INFO kablam! warning: function is never used: `cd` Sep 03 14:40:53.609 INFO kablam! --> src/builtins.rs:8:1 Sep 03 14:40:53.609 INFO kablam! | Sep 03 14:40:53.609 INFO kablam! 8 | pub fn cd(args: &[&str]) -> nix::Result<()> { Sep 03 14:40:53.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 14:40:53.609 INFO kablam! | Sep 03 14:40:53.609 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 14:40:53.609 INFO kablam! Sep 03 14:40:53.609 INFO kablam! warning: function is never used: `echo` Sep 03 14:40:53.609 INFO kablam! --> src/builtins.rs:17:1 Sep 03 14:40:53.609 INFO kablam! | Sep 03 14:40:53.609 INFO kablam! 17 | pub fn echo(args: &[&str]) -> nix::Result<()> { Sep 03 14:40:53.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 14:40:53.609 INFO kablam! Sep 03 14:40:53.609 INFO kablam! warning: function is never used: `exit` Sep 03 14:40:53.609 INFO kablam! --> src/builtins.rs:23:1 Sep 03 14:40:53.609 INFO kablam! | Sep 03 14:40:53.609 INFO kablam! 23 | pub fn exit(args: &[&str]) -> nix::Result<()> { Sep 03 14:40:53.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 14:40:53.609 INFO kablam! Sep 03 14:40:53.651 INFO kablam! warning: function is never used: `cd` Sep 03 14:40:53.651 INFO kablam! --> src/builtins.rs:8:1 Sep 03 14:40:53.651 INFO kablam! | Sep 03 14:40:53.651 INFO kablam! 8 | pub fn cd(args: &[&str]) -> nix::Result<()> { Sep 03 14:40:53.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 14:40:53.651 INFO kablam! | Sep 03 14:40:53.651 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 14:40:53.651 INFO kablam! Sep 03 14:40:53.651 INFO kablam! warning: function is never used: `echo` Sep 03 14:40:53.651 INFO kablam! --> src/builtins.rs:17:1 Sep 03 14:40:53.651 INFO kablam! | Sep 03 14:40:53.651 INFO kablam! 17 | pub fn echo(args: &[&str]) -> nix::Result<()> { Sep 03 14:40:53.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 14:40:53.651 INFO kablam! Sep 03 14:40:53.651 INFO kablam! warning: function is never used: `exit` Sep 03 14:40:53.651 INFO kablam! --> src/builtins.rs:23:1 Sep 03 14:40:53.651 INFO kablam! | Sep 03 14:40:53.651 INFO kablam! 23 | pub fn exit(args: &[&str]) -> nix::Result<()> { Sep 03 14:40:53.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 14:40:53.652 INFO kablam! Sep 03 14:40:53.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.73s Sep 03 14:40:53.716 INFO kablam! su: No module specific data is present Sep 03 14:40:54.232 INFO running `"docker" "rm" "-f" "2a659d033a22946050e9d6d42a4fa45f61397149000fbeda6f477befbc34b186"` Sep 03 14:40:54.391 INFO blam! 2a659d033a22946050e9d6d42a4fa45f61397149000fbeda6f477befbc34b186