[INFO] crate rotor-stream 0.6.2 is already in cache [INFO] testing rotor-stream-0.6.2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate rotor-stream 0.6.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate rotor-stream 0.6.2 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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 /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] db3424d50e662380946b3047d36813599f1630d08e5cfb23a974b04275b41b86 [INFO] running `"docker" "start" "-a" "db3424d50e662380946b3047d36813599f1630d08e5cfb23a974b04275b41b86"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling slab v0.1.3 [INFO] [stderr] Compiling bytes v0.3.0 [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.34 [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] error[E0423]: expected function, tuple struct or tuple variant, found struct `Persistent` [INFO] [stderr] --> src/persistent.rs:242:13 [INFO] [stderr] | [INFO] [stderr] 242 | Persistent(self.0.clone(), self.1.clone(), Fsm::Idle) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [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