[INFO] updating cached repository https://github.com/klieth/pro-set [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] testing klieth/pro-set against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklieth%2Fpro-set" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/klieth/pro-set on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/klieth/pro-set already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] b412a796573cb48ae63d3f1e7b4f207083c055981025892adc3e189f8d2e222c [INFO] running `"docker" "start" "-a" "b412a796573cb48ae63d3f1e7b4f207083c055981025892adc3e189f8d2e222c"` [INFO] [stderr] Compiling tokio-executor v0.1.5 [INFO] [stderr] Compiling fern v0.5.6 [INFO] [stderr] Compiling tokio-io v0.1.9 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Compiling tokio-threadpool v0.1.7 [INFO] [stderr] Compiling tokio-current-thread v0.1.3 [INFO] [stderr] Compiling tokio-timer v0.2.7 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.12 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.2 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling hyper v0.12.11 [INFO] [stderr] Compiling persistent v0.0.6 (https://github.com/klieth/persistent?rev=76459b1fd5eea596a56f678c9253898e5e68c45e#76459b1f) [INFO] [stderr] Compiling router v0.6.0 [INFO] [stderr] Compiling 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] Finished dev [unoptimized + debuginfo] target(s) in 24.44s [INFO] running `"docker" "inspect" "b412a796573cb48ae63d3f1e7b4f207083c055981025892adc3e189f8d2e222c"` [INFO] running `"docker" "rm" "-f" "b412a796573cb48ae63d3f1e7b4f207083c055981025892adc3e189f8d2e222c"` [INFO] [stdout] b412a796573cb48ae63d3f1e7b4f207083c055981025892adc3e189f8d2e222c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] b68f106e3c2687c157dd1b952cbc53cb7b66be3773f8aeed25251bb7e1f108bd [INFO] running `"docker" "start" "-a" "b68f106e3c2687c157dd1b952cbc53cb7b66be3773f8aeed25251bb7e1f108bd"` [INFO] [stderr] Compiling 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] Finished dev [unoptimized + debuginfo] target(s) in 2.56s [INFO] running `"docker" "inspect" "b68f106e3c2687c157dd1b952cbc53cb7b66be3773f8aeed25251bb7e1f108bd"` [INFO] running `"docker" "rm" "-f" "b68f106e3c2687c157dd1b952cbc53cb7b66be3773f8aeed25251bb7e1f108bd"` [INFO] [stdout] b68f106e3c2687c157dd1b952cbc53cb7b66be3773f8aeed25251bb7e1f108bd [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 957087d39594c5fa059f5b296666c3cc9cbfcd6ac1fac7ecd3ff3989f3e1d198 [INFO] running `"docker" "start" "-a" "957087d39594c5fa059f5b296666c3cc9cbfcd6ac1fac7ecd3ff3989f3e1d198"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.53s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/proset-8706ea0eefcf6905 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "957087d39594c5fa059f5b296666c3cc9cbfcd6ac1fac7ecd3ff3989f3e1d198"` [INFO] running `"docker" "rm" "-f" "957087d39594c5fa059f5b296666c3cc9cbfcd6ac1fac7ecd3ff3989f3e1d198"` [INFO] [stdout] 957087d39594c5fa059f5b296666c3cc9cbfcd6ac1fac7ecd3ff3989f3e1d198