[INFO] crate rotor-stream 0.6.2 is already in cache [INFO] testing rotor-stream-0.6.2 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate rotor-stream 0.6.2 into work/builds/worker-10/source [INFO] validating manifest of crates.io crate rotor-stream 0.6.2 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 crates.io crate rotor-stream 0.6.2 [INFO] finished tweaking crates.io crate rotor-stream 0.6.2 [INFO] tweaked toml for crates.io crate rotor-stream 0.6.2 written to work/builds/worker-10/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/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] 27d3e63be385321acfb627c2e0b051e2f3673147ddedb2f034259afd8d74c053 [INFO] running `"docker" "start" "-a" "27d3e63be385321acfb627c2e0b051e2f3673147ddedb2f034259afd8d74c053"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling bytes v0.3.0 [INFO] [stderr] Compiling slab v0.1.3 [INFO] [stderr] Compiling quick-error v0.2.2 [INFO] [stderr] Compiling netbuf v0.3.8 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling rotor v0.6.3 [INFO] [stderr] Compiling rotor-tools v0.3.2 [INFO] [stderr] Compiling rotor-stream v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:60:26 [INFO] [stderr] | [INFO] [stderr] 60 | let mut intent = try!(to_result(intent)); [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/stream.rs:101:38 [INFO] [stderr] | [INFO] [stderr] 101 | ... intent = try!(to_result(intent.0.bytes_read( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:112:42 [INFO] [stderr] | [INFO] [stderr] 112 | ... intent = try!(to_result(intent.0.exception( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:119:42 [INFO] [stderr] | [INFO] [stderr] 119 | ... intent = try!(to_result(intent.0.exception( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:133:42 [INFO] [stderr] | [INFO] [stderr] 133 | ... intent = try!(to_result(intent.0.bytes_read( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:140:38 [INFO] [stderr] | [INFO] [stderr] 140 | ... intent = try!(to_result(intent.0.exception( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:152:42 [INFO] [stderr] | [INFO] [stderr] 152 | ... intent = try!(to_result(intent.0.exception( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:159:42 [INFO] [stderr] | [INFO] [stderr] 159 | ... intent = try!(to_result(intent.0.exception( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/stream.rs:170:34 [INFO] [stderr] | [INFO] [stderr] 170 | intent = try!(to_result(intent.0.bytes_flushed( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol.rs:163:23 [INFO] [stderr] | [INFO] [stderr] 163 | -> Option>; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stream.rs:24:58 [INFO] [stderr] | [INFO] [stderr] 24 | -> Result<(P, Expectation, Option