Sep 19 22:47:01.299 INFO checking lockchain-files-0.9.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:47:01.299 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:47:01.299 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:47:01.467 INFO blam! 61463036e195cc9ef84e6d57da9c4bca9b3921fd84f275870d43e87a8e09c211 Sep 19 22:47:01.468 INFO running `"docker" "start" "-a" "61463036e195cc9ef84e6d57da9c4bca9b3921fd84f275870d43e87a8e09c211"` Sep 19 22:47:03.410 INFO kablam! usermod: no changes Sep 19 22:47:03.587 INFO kablam! Compiling pam-sys v0.5.6 Sep 19 22:47:03.607 INFO kablam! Checking blowfish v0.3.0 Sep 19 22:47:03.607 INFO kablam! Checking pbkdf2 v0.2.3 Sep 19 22:47:04.567 INFO kablam! Checking bcrypt v0.2.0 Sep 19 22:47:05.335 INFO kablam! Checking keybob v0.3.1 Sep 19 22:47:06.195 INFO kablam! Checking pam-auth v0.5.5 Sep 19 22:47:07.330 INFO kablam! Checking lockchain-core v0.9.0 Sep 19 22:47:09.748 INFO kablam! Checking lockchain-files v0.9.0 (/source) Sep 19 22:47:12.291 INFO kablam! warning: variant is never constructed: `Checksum` Sep 19 22:47:12.291 INFO kablam! --> src/fs.rs:36:5 Sep 19 22:47:12.291 INFO kablam! | Sep 19 22:47:12.292 INFO kablam! 36 | Checksum, Sep 19 22:47:12.292 INFO kablam! | ^^^^^^^^ Sep 19 22:47:12.292 INFO kablam! | Sep 19 22:47:12.293 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:47:12.293 INFO kablam! Sep 19 22:47:12.294 INFO kablam! warning: the feature `non_modrs_mods` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 19 22:47:12.294 INFO kablam! --> src/lib.rs:4:12 Sep 19 22:47:12.294 INFO kablam! | Sep 19 22:47:12.294 INFO kablam! 4 | #![feature(non_modrs_mods)] Sep 19 22:47:12.295 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 22:47:12.295 INFO kablam! | Sep 19 22:47:12.295 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 22:47:12.295 INFO kablam! Sep 19 22:47:13.059 INFO kablam! warning: variant is never constructed: `Checksum` Sep 19 22:47:13.059 INFO kablam! --> src/fs.rs:36:5 Sep 19 22:47:13.059 INFO kablam! | Sep 19 22:47:13.059 INFO kablam! 36 | Checksum, Sep 19 22:47:13.059 INFO kablam! | ^^^^^^^^ Sep 19 22:47:13.059 INFO kablam! | Sep 19 22:47:13.059 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:47:13.059 INFO kablam! Sep 19 22:47:13.059 INFO kablam! warning: the feature `non_modrs_mods` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 19 22:47:13.059 INFO kablam! --> src/lib.rs:4:12 Sep 19 22:47:13.059 INFO kablam! | Sep 19 22:47:13.059 INFO kablam! 4 | #![feature(non_modrs_mods)] Sep 19 22:47:13.059 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 22:47:13.059 INFO kablam! | Sep 19 22:47:13.059 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 22:47:13.059 INFO kablam! Sep 19 22:47:13.067 INFO kablam! error[E0601]: `main` function not found in crate `register_user` Sep 19 22:47:13.067 INFO kablam! | Sep 19 22:47:13.067 INFO kablam! = note: consider adding a `main` function to `examples/register_user.rs` Sep 19 22:47:13.067 INFO kablam! Sep 19 22:47:13.067 INFO kablam! error: aborting due to previous error Sep 19 22:47:13.067 INFO kablam! Sep 19 22:47:13.067 INFO kablam! For more information about this error, try `rustc --explain E0601`. Sep 19 22:47:13.087 INFO kablam! error: Could not compile `lockchain-files`. Sep 19 22:47:13.087 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:47:14.243 INFO kablam! warning: unused imports: `Payload`, `Record` Sep 19 22:47:14.243 INFO kablam! --> examples/create.rs:7:26 Sep 19 22:47:14.243 INFO kablam! | Sep 19 22:47:14.243 INFO kablam! 7 | use lcc::{EncryptedBody, Payload, Record}; Sep 19 22:47:14.243 INFO kablam! | ^^^^^^^ ^^^^^^ Sep 19 22:47:14.243 INFO kablam! | Sep 19 22:47:14.243 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:47:14.243 INFO kablam! Sep 19 22:47:14.295 INFO kablam! warning: unused variable: `token` Sep 19 22:47:14.295 INFO kablam! --> examples/create.rs:26:13 Sep 19 22:47:14.295 INFO kablam! | Sep 19 22:47:14.295 INFO kablam! 26 | let token = store.get_token(vec!()); Sep 19 22:47:14.295 INFO kablam! | ^^^^^ help: consider using `_token` instead Sep 19 22:47:14.295 INFO kablam! | Sep 19 22:47:14.295 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 22:47:14.295 INFO kablam! Sep 19 22:47:14.332 INFO kablam! error: build failed Sep 19 22:47:14.335 INFO kablam! su: No module specific data is present Sep 19 22:47:15.439 INFO running `"docker" "rm" "-f" "61463036e195cc9ef84e6d57da9c4bca9b3921fd84f275870d43e87a8e09c211"` Sep 19 22:47:15.679 INFO blam! 61463036e195cc9ef84e6d57da9c4bca9b3921fd84f275870d43e87a8e09c211