[INFO] fetching crate mio-more 0.1.0... [INFO] checking mio-more-0.1.0 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] extracting crate mio-more 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate mio-more 0.1.0 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate mio-more 0.1.0 [INFO] finished tweaking crates.io crate mio-more 0.1.0 [INFO] tweaked toml for crates.io crate mio-more 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef8159abbd6f1fa1465e3a827d161dcc6a8bd27b86035e79a22dd5e4ae6482fe [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ef8159abbd6f1fa1465e3a827d161dcc6a8bd27b86035e79a22dd5e4ae6482fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef8159abbd6f1fa1465e3a827d161dcc6a8bd27b86035e79a22dd5e4ae6482fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef8159abbd6f1fa1465e3a827d161dcc6a8bd27b86035e79a22dd5e4ae6482fe", kill_on_drop: false }` [INFO] [stdout] ef8159abbd6f1fa1465e3a827d161dcc6a8bd27b86035e79a22dd5e4ae6482fe [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b196b2dd43fa1c73b2a2bef8ff82e56a2658fc512316d02c98e7b37930c0b032 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b196b2dd43fa1c73b2a2bef8ff82e56a2658fc512316d02c98e7b37930c0b032", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking lazycell v0.4.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking mio-more v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | try!(self.ctl.inc()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:139:17 [INFO] [stdout] | [INFO] [stdout] 139 | try!(self.ctl.inc()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | try!(self.ctl.inc()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:200:17 [INFO] [stdout] | [INFO] [stdout] 200 | try!(set_readiness.set_readiness(Ready::readable())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | try!(set_readiness.set_readiness(Ready::none())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:241:17 [INFO] [stdout] | [INFO] [stdout] 241 | try!(set_readiness.set_readiness(Ready::readable())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timer.rs:182:21 [INFO] [stdout] | [INFO] [stdout] 182 | let token = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | try!(self.ctl.inc()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:139:17 [INFO] [stdout] | [INFO] [stdout] 139 | try!(self.ctl.inc()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | try!(self.ctl.inc()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:200:17 [INFO] [stdout] | [INFO] [stdout] 200 | try!(set_readiness.set_readiness(Ready::readable())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | try!(set_readiness.set_readiness(Ready::none())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/channel.rs:241:17 [INFO] [stdout] | [INFO] [stdout] 241 | try!(set_readiness.set_readiness(Ready::readable())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timer.rs:182:21 [INFO] [stdout] | [INFO] [stdout] 182 | let token = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Ready::none`: use Ready::empty instead [INFO] [stdout] --> src/channel.rs:230:50 [INFO] [stdout] | [INFO] [stdout] 230 | try!(set_readiness.set_readiness(Ready::none())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::new`: use `new2` instead [INFO] [stdout] --> src/channel.rs:255:45 [INFO] [stdout] | [INFO] [stdout] 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::update`: use `Evented` impl [INFO] [stdout] --> src/channel.rs:271:48 [INFO] [stdout] | [INFO] [stdout] 271 | Some(registration) => registration.update(poll, token, interest, opts), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::deregister`: use `Poll::deregister` instead [INFO] [stdout] --> src/channel.rs:278:48 [INFO] [stdout] | [INFO] [stdout] 278 | Some(registration) => registration.deregister(poll), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/channel.rs:332:50 [INFO] [stdout] | [INFO] [stdout] 332 | &SendError::Io(ref io_err) => io_err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/channel.rs:341:53 [INFO] [stdout] | [INFO] [stdout] 341 | &TrySendError::Io(ref io_err) => io_err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Ready::none`: use Ready::empty instead [INFO] [stdout] --> src/timer.rs:284:55 [INFO] [stdout] | [INFO] [stdout] 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::new`: use `new2` instead [INFO] [stdout] --> src/timer.rs:375:45 [INFO] [stdout] | [INFO] [stdout] 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::update`: use `Evented` impl [INFO] [stdout] --> src/timer.rs:398:47 [INFO] [stdout] | [INFO] [stdout] 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::deregister`: use `Poll::deregister` instead [INFO] [stdout] --> src/timer.rs:405:47 [INFO] [stdout] | [INFO] [stdout] 405 | Some(inner) => inner.registration.deregister(poll), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Ready::none`: use Ready::empty instead [INFO] [stdout] --> src/channel.rs:230:50 [INFO] [stdout] | [INFO] [stdout] 230 | try!(set_readiness.set_readiness(Ready::none())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::new`: use `new2` instead [INFO] [stdout] --> src/channel.rs:255:45 [INFO] [stdout] | [INFO] [stdout] 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::update`: use `Evented` impl [INFO] [stdout] --> src/channel.rs:271:48 [INFO] [stdout] | [INFO] [stdout] 271 | Some(registration) => registration.update(poll, token, interest, opts), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::deregister`: use `Poll::deregister` instead [INFO] [stdout] --> src/channel.rs:278:48 [INFO] [stdout] | [INFO] [stdout] 278 | Some(registration) => registration.deregister(poll), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/channel.rs:332:50 [INFO] [stdout] | [INFO] [stdout] 332 | &SendError::Io(ref io_err) => io_err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/channel.rs:341:53 [INFO] [stdout] | [INFO] [stdout] 341 | &TrySendError::Io(ref io_err) => io_err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Ready::none`: use Ready::empty instead [INFO] [stdout] --> src/timer.rs:284:55 [INFO] [stdout] | [INFO] [stdout] 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::new`: use `new2` instead [INFO] [stdout] --> src/timer.rs:375:45 [INFO] [stdout] | [INFO] [stdout] 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::update`: use `Evented` impl [INFO] [stdout] --> src/timer.rs:398:47 [INFO] [stdout] | [INFO] [stdout] 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mio::Registration::deregister`: use `Poll::deregister` instead [INFO] [stdout] --> src/timer.rs:405:47 [INFO] [stdout] | [INFO] [stdout] 405 | Some(inner) => inner.registration.deregister(poll), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.31s [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b196b2dd43fa1c73b2a2bef8ff82e56a2658fc512316d02c98e7b37930c0b032", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b196b2dd43fa1c73b2a2bef8ff82e56a2658fc512316d02c98e7b37930c0b032", kill_on_drop: false }` [INFO] [stdout] b196b2dd43fa1c73b2a2bef8ff82e56a2658fc512316d02c98e7b37930c0b032