[INFO] fetching crate nonblock 0.1.0... [INFO] checking nonblock-0.1.0 against try#82acd1d76add2232e19c1f0feb250d2a19ec6efe for pr-81213 [INFO] extracting crate nonblock 0.1.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate nonblock 0.1.0 on toolchain 82acd1d76add2232e19c1f0feb250d2a19ec6efe [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+82acd1d76add2232e19c1f0feb250d2a19ec6efe" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate nonblock 0.1.0 [INFO] finished tweaking crates.io crate nonblock 0.1.0 [INFO] tweaked toml for crates.io crate nonblock 0.1.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+82acd1d76add2232e19c1f0feb250d2a19ec6efe" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+82acd1d76add2232e19c1f0feb250d2a19ec6efe" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+82acd1d76add2232e19c1f0feb250d2a19ec6efe" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aabe71ef862ffc6745f5cd988878c6fccba8e9c063f7b5a10e1b37cca2208f0a [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" "aabe71ef862ffc6745f5cd988878c6fccba8e9c063f7b5a10e1b37cca2208f0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aabe71ef862ffc6745f5cd988878c6fccba8e9c063f7b5a10e1b37cca2208f0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aabe71ef862ffc6745f5cd988878c6fccba8e9c063f7b5a10e1b37cca2208f0a", kill_on_drop: false }` [INFO] [stdout] aabe71ef862ffc6745f5cd988878c6fccba8e9c063f7b5a10e1b37cca2208f0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+82acd1d76add2232e19c1f0feb250d2a19ec6efe" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b04e35900273a6543c83c847ba8346655982aca3293fbd1864387f9437a18a5 [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" "6b04e35900273a6543c83c847ba8346655982aca3293fbd1864387f9437a18a5", kill_on_drop: false }` [INFO] [stderr] Checking serde v0.8.23 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking nonblock v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | try!(set_blocking(fd, false)); [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/lib.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | try!(set_blocking(fd, true)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | let _ = try!(res); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking serde_json v0.7.4 [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | try!(set_blocking(fd, false)); [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/lib.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | try!(set_blocking(fd, true)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | let _ = try!(res); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:187:69 [INFO] [stdout] | [INFO] [stdout] 187 | let client = TcpStream::connect("127.0.0.1:34254").unwrap();; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `DateTime: serde::ser::Serialize` is not satisfied [INFO] [stdout] --> examples/structure-stdio.rs:49:45 [INFO] [stdout] | [INFO] [stdout] 49 | ... .insert("time", time); [INFO] [stdout] | ^^^^ the trait `serde::ser::Serialize` is not implemented for `DateTime` [INFO] [stdout] | [INFO] [stdout] help: trait impl with same name found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/ser/impls.rs:549:1 [INFO] [stdout] | [INFO] [stdout] 549 | / impl<'a, T: ?Sized> Serialize for &'a T where T: Serialize { [INFO] [stdout] 550 | | #[inline] [INFO] [stdout] 551 | | fn serialize(&self, serializer: &mut S) -> Result<(), S::Error> [INFO] [stdout] 552 | | where S: Serializer, [INFO] [stdout] ... | [INFO] [stdout] 555 | | } [INFO] [stdout] 556 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `serde` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nonblock` [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6b04e35900273a6543c83c847ba8346655982aca3293fbd1864387f9437a18a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b04e35900273a6543c83c847ba8346655982aca3293fbd1864387f9437a18a5", kill_on_drop: false }` [INFO] [stdout] 6b04e35900273a6543c83c847ba8346655982aca3293fbd1864387f9437a18a5