Oct 12 19:22:40.666 INFO checking justincampbell/url-shortener-rust against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 19:22:40.666 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 12 19:22:41.050 INFO blam! 043dcf226c5dd535720d152cd9a1dd9f4b56577c24ef588b01638fb4515051d0 Oct 12 19:22:41.050 INFO running `"docker" "start" "-a" "043dcf226c5dd535720d152cd9a1dd9f4b56577c24ef588b01638fb4515051d0"` Oct 12 19:22:42.440 INFO kablam! usermod: no changes Oct 12 19:22:42.500 INFO kablam! Checking shortener v0.0.1 (/source) Oct 12 19:22:42.876 INFO kablam! warning: type alias is never used: `Token` Oct 12 19:22:42.876 INFO kablam! --> src/shortener.rs:3:1 Oct 12 19:22:42.876 INFO kablam! | Oct 12 19:22:42.876 INFO kablam! 3 | type Token = String; Oct 12 19:22:42.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:42.876 INFO kablam! | Oct 12 19:22:42.876 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:22:42.876 INFO kablam! Oct 12 19:22:42.876 INFO kablam! warning: type alias is never used: `Url` Oct 12 19:22:42.876 INFO kablam! --> src/shortener.rs:4:1 Oct 12 19:22:42.876 INFO kablam! | Oct 12 19:22:42.876 INFO kablam! 4 | type Url = String; Oct 12 19:22:42.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 19:22:42.876 INFO kablam! Oct 12 19:22:42.876 INFO kablam! warning: struct is never constructed: `World` Oct 12 19:22:42.876 INFO kablam! --> src/shortener.rs:6:1 Oct 12 19:22:42.876 INFO kablam! | Oct 12 19:22:42.876 INFO kablam! 6 | pub struct World { Oct 12 19:22:42.876 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 19:22:42.876 INFO kablam! Oct 12 19:22:42.876 INFO kablam! warning: method is never used: `empty` Oct 12 19:22:42.876 INFO kablam! --> src/shortener.rs:12:5 Oct 12 19:22:42.876 INFO kablam! | Oct 12 19:22:42.876 INFO kablam! 12 | pub fn empty() -> World { Oct 12 19:22:42.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:42.876 INFO kablam! Oct 12 19:22:42.876 INFO kablam! warning: method is never used: `shorten` Oct 12 19:22:42.876 INFO kablam! --> src/shortener.rs:16:5 Oct 12 19:22:42.876 INFO kablam! | Oct 12 19:22:42.876 INFO kablam! 16 | pub fn shorten(&mut self, url: &Url) -> Token { Oct 12 19:22:42.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:42.876 INFO kablam! Oct 12 19:22:42.876 INFO kablam! warning: method is never used: `expand` Oct 12 19:22:42.876 INFO kablam! --> src/shortener.rs:25:5 Oct 12 19:22:42.876 INFO kablam! | Oct 12 19:22:42.876 INFO kablam! 25 | pub fn expand(&self, token: Token) -> Option<&Url> { Oct 12 19:22:42.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:42.876 INFO kablam! Oct 12 19:22:42.876 INFO kablam! warning: method is never used: `tokenize` Oct 12 19:22:42.876 INFO kablam! --> src/shortener.rs:29:5 Oct 12 19:22:42.876 INFO kablam! | Oct 12 19:22:42.876 INFO kablam! 29 | fn tokenize(id: i32) -> String { Oct 12 19:22:42.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:22:42.876 INFO kablam! Oct 12 19:22:43.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 12 19:22:43.238 INFO kablam! su: No module specific data is present Oct 12 19:22:44.036 INFO running `"docker" "rm" "-f" "043dcf226c5dd535720d152cd9a1dd9f4b56577c24ef588b01638fb4515051d0"` Oct 12 19:22:44.389 INFO blam! 043dcf226c5dd535720d152cd9a1dd9f4b56577c24ef588b01638fb4515051d0