[INFO] updating cached repository https://github.com/savoiringfaire/short.rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/savoiringfaire/short.rs [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/redis-0.13.0 [INFO] [stderr] * [new branch] dependabot/cargo/redis-0.14.0 -> dependabot/cargo/redis-0.14.0 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 088861fbd52aa2fd01ea91a5a985e76230e60809 [INFO] checking savoiringfaire/short.rs against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsavoiringfaire%2Fshort.rs" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/savoiringfaire/short.rs on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/savoiringfaire/short.rs [INFO] finished tweaking git repo https://github.com/savoiringfaire/short.rs [INFO] tweaked toml for git repo https://github.com/savoiringfaire/short.rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/savoiringfaire/short.rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 490662de15096970f34e0aecbb80868fe19d5d16a6101e445a97b716fd64f684 [INFO] running `"docker" "start" "-a" "490662de15096970f34e0aecbb80868fe19d5d16a6101e445a97b716fd64f684"` [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking textnonce v0.6.5 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking buf-read-ext v0.3.0 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking mime_multipart v0.5.2 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking tera v0.11.20 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking redis v0.12.0 [INFO] [stderr] Checking formdata v0.12.3 [INFO] [stderr] Checking shortner v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:150:7 [INFO] [stderr] | [INFO] [stderr] 150 | if( [INFO] [stderr] | _______^ [INFO] [stderr] 151 | | !asset_canonicalized_path [INFO] [stderr] 152 | | .to_str() [INFO] [stderr] 153 | | .unwrap() [INFO] [stderr] 154 | | .starts_with(&absolute_begins_with_path) [INFO] [stderr] 155 | | ) { [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 150 | if [INFO] [stderr] 151 | !asset_canonicalized_path [INFO] [stderr] 152 | .to_str() [INFO] [stderr] 153 | .unwrap() [INFO] [stderr] 154 | .starts_with(&absolute_begins_with_path) [INFO] [stderr] 155 | { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:150:7 [INFO] [stderr] | [INFO] [stderr] 150 | if( [INFO] [stderr] | _______^ [INFO] [stderr] 151 | | !asset_canonicalized_path [INFO] [stderr] 152 | | .to_str() [INFO] [stderr] 153 | | .unwrap() [INFO] [stderr] 154 | | .starts_with(&absolute_begins_with_path) [INFO] [stderr] 155 | | ) { [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 150 | if [INFO] [stderr] 151 | !asset_canonicalized_path [INFO] [stderr] 152 | .to_str() [INFO] [stderr] 153 | .unwrap() [INFO] [stderr] 154 | .starts_with(&absolute_begins_with_path) [INFO] [stderr] 155 | { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:168:7 [INFO] [stderr] | [INFO] [stderr] 168 | if(!Path::new(asset_canonicalized_path.to_str().unwrap()).exists()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:168:7 [INFO] [stderr] | [INFO] [stderr] 168 | if(!Path::new(asset_canonicalized_path.to_str().unwrap()).exists()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:207:15 [INFO] [stderr] | [INFO] [stderr] 207 | if(req.uri().path().starts_with(STATIC_ASSET_PATH)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:207:15 [INFO] [stderr] | [INFO] [stderr] 207 | if(req.uri().path().starts_with(STATIC_ASSET_PATH)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/short.rs:12:30 [INFO] [stderr] | [INFO] [stderr] 12 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/short.rs:27:30 [INFO] [stderr] | [INFO] [stderr] 27 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/short.rs:12:30 [INFO] [stderr] | [INFO] [stderr] 12 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/short.rs:27:30 [INFO] [stderr] | [INFO] [stderr] 27 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.03s [INFO] running `"docker" "inspect" "490662de15096970f34e0aecbb80868fe19d5d16a6101e445a97b716fd64f684"` [INFO] running `"docker" "rm" "-f" "490662de15096970f34e0aecbb80868fe19d5d16a6101e445a97b716fd64f684"` [INFO] [stdout] 490662de15096970f34e0aecbb80868fe19d5d16a6101e445a97b716fd64f684