[INFO] updating cached repository https://github.com/klieth/pro-set [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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ac9766198f12ff46e047f91b969ac55a79fe1bfa [INFO] checking klieth/pro-set against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklieth%2Fpro-set" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/klieth/pro-set on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/klieth/pro-set [INFO] finished tweaking git repo https://github.com/klieth/pro-set [INFO] tweaked toml for git repo https://github.com/klieth/pro-set written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/klieth/pro-set already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] f81ca00dff172e63222d7f0bff0e6dd1d12abc6d59cda7bc84be75ce0ca634dd [INFO] running `"docker" "start" "-a" "f81ca00dff172e63222d7f0bff0e6dd1d12abc6d59cda7bc84be75ce0ca634dd"` [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Checking fern v0.5.6 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking tokio-threadpool v0.1.7 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Checking tokio-reactor v0.1.6 [INFO] [stderr] Checking hyper v0.10.13 [INFO] [stderr] Checking tokio-udp v0.1.2 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-uds v0.2.2 [INFO] [stderr] Checking tokio-fs v0.1.3 [INFO] [stderr] Checking tokio v0.1.11 [INFO] [stderr] Checking hyper v0.12.11 [INFO] [stderr] Checking iron v0.6.0 [INFO] [stderr] Checking router v0.6.0 [INFO] [stderr] Checking persistent v0.0.6 (https://github.com/klieth/persistent?rev=76459b1fd5eea596a56f678c9253898e5e68c45e#76459b1f) [INFO] [stderr] Checking proset v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:109:21 [INFO] [stderr] | [INFO] [stderr] 109 | let mut f = try!(File::open("index.html").map_err(|e| IronError::new(e, format!("ERROR couldn't find file")))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | try!(f.read_to_string(&mut s).map_err(|e| IronError::new(e, format!("ERROR couldn't read file")))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:117:22 [INFO] [stderr] | [INFO] [stderr] 117 | let c_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get c_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:119:22 [INFO] [stderr] | [INFO] [stderr] 119 | let d_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get d_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:131:20 [INFO] [stderr] | [INFO] [stderr] 131 | let lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | let c_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get c_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:141:22 [INFO] [stderr] | [INFO] [stderr] 141 | let d_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get d_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:144:22 [INFO] [stderr] | [INFO] [stderr] 144 | let n_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get n_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:183:26 [INFO] [stderr] | [INFO] [stderr] 183 | let n_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get n_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:109:21 [INFO] [stderr] | [INFO] [stderr] 109 | let mut f = try!(File::open("index.html").map_err(|e| IronError::new(e, format!("ERROR couldn't find file")))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | try!(f.read_to_string(&mut s).map_err(|e| IronError::new(e, format!("ERROR couldn't read file")))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:117:22 [INFO] [stderr] | [INFO] [stderr] 117 | let c_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get c_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:119:22 [INFO] [stderr] | [INFO] [stderr] 119 | let d_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get d_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:131:20 [INFO] [stderr] | [INFO] [stderr] 131 | let lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:139:22 [INFO] [stderr] | [INFO] [stderr] 139 | let c_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get c_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:141:22 [INFO] [stderr] | [INFO] [stderr] 141 | let d_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get d_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:144:22 [INFO] [stderr] | [INFO] [stderr] 144 | let n_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get n_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:183:26 [INFO] [stderr] | [INFO] [stderr] 183 | let n_lock = try!(req.get::>().map_err(|e| IronError::new(e, format!("ERROR couldn't get n_lock"))) ); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.97s [INFO] running `"docker" "inspect" "f81ca00dff172e63222d7f0bff0e6dd1d12abc6d59cda7bc84be75ce0ca634dd"` [INFO] running `"docker" "rm" "-f" "f81ca00dff172e63222d7f0bff0e6dd1d12abc6d59cda7bc84be75ce0ca634dd"` [INFO] [stdout] f81ca00dff172e63222d7f0bff0e6dd1d12abc6d59cda7bc84be75ce0ca634dd