Sep 20 22:22:08.261 INFO checking justincampbell/url-shortener-rust against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 22:22:08.261 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 22:22:08.261 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 22:22:08.532 INFO blam! c8c65f13cff311efddcff4c0863c5d2780a0ff51b542fe3bf370617dec4e334a Sep 20 22:22:08.534 INFO running `"docker" "start" "-a" "c8c65f13cff311efddcff4c0863c5d2780a0ff51b542fe3bf370617dec4e334a"` Sep 20 22:22:10.183 INFO kablam! usermod: no changes Sep 20 22:22:10.242 INFO kablam! Checking shortener v0.0.1 (/source) Sep 20 22:22:10.602 INFO kablam! warning: type alias is never used: `Token` Sep 20 22:22:10.602 INFO kablam! --> src/shortener.rs:3:1 Sep 20 22:22:10.602 INFO kablam! | Sep 20 22:22:10.602 INFO kablam! 3 | type Token = String; Sep 20 22:22:10.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 22:22:10.602 INFO kablam! | Sep 20 22:22:10.602 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 22:22:10.602 INFO kablam! Sep 20 22:22:10.602 INFO kablam! warning: type alias is never used: `Url` Sep 20 22:22:10.602 INFO kablam! --> src/shortener.rs:4:1 Sep 20 22:22:10.602 INFO kablam! | Sep 20 22:22:10.602 INFO kablam! 4 | type Url = String; Sep 20 22:22:10.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 22:22:10.602 INFO kablam! Sep 20 22:22:10.602 INFO kablam! warning: struct is never constructed: `World` Sep 20 22:22:10.602 INFO kablam! --> src/shortener.rs:6:1 Sep 20 22:22:10.602 INFO kablam! | Sep 20 22:22:10.602 INFO kablam! 6 | pub struct World { Sep 20 22:22:10.602 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 20 22:22:10.602 INFO kablam! Sep 20 22:22:10.602 INFO kablam! warning: method is never used: `empty` Sep 20 22:22:10.602 INFO kablam! --> src/shortener.rs:12:5 Sep 20 22:22:10.602 INFO kablam! | Sep 20 22:22:10.602 INFO kablam! 12 | pub fn empty() -> World { Sep 20 22:22:10.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:22:10.602 INFO kablam! Sep 20 22:22:10.602 INFO kablam! warning: method is never used: `shorten` Sep 20 22:22:10.602 INFO kablam! --> src/shortener.rs:16:5 Sep 20 22:22:10.602 INFO kablam! | Sep 20 22:22:10.602 INFO kablam! 16 | pub fn shorten(&mut self, url: &Url) -> Token { Sep 20 22:22:10.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:22:10.602 INFO kablam! Sep 20 22:22:10.602 INFO kablam! warning: method is never used: `expand` Sep 20 22:22:10.602 INFO kablam! --> src/shortener.rs:25:5 Sep 20 22:22:10.602 INFO kablam! | Sep 20 22:22:10.602 INFO kablam! 25 | pub fn expand(&self, token: Token) -> Option<&Url> { Sep 20 22:22:10.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:22:10.603 INFO kablam! Sep 20 22:22:10.603 INFO kablam! warning: method is never used: `tokenize` Sep 20 22:22:10.603 INFO kablam! --> src/shortener.rs:29:5 Sep 20 22:22:10.603 INFO kablam! | Sep 20 22:22:10.603 INFO kablam! 29 | fn tokenize(id: i32) -> String { Sep 20 22:22:10.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:22:10.603 INFO kablam! Sep 20 22:22:10.622 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.40s Sep 20 22:22:10.624 INFO kablam! su: No module specific data is present Sep 20 22:22:11.559 INFO running `"docker" "rm" "-f" "c8c65f13cff311efddcff4c0863c5d2780a0ff51b542fe3bf370617dec4e334a"` Sep 20 22:22:11.689 INFO blam! c8c65f13cff311efddcff4c0863c5d2780a0ff51b542fe3bf370617dec4e334a